Revision 5538
Added by ben leinfelder about 14 years ago
lib/style/skins/semtools/ontologies.jsp | ||
---|---|---|
70 | 70 |
|
71 | 71 |
<h2>Ontology Management (Metacat)</h2> |
72 | 72 |
<p>Ontologies should be registered in Metacat before they can be used in Annotation-based searches.</p> |
73 |
<form method="POST" action="<%=SERVLET_URL%>" target="_top" id="registrationForm" name="registrationForm" "> |
|
73 |
|
|
74 |
<h3>Available BioPortal Ontologies</h3> |
|
75 |
<form method="POST" action="<%=SERVLET_URL%>" target="_top" id="bioportalRegistrationForm" name="bioportalRegistrationForm" "> |
|
74 | 76 |
<input name="qformat" value="semtools" type="hidden" /> |
75 | 77 |
<table> |
76 | 78 |
<tr> |
... | ... | |
83 | 85 |
</td> |
84 | 86 |
</tr> |
85 | 87 |
<tr> |
86 |
<td>URI:</td> |
|
87 |
<td><input type="text" name="uri" id="uri" size="100" /></td> |
|
88 |
<td>Ontology:</td> |
|
89 |
<td> |
|
90 |
<select name='id' id='id'> |
|
91 |
<%=dropDown.toString()%> |
|
92 |
</select> |
|
93 |
</td> |
|
88 | 94 |
</tr> |
89 | 95 |
<tr> |
90 |
<td>URL:</td> |
|
91 |
<td><input type="text" name="url" id="url" size="100" /></td> |
|
92 |
</tr> |
|
93 |
<tr> |
|
94 | 96 |
<td colspan="2"><input type="submit" value="Submit"/></td> |
95 | 97 |
</tr> |
96 | 98 |
</table> |
97 | 99 |
</form> |
98 | 100 |
|
99 |
<h2>Available BioPortal Ontologies</h2>
|
|
100 |
<form method="POST" action="<%=SERVLET_URL%>" target="_top" id="bioportalRegistrationForm" name="bioportalRegistrationForm" ">
|
|
101 |
<h3>Other Ontologies</h3>
|
|
102 |
<form method="POST" action="<%=SERVLET_URL%>" target="_top" id="registrationForm" name="registrationForm" ">
|
|
101 | 103 |
<input name="qformat" value="semtools" type="hidden" /> |
102 | 104 |
<table> |
103 | 105 |
<tr> |
... | ... | |
110 | 112 |
</td> |
111 | 113 |
</tr> |
112 | 114 |
<tr> |
113 |
<td>Ontology:</td> |
|
114 |
<td> |
|
115 |
<select name='id' id='id'> |
|
116 |
<%=dropDown.toString()%> |
|
117 |
</select> |
|
118 |
</td> |
|
115 |
<td>URI:</td> |
|
116 |
<td><input type="text" name="uri" id="uri" size="100" /></td> |
|
119 | 117 |
</tr> |
120 | 118 |
<tr> |
119 |
<td>URL:</td> |
|
120 |
<td><input type="text" name="url" id="url" size="100" /></td> |
|
121 |
</tr> |
|
122 |
<tr> |
|
121 | 123 |
<td colspan="2"><input type="submit" value="Submit"/></td> |
122 | 124 |
</tr> |
123 | 125 |
</table> |
124 | 126 |
</form> |
125 | 127 |
|
126 | 128 |
<h2>Ontology search (BioPortal)</h2> |
127 |
<p>Ontologies can be located in BioPortal and then registered with Metacat. Use this search interface to find appropriate ontologies.</p> |
|
129 |
<p>Not sure which BioPortal ontology to use?</p> |
|
130 |
<p>Explore ontologies in BioPortal before registering them with Metacat. Use this search interface to find appropriate ontologies.</p> |
|
128 | 131 |
<div id="bp_quick_jump"></div> |
129 | 132 |
<script type="text/javascript"> |
130 | 133 |
var BP_ontology_id = "all"; |
... | ... | |
133 | 136 |
</script> |
134 | 137 |
|
135 | 138 |
<h2>Tree browser (BioPortal)</h2> |
136 |
<p>Explore existing ontologies</p> |
|
139 |
<p>Explore existing ontologies in BioPortal</p>
|
|
137 | 140 |
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" |
138 | 141 |
id="OntologyTree" width="300" height="100%" |
139 | 142 |
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> |
Also available in: Unified diff
rearrange the ontology registration page - bioportal-hosted ontologies come first