1 |
3780
|
daigle
|
<%@ page language="java" %>
|
2 |
|
|
<%
|
3 |
|
|
/**
|
4 |
|
|
* '$RCSfile$'
|
5 |
|
|
* Copyright: 2004 Regents of the University of California and the
|
6 |
|
|
* National Center for Ecological Analysis and Synthesis
|
7 |
|
|
* For Details: http://www.nceas.ucsb.edu/
|
8 |
|
|
*
|
9 |
|
|
* '$Author$'
|
10 |
|
|
* '$Date$'
|
11 |
|
|
* '$Revision$'
|
12 |
|
|
*
|
13 |
|
|
* This is an HTML document for displaying metadata catalog tools
|
14 |
|
|
*
|
15 |
|
|
* This program is free software; you can redistribute it and/or modify
|
16 |
|
|
* it under the terms of the GNU General Public License as published by
|
17 |
|
|
* the Free Software Foundation; either version 2 of the License, or
|
18 |
|
|
* (at your option) any later version.
|
19 |
|
|
*
|
20 |
|
|
* This program is distributed in the hope that it will be useful,
|
21 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
22 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
23 |
|
|
* GNU General Public License for more details.
|
24 |
|
|
*
|
25 |
|
|
* You should have received a copy of the GNU General Public License
|
26 |
|
|
* along with this program; if not, write to the Free Software
|
27 |
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
28 |
|
|
*/
|
29 |
|
|
%>
|
30 |
|
|
|
31 |
|
|
<%@ include file="../../common/common-settings.jsp"%>
|
32 |
4080
|
daigle
|
<%@ include file="../../common/configure-check.jsp"%>
|
33 |
3780
|
daigle
|
|
34 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
35 |
|
|
<html>
|
36 |
|
|
<head>
|
37 |
|
|
<title>LTSS Data Registry</title>
|
38 |
|
|
<link rel="stylesheet" type="text/css"
|
39 |
|
|
href="<%=STYLE_SKINS_URL%>/ltss/ltss.css"></link>
|
40 |
|
|
<script language="JavaScript" type="text/JavaScript"
|
41 |
|
|
src="<%=STYLE_SKINS_URL%>/ltss/ltss.js"></script>
|
42 |
|
|
<script language="JavaScript" type="text/JavaScript"
|
43 |
|
|
src="<%=STYLE_COMMON_URL%>/branding.js"></script>
|
44 |
|
|
</head>
|
45 |
|
|
<body>
|
46 |
|
|
<script language="JavaScript">
|
47 |
4080
|
daigle
|
insertTemplateOpening("<%=CONTEXT_URL%>");
|
48 |
|
|
insertSearchBox("<%=CONTEXT_URL%>");
|
49 |
3780
|
daigle
|
</script>
|
50 |
|
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
51 |
|
|
<tr><td colspan="5">
|
52 |
|
|
<p>
|
53 |
|
|
Welcome to the Long-term Studies Section Data Registry. This is a publically
|
54 |
|
|
accessible registry describing <b>scientific data sets on ecology and the
|
55 |
|
|
environment</b>. In this context, we refer to a data set as the collection
|
56 |
|
|
of data tables and objects that are associated with a study, experiment,
|
57 |
|
|
or monitoring program. Exactly what constitutes a data set is determined
|
58 |
|
|
by each submitter. Credit for the datasets in this registry goes to the
|
59 |
|
|
investigators who collected the data (see each individual registry entry
|
60 |
|
|
for citation and attribution information as well as usage rights).
|
61 |
|
|
</p>
|
62 |
|
|
</td></tr>
|
63 |
|
|
<tr><td colspan="5">
|
64 |
|
|
<p><b>Registry Tools</b></p>
|
65 |
|
|
<p>
|
66 |
|
|
<menu>
|
67 |
|
|
<li><span class="searchbox">Search for Data</span><br />
|
68 |
|
|
<menu>
|
69 |
|
|
<form method="POST" action="<%=SERVLET_URL%>" target="_top">
|
70 |
|
|
<input value="INTERSECT" name="operator" type="hidden">
|
71 |
|
|
<input size="14" name="anyfield" type="text" value="">
|
72 |
|
|
<!-- <input name="organizationName" value="Long-term Studies Section" type="hidden">-->
|
73 |
|
|
<input name="action" value="query" type="hidden">
|
74 |
|
|
<input name="qformat" value="ltss" type="hidden">
|
75 |
|
|
<input name="enableediting" value="true" type="hidden">
|
76 |
|
|
<input name="operator" value="UNION" type="hidden">
|
77 |
|
|
<input name="returnfield" value="originator/individualName/surName" type="hidden">
|
78 |
|
|
<input name="returnfield" value="originator/individualName/givenName" type="hidden">
|
79 |
|
|
<input name="returnfield" value="creator/individualName/surName" type="hidden">
|
80 |
|
|
<input name="returnfield" value="creator/individualName/givenName" type="hidden">
|
81 |
|
|
<input name="returnfield" value="originator/organizationName" type="hidden">
|
82 |
|
|
<input name="returnfield" value="creator/organizationName" type="hidden">
|
83 |
|
|
<input name="returnfield" value="dataset/title" type="hidden">
|
84 |
|
|
<input name="returnfield" value="keyword" type="hidden">
|
85 |
5710
|
leinfelder
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.1" type="hidden">
|
86 |
4505
|
daigle
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.0" type="hidden">
|
87 |
3780
|
daigle
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
|
88 |
|
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
|
89 |
|
|
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
|
90 |
|
|
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
|
91 |
|
|
<input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
|
92 |
|
|
<input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
|
93 |
|
|
<input value="Search" type="submit">
|
94 |
|
|
</form>
|
95 |
|
|
The registry search system is used to locate data sets of interest
|
96 |
|
|
by searching through existing registered data sets.
|
97 |
|
|
Presently the search covers all fields, including
|
98 |
|
|
author, title, abstract, keywords, and other documentation
|
99 |
|
|
for each dataset. Use a '%' symbol as a wildcard in searches
|
100 |
|
|
(e.g., '%biodiversity%' would locate any phrase with the word
|
101 |
|
|
biodiversity embedded within it).
|
102 |
|
|
</menu>
|
103 |
|
|
</li>
|
104 |
5710
|
leinfelder
|
<li><a href="<%=SERVLET_URL%>?action=query&operator=INTERSECT&anyfield=%25&qformat=ltss&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.1.1&returndoctype=eml://ecoinformatics.org/eml-2.1.0&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse data sets</a><br />
|
105 |
3780
|
daigle
|
<menu>
|
106 |
|
|
Browse all existing data sets by title. This operation can be slow as the
|
107 |
|
|
number of entries in the registry grows.
|
108 |
|
|
</menu>
|
109 |
|
|
</li>
|
110 |
|
|
<p> </p>
|
111 |
|
|
<li><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=ltss">Register a new
|
112 |
|
|
data set</a><br />
|
113 |
|
|
<menu>
|
114 |
|
|
The registration page is used to submit information about a <b>new</b>
|
115 |
|
|
data set regarding ecology or the environment. The documentation about
|
116 |
|
|
the data set will be submitted to the Registry. You (and only
|
117 |
|
|
you, or your designee) can return to edit the entry
|
118 |
|
|
at a later point in time to add to or correct the
|
119 |
|
|
description. You can also use other tools such as <a
|
120 |
|
|
href="http://knb.ecoinformatics.org/morphoportal.jsp">Morpho</a> to
|
121 |
|
|
further document the set of data and directly attach the data to the
|
122 |
|
|
registry entry.
|
123 |
|
|
</menu>
|
124 |
|
|
</li>
|
125 |
|
|
<p> </p>
|
126 |
8526
|
tao
|
|
127 |
|
|
|
128 |
|
|
<li><a href="<%=USER_MANAGEMENT_URL%>">Need an account? Forgot password?</a>
|
129 |
3780
|
daigle
|
<br />
|
130 |
|
|
<menu>
|
131 |
|
|
The account management tools are used to create and manage registry
|
132 |
|
|
accounts. Accounts are free, and are used to identify contributors
|
133 |
|
|
so that they can maintain their entries in the future.
|
134 |
|
|
</menu>
|
135 |
|
|
</li>
|
136 |
|
|
</menu>
|
137 |
|
|
</p>
|
138 |
|
|
</td></tr>
|
139 |
|
|
<tr><td>
|
140 |
|
|
<p>
|
141 |
|
|
This project is a cooperative effort of the <a
|
142 |
|
|
href="http://www.esa.org/longterm/">Long-Term Studies Section (LTSS)</a>
|
143 |
|
|
of the ESA, the <a href="http://www.nceas.ucsb.edu">National
|
144 |
|
|
Center for Ecological Analysis and Synthesis (NCEAS)</a> and the <a
|
145 |
|
|
href="http://www.lternet.edu">Long-Term Ecological Research Network
|
146 |
|
|
(LTER)</a>. The Data Registry is based on software developed by
|
147 |
|
|
the <a href="http://knb.ecoinformatics.org">Knowledge Network for
|
148 |
|
|
Biocomplexity (KNB)</a>, and houses metadata that are compliant with <a
|
149 |
|
|
href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
|
150 |
|
|
Language (EML)</a>. Consequently, data registered in this registry
|
151 |
|
|
also are accessible from the larger collection of data found in the
|
152 |
|
|
<a href="http://knb.ecoinformatics.org">KNB registry</a>. Other sites
|
153 |
|
|
contributing to the KNB registry include:
|
154 |
|
|
<ul>
|
155 |
|
|
<li><a href="http://knb.ecoinformatics.org/knb/obfs">Organization of
|
156 |
|
|
Biological Field Stations registry</a> </li>
|
157 |
|
|
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC
|
158 |
|
|
Natural Reserve System registry</a> </li>
|
159 |
|
|
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS
|
160 |
|
|
registry</a> </li>
|
161 |
|
|
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">
|
162 |
|
|
SpecNet registry</a> </li>
|
163 |
|
|
</ul>
|
164 |
|
|
</p>
|
165 |
|
|
</td></tr>
|
166 |
|
|
</table>
|
167 |
|
|
<p> </p>
|
168 |
|
|
<p> </p>
|
169 |
|
|
<script language="JavaScript">
|
170 |
4080
|
daigle
|
insertTemplateClosing("<%=CONTEXT_URL%>");
|
171 |
3780
|
daigle
|
</script>
|
172 |
|
|
</body>
|
173 |
|
|
</html>
|