Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
 *  '$RCSfile$'
5
 *      Authors: Matt Jones, Christopher 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-07-06 22:25:34 -0600 (Sun, 06 Jul 2008) $'
12
 * '$Revision: 4080 $'
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>Data Repository | Palmyra Atoll Research Consortium</title>
36
  <link rel="stylesheet" type="text/css" 
37
        href="<%=STYLE_SKINS_URL%>/parc/parc.css">
38
  <script language="JavaScript" type="text/JavaScript"
39
          src="<%=STYLE_SKINS_URL%>/parc/parc.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%>/parc/navigation.js"></script>
44
  <script type="text/javascript"
45
          src="<%=STYLE_SKINS_URL%>/parc/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
    </div>
53
    <div id="navigation">
54
        <ul id="main_nav">
55
            <ul class="menu">
56
                <li class="collapsed"><a href="http://www.palmyraresearch.org">Home</a></li>
57
                <li class="collapsed"><a href="<%=CONTEXT_URL%>">Repository</a></li>
58
                <li class="collapsed"><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=parc">Register</a></li>
59
                <li class="collapsed"><span id="login_block"></span></li>
60
            </ul>
61
        </ul>
62
    </div> <!-- navigation --> 
63

    
64
    <div id="content_wrapper">
65
        <h1>PARC Data Repository</h1>
66

    
67
<p class ="intro">Welcome to the PARC Data Repository. This repository contains information 
68
about the research data sets collected and collated as part of PARC funded activities. 
69
Information in the PARC 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>
70
<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 PARC 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>
71
<p class="intro"> If you have any questions, comments or problems, please contact the repository administrator at <a href="mailto:cjones@msi.ucsb.edu">cjones@msi.ucsb.edu</a> </p>
72
<br>
73
<table class="tables regular" cellpadding="8" cellspacing="0">
74
  <tr class="sectheader">
75
    <td class="borderbottom"><a name="search" ></a>
76
        <p align="center" class="largetext"> Search for Data Sets </p></td>
77
  </tr>
78
  <tr class="sectbody"></tr>
79
 
80
  <tr >
81
    <td align="left">
82
    <form method="POST" 
83
    	action="<%=SERVLET_URL%>" target="_top"
84
    	id="searchForm" name="searchForm" 
85
    	onSubmit="return checkSearch(this)">
86
        <div class="searchresultsdividerPale">
87
        <p>
88
        <input value="UNION" name="operator" type="hidden">
89
&nbsp;
90
        <input size="14" name="searchstring" type="text" value="" id="searchBox">
91
        <input name="query" type="hidden">
92
        <input name="qformat" value="parc" type="hidden">
93
        <input name="enableediting" value="true" type="hidden">
94
        <input type="hidden" name="action" value="squery">
95
        <input value="Search" type="submit">
96
        </p>
97
        <p>
98
        <input name="search" type="radio" checked>
99
        Search Title, Abstract, Keywords, Personnel (Quicker) <br>
100
        <input name="search" type="radio" id="searchAll">
101
        Search all fields (Slower) <br>
102
        </p>
103
        </div>
104
        </form> 
105
        <div align="center">
106
          <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>
107
                <br>
108
          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>
109
      </div></td>
110
  </tr>
111
  <tr >
112
    <td class="borderbottom"><div align="center">
113
    	<a href="javascript:browseAll('searchForm')">Browse existing PARC data sets</a>
114
<br/><br/>
115
<!--a href="<%=STYLE_SKINS_URL%>/parc/map.jsp"> View Interactive Map </a--> 
116
</div>
117
</td></tr></table>
118
<br><br>
119
<table class="tables regular" cellpadding="8" cellspacing="0">
120
  <tr class="sectheader">
121
    <td class="borderbottom" colspan="2" align="left"><span class="label"> </span>
122
        <p align="center" class="largetext"> Register information about a new PARC data set </p></td>
123
  </tr>
124
  
125
 
126
  <tr >
127
    <td  colspan="2" align="center"><div align="left">
128
      <p><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=parc">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 PARC research.</p>
129
  
130
      <p align="center">OR</p>
131
      </div></td>
132
  </tr>
133
  <tr >
134
    <td class="borderbottom"><div align="left">
135
      <p align="center"></p>
136
      <table width="100%"  border="0" align="center" >
137
        <tr>
138
          <td width="110" class="templatecontentareaclass"><a href="http://knb.ecoinformatics.org/morphoportal.jsp"><img src="<%=CONTEXT_URL%>/style/images/MorphoButterfly.jpg" alt="Morpho Software Butterfly" width="100" height="100" border="0" ></a></td>
139
          <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>
140
              <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>
141
        </tr>
142
      </table>
143
    </div>
144
  </td></tr></table>
145
<br />
146
<p class="intro">This repository is an effort of the <a href="http://palmyraresearch.org">Palmyra Atoll Research Consortium (PARC)</a> and
147
is based on software developed by the
148
<a href="http://knb.ecoinformatics.org">Knowledge Network for 
149
Biocomplexity (KNB)</a>, and houses metadata that are compliant with 
150
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata 
151
Language (EML)</a>.
152
</p>
153

    
154
<div id="footer">
155
    </div> <!-- footer_logos -->
156
    <div id="footer_contact">
157
    </div> <!-- footer_contact -->
158
</div>
159

    
160
</div> <!-- id="content_wrapper"-->
161

    
162
</div>
163
</body>
164
</html>
(2-2/14)