Project

General

Profile

1 1976 jones
<!--
2
  *  '$RCSfile$'
3
  *      Authors: Matt Jones
4
  *    Copyright: 2000 Regents of the University of California and the
5
  *               National Center for Ecological Analysis and Synthesis
6
  *  For Details: http://www.nceas.ucsb.edu/
7
  *
8
  *   '$Author$'
9
  *     '$Date$'
10
  * '$Revision$'
11
  *
12
  * This is an HTML document for displaying metadata catalog tools
13
  *
14
  * This program is free software; you can redistribute it and/or modify
15
  * it under the terms of the GNU General Public License as published by
16
  * the Free Software Foundation; either version 2 of the License, or
17
  * (at your option) any later version.
18
  *
19
  * This program is distributed in the hope that it will be useful,
20
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22
  * GNU General Public License for more details.
23
  *
24
  * You should have received a copy of the GNU General Public License
25
  * along with this program; if not, write to the Free Software
26
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
27
-->
28
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
29
<html>
30
<head>
31 1980 jones
<title>NCEAS Data Repository</title>
32 1976 jones
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
33
  <link rel="stylesheet" type="text/css"
34
        href="@systemidserver@@style-skins-path@/nceas/nceas.css"></link>
35
  <script language="JavaScript" type="text/JavaScript"
36
          src="@systemidserver@@style-skins-path@/nceas/nceas.js"></script>
37
  <script language="JavaScript" type="text/JavaScript"
38
          src="@systemidserver@@style-common-path@/branding.js"></script>
39 2546 sgarg
  <script language="Javascript">
40
        function trim(stringToTrim) {
41
                return stringToTrim.replace(/^\s*/, '').replace(/\s*$/,'');
42
        }
