Project

General

Profile

« Previous | Next » 

Revision 5602

browse/search/madlib hybrid sample

View differences:

index.jsp
62 62
	<input name="qformat" value="semtools" type="hidden" />
63 63
	<input name="action" value="semquery" type="hidden" />
64 64

  
65
	<table>
65
	<table class="group group_border">
66 66
		<tr>
67
			<td>
68
				<select name="dynamicClass" id="dynamicClass">
69
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity" selected="selected">Entity</option>
70
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic">Characteristic</option>
71
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard">Standard</option>
72
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol">Protocol</option>
73
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement">Measurement</option>
74
				</select>
75
			</td>
76
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
67
			<th colspan="5">
68
				<p>
69
					Locate <b>data packages</b> that have been semantically annotated within the observation model by
70
					selecting concepts from
71
					<br/>
72
					(a) existing semantic annotations
73
					<br/>
74
					(b) registered OBOE extension ontologies
75
				</p>
76
			</th>
77 77
		</tr>
78 78
		<tr>
79 79
			<td>
80
				<select name="dynamicClass" id="dynamicClass">
81
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity">Entity</option>
82
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic" selected="selected">Characteristic</option>
83
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard">Standard</option>
84
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol">Protocol</option>
85
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement">Measurement</option>
86
				</select>
80
				<table class="subGroup subGroup_border">
81
					<tr>
82
						<th colspan="1">
83
							Entity
84
						</th>
85
					</tr>
86
					<tr>
87
						<td>Find observations of</td>
88
					</tr>
89
					<tr>
90
						<td>
91
							(a)
92
							<select name="dynamicValue" id="dynamicValue" multiple="multiple" size="5" style="width: 216px">
93
								<option title="A long description for Kelp">Kelp</option>
94
								<option>Tree</option>
95
							</select>
96
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity"/>
97
						</td>
98
					</tr>
99
					<tr>
100
						<td colspan="1">
101
							(b)
102
							<input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="30" />
103
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity"/>
104
						</td>
105
					</tr>
106
				</table>
87 107
			</td>
88
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
89
		</tr>
90
		<tr>
91 108
			<td>
92
				<select name="dynamicClass" id="dynamicClass">
93
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity">Entity</option>
94
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic">Characteristic</option>
95
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard" selected="selected">Standard</option>
96
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol">Protocol</option>
97
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement">Measurement</option>
98
				</select>
109
				<table class="subGroup subGroup_border">
110
					<tr>
111
						<th colspan="1">
112
							Characteristic
113
						</th>
114
					</tr>
115
					<tr>
116
						<td>where measurements of</td>
117
					</tr>
118
					<tr>
119
						<td>
120
							<select name="dynamicValue" id="dynamicValue" multiple="multiple" size="5" style="width: 216px">
121
								<option title="A long description for Height">Height</option>
122
								<option>Weight</option>
123
							</select>
124
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic"/>
125
						</td>
126
					</tr>
127
					<tr>
128
						<td colspan="1">
129
							<input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="30" />
130
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic"/>
131
						</td>
132
					</tr>
133
				</table>
99 134
			</td>
100
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
101
		</tr>
102
		<tr>
103 135
			<td>
104
				<select name="dynamicClass" id="dynamicClass">
105
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity">Entity</option>
106
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic">Characteristic</option>
107
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard">Standard</option>
108
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol" selected="selected">Protocol</option>
109
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement">Measurement</option>
110
				</select>
136
				<table class="subGroup subGroup_border">
137
					<tr>
138
						<th colspan="1">
139
							Standard
140
						</th>
141
					</tr>
142
					<tr>
143
						<td>were recorded in units of</td>
144
					</tr>
145
					<tr>
146
						<td>
147
							<select name="dynamicValue" id="dynamicValue" multiple="multiple" size="5" style="width: 216px">
148
								<option title="A long description for Meter">Meter</option>
