1
|
<?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
|
|
7
|
<html>
|
8
|
<head>
|
9
|
<title>footer</title>
|
10
|
<link rel="stylesheet" type="text/css" href="sanparks.css"/>
|
11
|
</head>
|
12
|
<body class="footerContent">
|
13
|
<p class="regtext">
|
14
|
This project is a cooperative effort of the
|
15
|
<a href="http://www.sanparks.org/">South African National Parks (SANParks)</a> and the
|
16
|
<a href="http://www.nceas.ucsb.edu">National Center for Ecological Analysis and Synthesis (NCEAS)</a>.
|
17
|
The Data Repository is based on software developed by the
|
18
|
<a href="http://knb.ecoinformatics.org">Knowledge Network for Biocomplexity (KNB)</a>,
|
19
|
and houses metadata that are compliant with
|
20
|
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata Language (EML)</a>
|
21
|
and the <a href="http://www.fgdc.gov/metadata">Federal Geographic Data Committee (FGDC)</a> specification.
|
22
|
Other sites contributing to the KNB repository include:
|
23
|
<ul>
|
24
|
<li>
|
25
|
<a href="http://knb.ecoinformatics.org/knb/obfs">Organization of Biological Field Stations registry</a>
|
26
|
</li>
|
27
|
<li>
|
28
|
<a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC Natural Reserve System registry</a>
|
29
|
</li>
|
30
|
<li>
|
31
|
<a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS registry</a>
|
32
|
</li>
|
33
|
<li>
|
34
|
<a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">SpecNet registry</a>
|
35
|
</li>
|
36
|
</ul>
|
37
|
</p>
|
38
|
</body>
|
39
|
</html>
|
40
|
</jsp:root>
|