Revision 1980
Added by Matt Jones almost 21 years ago
index.html | ||
---|---|---|
28 | 28 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
29 | 29 |
<html> |
30 | 30 |
<head> |
31 |
<title>NCEAS Data Registry</title>
|
|
31 |
<title>NCEAS Data Repository</title>
|
|
32 | 32 |
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css"> |
33 | 33 |
<link rel="stylesheet" type="text/css" |
34 | 34 |
href="@systemidserver@@style-skins-path@/nceas/nceas.css"></link> |
... | ... | |
45 | 45 |
<table width="760" border="0" cellspacing="0" cellpadding="0"> |
46 | 46 |
<tr><td colspan="5"> |
47 | 47 |
<p> |
48 |
Welcome to the NCEAS 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 NCEAS. |
|
48 |
Welcome to the NCEAS Data Repository. This repository contains information |
|
49 |
about the research data sets collected and collated within or under the |
|
50 |
auspices of NCEAS' funded activities. Some of the data are synthetic |
|
51 |
data sources that originated from the efforts of many contributors, while |
|
52 |
others might have originated from a single investigator. Credit for the |
|
53 |
datasets in this repository goes to the investigators who collected the data, |
|
54 |
and also to the NCEAS working groups and scientists who compiled the data |
|
55 |
for synthetic purposes. See each data package for a list of the people and |
|
56 |
institutions involved. |
|
51 | 57 |
</p> |
52 | 58 |
<p> </p> |
53 |
<p> |
|
54 |
This project is an effort of the <a href="http://www.nceas.ucsb.edu">National |
|
55 |
Center for Ecological Analysis and Synthesis (NCEAS)</a> and |
|
56 |
is based on software developed by the |
|
57 |
<a href="http://knb.ecoinformatics.org">Knowledge Network for |
|
58 |
Biocomplexity (KNB)</a>, and houses metadata that are compliant with |
|
59 |
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata |
|
60 |
Language (EML)</a>. |
|
59 |
<p>Data documentation can be contributed to the repository in several ways, |
|
60 |
each with its own strengths. The |
|
61 |
<a href="@cgi-prefix@/register-dataset.cgi?cfg=nceas">Register New Dataset</a> |
|
62 |
web form is a simple way to get started with providing metadata about the |
|
63 |
existence of a dataset. But it can not be used for fully documenting the |
|
64 |
data, nor can you upload the data objects themselves through this form. |
|
65 |
For a more complete description of data, we recommend the |
|
66 |
<a href="http://knb.ecoinformatics.org/morphoportal.jsp" target="_top">Morpho</a> |
|
67 |
software application which is fully compatible with this repository. |
|
61 | 68 |
</p> |
62 | 69 |
<p> </p> |
70 |
<p><b>Repository Tools</b></p> |
|
63 | 71 |
<p> |
64 |
Credit for the datasets in this registry goes to the investigators who |
|
65 |
collected the data, and also to the NCEAS working groups and scientists |
|
66 |
who compiled the data for synthetic purposes. See each data package for a list |
|
67 |
of the people and institutions involved. |
|
68 |
</p> |
|
69 |
<p> </p> |
|
70 |
<p><b>Registry Tools</b></p> |
|
71 |
<p> |
|
72 | 72 |
<menu> |
73 | 73 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=National%20Center%20for%20Ecological%20Analysis%20and%20Synthesis&qformat=nceas&enableediting=true&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 NCEAS data sets</a><br /> |
74 | 74 |
<menu> |
75 |
The registry search system is used to locate data sets of interest
|
|
75 |
The repository search system is used to locate data sets of interest
|
|
76 | 76 |
by searching through existing registered data sets. |
77 | 77 |
Presently the search covers all fields, including |
78 | 78 |
author, title, abstract, keywords, and other documentation |
... | ... | |
85 | 85 |
<menu> |
86 | 86 |
The registration page is used to submit information about a <b>new</b> |
87 | 87 |
data set associated with NCEAS research. The documentation about the |
88 |
data set will be reviewed and then submitted to the Registry.
|
|
88 |
data set will be reviewed and then submitted to the Repository.
|
|
89 | 89 |
</menu> |
90 | 90 |
</li> |
91 | 91 |
</menu> |
92 | 92 |
</p> |
93 |
<p> </p> |
|
94 |
<p> |
|
95 |
This repository is an effort of the <a href="http://www.nceas.ucsb.edu">National |
|
96 |
Center for Ecological Analysis and Synthesis (NCEAS)</a> and |
|
97 |
is based on software developed by the |
|
98 |
<a href="http://knb.ecoinformatics.org">Knowledge Network for |
|
99 |
Biocomplexity (KNB)</a>, and houses metadata that are compliant with |
|
100 |
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata |
|
101 |
Language (EML)</a>. |
|
102 |
</p> |
|
93 | 103 |
</td></tr> |
94 | 104 |
</table> |
95 | 105 |
<p> </p> |
Also available in: Unified diff
New formatting and text for the NCEAS data registry.