43
44
        function checkSearch(submitFormObj) {
45
                var searchString = trim(submitFormObj.searchstring.value);
46
                var checkBox = document.getElementById("searchCheckBox");
47
48
                if (searchString=="") {
49
                        searchString="%";
50
                }
51
52
                if(checkBox.checked == false && searchString!="%"){
53
                        submitFormObj.query.value = "<pathquery version=\"1.2\">"+
54
                                                           +"<querytitle>Web-Search</querytitle>"
55
                                                           +"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>"
56
                                                           +"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>"
57
                                                           +"<returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN</returndoctype>"
58
                                                           +"<returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN</returndoctype>"
59
                                                           +"<returndoctype>-//NCEAS//resource//EN</returndoctype>"
60
                                                           +"<returndoctype>-//NCEAS//eml-dataset//EN</returndoctype>"
61
                                                           +"<returnfield>originator/individualName/surName</returnfield>"
62
                                                           +"<returnfield>originator/individualName/givenName</returnfield>"
63
                                                           +"<returnfield>creator/individualName/surName</returnfield>"
64
                                                           +"<returnfield>creator/individualName/givenName</returnfield>"
65
                                                           +"<returnfield>originator/organizationName</returnfield>"
66
                                                           +"<returnfield>creator/organizationName</returnfield>"
67
                                                           +"<returnfield>dataset/title</returnfield>"
68
                                                           +"<returnfield>keyword</returnfield>"
69
                                                           +"<querygroup operator=\"INTERSECT\">"
70
                                                                +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
71
                                                                        +"<value>National Center for Ecological Analysis and Synthesis</value>"
72
                                                                        +"<pathexpr>organizationName</pathexpr>"
73
                                                                +"</queryterm>"
74
                                                                +"<querygroup operator=\"UNION\">"
75
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
76
                                                                                +"<value>" + searchString + "</value>"
77
                                                                                +"<pathexpr>surName</pathexpr>"
78
                                                                        +"</queryterm>"
79
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
80
                                                                                +"<value>" + searchString + "</value>"
81
                                                                                +"<pathexpr>givenName</pathexpr>"
82
                                                                        +"</queryterm>"
83
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
84
                                                                                +"<value>" + searchString + "</value>"
85
                                                                                +"<pathexpr>keyword</pathexpr>"
86
                                                                        +"</queryterm>"
87
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
88
                                                                                +"<value>" + searchString + "</value>"
89
                                                                         +"<pathexpr>para</pathexpr>"
90
                                                                        +"</queryterm>"
91
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
92
                                                                                +"<value>" + searchString + "</value>"
93
                                                                                +"<pathexpr>geographicDescription</pathexpr>"
94
                                                                        +"</queryterm>"
95
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
96
                                                                                +"<value>" + searchString + "</value>"
97
                                                                                +"<pathexpr>literalLayout</pathexpr>"
98
                                                                        +"</queryterm>"
99
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
100
                                                                                +"<value>" + searchString + "</value>"
101
                                                                                +"<pathexpr>abstract/para</pathexpr>"
102
                                                                        +"</queryterm>"
103
                                                                +"</querygroup>"
104
                                                          +"</querygroup>"
105
                                                  +"</pathquery>";
106
                } else {
107
                        queryTermString = "";
108
                        if(searchString != "%"){
109
                                queryTermString = "<queryterm searchmode=\"contains\" casesensitive=\"false\">"
110
                                                        +"<value>" + searchString + "</value>"
111
                                                        +"<pathexpr>anyfield</pathexpr>"
112
                                                 +"</queryterm>";
113
                        }
114
                        submitFormObj.query.value = "<pathquery version=\"1.2\">"+
115
                                                           +"<querytitle>Web-Search</querytitle>"
116
                                                           +"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>"
117
                                                           +"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>"
118
                                                           +"<returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN</returndoctype>"
119
                                                           +"<returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN</returndoctype>"
120
                                                           +"<returndoctype>-//NCEAS//resource//EN</returndoctype>"
121
                                                           +"<returndoctype>-//NCEAS//eml-dataset//EN</returndoctype>"
122
                                                           +"<returnfield>originator/individualName/surName</returnfield>"
123
                                                           +"<returnfield>originator/individualName/givenName</returnfield>"
124
                                                           +"<returnfield>creator/individualName/surName</returnfield>"
125
                                                           +"<returnfield>creator/individualName/givenName</returnfield>"
126
                                                           +"<returnfield>originator/organizationName</returnfield>"
127
                                                           +"<returnfield>creator/organizationName</returnfield>"
128
                                                           +"<returnfield>dataset/title</returnfield>"
129
                                                           +"<returnfield>keyword</returnfield>"
130
                                                           +"<querygroup operator=\"INTERSECT\">"
131
                                                                +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
132
                                                                        +"<value>National Center for Ecological Analysis and Synthesis</value>"
133
                                                                        +"<pathexpr>organizationName</pathexpr>"
134
                                                                +"</queryterm>"
135
                                                                + queryTermString
136
                                                           +"</querygroup>"
137
                                                    +"</pathquery>";
138
139
                }
140
                return true;
141
        }
142
143
        function searchAll(){
144
                var checkBox = document.getElementById("searchCheckBox");
145
                if(checkBox.checked == true){
146
                        alert("You have selected to search all possible existing fields. This search will take longer.");
147
                }
148
        }
149
   </script>
150 1976 jones
</head>
151
<body>
152
      <script language="JavaScript">
153
          insertTemplateOpening();
154
          insertSearchBox();
155
      </script>
156
<table width="760" border="0" cellspacing="0" cellpadding="0">
157
  <tr><td colspan="5">
158
<p>
159 1980 jones
Welcome to the NCEAS Data Repository. This repository contains information
160
about the research data sets collected and collated within or under the
161 2408 sgarg
auspices of NCEAS' funded activities. A number of these data sets were
162 2001 jones
synthesized from multiple data sources that originated from the efforts
163
of many contributors, while others originated from a single investigator.
164 2408 sgarg
Credit for the data sets in this repository goes to the investigators who
165 2001 jones
collected the data, and also to the NCEAS working groups and scientists who
166
compiled the data for synthetic purposes. See each data package for a list
167
of the people and institutions involved.
168 1976 jones
</p>
169
<p>&nbsp;</p>
170 2001 jones
<p>Data documentation (metadata) can be contributed to the repository in
171
several ways, each with its own strengths.  The
172 2408 sgarg
<a href="@cgi-prefix@/register-dataset.cgi?cfg=nceas">Register a New Data Set</a>
173 1980 jones
web form is a simple way to get started with providing metadata about the
174 2408 sgarg
existence of a data set.  But it can not be used for fully documenting the
175 1980 jones
data, nor can you upload the data objects themselves through this form.
176 2001 jones
In order to provide a more complete description of data, we recommend using the
177 1980 jones
<a href="http://knb.ecoinformatics.org/morphoportal.jsp" target="_top">Morpho</a>
178
software application which is fully compatible with this repository.
179 1976 jones
</p>
180
<p>&nbsp;</p>
181 1980 jones
<p><b>Repository Tools</b></p>
182 1976 jones
<p>
183
<menu>
184 2546 sgarg
<li><span class="searchbox"><a name="search"> Search for Data Sets</a></span><br />
185
    <menu>
