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
<%@ include file="settings.jsp"%>
32
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
33
<html>
34
<head>
35
<title>NCEAS Data Repository</title>
36
  <link rel="stylesheet" type="text/css" 
37
        href="<%=STYLE_SKINS_URL%>/nceas/nceas.css">
38
  <script language="JavaScript" type="text/JavaScript"
39
          src="<%=STYLE_SKINS_URL%>/nceas/nceas.js"></script>
40
  <script language="JavaScript" type="text/JavaScript"
41
          src="<%=STYLE_COMMON_URL%>/branding.js"></script>
42
  <script type="text/javascript" 
43
          src="<%=STYLE_SKINS_URL%>/nceas/navigation.js"></script>
44
  <script type="text/javascript"
45
          src="<%=STYLE_SKINS_URL%>/nceas/search.js"></script>
46

    
47
</head>
48
<body id="Overview" onload="loginStatus('<%=SERVLET_URL%>','<%=CGI_URL%>');">
49
    <div id="main_wrapper">
50

    
51
    <div id="header">
52
        <p>Skip to <a href="#navigation">navigation</a>, <a href="#main_content">main
53
        content</a>, <a href="#secondary_content">secondary content</a> or to <a
54
        href="#search">search</a>.</p> <h1><span></span><a href="/">NCEAS</a></h1>
55
    </div>
56
    <div id="navigation">
57
        <p></p>
58
        <ul id="main_nav">
59
            <ul class="menu">
60
                <li class="collapsed"><a href="http://www.nceas.ucsb.edu">Home</a></li>
61
                <li class="collapsed"><a href="http://data.nceas.ucsb.edu">Repository</a></li>
62
                <li class="collapsed"><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=nceas">Register</a></li>
63
                <li class="collapsed"><span id="login_block"></span></li>
64
            </ul>
65
        </ul>
66
    </div> <!-- navigation --> 
67

    
68
    <div id="content_wrapper">
69
        <h1>NCEAS Data Repository</h1>
70

    
71
<p class ="intro">Welcome to the NCEAS Data Repository. This repository contains information 
72
about the research data sets collected and collated as part of NCEAS' funded activities. 
73
Information in the NCEAS Data Repository is concurrently available through the <a href="http://knb.ecoinformatics.org/index.jsp">Knowledge Network for Biocomplexity (KNB)</a>, an international data repository. </span></p>
74
<p class="intro">A number of the data sets were synthesized from multiple data sources that originated from the efforts of many contributors, while others originated from a single investigator. Credit for the data sets in this repository goes to the investigators who collected the data, as well as to the NCEAS working groups and scientists who compiled the data for synthetic purposes. See each data package for a list of the people and institutions involved. </p>
75
<p class="intro"> If you have any questions, comments or problems, please contact the repository administrator at <a href="mailto:help@nceas.ucsb.edu">help@nceas.ucsb.edu</a> </p>
76
<br>
77
<table class="tables" cellpadding="8" cellspacing="0">
78
  <tr class="sectheader">
79
    <td class="borderbottom"><a name="search" ></a>
80
        <p align="center" class="largetext"> Search for Data Sets </p></td>
81
  </tr>
82
  <tr class="sectbody"></tr>
83
 
84
  <tr >
85
    <td align="left">
86
    <form method="POST" 
87
    	action="<%=SERVLET_URL%>" target="_top"
88
    	id="searchForm" name="searchForm" 
89
    	onSubmit="return checkSearch(this)">
90
        <div class="searchresultsdividerPale">
91
        <p>
92
        <input value="UNION" name="operator" type="hidden">
93
&nbsp;
94
        <input size="14" name="searchstring" type="text" value="" id="searchBox">
95
        <input name="query" type="hidden">
96
        <input name="qformat" value="nceas" type="hidden">
97
        <input name="enableediting" value="true" type="hidden">
98
        <input type="hidden" name="action" value="squery">
99
        <input value="Search" type="submit">
100
        </p>
101
        <p>
102
        <input name="search" type="radio" checked>
103
        Search Title, Abstract, Keywords, Personnel (Quicker) <br>
104
        <input name="search" type="radio" id="searchAll">
105
        Search all fields (Slower) <br>
106
        </p>
107
        </div>
108
        </form> 
109
        <div align="center">
110
          <p align="left">This tool allows you to search the registry for data sets of interest. When you type text in the box and click on the "Search" button, the search will only be conducted within the title, author, abstract, and keyword fields. Checking the "Search All Fields" box will search on these and all other existing fields (this search will take more time). <br>
111
                <br>
112
          You can use the '%' character as a wildcard in your searches (e.g., '%biodiversity%' would locate any phrase with the word biodiversity embedded within it). </p>
113
      </div></td>
114
  </tr>
115
  <tr >
