Revision 2811
Added by bowdish almost 19 years ago
lib/style/skins/esa/index.html | ||
---|---|---|
28 | 28 |
<html> |
29 | 29 |
<head> |
30 | 30 |
<title>ESA Data Registry</title> |
31 |
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
|
|
31 |
<link rel="stylesheet" href="/knb-pg/style/default.css" type="text/css">
|
|
32 | 32 |
<link rel="stylesheet" type="text/css" |
33 |
href="@systemidserver@@style-skins-path@/esa/esa.css"></link>
|
|
33 |
href="http://machination.msi.ucsb.edu/knb-pg/style/skins/esa/esa.css">
|
|
34 | 34 |
<script language="JavaScript" type="text/JavaScript" |
35 |
src="@systemidserver@@style-skins-path@/esa/esa.js"></script>
|
|
35 |
src="http://machination.msi.ucsb.edu/knb-pg/style/skins/esa/esa.js"></script>
|
|
36 | 36 |
<script language="JavaScript" type="text/JavaScript" |
37 |
src="@systemidserver@@style-common-path@/branding.js"></script>
|
|
37 |
src="http://machination.msi.ucsb.edu/knb-pg/style/common/branding.js"></script>
|
|
38 | 38 |
<script language="Javascript"> |
39 | 39 |
|
40 | 40 |
function trim(stringToTrim) { |
... | ... | |
144 | 144 |
attribution information as well as usage rights. |
145 | 145 |
</p> |
146 | 146 |
</td></tr> |
147 |
<tr><td colspan="5"> |
|
147 |
<tr> |
|
148 |
<td colspan="5"> </td> |
|
149 |
</tr> |
|
150 |
<tr><td colspan="5"> |
|
148 | 151 |
<p><b>Registry Tools</b></p> |
149 |
<p> |
|
150 |
<menu> |
|
151 |
<li><span class="searchbox"><a name="search"> Search for Data Sets</a></span><br /> |
|
152 |
<menu> |
|
153 |
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)"> |
|
152 |
|
|
153 |
<ul> |
|
154 |
<li><span class="searchbox"><a name="search"> Search for Data Sets</a></span></li></ul> |
|
155 |
<br> |
|
156 |
|
|
157 |
<form method="POST" action="/knb-pg/metacat" target="_top" onSubmit="return checkSearch(this)"> |
|
154 | 158 |
<input value="INTERSECT" name="operator" type="hidden"> |
155 | 159 |
<input size="14" name="anyfield" type="text" value="" id="searchBox"> |
160 |
<input value="Search" type="submit"> |
|
156 | 161 |
<input type="hidden" name="organizationName"> |
157 | 162 |
<input type="hidden" name="surName"> |
158 | 163 |
<input type="hidden" name="givenName"> |
... | ... | |
176 | 181 |
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden"> |
177 | 182 |
<input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden"> |
178 | 183 |
<input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden"> |
179 |
<input value="Search" type="submit"> |
|
180 | 184 |
</form> |
181 |
<input type="CHECKBOX" name="searchAll" onClick="searchAll()" id="searchCheckBox" > |
|
182 |
<span class="regtext">Search All Fields</span> |
|
183 |
|
|
184 |
<input type="CHECKBOX" name="searchKNB" onClick="searchKNB()" id="knbCheckBox" > |
|
185 |
<span class="regtext">Include data from the Knowledge Network for Biocomplexity</span> |
|
186 |
<br><br> |
|
187 |
This tool allows you to search the registry for data |
|
188 |
sets of interest. When you type text in the box and |
|
189 |
click on the "Search" button, the search will only |
|
190 |
be conducted within the title, author, abstract, |
|
191 |
and keyword fields. Checking the "Search All Fields" |
|
192 |
box will search on these and all other existing |
|
193 |
fields (this search will take more time). Checking |
|
194 |
the "Search Knowledge Network for Biocomplexity" box |
|
195 |
will allow you to search the Knowledge Network for |
|
196 |
Biocomplexity (KNB) in addition to the ESA Data |
|
197 |
Registry. The KNB is an international data repository |
|
198 |
dedicated to facilitating ecological and environmental |
|
199 |
research. Click <a href="http://knb.ecoinformatics.org/"> |
|
200 |
here </a> for more information on the KNB. |
|
201 |
<br><br> |
|
202 |
You can use the '%' character as a wildcard in your |
|
203 |
searches (e.g., '%biodiversity%' would locate any |
|
204 |
phrase with the word biodiversity embedded within it). |
|
205 |
</menu> |
|
206 |
<br><br> |
|
207 |
</li> |
|
208 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&qformat=esa&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">Browse data sets</a><br /> |
|
209 |
<menu> |
|
210 |
Browse all existing data sets by title. This operation can be slow as the |
|
211 |
number of entries in the registry grows. |
|
212 |
</menu> |
|
213 |
</li> |
|
214 |
<p> </p> |
|
215 |
<li><a href="@cgi-prefix@/register-dataset.cgi?cfg=esa">Register a new |
|
216 |
data set</a><br /> |
|
217 |
<menu> |
|
185 |
<table cols="*,*"> |
|
186 |
<tr> |
|
187 |
<td height="22" valign="top"><input name="searchAll" type="radio" checked></td> |
|
188 |
<td valign="top"><span class="regtext">Search Title, Abstract, Keywords, Personnel </span></td> |
|
189 |
<td valign="top"><input type="radio" name="searchKNB" checked></td> |
|
190 |
<td valign="top"><span class="regtext">Search only within ESA</span> </td> |
|
191 |
</tr> |
|
192 |
<tr> |
|
193 |
<td width="20" height="40" valign="top"><form> |
|
194 |
<input name="searchAll" type="radio" onClick="searchAll()" id="searchCheckBox"> |
|
195 |
</form></td> |
|
196 |
<td width="275" valign="top"><form> |
|
197 |
<span class="regtext">Search all fields (Slower)</span> <br> |
|
198 |
</form></td> |
|
199 |
<td width="20" valign="top"><input type="radio" name="searchKNB" onClick="searchKNB()" id="knbCheckBox"></td> |
|
200 |
<td width="341" valign="top"><span class="regtext">Include data from the Knowledge Network for Biocomplexity</span> </td> |
|
201 |
</tr></table> |
|
202 |
<br> |
|
203 |
This tool allows you to search the registry for data |
|
204 |
sets of interest. When you type text in the box and |
|
205 |
click on the "Search" button, the search will only |
|
206 |
be conducted within the title, author, abstract, |
|
207 |
and keyword fields. Checking the "Search All Fields" |
|
208 |
box will search on these and all other existing |
|
209 |
fields (this search will take more time). Checking |
|
210 |
the "Search Knowledge Network for Biocomplexity" box |
|
211 |
will allow you to search the Knowledge Network for |
|
212 |
Biocomplexity (KNB) in addition to the ESA Data |
|
213 |
Registry. The KNB is an international data repository |
|
214 |
dedicated to facilitating ecological and environmental |
|
215 |
research. Click <a href="http://knb.ecoinformatics.org/"> |
|
216 |
here </a> for more information on the KNB. |
|
217 |
<br> |
|
218 |
<br> |
|
219 |
You can use the '%' character as a wildcard in your |
|
220 |
searches (e.g., '%biodiversity%' would locate any |
|
221 |
phrase with the word biodiversity embedded within it). |
|
222 |
|
|
223 |
|
|
224 |
<ul><li> |
|
225 |
<a href="/knb-pg/metacat?action=query&operator=INTERSECT&anyfield=%25&qformat=esa&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">Browse data sets</a> |
|
226 |
|
|
227 |
|
|
228 |
Browse all existing data sets by title. This operation can be slow as the |
|
229 |
number of entries in the registry grows. |
|
230 |
</li></ul> |
|
231 |
|
|
232 |
<ul><li><a href="http://machination.msi.ucsb.edu/cgi-bin/register-dataset.cgi?cfg=esa">Register a new |
|
233 |
data set</a> |
|
234 |
|
|
235 |
|
|
218 | 236 |
The registration page is used to submit information about a <b>new</b> |
219 | 237 |
data set regarding ecology or the environment. The documentation about |
220 | 238 |
the data set will be submitted to the Registry. You (and only |
... | ... | |
224 | 242 |
href="http://knb.ecoinformatics.org/morphoportal.jsp">Morpho</a> to |
225 | 243 |
further document the set of data and directly attach the data to the |
226 | 244 |
registry entry. |
227 |
</menu> |
|
228 |
</li> |
|
229 |
<p> </p> |
|
230 |
<li><a href="@cgi-prefix@/ldapweb.cgi?cfg=esa">Create a new account</a> |
|
231 |
<ul> |
|
232 |
<li><a href="@cgi-prefix@/ldapweb.cgi?cfg=esa&stage=changepass">Change your password</a> |
|
233 |
<li><a href="@cgi-prefix@/ldapweb.cgi?cfg=esa&stage=resetpass">Reset your password</a> |
|
234 |
</ul> |
|
235 |
<br /> |
|
236 |
<menu> |
|
237 |
The account management tools are used to create and manage registry |
|
238 |
accounts. Accounts are free, and are used to identify contributors |
|
239 |
so that they can maintain their entries in the future. |
|
240 |
</menu> |
|
241 |
</li> |
|
242 |
</menu> |
|
243 |
</p> |
|
244 |
</td></tr> |
|
245 |
<tr><td> |
|
246 |
<p> |
|
245 |
</li></ul> |
|
246 |
|
|
247 |
<ul><li><a href="http://machination.msi.ucsb.edu/cgi-bin/ldapweb.cgi?cfg=esa">Create a new account</a></li></ul> |
|
248 |
|
|
249 |
<ul><li><a href="http://machination.msi.ucsb.edu/cgi-bin/ldapweb.cgi?cfg=esa&stage=changepass">Change your password</a></li></ul> |
|
250 |
<ul><li><a href="http://machination.msi.ucsb.edu/cgi-bin/ldapweb.cgi?cfg=esa&stage=resetpass">Reset your password</a></li></ul> |
|
251 |
|
|
252 |
|
|
253 |
The account management tools are used to create and manage registry |
|
254 |
accounts. Accounts are free, and are used to identify contributors |
|
255 |
so that they can maintain their entries in the future. |
|
256 |
|
|
257 |
|
|
247 | 258 |
This project is a cooperative effort of the <a |
248 | 259 |
href="http://longterm.evsc.virginia.edu">Long-Term Studies Section (LTSS)</a> |
249 | 260 |
of the ESA, the <a href="http://www.esa.org">Ecological Society of |
... | ... | |
258 | 269 |
also are accessible from the larger collection of data found in the |
259 | 270 |
<a href="http://knb.ecoinformatics.org">KNB registry</a>. Other sites |
260 | 271 |
contributing to the KNB registry include: |
272 |
|
|
261 | 273 |
<ul> |
262 | 274 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/obfs">Organization of |
263 |
Biological Field Stations registry</a> </li> |
|
264 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC |
|
265 |
Natural Reserve System registry</a> </li> |
|
266 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS |
|
267 |
registry</a> </li> |
|
268 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet"> |
|
269 |
SpecNet registry</a> </li>
|
|
275 |
Biological Field Stations registry</a> </li></ul>
|
|
276 |
<ul><li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC
|
|
277 |
Natural Reserve System registry</a> </li></ul>
|
|
278 |
<ul><li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS
|
|
279 |
registry</a> </li></ul>
|
|
280 |
<ul><li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">
|
|
281 |
SpecNet registry</a></li> |
|
270 | 282 |
</ul> |
271 |
</p> |
|
283 |
|
|
272 | 284 |
</td></tr> |
273 | 285 |
</table> |
274 |
<p> </p> |
|
275 |
<p> </p> |
|
286 |
|
|
276 | 287 |
<script language="JavaScript"> |
277 | 288 |
insertTemplateClosing(); |
278 | 289 |
</script> |
Also available in: Unified diff
ESA update to Search Feature and cleaning up some formatting - search feature needs testing. Changed <menu> to <ul>
------------------------------------
Error C:\Documents and Settings\Callie\Desktop\metacat\lib\style\skins\esa\index.html "*,*" is not valid value for the "cols" attribute in any of the currently active versions. See the above warnings for more details. 185
------------------------------------------
Warning C:\Documents and Settings\Callie\Desktop\metacat\lib\style\skins\esa\index.html Quotation mark found between tags, HTML documents should not contain these values. Consider using " instead 205 This is a common error on this html