186
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
187
  <input value="UNION" name="operator" type="hidden">
188
  &nbsp;<input size="14" name="searchstring" type="text" value="" id="searchBox">
189
  <input name="query" type="hidden"/>
190
  <input name="qformat" value="nceas" type="hidden">
191
  <input name="enableediting" value="true" type="hidden">
192
  <input type="hidden" name="action" value="squery">
193
  <input value="Search" type="submit">
194
</form>
195
  <input type="CHECKBOX" name="searchAll" onClick="searchAll()" id="searchCheckBox" >
196
  <span class="regtext">Search All Fields</span>
197
   <br><br>
198
      This tool allows you to search the registry for data
199
      sets of interest. When you type text in the box and
200
      click on the "Search" button, the search will only
201
      be conducted within the title, author, abstract,
202
      and keyword fields. Checking the "Search All Fields"
203
      box will search on these and all other existing
204
      fields (this search will take more time).
205
     <br><br>
206
      You can use the '%' character as a wildcard in your
207
      searches (e.g., '%biodiversity%' would locate any
208
      phrase with the word biodiversity embedded within it).
209
      </menu>
210
    <br><br>
211
  </li>
212
213 2227 sgarg
  <li><a href="@servlet-path@?action=query&amp;operator=INTERSECT&amp;anyfield=%25&amp;organizationName=National%20Center%20for%20Ecological%20Analysis%20and%20Synthesis&amp;qformat=nceas&amp;enableediting=true&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.0&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.1&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 existing NCEAS data sets</a><br />
214 1976 jones
    <menu>
215 1980 jones
      The repository search system is used to locate data sets of interest
216 1976 jones
      by searching through existing registered data sets.
217
      Presently the search covers all fields, including
218
      author, title, abstract, keywords, and other documentation
219 2408 sgarg
      for each data set.  (More sophisticated search capabilities,
220 1976 jones
      including boolean field searches, will be available in future.)
221
    </menu>
222
  </li>
223
  <p>&nbsp;</p>
224
  <li><a href="@cgi-prefix@/register-dataset.cgi?cfg=nceas">Register a new NCEAS data set</a><br />
225
    <menu>
226
      The registration page is used to submit information about a <b>new</b>
227
      data set associated with NCEAS research.  The documentation about the
228 2433 sgarg
      data set will be reviewed and then submitted to the repository.
229 1976 jones
    </menu>
230
  </li>
231
</menu>
232
</p>
233 1980 jones
<p>&nbsp;</p>
234
<p>
235
This repository is an effort of the <a href="http://www.nceas.ucsb.edu">National
236
Center for Ecological Analysis and Synthesis (NCEAS)</a> and
237
is based on software developed by the
238
<a href="http://knb.ecoinformatics.org">Knowledge Network for
239
Biocomplexity (KNB)</a>, and houses metadata that are compliant with
240
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
241
Language (EML)</a>.
242
</p>
243 2001 jones
<p>
244
If you have any questions, comments or problems regarding this form, please
245
contact the repository administrator at
246
<a href="mailto:help@nceas.ucsb.edu">help@nceas.ucsb.edu</a>.
247
</p>
248 1976 jones
  </td></tr>
249
</table>
250
<p>&nbsp;</p>
251
<script language="JavaScript">
252
    insertTemplateClosing();
253
</script>
254
</body>
255
</html>