1
|
<%@ 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: leinfelder $'
|
10
|
* '$Date: 2010-12-09 10:04:28 -0800 (Thu, 09 Dec 2010) $'
|
11
|
* '$Revision: 5710 $'
|
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
|
<%@ include file="../../common/configure-check.jsp"%>
|
33
|
|
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
|
insertTemplateOpening("<%=CONTEXT_URL%>");
|
48
|
insertSearchBox("<%=CONTEXT_URL%>");
|
49
|
</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
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.1" type="hidden">
|
86
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.0" type="hidden">
|
87
|
<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
|
<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
|
<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
|
<li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=ltss">Create a new account</a>
|
127
|
<ul>
|
128
|
<li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=ltss&stage=changepass">Change your password</a>
|
129
|
<li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=ltss&stage=resetpass">Reset your password</a>
|
130
|
</ul>
|
131
|
<br />
|
132
|
<menu>
|
133
|
The account management tools are used to create and manage registry
|
134
|
accounts. Accounts are free, and are used to identify contributors
|
135
|
so that they can maintain their entries in the future.
|
136
|
</menu>
|
137
|
</li>
|
138
|
</menu>
|
139
|
</p>
|
140
|
</td></tr>
|
141
|
<tr><td>
|
142
|
<p>
|
143
|
This project is a cooperative effort of the <a
|
144
|
href="http://www.esa.org/longterm/">Long-Term Studies Section (LTSS)</a>
|
145
|
of the ESA, the <a href="http://www.nceas.ucsb.edu">National
|
146
|
Center for Ecological Analysis and Synthesis (NCEAS)</a> and the <a
|
147
|
href="http://www.lternet.edu">Long-Term Ecological Research Network
|
148
|
(LTER)</a>. The Data Registry is based on software developed by
|
149
|
the <a href="http://knb.ecoinformatics.org">Knowledge Network for
|
150
|
Biocomplexity (KNB)</a>, and houses metadata that are compliant with <a
|
151
|
href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
|
152
|
Language (EML)</a>. Consequently, data registered in this registry
|
153
|
also are accessible from the larger collection of data found in the
|
154
|
<a href="http://knb.ecoinformatics.org">KNB registry</a>. Other sites
|
155
|
contributing to the KNB registry include:
|
156
|
<ul>
|
157
|
<li><a href="http://knb.ecoinformatics.org/knb/obfs">Organization of
|
158
|
Biological Field Stations registry</a> </li>
|
159
|
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC
|
160
|
Natural Reserve System registry</a> </li>
|
161
|
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS
|
162
|
registry</a> </li>
|
163
|
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">
|
164
|
SpecNet registry</a> </li>
|
165
|
</ul>
|
166
|
</p>
|
167
|
</td></tr>
|
168
|
</table>
|
169
|
<p> </p>
|
170
|
<p> </p>
|
171
|
<script language="JavaScript">
|
172
|
insertTemplateClosing("<%=CONTEXT_URL%>");
|
173
|
</script>
|
174
|
</body>
|
175
|
</html>
|