1
|
<%@ page language="java"%>
|
2
|
|
3
|
<!--
|
4
|
/**
|
5
|
* '$RCSfile$'
|
6
|
* Authors: Duane Costa
|
7
|
* Copyright: 2006 University of New Mexico and
|
8
|
* Regents of the University of California and the
|
9
|
* National Center for Ecological Analysis and Synthesis
|
10
|
* For Details: http://www.nceas.ucsb.edu/
|
11
|
*
|
12
|
* '$Author: daigle $'
|
13
|
* '$Date: 2008-04-02 16:28:31 -0700 (Wed, 02 Apr 2008) $'
|
14
|
* '$Revision: 3780 $'
|
15
|
*
|
16
|
* This program is free software; you can redistribute it and/or modify
|
17
|
* it under the terms of the GNU General Public License as published by
|
18
|
* the Free Software Foundation; either version 2 of the License, or
|
19
|
* (at your option) any later version.
|
20
|
*
|
21
|
* This program is distributed in the hope that it will be useful,
|
22
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
23
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
24
|
* GNU General Public License for more details.
|
25
|
*
|
26
|
* You should have received a copy of the GNU General Public License
|
27
|
* along with this program; if not, write to the Free Software
|
28
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
29
|
*
|
30
|
*/
|
31
|
-->
|
32
|
|
33
|
<%@ include file="settings.jsp"%>
|
34
|
<%@ include file="session_vars.jsp"%>
|
35
|
|
36
|
<html>
|
37
|
|
38
|
<head>
|
39
|
<link href="<%=STYLE_SKINS_URL%>/lter/lter.css" rel="stylesheet" type="text/css">
|
40
|
<script language="javascript" type="text/javascript">
|
41
|
|
42
|
function trim(stringToTrim) {
|
43
|
return stringToTrim.replace(/^\s*/, '').replace(/\s*$/,'');
|
44
|
}
|
45
|
|
46
|
function keywordSearch(formObj, searchKeyword) {
|
47
|
var searchString = trim(searchKeyword);
|
48
|
formObj.browseValue.value=searchString;
|
49
|
formObj.submit();
|
50
|
return true;
|
51
|
}
|
52
|
|
53
|
</script>
|
54
|
<title>
|
55
|
Browse the LTER Data Catalog
|
56
|
</title>
|
57
|
</head>
|
58
|
|
59
|
<body>
|
60
|
<h2>
|
61
|
Browse the LTER Data Catalog
|
62
|
</h2>
|
63
|
<p>
|
64
|
Browse by category using the links below.
|
65
|
</p>
|
66
|
<form name="browseForm" action="advancedbrowseforward.jsp" method="POST" target="_top">
|
67
|
<input type="hidden" name="browseValue" value="" />
|
68
|
<table>
|
69
|
<tr>
|
70
|
<td width="375">
|
71
|
|
72
|
</td>
|
73
|
<td width="365" class="searchsubcat">
|
74
|
|
75
|
</td>
|
76
|
</tr>
|
77
|
<tr>
|
78
|
<td width="375" class="searchcat">
|
79
|
Ecology
|
80
|
</td>
|
81
|
<td width="365" class="searchcat">
|
82
|
Evolution
|
83
|
</td>
|
84
|
</tr>
|
85
|
<tr valign="top">
|
86
|
<td width="375" class="searchsubcat">
|
87
|
<a href="#1" onClick="keywordSearch(document.browseForm, 'biodiversity')" class="searchsubcat">
|
88
|
Biodiversity,
|
89
|
</a>
|
90
|
<a href="#2" onClick="keywordSearch(document.browseForm, 'competition')" class="searchsubcat">
|
91
|
Competition,
|
92
|
</a>
|
93
|
<a href="#3" onClick="keywordSearch(document.browseForm, 'decomposition')" class="searchsubcat">
|
94
|
Decomposition,
|
95
|
</a>
|
96
|
<a href="#4" onClick="keywordSearch(document.browseForm, 'disturbance')" class="searchsubcat">
|
97
|
Disturbance,
|
98
|
</a>
|
99
|
<a href="#5" onClick="keywordSearch(document.browseForm, 'endangered species')" class="searchsubcat">
|
100
|
Endangered Species,
|
101
|
</a>
|
102
|
<a href="#6" onClick="keywordSearch(document.browseForm, 'herbivory')" class="searchsubcat">
|
103
|
Herbivory,
|
104
|
</a>
|
105
|
<a href="#7" onClick="keywordSearch(document.browseForm, 'invasive species')" class="searchsubcat">
|
106
|
Invasive Species,
|
107
|
</a>
|
108
|
<a href="#8" onClick="keywordSearch(document.browseForm, 'nutrient cycling')" class="searchsubcat">
|
109
|
Nutrient Cycling,
|
110
|
</a>
|
111
|
<a href="#9" onClick="keywordSearch(document.browseForm, 'parasitism')" class="searchsubcat">
|
112
|
Parasitism,
|
113
|
</a>
|
114
|
<a href="#10" onClick="keywordSearch(document.browseForm, 'population dynamics')" class="searchsubcat">
|
115
|
Population Dynamics,
|
116
|
</a>
|
117
|
<a href="#11" onClick="keywordSearch(document.browseForm, 'predation')" class="searchsubcat">
|
118
|
Predation,
|
119
|
</a>
|
120
|
<a href="#12" onClick="keywordSearch(document.browseForm, 'productivity')" class="searchsubcat">
|
121
|
Productivity,
|
122
|
</a>
|
123
|
<a href="#13" onClick="keywordSearch(document.browseForm, 'succession')" class="searchsubcat">
|
124
|
Succession,
|
125
|
</a>
|
126
|
<a href="#14" onClick="keywordSearch(document.browseForm, 'symbiosis')" class="searchsubcat">
|
127
|
Symbiosis,
|
128
|
</a>
|
129
|
<a href="#15" onClick="keywordSearch(document.browseForm, 'trophic dynamics')" class="searchsubcat">
|
130
|
Trophic Dynamics
|
131
|
</a>
|
132
|
</td>
|
133
|
<td width="365" class="searchsubcat">
|
134
|
<a href="#16" onClick="keywordSearch(document.browseForm, 'adaptation')" class="searchsubcat">
|
135
|
Adaptation,
|
136
|
</a>
|
137
|
<a href="#17" onClick="keywordSearch(document.browseForm, 'evolution')" class="searchsubcat">
|
138
|
Evolution,
|
139
|
</a>
|
140
|
<a href="#18" onClick="keywordSearch(document.browseForm, 'extinction')" class="searchsubcat">
|
141
|
Extinction,
|
142
|
</a>
|
143
|
<a href="#19" onClick="keywordSearch(document.browseForm, 'genetics')" class="searchsubcat">
|
144
|
Genetics,
|
145
|
</a>
|
146
|
<a href="#20" onClick="keywordSearch(document.browseForm, 'mutation')" class="searchsubcat">
|
147
|
Mutation,
|
148
|
</a>
|
149
|
<a href="#21" onClick="keywordSearch(document.browseForm, 'selection')" class="searchsubcat">
|
150
|
Selection,
|
151
|
</a>
|
152
|
<a href="#22" onClick="keywordSearch(document.browseForm, 'speciation')" class="searchsubcat">
|
153
|
Speciation,
|
154
|
</a>
|
155
|
<a href="#23" onClick="keywordSearch(document.browseForm, 'survival')" class="searchsubcat">
|
156
|
Survival
|
157
|
</a>
|
158
|
</td>
|
159
|
</tr>
|
160
|
<tr>
|
161
|
<td width="375">
|
162
|
|
163
|
</td>
|
164
|
<td width="365">
|
165
|
|
166
|
</td>
|
167
|
</tr>
|
168
|
<tr>
|
169
|
<td width="365" class="searchcat">
|
170
|
Habitat
|
171
|
</td>
|
172
|
<td width="375" class="searchcat">
|
173
|
Level of Organization
|
174
|
</td>
|
175
|
</tr>
|
176
|
<tr valign="top">
|
177
|
<td width="365" class="searchsubcat">
|
178
|
<a href="#24" onClick="keywordSearch(document.browseForm, 'alpine')" class="searchsubcat">
|
179
|
Alpine,
|
180
|
</a>
|
181
|
<a href="#25" onClick="keywordSearch(document.browseForm, 'benthic')" class="searchsubcat">
|
182
|
Benthic,
|
183
|
</a>
|
184
|
<a href="#26" onClick="keywordSearch(document.browseForm, 'desert')" class="searchsubcat">
|
185
|
Desert,
|
186
|
</a>
|
187
|
<a href="#27" onClick="keywordSearch(document.browseForm, 'estuary')" class="searchsubcat">
|
188
|
Estuary,
|
189
|
</a>
|
190
|
<a href="#28" onClick="keywordSearch(document.browseForm, 'forest')" class="searchsubcat">
|
191
|
Forest,
|
192
|
</a>
|
193
|
<a href="#29" onClick="keywordSearch(document.browseForm, 'freshwater')" class="searchsubcat">
|
194
|
Freshwater,
|
195
|
</a>
|
196
|
<a href="#30" onClick="keywordSearch(document.browseForm, 'grassland')" class="searchsubcat">
|
197
|
Grassland,
|
198
|
</a>
|
199
|
<a href="#31" onClick="keywordSearch(document.browseForm, 'marine')" class="searchsubcat">
|
200
|
Marine,
|
201
|
</a>
|
202
|
<a href="#32" onClick="keywordSearch(document.browseForm, 'montane')" class="searchsubcat">
|
203
|
Montane,
|
204
|
</a>
|
205
|
<a href="#33" onClick="keywordSearch(document.browseForm, 'terrestrial')" class="searchsubcat">
|
206
|
Terrestrial,
|
207
|
</a>
|
208
|
<a href="#34" onClick="keywordSearch(document.browseForm, 'tundra')" class="searchsubcat">
|
209
|
Tundra,
|
210
|
</a>
|
211
|
<a href="#35" onClick="keywordSearch(document.browseForm, 'urban')" class="searchsubcat">
|
212
|
Urban,
|
213
|
</a>
|
214
|
<a href="#36" onClick="keywordSearch(document.browseForm, 'wetland')" class="searchsubcat">
|
215
|
Wetland
|
216
|
</a>
|
217
|
</td>
|
218
|
<td width="375" class="searchsubcat">
|
219
|
<a href="#37" onClick="keywordSearch(document.browseForm, 'cell')" class="searchsubcat">
|
220
|
Cell,
|
221
|
</a>
|
222
|
<a href="#38" onClick="keywordSearch(document.browseForm, 'community')" class="searchsubcat">
|
223
|
Community,
|
224
|
</a>
|
225
|
<a href="#39" onClick="keywordSearch(document.browseForm, 'ecosystem')" class="searchsubcat">
|
226
|
Ecosystem,
|
227
|
</a>
|
228
|
<a href="#40" onClick="keywordSearch(document.browseForm, 'global')" class="searchsubcat">
|
229
|
Global,
|
230
|
</a>
|
231
|
<a href="#41" onClick="keywordSearch(document.browseForm, 'landscape')" class="searchsubcat">
|
232
|
Landscape,
|
233
|
</a>
|
234
|
<a href="#42" onClick="keywordSearch(document.browseForm, 'molecule')" class="searchsubcat">
|
235
|
Molecule,
|
236
|
</a>
|
237
|
<a href="#43" onClick="keywordSearch(document.browseForm, 'organism')" class="searchsubcat">
|
238
|
Organism,
|
239
|
</a>
|
240
|
<a href="#44" onClick="keywordSearch(document.browseForm, 'population')" class="searchsubcat">
|
241
|
Population
|
242
|
</a>
|
243
|
</td>
|
244
|
</tr>
|
245
|
<tr>
|
246
|
<td width="375">
|
247
|
|
248
|
</td>
|
249
|
<td width="365" class="searchsubcat">
|
250
|
|
251
|
</td>
|
252
|
</tr>
|
253
|
<tr>
|
254
|
<td width="365" class="searchcat">
|
255
|
Measurements
|
256
|
</td>
|
257
|
<td width="375" class="searchcat">
|
258
|
Taxonomy
|
259
|
</td>
|
260
|
</tr>
|
261
|
<tr valign="top">
|
262
|
<td width="365" class="searchsubcat">
|
263
|
<a href="#45" onClick="keywordSearch(document.browseForm, 'biomass')" class="searchsubcat">
|
264
|
Biomass,
|
265
|
</a>
|
266
|
<a href="#46" onClick="keywordSearch(document.browseForm, 'carbon')" class="searchsubcat">
|
267
|
Carbon,
|
268
|
</a>
|
269
|
<a href="#47" onClick="keywordSearch(document.browseForm, 'chlorophyll')" class="searchsubcat">
|
270
|
Chlorophyll,
|
271
|
</a>
|
272
|
<a href="#48" onClick="keywordSearch(document.browseForm, 'gis')" class="searchsubcat">
|
273
|
GIS,
|
274
|
</a>
|
275
|
<a href="#49" onClick="keywordSearch(document.browseForm, 'nitrate')" class="searchsubcat">
|
276
|
Nitrate,
|
277
|
</a>
|
278
|
<a href="#50" onClick="keywordSearch(document.browseForm, 'nutrients')" class="searchsubcat">
|
279
|
Nutrients,
|
280
|
</a>
|
281
|
<a href="#51" onClick="keywordSearch(document.browseForm, 'precipitation')" class="searchsubcat">
|
282
|
Precipitation,
|
283
|
</a>
|
284
|
<a href="#52" onClick="keywordSearch(document.browseForm, 'radiation')" class="searchsubcat">
|
285
|
Radiation,
|
286
|
</a>
|
287
|
<a href="#53" onClick="keywordSearch(document.browseForm, 'temperature')" class="searchsubcat">
|
288
|
Temperature,
|
289
|
</a>
|
290
|
<a href="#54" onClick="keywordSearch(document.browseForm, 'weather')" class="searchsubcat">
|
291
|
Weather
|
292
|
</a>
|
293
|
</td>
|
294
|
<td width="375" class="searchsubcat">
|
295
|
<a href="#55" onClick="keywordSearch(document.browseForm, 'amphibian')" class="searchsubcat">
|
296
|
Amphibian,
|
297
|
</a>
|
298
|
<a href="#56" onClick="keywordSearch(document.browseForm, 'bird')" class="searchsubcat">
|
299
|
Bird,
|
300
|
</a>
|
301
|
<a href="#57" onClick="keywordSearch(document.browseForm, 'fish')" class="searchsubcat">
|
302
|
Fish,
|
303
|
</a>
|
304
|
<a href="#58" onClick="keywordSearch(document.browseForm, 'fungus')" class="searchsubcat">
|
305
|
Fungus,
|
306
|
</a>
|
307
|
<a href="#59" onClick="keywordSearch(document.browseForm, 'invertebrate')" class="searchsubcat">
|
308
|
Invertebrate,
|
309
|
</a>
|
310
|
<a href="#60" onClick="keywordSearch(document.browseForm, 'mammal')" class="searchsubcat">
|
311
|
Mammal,
|
312
|
</a>
|
313
|
<a href="#61" onClick="keywordSearch(document.browseForm, 'microbe')" class="searchsubcat">
|
314
|
Microbe,
|
315
|
</a>
|
316
|
<a href="#62" onClick="keywordSearch(document.browseForm, 'plant')" class="searchsubcat">
|
317
|
Plant,
|
318
|
</a>
|
319
|
<a href="#63" onClick="keywordSearch(document.browseForm, 'reptile')" class="searchsubcat">
|
320
|
Reptile,
|
321
|
</a>
|
322
|
<a href="#64" onClick="keywordSearch(document.browseForm, 'virus')" class="searchsubcat">
|
323
|
Virus
|
324
|
</a>
|
325
|
</td>
|
326
|
</tr>
|
327
|
</table>
|
328
|
</form>
|
329
|
</body>
|
330
|
|
331
|
</html>
|