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
|
<body style="background: #7BB865;">
|
9
|
<p>
|
10
|
This project is a cooperative effort of
|
11
|
<a href="http://www.sanparks.org/">Kruger National Park (KNP)</a> and the
|
12
|
<a href="http://www.nceas.ucsb.edu">National Center for Ecological Analysis and Synthesis (NCEAS)</a>.
|
13
|
The Data Repository is based on software developed by the
|
14
|
<a href="http://knb.ecoinformatics.org">Knowledge Network for Biocomplexity (KNB)</a>,
|
15
|
and houses metadata that are compliant with
|
16
|
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata Language (EML)</a>.
|
17
|
Other sites contributing to the KNB repository include:
|
18
|
<ul>
|
19
|
<li>
|
20
|
<a href="http://knb.ecoinformatics.org/knb/obfs">Organization of Biological Field Stations registry</a>
|
21
|
</li>
|
22
|
<li>
|
23
|
<a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC Natural Reserve System registry</a>
|
24
|
</li>
|
25
|
<li>
|
26
|
<a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS registry</a>
|
27
|
</li>
|
28
|
<li>
|
29
|
<a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">SpecNet registry</a>
|
30
|
</li>
|
31
|
</ul>
|
32
|
</p>
|
33
|
</body>
|
34
|
</html>
|
35
|
</jsp:root>
|