Project

General

Profile

1
<%@ 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: daigle $'
11
 *     '$Date: 2008-04-02 16:28:31 -0700 (Wed, 02 Apr 2008) $'
12
 * '$Revision: 3780 $'
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
 
34
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
35
<html>
36
<head>
37
<title>SpecNet Data Registry</title>
38
  <link rel="stylesheet" type="text/css" 
39
        href="<%=STYLE_SKINS_URL%>/specnet/specnet.css"></link>
40
  <script language="JavaScript" type="text/JavaScript"
41
          src="<%=STYLE_SKINS_URL%>/specnet/specnet.js"></script>
42
  <script language="JavaScript" type="text/JavaScript"
43
          src="<%=STYLE_COMMON_URL%>/branding.js"></script>
44
</head>
45
<body>
46
      <script language="JavaScript">
47
          insertTemplateOpening("<%=SERVER_URL_WITH_CONTEXT%>");
48
          insertSearchBox("<%=SERVER_URL_WITH_CONTEXT%>");
49
      </script>
50
<table width="760" border="0" cellspacing="0" cellpadding="0">
51
  <tr><td colspan="5">
52
<p>
53
Welcome to the SpecNet Data Registry. This is the primary source for
54
comprehensive information about scientific and research data sets collected
55
within or under the auspices of the SpecNet.
56
</p>
57
<p>&nbsp;</p>
58
<p>
59
This project is a cooperative effort of <a href="http://www.specnet.info">SpecNet</a>, 
60
the <a href="http://www.nceas.ucsb.edu">National Center for 
61
Ecological Analysis and Synthesis (NCEAS)</a> and the 
62
<a href="http://cea-crest.calstatela.edu">Center for Environmental Analysis 
63
(CEA-CREST)</a>. The Data Registry is based on software developed by the
64
<a href="http://knb.ecoinformatics.org">Knowledge Network for 
65
Biocomplexity (KNB)</a>, and
66
houses metadata that are compliant with 
67
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata 
68
Language (EML)</a>.</p>
69
<p>&nbsp;</p>
70
<p>
71
Credit for the datasets in this registry goes to the investigators who
72
collected and processed the data.Our particular thanks go out to the SpecNet scientists,
73
and NCEAS staff for their comments and continuing support.
74
</p>
75
<p>&nbsp;</p>
76
<p><b>Registry Tools</b></p>
77
<p>
78
<menu>
79
  <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 />
80
    <menu>
81
      The registry search system is used to locate data sets of interest
82
      by searching through existing registered data sets.  
83
      Presently the search covers all fields, including
84
      author, title, abstract, keywords, and other documentation
85
      for each dataset.  (More sophisticated search capabilities, 
86
      including boolean field searches, will be available in future.)
87
    </menu>
88
  </li>
89
  <p>&nbsp;</p>
90
  <li><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=specnet">Register a new SpecNet 
91
       data set</a><br />
92
    <menu>
93
      The registration page is used to submit information about a <b>new</b>
94
      data set associated with SpecNet research.  The documentation about the
95
      data set will be reviewed and then submitted to the Registry.
96
    </menu>
97
  </li>
98
</menu>
99
</p>
100
  </td></tr>
101
</table>
102
<p>&nbsp;</p>
103
<script language="JavaScript">          
104
    insertTemplateClosing("<%=SERVER_URL_WITH_CONTEXT%>");
105
</script>
106
</body>
107
</html>
(2-2/9)