1 |
1929
|
brooke
|
<!--
|
2 |
|
|
'$RCSfile$'
|
3 |
|
|
Copyright: 2003 Regents of the University of California and the
|
4 |
|
|
National Center for Ecological Analysis and Synthesis
|
5 |
|
|
'$Author$'
|
6 |
|
|
'$Date$'
|
7 |
|
|
'$Revision$'
|
8 |
|
|
|
9 |
|
|
This program is free software; you can redistribute it and/or modify
|
10 |
|
|
it under the terms of the GNU General Public License as published by
|
11 |
|
|
the Free Software Foundation; either version 2 of the License, or
|
12 |
|
|
(at your option) any later version.
|
13 |
|
|
|
14 |
|
|
This program is distributed in the hope that it will be useful,
|
15 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17 |
|
|
GNU General Public License for more details.
|
18 |
|
|
|
19 |
|
|
You should have received a copy of the GNU General Public License
|
20 |
|
|
along with this program; if not, write to the Free Software
|
21 |
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
22 |
|
|
-->
|
23 |
|
|
<!--____________________________max_width____________________________________-->
|
24 |
|
|
|
25 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
26 |
|
|
<html>
|
27 |
|
|
<head>
|
28 |
|
|
<title>OBFS Data Registry</title>
|
29 |
|
|
<link rel="stylesheet" type="text/css"
|
30 |
|
|
href="@systemidserver@@style-skins-path@/obfs/obfs.css"></link>
|
31 |
2547
|
sgarg
|
<script language="Javascript">
|
32 |
|
|
function trim(stringToTrim) {
|
33 |
|
|
return stringToTrim.replace(/^\s*/, '').replace(/\s*$/,'');
|
34 |
|
|
}
|
35 |
|
|
|
36 |
|
|
function checkSearch(submitFormObj) {
|
37 |
|
|
var searchString = trim(submitFormObj.searchstring.value);
|
38 |
|
|
if (searchString=="") {
|
39 |
|
|
searchString="%";
|
40 |
|
|
}
|
41 |
|
|
|
42 |
2633
|
sgarg
|
submitFormObj.query.value = "<pathquery version=\"1.2\">"
|
43 |
2547
|
sgarg
|
+"<querytitle>Web-Search</querytitle>"
|
44 |
|
|
+"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>"
|
45 |
|
|
+"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>"
|
46 |
|
|
+"<returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN</returndoctype>"
|
47 |
|
|
+"<returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN</returndoctype>"
|
48 |
|
|
+"<returndoctype>-//NCEAS//resource//EN</returndoctype>"
|
49 |
|
|
+"<returndoctype>-//NCEAS//eml-dataset//EN</returndoctype>"
|
50 |
|
|
+"<returnfield>originator/individualName/surName</returnfield>"
|
51 |
|
|
+"<returnfield>originator/individualName/givenName</returnfield>"
|
52 |
|
|
+"<returnfield>creator/individualName/surName</returnfield>"
|
53 |
|
|
+"<returnfield>creator/individualName/givenName</returnfield>"
|
54 |
|
|
+"<returnfield>originator/organizationName</returnfield>"
|
55 |
|
|
+"<returnfield>creator/organizationName</returnfield>"
|
56 |
|
|
+"<returnfield>dataset/title</returnfield>"
|
57 |
|
|
+"<returnfield>keyword</returnfield>"
|
58 |
|
|
+"<querygroup operator=\"INTERSECT\">"
|
59 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
60 |
|
|
+"<value>Organization of Biological Field Stations</value>"
|
61 |
|
|
+"<pathexpr>organizationName</pathexpr>"
|
62 |
|
|
+"</queryterm>"
|
63 |
|
|
+"<querygroup operator=\"UNION\">"
|
64 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
65 |
|
|
+"<value>" + searchString + "</value>"
|
66 |
|
|
+"<pathexpr>surName</pathexpr>"
|
67 |
|
|
+"</queryterm>"
|
68 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
69 |
|
|
+"<value>" + searchString + "</value>"
|
70 |
|
|
+"<pathexpr>givenName</pathexpr>"
|
71 |
|
|
+"</queryterm>"
|
72 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
73 |
|
|
+"<value>" + searchString + "</value>"
|
74 |
|
|
+"<pathexpr>keyword</pathexpr>"
|
75 |
|
|
+"</queryterm>"
|
76 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
77 |
|
|
+"<value>" + searchString + "</value>"
|
78 |
|
|
+"<pathexpr>para</pathexpr>"
|
79 |
|
|
+"</queryterm>"
|
80 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
81 |
|
|
+"<value>" + searchString + "</value>"
|
82 |
|
|
+"<pathexpr>geographicDescription</pathexpr>"
|
83 |
|
|
+"</queryterm>"
|
84 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
85 |
|
|
+"<value>" + searchString + "</value>"
|
86 |
|
|
+"<pathexpr>literalLayout</pathexpr>"
|
87 |
|
|
+"</queryterm>"
|
88 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
89 |
|
|
+"<value>" + searchString + "</value>"
|
90 |
2708
|
sgarg
|
+"<pathexpr>title</pathexpr>"
|
91 |
|
|
+"</queryterm>"
|
92 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
93 |
|
|
+"<value>" + searchString + "</value>"
|
94 |
2853
|
sgarg
|
+"<pathexpr>@packageId</pathexpr>"
|
95 |
|
|
+"</queryterm>"
|
96 |
|
|
+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
|
97 |
|
|
+"<value>" + searchString + "</value>"
|
98 |
2547
|
sgarg
|
+"<pathexpr>abstract/para</pathexpr>"
|
99 |
|
|
+"</queryterm>"
|
100 |
|
|
+"</querygroup>"
|
101 |
|
|
+"</querygroup>"
|
102 |
|
|
+"</pathquery>";
|
103 |
|
|
return true;
|
104 |
|
|
}
|
105 |
|
|
</script>
|
106 |
|
|
|
107 |
1929
|
brooke
|
</head>
|
108 |
|
|
|
109 |
|
|
<body>
|
110 |
|
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
111 |
|
|
<tr>
|
112 |
1964
|
brooke
|
<td valign="middle" colspan="4" class="title">Organization of Biological
|
113 |
2407
|
sgarg
|
Field Stations<br> Data Registry</td>
|
114 |
1964
|
brooke
|
<td rowspan="3" width="20%" valign="top">
|
115 |
1929
|
brooke
|
<div align="right"><img src="@systemidserver@@style-skins-path@/obfs/obfs-logo.png"></div>
|
116 |
|
|
</td>
|
117 |
|
|
</tr>
|
118 |
|
|
<tr>
|
119 |
|
|
<td class="spacerrow" valign="top" colspan="4"> </td>
|
120 |
|
|
</tr>
|
121 |
|
|
<tr>
|
122 |
|
|
<td valign="top" width="20%">
|
123 |
1964
|
brooke
|
<p><a href="http://www.obfs.org" target="_top"> OBFS Home</a></p>
|
124 |
1929
|
brooke
|
</td>
|
125 |
|
|
<td valign="top" width="20%">
|
126 |
|
|
<p><a href="@systemidserver@@style-skins-path@/obfs/index.html" target="_top">Registry Home</a></p>
|
127 |
|
|
</td>
|
128 |
|
|
<td valign="top" width="20%">
|
129 |
2407
|
sgarg
|
<p><a href="@cgi-prefix@/register-dataset.cgi?cfg=obfs" target="_top">Register a <br>New Data Set</a></p>
|
130 |
1929
|
brooke
|
</td>
|
131 |
|
|
<td valign="top" width="20%">
|
132 |
|
|
<!--
|
133 |
|
|
<p>
|
134 |
2227
|
sgarg
|
<a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=Organization%20of%20Biological%20Field%20Stations&qformat=obfs&returndoctype=eml://ecoinformatics.org/eml-2.0.1&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" target="_top">Search for Data</a></p>
|
135 |
1929
|
brooke
|
-->
|
136 |
|
|
<p class="searchbox">
|
137 |
|
|
Search for Data<br />
|
138 |
2633
|
sgarg
|
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
|
139 |
2547
|
sgarg
|
<input value="INTERSECT" name="operator" type="hidden">
|
140 |
|
|
<input size="14" name="searchstring" type="text" value="">
|
141 |
|
|
<input name="query" type="hidden"/>
|
142 |
1929
|
brooke
|
<input name="qformat" value="obfs" type="hidden">
|
143 |
1956
|
jones
|
<input name="enableediting" value="true" type="hidden">
|
144 |
2547
|
sgarg
|
<input type="hidden" name="action" value="squery">
|
145 |
1929
|
brooke
|
<!-- <input value="Start Search" type="submit"> -->
|
146 |
|
|
</form>
|
147 |
|
|
</p>
|
148 |
|
|
</td>
|
149 |
|
|
</tr>
|
150 |
|
|
</table>
|
151 |
|
|
</body>
|
152 |
|
|
</html>
|