1
|
<%@ page language="java"%>
|
2
|
<%
|
3
|
/**
|
4
|
* '$RCSfile$'
|
5
|
* Authors: Duane Costa
|
6
|
* Copyright: 2008 University of New Mexico and
|
7
|
* Regents of the University of California and the
|
8
|
* National Center for Ecological Analysis and Synthesis
|
9
|
* For Details: http://www.nceas.ucsb.edu/
|
10
|
*
|
11
|
* '$Author: daigle $'
|
12
|
* '$Date: 2008-04-02 16:28:31 -0700 (Wed, 02 Apr 2008) $'
|
13
|
* '$Revision: 3780 $'
|
14
|
*
|
15
|
* This program is free software; you can redistribute it and/or modify
|
16
|
* it under the terms of the GNU General Public License as published by
|
17
|
* the Free Software Foundation; either version 2 of the License, or
|
18
|
* (at your option) any later version.
|
19
|
*
|
20
|
* This program is distributed in the hope that it will be useful,
|
21
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
22
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
23
|
* GNU General Public License for more details.
|
24
|
*
|
25
|
* You should have received a copy of the GNU General Public License
|
26
|
* along with this program; if not, write to the Free Software
|
27
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
28
|
*
|
29
|
*/
|
30
|
%>
|
31
|
<%@ include file="settings.jsp"%>
|
32
|
<%@ include file="session_vars.jsp"%>
|
33
|
|
34
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
35
|
|
36
|
<html>
|
37
|
<head>
|
38
|
<title>
|
39
|
footer.html
|
40
|
</title>
|
41
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
42
|
<link href="<%=STYLE_SKINS_URL%>/lter/lter.css" rel="stylesheet" type="text/css">
|
43
|
</head>
|
44
|
|
45
|
<body>
|
46
|
<table width="100%" height="43" border="0" cellpadding="2" cellspacing="0">
|
47
|
<tr>
|
48
|
<td width="126" align="center" valign="top" class="sidenav">
|
49
|
|
50
|
</td>
|
51
|
|
52
|
<td width="660" align="center" valign="top" class="botnav">
|
53
|
<a target="_top" href="http://www.lternet.edu/about/">
|
54
|
About LTER
|
55
|
</a>
|
56
|
|
|
57
|
<a target="_top" href="http://www.lternet.edu/research/">
|
58
|
Research
|
59
|
</a>
|
60
|
|
|
61
|
<a target="_top" href="http://www.lternet.edu/publications/">
|
62
|
Publications
|
63
|
</a>
|
64
|
|
|
65
|
<a target="_top" href="http://www.lternet.edu/sitescience/">
|
66
|
Site Science
|
67
|
</a>
|
68
|
|
|
69
|
<a target="_top" href="http://www.lternet.edu/opportunities/">
|
70
|
Opportunities
|
71
|
</a>
|
72
|
|
|
73
|
<a target="_top" href="http://www.lternet.edu/morelter/">
|
74
|
More LTER
|
75
|
</a>
|
76
|
<br>
|
77
|
<a target="_top" href="http://www.lternet.edu">
|
78
|
LTER Home
|
79
|
</a>
|
80
|
</td>
|
81
|
|
82
|
<td align="center" valign="top" class="sidenav" width="126">
|
83
|
|
84
|
</td>
|
85
|
</tr>
|
86
|
</table>
|
87
|
<table width="100%" height="35" border="0" cellpadding="0">
|
88
|
<tr>
|
89
|
<td width="100%">
|
90
|
<p align="center" class="copyright">
|
91
|
- Copyright 2005 Long Term Ecological Research Network -
|
92
|
<br>
|
93
|
This material is based upon work supported by the
|
94
|
<a target="_top" href="http://www.nsf.gov">
|
95
|
National Science Foundation
|
96
|
</a>
|
97
|
under Cooperative Agreement #
|
98
|
<a target="_top" href="https://www.fastlane.nsf.gov/servlet/showaward?award=0236154">
|
99
|
DEB-0236154
|
100
|
</a>
|
101
|
. Any opinions, findings, conclusions, or recommendations expressed in the material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
|
102
|
<br>
|
103
|
|
104
|
Please
|
105
|
<a target="_top" href="http://www.lternet.edu/contact/">
|
106
|
contact us
|
107
|
</a>
|
108
|
with questions, comments, or for technical assistance regarding this web site or the LTER Network.
|
109
|
</p>
|
110
|
</td>
|
111
|
</tr>
|
112
|
</table>
|
113
|
</body>
|
114
|
|
115
|
</html>
|