Project

General

Profile

1
<!--
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: tyburczy $'
8
  *     '$Date: 2005-12-12 09:50:06 -0800 (Mon, 12 Dec 2005) $'
9
  * '$Revision: 2829 $'
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
<title>ESA Data Registry</title>
31
<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
  <script language="Javascript">
39

    
40
	function trim(stringToTrim) {
41
                return stringToTrim.replace(/^\s*/, '').replace(/\s*$/,'');
42
        }
43

    
44
        function checkSearch(submitFormObj) {
45
                var checkBox = document.getElementById("searchCheckBox");
46
                var searchBox = document.getElementById("searchBox");
47
                var searchString = trim(searchBox.value);
48

    
49
                if (searchString=="") {
50
                        searchString="%";
51
                }
52

    
53
                if(checkBox.checked == false){
54
			if(searchString!="%"){
55
                        	searchBox.name = "title";
56
				searchBox.id = "searchBox";
57
			
58
                        	submitFormObj.surName.value = searchString;
59
	                        submitFormObj.givenName.value = searchString;
60
        	                submitFormObj.keyword.value = searchString;
61
                        	submitFormObj.organizationName.value = searchString;
62
	                        submitFormObj.para.value = searchString;
63
        	                submitFormObj.geographicDescription.value = searchString;
64
                	        submitFormObj.literalLayout.value = searchString;
65
				submitFormObj.operator.value="UNION";
66
	                        var abs = document.getElementById("abstract");
67
        	                abs.value=searchString;
68
			} else {
69
	                        searchBox.name = "anyfield";
70
				searchBox.id = "searchBox";
71
				submitFormObj.surName.value = "";
72
                                submitFormObj.givenName.value = "";
73
                                submitFormObj.keyword.value = "";
74
                                submitFormObj.organizationName.value = "";
75
                                submitFormObj.para.value = "";
76
                                submitFormObj.geographicDescription.value = "";
77
                                submitFormObj.literalLayout.value = "";
78
                                submitFormObj.operator.value="INTERSECT";
79
                                var abs = document.getElementById("abstract");
80
                                abs.value="";
81

    
82
			}
83
                } else {
84
                        searchBox.name = "anyfield";
85
			searchBox.id = "searchBox";
86
			submitFormObj.surName.value = "";
87
	                submitFormObj.givenName.value = "";
88
                        submitFormObj.keyword.value = "";
89
                        submitFormObj.organizationName.value = "";
90
                        submitFormObj.para.value = "";
91
                        submitFormObj.geographicDescription.value = "";
92
                        submitFormObj.literalLayout.value = "";
93
                        submitFormObj.operator.value="INTERSECT";
94
                        var abs = document.getElementById("abstract");
95
                        abs.value="";
96
		}
97

    
98
                var knbCheckBox = document.getElementById("knbCheckBox");
99
                if(knbCheckBox.checked == true){
100
                        document.forms[0].action = "http://knb.ecoinformatics.org/knb/servlet/metacat";
101
                }
102

    
103
                var actionField=document.createElement("input");
104
                actionField.setAttribute("type", "hidden");
105
                actionField.setAttribute("name", "action");
106
                actionField.setAttribute("value", "query");
107
                submitFormObj.appendChild(actionField);
108

    
109
                return true;
110
        }
111

    
112
  </script>
113
</head>
114
<body>
115
      <script language="JavaScript">
116
          insertTemplateOpening();
117
          insertSearchBox();
118
      </script>
119
<table width="760" border="0" cellspacing="0" cellpadding="0">
120
  <tr><td colspan="5">
121
<p>
122
Welcome to the ESA Data Registry. This is a publically accessible registry
123
describing <b>scientific data sets on ecology and the environment</b>.  In this
124
context, we refer to a data set as the collection of data tables and objects
125
that are associated with a study, experiment, or monitoring program.  Exactly
126
what constitutes a data set is determined by each submitter.
127
Credit for the data sets in this registry goes to the investigators who
128
collected the data -- see each individual registry entry for citation and
129
attribution information as well as usage rights.
130
</p>
131
</td></tr>
132
<tr><td colspan="5">
133
<p><b>Registry Tools</b></p>
134
<p>
135
<ul>
136
<li><span class="searchbox"><a name="search"> Search for Data Sets</a></span><br />
137
    <ul>
138
<table><tr>
139
<td><form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
140
  <input value="INTERSECT" name="operator" type="hidden">
141
  <input type="hidden" name="organizationName">
142
  <input type="hidden" name="surName">
143
  <input type="hidden" name="givenName">
144
  <input type="hidden" name="keyword">
145
  <input type="hidden" name="para">
146
  <input type="hidden" name="geographicDescription">
147
  <input type="hidden" name="literalLayout">
148
  <input type="hidden" name="abstract/para" id="abstract">
149
  <input name="qformat" value="esa" type="hidden">
150
  <input name="returnfield" value="originator/individualName/surName" type="hidden">
151
  <input name="returnfield" value="originator/individualName/givenName" type="hidden">
152
  <input name="returnfield" value="creator/individualName/surName" type="hidden">
153
  <input name="returnfield" value="creator/individualName/givenName" type="hidden">
154
  <input name="returnfield" value="originator/organizationName" type="hidden">
