27 |
27 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
28 |
28 |
<html>
|
29 |
29 |
<head>
|
30 |
|
<title>ESA Data Registry</title>
|
|
30 |
<title>LTSS / ESA Data Registry</title>
|
31 |
31 |
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
|
32 |
32 |
<link rel="stylesheet" type="text/css"
|
33 |
33 |
href="@systemidserver@@style-skins-path@/esa/esa.css"></link>
|
... | ... | |
44 |
44 |
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
45 |
45 |
<tr><td colspan="5">
|
46 |
46 |
<p>
|
47 |
|
Welcome to the ESA Data Registry. This is a publically accessible registry
|
48 |
|
describing scientific data sets on ecology and the environment.
|
49 |
|
</p>
|
50 |
|
<p> </p>
|
51 |
|
<p>
|
52 |
|
This project is a cooperative effort of the
|
53 |
|
<a href="http://www.esa.org">Ecological Society of America</a>,
|
54 |
|
the <A href="http://www.esa.org/longterm/">Long-Term Studies Section (LTSS)</a>
|
55 |
|
of the ESA, and the <a href="http://www.nceas.ucsb.edu">National Center for
|
56 |
|
Ecological Analysis and Synthesis (NCEAS)</a>. The Data Registry is based
|
57 |
|
on software developed by the
|
58 |
|
<a href="http://knb.ecoinformatics.org">Knowledge Network for Biocomplexity
|
59 |
|
(KNB)</a>, and houses metadata that are compliant with
|
60 |
|
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
|
61 |
|
Language (EML)</a>.
|
62 |
|
</p>
|
63 |
|
<p> </p>
|
64 |
|
<p>
|
|
47 |
Welcome to the LTSS/ESA Data Registry. This is a publically accessible registry
|
|
48 |
describing <b>scientific data sets on ecology and the environment</b>. In this
|
|
49 |
context, we refer to a data set as the collection of data tables and objects
|
|
50 |
that are associated with a study, experiment, or monitoring program. Exactly
|
|
51 |
what constitutes a data set is determined by each submitter.
|
65 |
52 |
Credit for the datasets in this registry goes to the investigators who
|
66 |
53 |
collected the data -- see each individual registry entry for citation and
|
67 |
54 |
attribution information as well as usage rights.
|
... | ... | |
70 |
57 |
<p><b>Registry Tools</b></p>
|
71 |
58 |
<p>
|
72 |
59 |
<menu>
|
73 |
|
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=Ecological%20Society%20of%20America&qformat=esa&enableediting=true&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 />
|
|
60 |
<li><span class="searchbox">Search for Data</span><br />
|
74 |
61 |
<menu>
|
|
62 |
<form method="POST" action="@servlet-path@" target="_top">
|
|
63 |
<input value="INTERSECT" name="operator" type="hidden">
|
|
64 |
<input size="14" name="anyfield" type="text" value="">
|
|
65 |
<input name="organizationName" value="Ecological Society of America" type="hidden">
|
|
66 |
<input name="action" value="query" type="hidden">
|
|
67 |
<input name="qformat" value="esa" type="hidden">
|
|
68 |
<input name="enableediting" value="true" type="hidden">
|
|
69 |
<input name="operator" value="UNION" type="hidden">
|
|
70 |
<input name="returnfield" value="originator/individualName/surName" type="hidden">
|
|
71 |
<input name="returnfield" value="originator/individualName/givenName" type="hidden">
|
|
72 |
<input name="returnfield" value="creator/individualName/surName" type="hidden">
|
|
73 |
<input name="returnfield" value="creator/individualName/givenName" type="hidden">
|
|
74 |
<input name="returnfield" value="originator/organizationName" type="hidden">
|
|
75 |
<input name="returnfield" value="creator/organizationName" type="hidden">
|
|
76 |
<input name="returnfield" value="dataset/title" type="hidden">
|
|
77 |
<input name="returnfield" value="keyword" type="hidden">
|
|
78 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
|
|
79 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
|
|
80 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
|
|
81 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
|
|
82 |
<input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
|
|
83 |
<input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
|
|
84 |
<input value="Search" type="submit">
|
|
85 |
</form>
|
75 |
86 |
The registry search system is used to locate data sets of interest
|
76 |
87 |
by searching through existing registered data sets.
|
77 |
88 |
Presently the search covers all fields, including
|
78 |
89 |
author, title, abstract, keywords, and other documentation
|
79 |
|
for each dataset. (More sophisticated search capabilities,
|
80 |
|
including boolean field searches, will be available in future.)
|
|
90 |
for each dataset. Use a '%' symbol as a wildcard in searches
|
|
91 |
(e.g., '%biodiversity%' would locate any phrase with the word
|
|
92 |
biodiversity embedded within it).
|
|
93 |
</menu>
|
|
94 |
</li>
|
|
95 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=Ecological%20Society%20of%20America&qformat=esa&enableediting=true&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 />
|
|
96 |
<menu>
|
|
97 |
Browse all existing data sets by title. This operation can be slow as the
|
|
98 |
number of entries in the registry grows.
|
81 |
99 |
</menu>
|
82 |
100 |
</li>
|
83 |
101 |
<p> </p>
|
... | ... | |
85 |
103 |
data set</a><br />
|
86 |
104 |
<menu>
|
87 |
105 |
The registration page is used to submit information about a <b>new</b>
|
88 |
|
data set associated with ESA research. The documentation about the
|
89 |
|
data set will be submitted to the Registry. You can return to the entry
|
90 |
|
at a later point in time to add to or correct the description. You can
|
91 |
|
also use other tools such as
|
92 |
|
<a href="http://knb.ecoinformatics.org/morphoportal.jsp">Morpho</a>
|
93 |
|
to further document the set of data and directly attach the data to
|
94 |
|
the registry entry.
|
|
106 |
data set regarding ecology or the environment. The documentation about
|
|
107 |
the data set will be submitted to the Registry. You (and only
|
|
108 |
you, or your designee) can return to edit the entry
|
|
109 |
at a later point in time to add to or correct the
|
|
110 |
description. You can also use other tools such as <a
|
|
111 |
href="http://knb.ecoinformatics.org/morphoportal.jsp">Morpho</a> to
|
|
112 |
further document the set of data and directly attach the data to the
|
|
113 |
registry entry.
|
95 |
114 |
</menu>
|
96 |
115 |
</li>
|
97 |
116 |
<p> </p>
|
... | ... | |
110 |
129 |
</menu>
|
111 |
130 |
</p>
|
112 |
131 |
</td></tr>
|
|
132 |
<tr><td>
|
|
133 |
<p>
|
|
134 |
This project is a cooperative effort of the <a
|
|
135 |
href="http://www.esa.org/longterm/">Long-Term Studies Section (LTSS)</a>
|
|
136 |
of the ESA, the <a href="http://www.esa.org">Ecological Society of
|
|
137 |
America</a>, the <a href="http://www.nceas.ucsb.edu">National
|
|
138 |
Center for Ecological Analysis and Synthesis (NCEAS)</a> and the <a
|
|
139 |
href="http://www.lternet.edu">Long-Term Ecological Research Network
|
|
140 |
(LTER)</a>. The Data Registry is based on software developed by
|
|
141 |
the <a href="http://knb.ecoinformatics.org">Knowledge Network for
|
|
142 |
Biocomplexity (KNB)</a>, and houses metadata that are compliant with <a
|
|
143 |
href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
|
|
144 |
Language (EML)</a>. Consequently, data registered in this registry
|
|
145 |
also are accessible from the larger collection of data found in the
|
|
146 |
<a href="http://knb.ecoinformatics.org">KNB registry</a>. Other sites
|
|
147 |
contributing to the KNB registry include:
|
|
148 |
<ul>
|
|
149 |
<li><a href="http://knb.ecoinformatics.org/knb/obfs">Organization of
|
|
150 |
Biological Field Stations registry</a> </li>
|
|
151 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC
|
|
152 |
Natural Reserve System registry</a> </li>
|
|
153 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS
|
|
154 |
registry</a> </li>
|
|
155 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">
|
|
156 |
SpecNet registry</a> </li>
|
|
157 |
</ul>
|
|
158 |
</p>
|
|
159 |
</td></tr>
|
113 |
160 |
</table>
|
114 |
161 |
<p> </p>
|
|
162 |
<p> </p>
|
115 |
163 |
<script language="JavaScript">
|
116 |
164 |
insertTemplateClosing();
|
117 |
165 |
</script>
|
Revisions to text for the ESA / LTSS registry.