1
|
<!--
|
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: sgarg $'
|
9
|
* '$Date: 2004-07-22 15:55:48 -0700 (Thu, 22 Jul 2004) $'
|
10
|
* '$Revision: 2227 $'
|
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
|
<title>SpecNet Data Registry</title>
|
32
|
<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@/specnet/specnet.css"></link>
|
35
|
<script language="JavaScript" type="text/JavaScript"
|
36
|
src="@systemidserver@@style-skins-path@/specnet/specnet.js"></script>
|
37
|
<script language="JavaScript" type="text/JavaScript"
|
38
|
src="@systemidserver@@style-common-path@/branding.js"></script>
|
39
|
</head>
|
40
|
<body>
|
41
|
<script language="JavaScript">
|
42
|
insertTemplateOpening();
|
43
|
insertSearchBox();
|
44
|
</script>
|
45
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
46
|
<tr><td colspan="5">
|
47
|
<p>
|
48
|
Welcome to the SpecNet Data Registry. This is the primary source for
|
49
|
comprehensive information about scientific and research data sets collected
|
50
|
within or under the auspices of the SpecNet.
|
51
|
</p>
|
52
|
<p> </p>
|
53
|
<p>
|
54
|
This project is a cooperative effort of <a href="http://vcsars.calstatela.edu/SpecNet">SpecNet</a>,
|
55
|
the <a href="http://www.nceas.ucsb.edu">National Center for
|
56
|
Ecological Analysis and Synthesis (NCEAS)</a> and the
|
57
|
<a href="http://cea-crest.calstatela.edu">Center for Environmental Analysis
|
58
|
(CEA-CREST)</a>. The Data Registry is based on software developed by the
|
59
|
<a href="http://knb.ecoinformatics.org">Knowledge Network for
|
60
|
Biocomplexity (KNB)</a>, and
|
61
|
houses metadata that are compliant with
|
62
|
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
|
63
|
Language (EML)</a>.
|
64
|
</p>
|
65
|
<p> </p>
|
66
|
<p>
|
67
|
Credit for the datasets in this registry goes to the investigators who
|
68
|
collected and processed the data.Our particular thanks go out to the SpecNet scientists,
|
69
|
and NCEAS staff for their comments and continuing support.
|
70
|
</p>
|
71
|
<p> </p>
|
72
|
<p><b>Registry Tools</b></p>
|
73
|
<p>
|
74
|
<menu>
|
75
|
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=SpecNet&qformat=specnet&enableediting=true&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse existing SpecNet data sets</a><br />
|
76
|
<menu>
|
77
|
The registry search system is used to locate data sets of interest
|
78
|
by searching through existing registered data sets.
|
79
|
Presently the search covers all fields, including
|
80
|
author, title, abstract, keywords, and other documentation
|
81
|
for each dataset. (More sophisticated search capabilities,
|
82
|
including boolean field searches, will be available in future.)
|
83
|
</menu>
|
84
|
</li>
|
85
|
<p> </p>
|
86
|
<li><a href="@cgi-prefix@/register-dataset.cgi?cfg=specnet">Register a new SpecNet
|
87
|
data set</a><br />
|
88
|
<menu>
|
89
|
The registration page is used to submit information about a <b>new</b>
|
90
|
data set associated with SpecNet research. The documentation about the
|
91
|
data set will be reviewed and then submitted to the Registry.
|
92
|
</menu>
|
93
|
</li>
|
94
|
</menu>
|
95
|
</p>
|
96
|
</td></tr>
|
97
|
</table>
|
98
|
<p> </p>
|
99
|
<script language="JavaScript">
|
100
|
insertTemplateClosing();
|
101
|
</script>
|
102
|
</body>
|
103
|
</html>
|