Project

General

Profile

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: 2005-03-29 12:09:49 -0800 (Tue, 29 Mar 2005) $'
10
  * '$Revision: 2433 $'
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>OBFS 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@/obfs/obfs.css"></link>
35
  <script language="JavaScript" type="text/JavaScript"
36
          src="@systemidserver@@style-skins-path@/obfs/obfs.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 OBFS 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 Organization of Biological Field Stations.
51
</p>
52
</td></tr>
53
<tr><td colspan="5">
54
<p>This project is a cooperative effort of <a href="http://www.obfs.org">OBFS</a>, 
55
the <a href="http://www.nceas.ucsb.edu">National Center for 
56
Ecological Analysis and Synthesis (NCEAS)</a>, the 
57
<a href="http://nrs.ucop.edu">UC Natural Reserve System</a>, and the 
58
<a href="http://www.lternet.edu">LTER Network Office</a>.
59
The Data Registry is based on software developed by the
60
<a href="http://knb.ecoinformatics.org">Knowledge Network for 
61
Biocomplexity (KNB)</a>, and
62
houses metadata that are compliant with 
63
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata 
64
Language (EML)</a>.
65
</p>
66
</td></tr>
67
<tr><td colspan="5">
68
<p>
69
Credit for the data sets in this registry goes to the investigators who
70
collected the data, and also to the OBFS sites and system for providing 
71
an effective and pleasant environment for research and education at 
72
the individual research stations.
73
Our particular thanks go out to the OBFS reserve managers, scientists,
74
and stewards for their comments and continuing support.
75
</p>
76
</td></tr>
77
<tr><td colspan="5">
78
<p><b>Registry Tools</b></p>
79
<p>
80
<menu>
81
  <li><a href="@servlet-path@?action=query&amp;operator=INTERSECT&amp;anyfield=%25&amp;organizationName=Organization%20of%20Biological%20Field%20Stations&amp;qformat=obfs&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 OBFS data sets</a><br />
82
    <menu>
83
      The registry search system is used to locate data sets of interest
84
      by searching through existing registered data sets.  
85
      Presently the search covers all fields, including
86
      author, title, abstract, keywords, and other documentation
87
      for each dataset.  (More sophisticated search capabilities, 
88
      including boolean field searches, will be available in future.)
89
    </menu>
90
  </li>
91
  <p>&nbsp;</p>
92
  <li><a href="@cgi-prefix@/register-dataset.cgi?cfg=obfs">Register a new OBFS 
93
       data set</a><br />
94
    <menu>
95
      The registration page is used to submit information about a <b>new</b>
96
      data set associated with OBFS research.  The documentation about the
97
      data set will be reviewed and then submitted to the Registry.
98
    </menu>
99
  </li>
100
</menu>
101
</p>
102
  </td></tr>
103
</table>
104
<p>&nbsp;</p>
105
<script language="JavaScript">          
106
    insertTemplateClosing();
107
</script>
108
</body>
109
</html>
(2-2/9)