155
  <input name="returnfield" value="creator/organizationName" type="hidden">
156
  <input name="returnfield" value="dataset/title" type="hidden">
157
  <input name="returnfield" value="keyword" type="hidden">
158
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
159
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
160
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
161
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
162
  <input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
163
  <input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
164
  &nbsp;<input size="14" name="anyfield" type="text" value="" id="searchBox">
165
  <input value="Search" type="submit">
166
</form></td>
167
<td><form>
168
<input name="search" type="radio" checked><span class="text_plain"> Search only within ESA</span></input><br>
169
<input name="search" type="radio" id="knbCheckBox"><span class="text_plain"> Search entire Knowledge Network for Biocomplexity</span></input>
170
</form></td>
171
</tr>
172
</table>
173
<form>
174
  <input name="searchAll" type="radio" checked><span class="regtext">Search Title, Abstract, Keywords, Personnel (Quicker)</span></input><br>
175
  <input name="searchAll" type="radio" id="searchCheckBox"><span class="regtext">Search all fields (Slower)</span></input>
176
</form>
177
   <br><br>
178
      This tool allows you to search the registry for data 
179
      sets of interest. When you type text in the box and 
180
      click on the "Search" button, the search will only 
181
      be conducted within the title, author, abstract,
182
      and keyword fields. Checking the "Search All Fields" 
183
      box will search on these and all other existing 
184
      fields (this search will take more time). Checking 
185
      the "Search Knowledge Network for Biocomplexity" box 
186
      will allow you to search the Knowledge Network for 
187
      Biocomplexity (KNB) in addition to the ESA Data 
188
      Registry. The KNB is an international data repository 
189
      dedicated to facilitating ecological and environmental 
190
      research. Click <a href="http://knb.ecoinformatics.org/">
191
      here </a> for more information on the KNB.
192
     <br><br>
193
      You can use the '%' character as a wildcard in your 
194
      searches (e.g., '%biodiversity%' would locate any 
195
      phrase with the word biodiversity embedded within it).
196
      </ul>
197
    <br><br>
198
  </li>
199
  <li><a href="@servlet-path@?action=query&amp;operator=INTERSECT&amp;anyfield=%25&amp;qformat=esa&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 />
200
    <ul>
201
    Browse all existing data sets by title.  This operation can be slow as the
202
    number of entries in the registry grows.
203
    </ul>
204
  </li>
205
  <p>&nbsp;</p>
206
  <li><a href="@cgi-prefix@/register-dataset.cgi?cfg=esa">Register a new 
207
       data set</a><br />
208
    <ul>
209
      The registration page is used to submit information about a <b>new</b>
210
      data set regarding ecology or the environment.  The documentation about 
211
      the data set will be submitted to the Registry.  You (and only
212
      you, or your designee) can return to edit the entry
213
      at a later point in time to add to or correct the
214
      description.  You can also use other tools such as <a
215
      href="http://knb.ecoinformatics.org/morphoportal.jsp">Morpho</a> to
216
      further document the set of data and directly attach the data to the
217
      registry entry.
218
    </ul>
219
  </li>
220
  <p>&nbsp;</p>
221
  <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=esa">Create a new account</a>
222
    <ul>
223
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=esa&amp;stage=changepass">Change your password</a>
224
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=esa&amp;stage=resetpass">Reset your password</a>
225
    </ul>
226
    <br />
227
    <ul>
228
      The account management tools are used to create and manage registry 
229
      accounts.   Accounts are free, and are used to identify contributors
230
      so that they can maintain their entries in the future.  
231
    </ul>
232
  </li>
233
</ul>
234
</p>
235
  </td></tr>
236
  <tr><td>
237
    <p>
238
    This project is a cooperative effort of the <a
239
    href="http://longterm.evsc.virginia.edu">Long-Term Studies Section (LTSS)</a>
240
    of the ESA, the <a href="http://www.esa.org">Ecological Society of
241
    America</a>, the <a href="http://www.nceas.ucsb.edu">National
242
    Center for Ecological Analysis and Synthesis (NCEAS)</a> and the <a
243
    href="http://www.lternet.edu">Long-Term Ecological Research Network
244
    (LTER)</a>.  The Data Registry is based on software developed by
245
    the <a href="http://knb.ecoinformatics.org">Knowledge Network for
246
    Biocomplexity (KNB)</a>, and houses metadata that are compliant with <a
247
    href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
248
    Language (EML)</a>.  Consequently, data registered in this registry
249
    also are accessible from the larger collection of data found in the
250
    <a href="http://knb.ecoinformatics.org">KNB registry</a>.  Other sites
251
    contributing to the KNB registry include:
252
    <ul>
253
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/obfs">Organization of
254
    Biological Field Stations registry</a>  </li>
255
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC
256
    Natural Reserve System registry</a>  </li>
257
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS
258
    registry</a>  </li>
259
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">
260
    SpecNet registry</a>  </li>
261
    </ul>
262
    </p>
263
  </td></tr>
264
</table>
265
<p>&nbsp;</p>
266
<p>&nbsp;</p>
267
<script language="JavaScript">          
268
    insertTemplateClosing();
269
</script>
270
</body>
271
</html>
(14-14/16)