You are viewing the Crop Ontology Curation Tool AgroPortal Slice at crop.agroportal.lirmm.fr. To see all of the ontologies in AgroPortal visit the full site.
Widget | Widget Demonstration |
---|---|
Jump ToType a class in Woody Plant Ontology and jump to it in AgroPortalGet Code |
Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
Form AutocompleteFill in a field in your form with a class from Woody Plant OntologyGet Code |
Example 1 (start typing the class name to get its full URI)
Example 2 (get the ID for a class) Example 3 (get the preferred name for a class) Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
VisualizationDisplay a visualization for a given class in Woody Plant OntologyGet Code |
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <iframe frameborder="0" src="/widgets/visualization?ontology=CO_357&class=http%3A%2F%2Fwww.cropontology.org%2Frdf%2FCO_357%3A0000088&apikey=YOUR_API_KEY"></iframe> For more help visit NCBO Widget Wiki |
NCBO Tree WidgetDisplay a tree for classes in Woody Plant Ontology with a search fieldGet Code |
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <link rel="stylesheet" type="text/css" href="/widgets/jquery.ncbo.tree.css"> <script src="/widgets/jquery.ncbo.tree-2.0.2.js"></script> <div id="widget_tree"></div> var widget_tree = $("#widget_tree").NCBOTree({ apikey: "YOUR_API_KEY", ontology: "CO_357" }); You can also view a detailed demonstration For more help visit NCBO Widget Wiki |