Project

General

Profile

1 3780 daigle
<%@ page    language="java" %>
2
<%
3
/**
4
 *  '$RCSfile$'
5
 *      Authors: Matt Jones
6
 *    Copyright: 2000 Regents of the University of California and the
7
 *               National Center for Ecological Analysis and Synthesis
8
 *  For Details: http://www.nceas.ucsb.edu/
9
 *
10
 *   '$Author$'
11
 *     '$Date$'
12
 * '$Revision$'
13
 *
14
 * This is an HTML document for displaying metadata catalog tools
15
 *
16
 * This program is free software; you can redistribute it and/or modify
17
 * it under the terms of the GNU General Public License as published by
18
 * the Free Software Foundation; either version 2 of the License, or
19
 * (at your option) any later version.
20
 *
21
 * This program is distributed in the hope that it will be useful,
22
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
 * GNU General Public License for more details.
25
 *
26
 * You should have received a copy of the GNU General Public License
27
 * along with this program; if not, write to the Free Software
28
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
29
 */
30
%>
31
32
<%@ include file="../../common/common-settings.jsp"%>
33 4080 daigle
<%@ include file="../../common/configure-check.jsp"%>
34 3780 daigle
35
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
36
<html>
37
<head>
38
<title>SpecNet Data Registry</title>
39
  <link rel="stylesheet" type="text/css"
40
        href="<%=STYLE_SKINS_URL%>/specnet/specnet.css"></link>
41
  <script language="JavaScript" type="text/JavaScript"
42
          src="<%=STYLE_SKINS_URL%>/specnet/specnet.js"></script>
43
  <script language="JavaScript" type="text/JavaScript"
44
          src="<%=STYLE_COMMON_URL%>/branding.js"></script>
45
</head>
46
<body>
47
      <script language="JavaScript">
48 4080 daigle
          insertTemplateOpening("<%=CONTEXT_URL%>");
49
          insertSearchBox("<%=CONTEXT_URL%>");
50 3780 daigle
      </script>
51
<table width="760" border="0" cellspacing="0" cellpadding="0">
52
  <tr><td colspan="5">
53
<p>
54
Welcome to the SpecNet Data Registry. This is the primary source for
55
comprehensive information about scientific and research data sets collected
56
within or under the auspices of the SpecNet.
57
</p>
58
<p>&nbsp;</p>
59
<p>
60
This project is a cooperative effort of <a href="http://www.specnet.info">SpecNet</a>,
61
the <a href="http://www.nceas.ucsb.edu">National Center for
62
Ecological Analysis and Synthesis (NCEAS)</a> and the
63
<a href="http://cea-crest.calstatela.edu">Center for Environmental Analysis
64
(CEA-CREST)</a>. The Data Registry is based on software developed by the
65
<a href="http://knb.ecoinformatics.org">Knowledge Network for
66
Biocomplexity (KNB)</a>, and
67
houses metadata that are compliant with
68
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
69
Language (EML)</a>.</p>
70
<p>&nbsp;</p>
71
<p>
72
Credit for the datasets in this registry goes to the investigators who
73
collected and processed the data.Our particular thanks go out to the SpecNet scientists,
74
and NCEAS staff for their comments and continuing support.
75
</p>
76
<p>&nbsp;</p>
77
<p><b>Registry Tools</b></p>
78
<p>
79
<menu>
80
  <li><a href="<%=SERVLET_URL%>?action=query&amp;operator=INTERSECT&amp;anyfield=%25&amp;organizationName=SpecNet&amp;qformat=specnet&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 existing SpecNet data sets</a><br />
81
    <menu>
82
      The registry search system is used to locate data sets of interest
83
      by searching through existing registered data sets.
84
      Presently the search covers all fields, including
85
      author, title, abstract, keywords, and other documentation
86
      for each dataset.  (More sophisticated search capabilities,
87
      including boolean field searches, will be available in future.)
88
    </menu>
89
  </li>
90
  <p>&nbsp;</p>
91
  <li><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=specnet">Register a new SpecNet
92
       data set</a><br />
93
    <menu>
94
      The registration page is used to submit information about a <b>new</b>
95
      data set associated with SpecNet research.  The documentation about the
96
      data set will be reviewed and then submitted to the Registry.
97
    </menu>
98
  </li>
99
</menu>
100
</p>
101
  </td></tr>
102
</table>
103
<p>&nbsp;</p>
104
<script language="JavaScript">
105 4080 daigle
    insertTemplateClosing("<%=CONTEXT_URL%>");
106 3780 daigle
</script>
107
</body>
108
</html>