116
    <td class="borderbottom"><div align="center">
117
    	<a href="javascript:browseAll('searchForm')">Browse existing NCEAS data sets</a>
118
<br/><br/>
119
<a href="<%=STYLE_SKINS_URL%>/nceas/map.jsp"> View Interactive Map </a> </div>
120
</td></tr></table>
121
<br><br>
122
<table class="tables" cellpadding="8" cellspacing="0">
123
  <tr class="sectheader">
124
    <td class="borderbottom" colspan="2" align="left"><span class="label"> </span>
125
        <p align="center" class="largetext"> Register information about a new NCEAS data set </p></td>
126
  </tr>
127
  
128
 
129
  <tr >
130
    <td  colspan="2" align="center"><div align="left">
131
      <p><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=nceas">Register Information Online</a> - This is a simple way to provide information (metadata) about the existence of a data set. The registration page is used to submit information about a <b>new</b> data set associated with NCEAS research.</p>
132
  
133
      <p align="center">OR</p>
134
      </div></td>
135
  </tr>
136
  <tr >
137
    <td class="borderbottom"><div align="left">
138
      <p align="center"></p>
139
      <table width="100%"  border="0" align="center" >
140
        <tr>
141
          <td width="110" class="templatecontentareaclass"><a href="http://knb.ecoinformatics.org/morphoportal.jsp"><img src="<%=SERVER_URL_WITH_CONTEXT%>/style/images/MorphoButterfly.jpg" alt="Morpho Software Butterfly" width="100" height="100" border="0" ></a></td>
142
          <td width="550" valign="top" class="templateleftcolclass"><p >Use <a href="http://knb.ecoinformatics.org/morphoportal.jsp"><span class="style2">Morpho</span></a> software to register, document and upload data sets. </p>
143
              <p>Morpho is a data management tool for ecologists. It was created to provide an easy-to-use, cross-platform application for accessing and manipulating metadata (e.g. documentation) and data (both locally and on the network). Morpho allows ecologists to create metadata, (i.e. describe their data in a standardized format), and create a catalog of data and metadata upon which to query, edit and view data collections. In addition, Morpho provides the means to access network servers, in order to query, view and retrieve relevant, public ecological data!</p></td>
144
        </tr>
145
      </table>
146
    </div>
147
  </td></tr></table>
148
<p class="intro">This repository is an effort of the <a href="http://www.nceas.ucsb.edu">National 
149
Center for Ecological Analysis and Synthesis (NCEAS)</a> and
150
is based on software developed by the
151
<a href="http://knb.ecoinformatics.org">Knowledge Network for 
152
Biocomplexity (KNB)</a>, and houses metadata that are compliant with 
153
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata 
154
Language (EML)</a>.
155
</p>
156

    
157
<div id="footer">
158
    <div id="footer_logos">
159
                <a href="http://www.msi.ucsb.edu/"><img
160
src="<%=STYLE_SKINS_URL%>/nceas/images/logo_msi.jpg" alt="MSI: Marine Science Institute" height="66"
161
width="132"></a><a href="http://www.nsf.gov/"><img src="<%=STYLE_SKINS_URL%>/nceas/images/logo_nsf.jpg"
162
alt="NSF: National Science 
163
Foundation" height="66" width="70"></a><a href="http://www.ucsb.edu/"><img
164
src="<%=STYLE_SKINS_URL%>/nceas/images/logo_ucsb.jpg" alt="UCSB: University of California at Santa Barbara"
165
height="66" width="132"></a>
166
    </div> <!-- footer_logos -->
167
    <div id="footer_contact">
168
        <span class="contact_name">National Center for Ecological Analysis and Synthesis</span>
169

    
170
        <span class="contact_address">735 State Street, Suite 300, Santa Barbara, CA 93101</span>
171
        <span class="copyright">Copyright &copy; 2007 The Regents of the
172
University of California, All Rights Reserved</span>
173
        <span class="copyright"><a href="http://www.ucsb.edu/" title="Visit the
174
UCSB website">UC Santa Barbara</a>, Santa Barbara CA 93106 &bull; (805)
175
893-8000</span>
176
        <span class="copyright"><a href="mailto:webmaster@nceas.ucsb.edu"
177
title="E-mail the NCEAS webmaster">Contact</a> &bull; <a
178
href="http://www.ucsb.edu/policies/terms-of-use.shtml">Terms of Use</a> &bull; <a
179
href="http://www.nceas.ucsb.edu/accessibility" title="NCEAS is committed to the
180
accessibility of its products for all users">Accessibility</a></span>
181
        
182
    </div> <!-- footer_contact -->
183
</div>
184

    
185
</div> <!-- id="content_wrapper"-->
186

    
187
</div>
188
</body>
189
</html>
(1-1/12)