1 |
3404
|
leinfelder
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
|
3 |
|
|
|
4 |
|
|
<!-- to change the content type or response encoding change the following line -->
|
5 |
|
|
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
|
6 |
3739
|
leinfelder
|
<jsp:directive.include file="settings.jsp" />
|
7 |
3404
|
leinfelder
|
|
8 |
|
|
<html>
|
9 |
3414
|
leinfelder
|
<head>
|
10 |
3495
|
leinfelder
|
<title>footer</title>
|
11 |
3739
|
leinfelder
|
<jsp:element name="link">
|
12 |
|
|
<jsp:attribute name="rel">stylesheet</jsp:attribute>
|
13 |
|
|
<jsp:attribute name="type">text/css</jsp:attribute>
|
14 |
|
|
<jsp:attribute name="href">
|
15 |
4080
|
daigle
|
<jsp:expression>CONTEXT_URL + "/style/skins/sanparks/sanparks.css"</jsp:expression>
|
16 |
3739
|
leinfelder
|
</jsp:attribute>
|
17 |
|
|
</jsp:element>
|
18 |
3414
|
leinfelder
|
</head>
|
19 |
|
|
<body class="footerContent">
|
20 |
3495
|
leinfelder
|
<p class="regtext">
|
21 |
3459
|
leinfelder
|
This project is a cooperative effort of the
|
22 |
|
|
<a href="http://www.sanparks.org/">South African National Parks (SANParks)</a> and the
|
23 |
3404
|
leinfelder
|
<a href="http://www.nceas.ucsb.edu">National Center for Ecological Analysis and Synthesis (NCEAS)</a>.
|
24 |
|
|
The Data Repository is based on software developed by the
|
25 |
|
|
<a href="http://knb.ecoinformatics.org">Knowledge Network for Biocomplexity (KNB)</a>,
|
26 |
|
|
and houses metadata that are compliant with
|
27 |
3459
|
leinfelder
|
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata Language (EML)</a>
|
28 |
|
|
and the <a href="http://www.fgdc.gov/metadata">Federal Geographic Data Committee (FGDC)</a> specification.
|
29 |
3404
|
leinfelder
|
Other sites contributing to the KNB repository include:
|
30 |
|
|
<ul>
|
31 |
|
|
<li>
|
32 |
|
|
<a href="http://knb.ecoinformatics.org/knb/obfs">Organization of Biological Field Stations registry</a>
|
33 |
|
|
</li>
|
34 |
|
|
<li>
|
35 |
|
|
<a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC Natural Reserve System registry</a>
|
36 |
|
|
</li>
|
37 |
|
|
<li>
|
38 |
|
|
<a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS registry</a>
|
39 |
|
|
</li>
|
40 |
|
|
<li>
|
41 |
|
|
<a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">SpecNet registry</a>
|
42 |
|
|
</li>
|
43 |
|
|
</ul>
|
44 |
|
|
</p>
|
45 |
|
|
</body>
|
46 |
|
|
</html>
|
47 |
|
|
</jsp:root>
|