Project

General

Profile

1 2258 jones
<!--
2
  *  '$RCSfile$'
3
  *    Copyright: 2004 Regents of the University of California and the
4
  *               National Center for Ecological Analysis and Synthesis
5
  *  For Details: http://www.nceas.ucsb.edu/
6
  *
7
  *   '$Author$'
8
  *     '$Date$'
9
  * '$Revision$'
10
  *
11
  * This is an HTML document for displaying metadata catalog tools
12
  *
13
  * This program is free software; you can redistribute it and/or modify
14
  * it under the terms of the GNU General Public License as published by
15
  * the Free Software Foundation; either version 2 of the License, or
16
  * (at your option) any later version.
17
  *
18
  * This program is distributed in the hope that it will be useful,
19
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
  * GNU General Public License for more details.
22
  *
23
  * You should have received a copy of the GNU General Public License
24
  * along with this program; if not, write to the Free Software
25
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26
-->
27
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
28
<html>
29
<head>
30 2408 sgarg
<title>ESA Data Registry</title>
31 2258 jones
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
32
  <link rel="stylesheet" type="text/css"
33
        href="@systemidserver@@style-skins-path@/esa/esa.css"></link>
34
  <script language="JavaScript" type="text/JavaScript"
35
          src="@systemidserver@@style-skins-path@/esa/esa.js"></script>
36
  <script language="JavaScript" type="text/JavaScript"
37
          src="@systemidserver@@style-common-path@/branding.js"></script>
38 2527 sgarg
  <script language="Javascript">
39
40
	function trim(stringToTrim) {
41
                return stringToTrim.replace(/^\s*/, '').replace(/\s*$/,'');
42
        }
43
44
        function checkSearch(submitFormObj) {
45
                var searchString = trim(submitFormObj.elements["anyfield"].value);
46
                var checkBox = document.getElementById("searchCheckBox");
47
48
                if (searchString=="") {
49
                        searchString="%";
50
                }
51
52
                if(checkBox.checked == false && searchString != "%"){
53
                        submitFormObj.anyfield.value = "";
54
                        submitFormObj.title.value = searchString;
55
                        submitFormObj.surName.value = searchString;
56
                        submitFormObj.givenName.value = searchString;
57
                        submitFormObj.keyword.value = searchString;
58
                        submitFormObj.title.value = searchString;
59
                        submitFormObj.organizationName.value = searchString;
60 2533 sgarg
                        submitFormObj.para.value = searchString;
61
                        submitFormObj.geographicDescription.value = searchString;
62
                        submitFormObj.literalLayout.value = searchString;
63 2527 sgarg
			submitFormObj.operator.value="UNION";
64
                        var abs = document.getElementById("abstract");
65
                        abs.value=searchString;
66
                }
67
                return true;
68
        }
69
70
        function searchAll(){
71
                var checkBox = document.getElementById("searchCheckBox");
72
                if(checkBox.checked == true){
73
                        alert("You have selected to search all possible existing fields. This search will take longer.");
74
                }
75
        }
76
77
	function searchKNB(){
78
                var checkBox = document.getElementById("knbCheckBox");
79
                if(checkBox.checked == true){
80
                        alert("You have selected to search KNB data also.");
81
                }
82
        }
83
84
85
  </script>
86 2258 jones
</head>
87
<body>
88
      <script language="JavaScript">
89
          insertTemplateOpening();
90
          insertSearchBox();
91
      </script>
92
<table width="760" border="0" cellspacing="0" cellpadding="0">
93
  <tr><td colspan="5">
94
<p>
95 2408 sgarg
Welcome to the ESA Data Registry. This is a publically accessible registry
96 2266 jones
describing <b>scientific data sets on ecology and the environment</b>.  In this
97
context, we refer to a data set as the collection of data tables and objects
98
that are associated with a study, experiment, or monitoring program.  Exactly
99
what constitutes a data set is determined by each submitter.
100 2408 sgarg
Credit for the data sets in this registry goes to the investigators who
101 2258 jones
collected the data -- see each individual registry entry for citation and
102
attribution information as well as usage rights.
103
</p>
104 2433 sgarg
</td></tr>
105
<tr><td colspan="5">
106 2258 jones
<p><b>Registry Tools</b></p>
107
<p>
108
<menu>
109 2539 sgarg
<li><span class="searchbox"><a name="search"> Search for Data Sets</a></span><br />
110 2258 jones
    <menu>
111 2527 sgarg
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
112 2266 jones
  <input value="INTERSECT" name="operator" type="hidden">
113 2527 sgarg
  &nbsp;<input size="14" name="anyfield" type="text" value="">
114
  <input type="hidden" name="organizationName">
115
  <input type="hidden" name="surName">
116
  <input type="hidden" name="givenName">
117
  <input type="hidden" name="keyword">
118
  <input type="hidden" name="title">
119 2533 sgarg
  <input type="hidden" name="para">
120
  <input type="hidden" name="geographicDescription">
121
  <input type="hidden" name="literalLayout">
122 2527 sgarg
  <input type="hidden" name="abstract/para" id="abstract">
123 2266 jones
  <input name="action" value="query" type="hidden">
124
  <input name="qformat" value="esa" type="hidden">
125
  <input name="enableediting" value="true" type="hidden">
126
  <input name="returnfield" value="originator/individualName/surName" type="hidden">
127
  <input name="returnfield" value="originator/individualName/givenName" type="hidden">
128
  <input name="returnfield" value="creator/individualName/surName" type="hidden">
129
  <input name="returnfield" value="creator/individualName/givenName" type="hidden">