149
								<option>Inch</option>
150
								<option>Gram</option>
151
							</select>
152
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard"/>
153
						</td>
154
					</tr>
155
					<tr>
156
						<td colspan="1">
157
							<input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="30" />
158
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard"/>
159
						</td>
160
					</tr>
161
				</table>
111 162
			</td>
112
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
113
		</tr>
114
		<tr>
115 163
			<td>
116
				<select name="dynamicClass" id="dynamicClass">
117
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity">Entity</option>
118
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic">Characteristic</option>
119
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard">Standard</option>
120
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol">Protocol</option>
121
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement" selected="selected">Measurement</option>
122
				</select>
164
				<table class="subGroup subGroup_border">
165
					<tr>
166
						<th colspan="1">
167
							Protocol
168
						</th>
169
					</tr>
170
					<tr>
171
						<td>following procedures outlined by</td>
172
					</tr>
173
					<tr>
174
						<td>
175
							<select name="dynamicValue" id="dynamicValue" multiple="multiple" size="5" style="width: 216px">
176
								<option title="A long description for LabA">LabA</option>
177
								<option>LabB</option>
178
							</select>
179
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol"/>
180
						</td>
181
					</tr>
182
					<tr>
183
						<td colspan="1">
184
							<input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="30" />
185
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol"/>
186
						</td>
187
					</tr>
188
				</table>
123 189
			</td>
124
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
190
			<td>
191
				<table class="subGroup subGroup_border">
192
					<tr>
193
						<th colspan="2">
194
							Measurement
195
						</th>
196
					</tr>
197
					<tr>
198
						<td>typically defined as</td>
199
					</tr>
200
					<tr>
201
						<td>
202
							<select name="dynamicValue" id="dynamicValue" multiple="multiple" size="5" style="width: 216px">
203
								<option title="NitrogenConcentration">NitrogenConcentration</option>
204
							</select>
205
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement"/>
206
						</td>
207
					</tr>
208
					<tr>
209
						<td colspan="1">
210
							<input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="30" />
211
							<input type="hidden" name="dynamicClass" id="dynamicClass" value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement"/>
212
						</td>
213
					</tr>
214
				</table>
215
			</td>
125 216
		</tr>
126
		<!-- 
127 217
		<tr>
128
			<td>Entity: (SBC only)</td>
129
			<td><input type="text" name="entity" class="bp_form_complete-1523-uri" size="100" /></td>
218
			<td colspan="5">Match All? <input type="checkbox" name="matchAll" checked="checked"/></td>
130 219
		</tr>
131
		 -->
132 220
		<tr>
133
			<td colspan="2">Match All? <input type="checkbox" name="matchAll" checked="checked"/></td>
221
			<td colspan="5">From same Observation? <input type="checkbox" name="strict"/></td>
134 222
		</tr>
135 223
		<tr>
136
			<td colspan="2">From same Observation? <input type="checkbox" name="strict"/></td>
224
			<td colspan="5"><input type="submit" value="Search"/></td>
137 225
		</tr>
226
	</table>
227
		<!-- 
138 228
		<tr>
139
			<td colspan="2"><input type="submit" value="Search"/></td>
229
			<td>Entity: (SBC only)</td>
230
			<td><input type="text" name="entity" class="bp_form_complete-1523-uri" size="100" /></td>
140 231
		</tr>
141
	</table>
232
		 -->		
142 233
</form>
143 234

  
235
<!--  
144 236
<h2>Ontology search</h2>
145 237
<div id="bp_quick_jump"></div>
146 238
<script type="text/javascript">
......
169 261
		pluginspage="http://www.adobe.com/go/getflashplayer">
170 262
	</embed>
171 263
</object>
264
-->
172 265

  
173 266
<!-- Included default search/login -->
174 267
<% if ( PropertyService.getProperty("spatial.runSpatialOption").equals("true") ) { %>

Also available in: Unified diff