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: sgarg $'
8
  *     '$Date: 2005-03-29 12:09:49 -0800 (Tue, 29 Mar 2005) $'
9
  * '$Revision: 2433 $'
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>LTSS 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@/ltss/ltss.css"></link>
34
  <script language="JavaScript" type="text/JavaScript"
35
          src="@systemidserver@@style-skins-path@/ltss/ltss.js"></script>
36
  <script language="JavaScript" type="text/JavaScript"
37
          src="@systemidserver@@style-common-path@/branding.js"></script>
38
</head>
39
<body>
40
      <script language="JavaScript">
41
          insertTemplateOpening();
42
          insertSearchBox();
43
      </script>
44
<table width="760" border="0" cellspacing="0" cellpadding="0">
45
  <tr><td colspan="5">
46
<p>
47
Welcome to the Long-term Studies Section Data Registry. This is a publically 
48
accessible registry describing <b>scientific data sets on ecology and the
49
environment</b>.  In this context, we refer to a data set as the collection
50
of data tables and objects that are associated with a study, experiment,
51
or monitoring program.  Exactly what constitutes a data set is determined
52
by each submitter.  Credit for the datasets in this registry goes to the
53
investigators who collected the data (see each individual registry entry
54
for citation and attribution information as well as usage rights).
55
</p>
56
</td></tr>
57
<tr><td colspan="5">
58
<p><b>Registry Tools</b></p>
59
<p>
60
<menu>
61
<li><span class="searchbox">Search for Data</span><br />
62
    <menu>
63
<form method="POST" action="@servlet-path@" target="_top">
64
  <input value="INTERSECT" name="operator" type="hidden">   
65
  <input size="14" name="anyfield" type="text" value="">
66
  <!-- <input name="organizationName" value="Long-term Studies Section" type="hidden">-->
67
  <input name="action" value="query" type="hidden">
68
  <input name="qformat" value="ltss" type="hidden">
69
  <input name="enableediting" value="true" type="hidden">
70
  <input name="operator" value="UNION" type="hidden">
71
  <input name="returnfield" value="originator/individualName/surName" type="hidden">
72
  <input name="returnfield" value="originator/individualName/givenName" type="hidden">
73
  <input name="returnfield" value="creator/individualName/surName" type="hidden">
74
  <input name="returnfield" value="creator/individualName/givenName" type="hidden">
75
  <input name="returnfield" value="originator/organizationName" type="hidden">
76
  <input name="returnfield" value="creator/organizationName" type="hidden">
77
  <input name="returnfield" value="dataset/title" type="hidden">
78
  <input name="returnfield" value="keyword" type="hidden">
79
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
80
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
81
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
82
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
83
  <input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
84
  <input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
85
  <input value="Search" type="submit">
86
</form>
87
      The registry search system is used to locate data sets of interest
88
      by searching through existing registered data sets.  
89
      Presently the search covers all fields, including
90
      author, title, abstract, keywords, and other documentation
91
      for each dataset.  Use a '%' symbol as a wildcard in searches
92
      (e.g., '%biodiversity%' would locate any phrase with the word
93
      biodiversity embedded within it).
94
      </menu>
95
  </li>
96
  <li><a href="@servlet-path@?action=query&amp;operator=INTERSECT&amp;anyfield=%25&amp;qformat=ltss&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 />
97
    <menu>
98
    Browse all existing data sets by title.  This operation can be slow as the
99
    number of entries in the registry grows.
100
    </menu>
101
  </li>
102
  <p>&nbsp;</p>
103
  <li><a href="@cgi-prefix@/register-dataset.cgi?cfg=ltss">Register a new 
104
       data set</a><br />
105
    <menu>
106
      The registration page is used to submit information about a <b>new</b>
107
      data set regarding ecology or the environment.  The documentation about 
108
      the data set will be submitted to the Registry.  You (and only
109
      you, or your designee) can return to edit the entry
110
      at a later point in time to add to or correct the
111
      description.  You can also use other tools such as <a
112
      href="http://knb.ecoinformatics.org/morphoportal.jsp">Morpho</a> to
113
      further document the set of data and directly attach the data to the
114
      registry entry.
115
    </menu>
116
  </li>
117
  <p>&nbsp;</p>
118
  <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=ltss">Create a new account</a>
119
    <ul>
120
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=ltss&amp;stage=changepass">Change your password</a>
121
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=ltss&amp;stage=resetpass">Reset your password</a>
122
    </ul>
123
    <br />
124
    <menu>
125
      The account management tools are used to create and manage registry 
126
      accounts.   Accounts are free, and are used to identify contributors
127
      so that they can maintain their entries in the future.  
128
    </menu>
129
  </li>
130
</menu>
131
</p>
132
  </td></tr>
133
  <tr><td>
134
    <p>
135
    This project is a cooperative effort of the <a
136
    href="http://www.esa.org/longterm/">Long-Term Studies Section (LTSS)</a>
137
    of the ESA, 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>
160
</table>
161
<p>&nbsp;</p>
162
<p>&nbsp;</p>
163
<script language="JavaScript">          
164
    insertTemplateClosing();
165
</script>
166
</body>
167
</html>
(2-2/8)