130
  <input name="returnfield" value="originator/organizationName" type="hidden">
131
  <input name="returnfield" value="creator/organizationName" type="hidden">
132
  <input name="returnfield" value="dataset/title" type="hidden">
133
  <input name="returnfield" value="keyword" type="hidden">
134
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
135
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
136
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
137
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
138
  <input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
139
  <input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
140
  <input value="Search" type="submit">
141
</form>
142 2527 sgarg
  <input type="CHECKBOX" name="searchAll" onClick="searchAll()" id="searchCheckBox" >
143
  <span class="regtext">Search All Fields</span>
144
  &nbsp;&nbsp;&nbsp;&nbsp;
145
  <input type="CHECKBOX" name="searchKNB" onClick="searchKNB()" id="knbCheckBox" >
146 2528 sgarg
  <span class="regtext">Search Knowledge Network for Biocomplexity</span>
147 2527 sgarg
   <br><br>
148 2528 sgarg
      This tool allows you to search the registry for data
149 2533 sgarg
      sets of interest. When you type text in the box and
150
      click on the "Search" button, the search will only
151
      be conducted within the title, author, abstract,
152
      and keyword fields. Checking the "Search All Fields"
153
      box will search on these and all other existing
154 2528 sgarg
      fields (this search will take more time). Checking
155
      the "Search Knowledge Network for Biocomplexity" box
156
      will allow you to search the Knowledge Network for
157
      Biocomplexity (KNB) in addition to the ESA Data
158
      Registry. The KNB is an international data repository
159
      dedicated to facilitating ecological and environmental
160
      research. Click <a href="http://knb.ecoinformatics.org/">
161
      here </a> for more information on the KNB.
162
     <br><br>
163
      You can use the '%' character as a wildcard in your
164
      searches (e.g., '%biodiversity%' would locate any
165
      phrase with the word biodiversity embedded within it).
166 2266 jones
      </menu>
167 2527 sgarg
    <br><br>
168 2266 jones
  </li>
169 2287 jones
  <li><a href="@servlet-path@?action=query&amp;operator=INTERSECT&amp;anyfield=%25&amp;qformat=esa&amp;enableediting=true&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.1&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.0&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&amp;returnfield=dataset/title&amp;returnfield=keyword&amp;returnfield=originator/individualName/surName&amp;returnfield=creator/individualName/surName&amp;returnfield=originator/organizationName&amp;returnfield=creator/organizationName">Browse data sets</a><br />
170 2266 jones
    <menu>
171
    Browse all existing data sets by title.  This operation can be slow as the
172
    number of entries in the registry grows.
173 2258 jones
    </menu>
174
  </li>
175
  <p>&nbsp;</p>
176
  <li><a href="@cgi-prefix@/register-dataset.cgi?cfg=esa">Register a new
177
       data set</a><br />
178
    <menu>
179
      The registration page is used to submit information about a <b>new</b>
180 2266 jones
      data set regarding ecology or the environment.  The documentation about
181
      the data set will be submitted to the Registry.  You (and only
182
      you, or your designee) can return to edit the entry
183
      at a later point in time to add to or correct the
184
      description.  You can also use other tools such as <a
185
      href="http://knb.ecoinformatics.org/morphoportal.jsp">Morpho</a> to
186
      further document the set of data and directly attach the data to the
187
      registry entry.
188 2258 jones
    </menu>
189
  </li>
190
  <p>&nbsp;</p>
191
  <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=esa">Create a new account</a>
192
    <ul>
193
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=esa&amp;stage=changepass">Change your password</a>
194
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=esa&amp;stage=resetpass">Reset your password</a>
195
    </ul>
196
    <br />
197
    <menu>
198
      The account management tools are used to create and manage registry
199
      accounts.   Accounts are free, and are used to identify contributors
200
      so that they can maintain their entries in the future.
201
    </menu>
202
  </li>
203
</menu>
204
</p>
205
  </td></tr>
206 2266 jones
  <tr><td>
207
    <p>
208
    This project is a cooperative effort of the <a
209
    href="http://www.esa.org/longterm/">Long-Term Studies Section (LTSS)</a>
210
    of the ESA, the <a href="http://www.esa.org">Ecological Society of
211
    America</a>, the <a href="http://www.nceas.ucsb.edu">National
212
    Center for Ecological Analysis and Synthesis (NCEAS)</a> and the <a
213
    href="http://www.lternet.edu">Long-Term Ecological Research Network
214
    (LTER)</a>.  The Data Registry is based on software developed by
215
    the <a href="http://knb.ecoinformatics.org">Knowledge Network for
216
    Biocomplexity (KNB)</a>, and houses metadata that are compliant with <a
217
    href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
218
    Language (EML)</a>.  Consequently, data registered in this registry
219
    also are accessible from the larger collection of data found in the
220
    <a href="http://knb.ecoinformatics.org">KNB registry</a>.  Other sites
221
    contributing to the KNB registry include:
222
    <ul>
223 2541 sgarg
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/obfs">Organization of
224 2266 jones
    Biological Field Stations registry</a>  </li>
225
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC
226
    Natural Reserve System registry</a>  </li>
227
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS
228
    registry</a>  </li>
229
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">
230
    SpecNet registry</a>  </li>
231
    </ul>
232
    </p>
233
  </td></tr>
234 2258 jones
</table>
235
<p>&nbsp;</p>
236 2266 jones
<p>&nbsp;</p>
237 2258 jones
<script language="JavaScript">
238
    insertTemplateClosing();
239
</script>
240
</body>
241
</html>