1
|
<html>
|
2
|
<head>
|
3
|
<title>MARINE Database Query Engine: Enter...</title>
|
4
|
</head>
|
5
|
<body bgcolor="white">
|
6
|
<center>
|
7
|
<img src="nceas.gif">
|
8
|
<img src="nsf.gif">
|
9
|
<img src="mms.gif">
|
10
|
</center>
|
11
|
<center><h1>Welcome to the MARINE database query engine</h1></center>
|
12
|
|
13
|
<p>
|
14
|
This page is used to query information for
|
15
|
<a href="http://www.mms.gov/omm/pacific/enviro/mint.htm">MARINE</a> scientists from
|
16
|
the NCEAS Ecological Metadata Database. For more information on
|
17
|
this project, please read the
|
18
|
<a href="https://www2.nceas.ucsb.edu/admin/db/web.ppage?projid_in=2841">
|
19
|
proposal abstract</a>.
|
20
|
</p>
|
21
|
|
22
|
<p>
|
23
|
Once you enter the query page, you will be asked to fill out a form in 4 steps. Each
|
24
|
step contains several fields relating to a part of the dataset. You may also browse
|
25
|
the entire database by simply clicking the browse link at the top of the query page
|
26
|
or by clicking the browse button below.
|
27
|
Clicking on the buttons next to each data line will give you more
|
28
|
information about the dataset or allow you to download the entire dataset. Please note
|
29
|
some fields in the query forms will not be pertinent to your dataset. If this is the case,
|
30
|
simply leave any field blank to omit it from the searching.
|
31
|
</p>
|
32
|
|
33
|
<center>
|
34
|
<form action="http://alpha.nceas.ucsb.edu/servlets/marineServlet"
|
35
|
method="POST">
|
36
|
<input type="hidden" name="action" value="init">
|
37
|
<input type="hidden" name="query" value="">
|
38
|
<input type="hidden" name="doctype" value="ANY">
|
39
|
<input type="hidden" name="qformat" value="html">
|
40
|
<input type="submit" value="Query the Database">
|
41
|
</form>
|
42
|
<form action="http://alpha.nceas.ucsb.edu/servlets/marineServlet#browse"
|
43
|
method="POST">
|
44
|
<input type="hidden" name="action" value="init">
|
45
|
<input type="hidden" name="query" value="">
|
46
|
<input type="hidden" name="doctype" value="ANY">
|
47
|
<input type="hidden" name="qformat" value="html">
|
48
|
<input type="submit" value="Browse the Database">
|
49
|
</form>
|
50
|
</center
|
51
|
</body>
|
52
|
</html>
|