Revision 1980
Added by Matt Jones about 21 years ago
lib/style/skins/nceas/nceas.cfg | ||
---|---|---|
19 | 19 |
datasetpubid = eml://ecoinformatics.org/eml-dataset-2.0.0 |
20 | 20 |
datasetsysid = eml-dataset.dtd |
21 | 21 |
mailhost = hyperion.nceas.ucsb.edu |
22 |
sender = NCEAS Data Registry <data-registry@nceas.ucsb.edu>
|
|
23 |
recipient = data-registry@nceas.ucsb.edu
|
|
24 |
adminname = Registry Administrator
|
|
22 |
sender = NCEAS Data Registry <data@nceas.ucsb.edu> |
|
23 |
recipient = data@nceas.ucsb.edu |
|
24 |
adminname = Repository Administrator
|
|
25 | 25 |
debug = 1 |
26 | 26 |
nceas_db = prd8.nceas.ucsb.edu |
27 | 27 |
nceas_db_user = admowner |
28 |
nceas_db_password = adm-pw-goes-here |
|
29 |
# |
|
30 |
# These are the sites and their coordinates. Coordinates are in |
|
31 |
# degrees:minutes:seconds:direction format |
|
32 |
# Make sure there is a lat/lon pair for every site |
|
33 |
# |
|
28 |
nceas_db_password = your-pw-goes-here |
lib/style/skins/nceas/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> |
lib/style/skins/nceas/header.html | ||
---|---|---|
25 | 25 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
26 | 26 |
<html> |
27 | 27 |
<head> |
28 |
<title>NCEAS Data Registry</title>
|
|
28 |
<title>NCEAS Data Repository</title>
|
|
29 | 29 |
<link rel="stylesheet" type="text/css" |
30 | 30 |
href="@systemidserver@@style-skins-path@/nceas/nceas.css"></link> |
31 | 31 |
</head> |
... | ... | |
36 | 36 |
<td rowspan="3" width="20%" valign="top"> |
37 | 37 |
<div align="left"><img src="@systemidserver@@style-skins-path@/nceas/nceas-logo.png"></div> |
38 | 38 |
</td> |
39 |
<td valign="middle" colspan="4" class="title">NCEAS Data Registry</td>
|
|
39 |
<td valign="middle" colspan="4" class="title">NCEAS Data Repository</td>
|
|
40 | 40 |
</tr> |
41 | 41 |
<tr> |
42 | 42 |
<td class="spacerrow" valign="top" colspan="4"> </td> |
... | ... | |
46 | 46 |
<p><a href="http://www.nceas.ucsb.edu" target=_top"> NCEAS Home</a></p> |
47 | 47 |
</td> |
48 | 48 |
<td valign="top" width="20%"> |
49 |
<p><a href="@systemidserver@@style-skins-path@/nceas/index.html" target="_top">Registry Home</a></p>
|
|
49 |
<p><a href="@systemidserver@@style-skins-path@/nceas/index.html" target="_top">Repository Home</a></p>
|
|
50 | 50 |
</td> |
51 | 51 |
<td valign="top" width="20%"> |
52 | 52 |
<p><a href="@cgi-prefix@/register-dataset.cgi?cfg=nceas" target="_top">Register New Dataset</a></p> |
lib/style/common/templates/entryForm.tmpl | ||
---|---|---|
104 | 104 |
<p align="left"> |
105 | 105 |
<b><font color="#ff0000">*</font>Working Group(s):</b></font></p> |
106 | 106 |
<font size="-1"> |
107 |
<select name="wg" multiple="multiple"> |
|
107 |
<select name="wg" multiple="multiple" size="5">
|
|
108 | 108 |
[% FOREACH project = projects %] |
109 | 109 |
[% SET label = "${project.1}: $project.3 (NCEAS ${project.0})" %] |
110 | 110 |
[% SET sel = '' %] |
src/perl/register-dataset.cgi | ||
---|---|---|
2540 | 2540 |
$row1[0] = 6000; $row1[1] = 'Andelman'; $row1[2] = 'Sandy'; $row1[3] = 'The very long and windy path to an apparent ecological conclusion: statistics lie'; |
2541 | 2541 |
my @row2; |
2542 | 2542 |
$row2[0] = 7000; $row2[1] = 'Bascompte'; $row2[2] = 'Jordi'; $row2[3] = 'Postdoctoral Fellow'; |
2543 |
my @row3; |
|
2544 |
$row3[0] = 7001; $row3[1] = 'Hackett'; $row3[2] = 'Edward'; $row3[3] = 'Sociology rules the world'; |
|
2545 |
my @row4; |
|
2546 |
$row4[0] = 7002; $row4[1] = 'Jones'; $row4[2] = 'Matthew'; $row4[3] = 'Informatics rules the world'; |
|
2547 |
my @row5; |
|
2548 |
$row5[0] = 7003; $row5[1] = 'Schildhauer'; $row5[2] = 'Mark'; $row5[3] = 'Excel rocks my world, assuming a, b, and c'; |
|
2549 |
my @row6; |
|
2550 |
$row6[0] = 7004; $row6[1] = 'Rogers'; $row6[2] = 'Bill'; $row6[3] = 'Graduate Intern'; |
|
2551 |
my @row7; |
|
2552 |
$row7[0] = 7005; $row7[1] = 'Zedfried'; $row7[2] = 'Karl'; $row7[3] = 'A multivariate analysis of thing that go bump in the night'; |
|
2543 | 2553 |
my @projects; |
2544 | 2554 |
$projects[0] = \@row1; |
2545 | 2555 |
$projects[1] = \@row2; |
2556 |
$projects[2] = \@row3; |
|
2557 |
$projects[3] = \@row4; |
|
2558 |
$projects[4] = \@row5; |
|
2559 |
$projects[5] = \@row6; |
|
2560 |
$projects[6] = \@row7; |
|
2546 | 2561 |
return \@projects; |
2547 | 2562 |
|
2548 | 2563 |
#return $projects; |
Also available in: Unified diff
New formatting and text for the NCEAS data registry.