1
|
<%@ page language="java"%>
|
2
|
<%
|
3
|
/*
|
4
|
'$RCSfile$'
|
5
|
Copyright: 2003 Regents of the University of California and the
|
6
|
National Center for Ecological Analysis and Synthesis
|
7
|
'$Author: leinfelder $'
|
8
|
'$Date: 2008-06-10 10:18:06 -0700 (Tue, 10 Jun 2008) $'
|
9
|
'$Revision: 3966 $'
|
10
|
|
11
|
This program is free software; you can redistribute it and/or modify
|
12
|
it under the terms of the GNU General Public License as published by
|
13
|
the Free Software Foundation; either version 2 of the License, or
|
14
|
(at your option) any later version.
|
15
|
|
16
|
This program is distributed in the hope that it will be useful,
|
17
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
18
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
19
|
GNU General Public License for more details.
|
20
|
|
21
|
You should have received a copy of the GNU General Public License
|
22
|
along with this program; if not, write to the Free Software
|
23
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
24
|
*/
|
25
|
%>
|
26
|
<%@ include file="settings.jsp"%>
|
27
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
28
|
|
29
|
<html>
|
30
|
<head>
|
31
|
<title>footer</title>
|
32
|
<!-- This file is meant to be included in a parent file, so link css stylesheet there. -->
|
33
|
</head>
|
34
|
<body>
|
35
|
<div class="footer-section">
|
36
|
<p class="footer-text">
|
37
|
This project is a cooperative effort of the
|
38
|
<a class="footer-link" href="http://www.sanparks.org/">South African National Parks (SANParks)</a> and the
|
39
|
<a class="footer-link" href="http://www.nceas.ucsb.edu">National Center for Ecological Analysis and Synthesis (NCEAS)</a>.
|
40
|
The Data Repository is based on software developed by the
|
41
|
<a class="footer-link" href="http://knb.ecoinformatics.org">Knowledge Network for Biocomplexity (KNB)</a>,
|
42
|
and houses metadata that are compliant with
|
43
|
<a class="footer-link" href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata Language (EML)</a>
|
44
|
and the <a class="footer-link" href="http://www.fgdc.gov/metadata">Federal Geographic Data Committee (FGDC)</a> specification.
|
45
|
Other sites contributing to the KNB repository include:
|
46
|
<ul>
|
47
|
<li>
|
48
|
<a class="footer-link" href="http://knb.ecoinformatics.org/knb/obfs">Organization of Biological Field Stations registry</a>
|
49
|
</li>
|
50
|
<li>
|
51
|
<a class="footer-link" href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC Natural Reserve System registry</a>
|
52
|
</li>
|
53
|
<li>
|
54
|
<a class="footer-link" href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS registry</a>
|
55
|
</li>
|
56
|
<li>
|
57
|
<a class="footer-link" href="http://knb.ecoinformatics.org/knb/style/skins/specnet">SpecNet registry</a>
|
58
|
</li>
|
59
|
</ul>
|
60
|
</p>
|
61
|
</div>
|
62
|
</body>
|
63
|
</html>
|
64
|
|