<%@ page language="java"%> <% /** * '$RCSfile$' * Authors: Duane Costa * Copyright: 2008 University of New Mexico and * Regents of the University of California and the * National Center for Ecological Analysis and Synthesis * For Details: http://www.nceas.ucsb.edu/ * * '$Author$' * '$Date$' * '$Revision$' * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ %> <%@ include file="settings.jsp"%> <%@ include file="session_vars.jsp"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> footer.html </title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link href="<%=STYLE_SKINS_URL%>/lter/lter.css" rel="stylesheet" type="text/css"> </head> <body> <table width="100%" height="43" border="0" cellpadding="2" cellspacing="0"> <tr> <td width="126" align="center" valign="top" class="sidenav"> </td> <td width="660" align="center" valign="top" class="botnav"> <a target="_top" href="http://www.lternet.edu/about/"> About LTER </a> | <a target="_top" href="http://www.lternet.edu/research/"> Research </a> | <a target="_top" href="http://www.lternet.edu/publications/"> Publications </a> | <a target="_top" href="http://www.lternet.edu/sitescience/"> Site Science </a> | <a target="_top" href="http://www.lternet.edu/opportunities/"> Opportunities </a> | <a target="_top" href="http://www.lternet.edu/morelter/"> More LTER </a> <br> <a target="_top" href="http://www.lternet.edu"> LTER Home </a> </td> <td align="center" valign="top" class="sidenav" width="126"> </td> </tr> </table> <table width="100%" height="35" border="0" cellpadding="0"> <tr> <td width="100%"> <p align="center" class="copyright"> - Copyright 2005 Long Term Ecological Research Network - <br> This material is based upon work supported by the <a target="_top" href="http://www.nsf.gov"> National Science Foundation </a> under Cooperative Agreement # <a target="_top" href="https://www.fastlane.nsf.gov/servlet/showaward?award=0236154"> DEB-0236154 </a> . 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. <br> Please <a target="_top" href="http://www.lternet.edu/contact/"> contact us </a> with questions, comments, or for technical assistance regarding this web site or the LTER Network. </p> </td> </tr> </table> </body> </html>