Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
 *  '$RCSfile$'
5
 *    Copyright: 2004 Regents of the University of California and the
6
 *               National Center for Ecological Analysis and Synthesis
7
 *  For Details: http://www.nceas.ucsb.edu/
8
 *
9
 *   '$Author: daigle $'
10
 *     '$Date: 2008-04-02 16:28:31 -0700 (Wed, 02 Apr 2008) $'
11
 * '$Revision: 3780 $'
12
 * 
13
 * This is an HTML document for displaying metadata catalog tools
14
 *
15
 * This program is free software; you can redistribute it and/or modify
16
 * it under the terms of the GNU General Public License as published by
17
 * the Free Software Foundation; either version 2 of the License, or
18
 * (at your option) any later version.
19
 *
20
 * This program is distributed in the hope that it will be useful,
21
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
 * GNU General Public License for more details.
24
 *
25
 * You should have received a copy of the GNU General Public License
26
 * along with this program; if not, write to the Free Software
27
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28
 */
29
 %>
30

    
31
 <%@ include file="../../common/common-settings.jsp"%>
32

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