Link to this page
FIELDLAB3_2023
Last uploaded:
November 3, 2023
Add NCBO Web Widgets to your site for TST7
Widget type | Widget demonstration |
---|---|
|
Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
|
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 |
|
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <iframe frameborder="0" src="/widgets/visualization?ontology=TST7&class=https%3A%2F%2Fcedar.metadatacenter.org%2Finstances%2Fedit%2Fhttps%3A%2F%2Frepo.metadatacenter.org%2Ftemplate-instances%2Fc5e2812f-6211-4ab5-a476-7dfc89cd66ee%3FfolderId%3Dhttps%3A%252F%252Frepo.metadatacenter.org%252Ffolders%252Fe4bd3d33-b817-4357-aed7-812b84200c88Diagnosis&apikey=YOUR_API_KEY"></iframe> For more help visit NCBO Widget Wiki |
|
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: "TST7" }); You can also view a detailed demonstration For more help visit NCBO Widget Wiki |