Project

General

Profile

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