Project

General

Profile

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
    <jsp:directive.include file="settings.jsp" />
7
    
8
    <html>
9
    	<head>
10
		   	<title>footer</title>
11
			<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
					<jsp:expression>CONTEXT_URL + "/style/skins/sanparks/sanparks.css"</jsp:expression>
16
				</jsp:attribute>
17
			</jsp:element>
18
		</head>
19
        <body class="footerContent">
20
            <p class="regwhitetext">
21
                This project is a cooperative effort of the
22
                <a href="http://www.sanparks.org/">South African National Parks (SANParks)</a> and the 
23
                <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
                <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
                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>
(6-6/38)