1
|
<%@ page language="java" %>
|
2
|
<%
|
3
|
/**
|
4
|
* '$RCSfile$'
|
5
|
* Authors: Matt Jones, CHad Berkley
|
6
|
* Copyright: 2000 Regents of the University of California and the
|
7
|
* National Center for Ecological Analysis and Synthesis
|
8
|
* For Details: http://www.nceas.ucsb.edu/
|
9
|
*
|
10
|
* '$Author: perry $'
|
11
|
* '$Date: 2006-12-06 15:14:19 -0800 (Wed, 06 Dec 2006) $'
|
12
|
* '$Revision: 3106 $'
|
13
|
*
|
14
|
* This program is free software; you can redistribute it and/or modify
|
15
|
* it under the terms of the GNU General Public License as published by
|
16
|
* the Free Software Foundation; either version 2 of the License, or
|
17
|
* (at your option) any later version.
|
18
|
*
|
19
|
* This program is distributed in the hope that it will be useful,
|
20
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
* GNU General Public License for more details.
|
23
|
*
|
24
|
* You should have received a copy of the GNU General Public License
|
25
|
* along with this program; if not, write to the Free Software
|
26
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
27
|
*
|
28
|
* This is an XSLT (http://www.w3.org/TR/xslt) stylesheet designed to
|
29
|
* convert an XML file showing the resultset of a query
|
30
|
* into an HTML format suitable for rendering with modern web browsers.
|
31
|
*/
|
32
|
%>
|
33
|
<%@ include file="PORTAL_SETTINGS.jsp"%>
|
34
|
<%@ include file="include_session_vars.jsp"%>
|
35
|
<%@ page import="edu.ucsb.nceas.metacat.MetaCatUtil" %>
|
36
|
|
37
|
<%
|
38
|
///////////////////////////////////////////////////////////////////////////////
|
39
|
//
|
40
|
// NOTE:
|
41
|
//
|
42
|
// GLOBAL CONSTANTS (SETTINGS SUCH AS METACAT URL, LDAP DOMAIN AND DEBUG
|
43
|
// SWITCH) ARE ALL IN THE INCLUDE FILE "PORTAL_SETTINGS.jsp"
|
44
|
//
|
45
|
///////////////////////////////////////////////////////////////////////////////
|
46
|
%>
|
47
|
|
48
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
49
|
<html>
|
50
|
<head>
|
51
|
<title>KNB :: The Knowledge Network for Biocomplexity</title>
|
52
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
53
|
<link href="./portalpages.css" rel="stylesheet" type="text/css">
|
54
|
<script language="JavaScript" type="text/JavaScript" src="./portalpages.js"></script>
|
55
|
</head>
|
56
|
|
57
|
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
58
|
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0" class="maintable">
|
59
|
<tr>
|
60
|
<td width="10" height="21" align="right" valign="top" class="title"> </td>
|
61
|
<td width="80" rowspan="2" align="center" valign="bottom" class="title"><img src="./images/KNBLogo_top.gif"></td>
|
62
|
<td width="650" rowspan="2" align="center" valign="middle" class="title"><img src="./images/knbTitleText.gif" width="510" height="23" border="0"></td>
|
63
|
<td width="10" height="21" align="left" valign="top" class="title"> </td>
|
64
|
</tr>
|
65
|
<tr>
|
66
|
<td width="10" align="right" valign="top" class="title"> </td>
|
67
|
<td width="10" align="left" valign="top" class="title"> </td>
|
68
|
</tr>
|
69
|
<tr>
|
70
|
<td width="10" align="right" valign="top"><img src="./images/transparent1x1.gif" width="10" height="3"></td>
|
71
|
<td width="80" rowspan="2" align="center" valign="top" class="sectionheader"><img src="./images/KNBLogo_bottom.gif" width="80" height="25"></td>
|
72
|
<td colspan="2" align="left" valign="top"><img src="./images/transparent1x1.gif" width="660" height="3"><img src="./images/transparent1x1.gif" width="1" height="1"></td>
|
73
|
</tr>
|
74
|
<tr>
|
75
|
<td width="10" align="right" valign="top" class="sectionheader"> </td>
|
76
|
<td colspan="2" align="center" valign="top" class="sectionheader"> </td>
|
77
|
</tr>
|
78
|
<tr>
|
79
|
<td colspan="4"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
|
80
|
<tr>
|
81
|
<td> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="text_plain">
|
82
|
<tr>
|
83
|
<td><p class="text_plain">The <b>Knowledge Network for Biocomplexity (KNB)</b> is a
|
84
|
national network intended to facilitate ecological and environmental
|
85
|
research on biocomplexity.
|
86
|
|
87
|
For scientists, the KNB is an efficient way to discover, access,
|
88
|
interpret, integrate and analyze complex <b>ecological data</b>
|
89
|
from a highly-distributed set of field stations, laboratories,
|
90
|
research sites, and individual researchers.</p>
|
91
|
|
92
|
<div><span id="newsHeader">News</span>
|
93
|
<ul>
|
94
|
<li>We have added a list of <a href="community.jsp">sites using KNB software</a>. </li>
|
95
|
<li> We are now <a href="callfordata.jsp">accepting nominations</a> for the inclusion of particularly valuable ecological
|
96
|
data sets within the KNB. </li>
|
97
|
<li> Slides are available for the <a href="knbworkshop2.jsp">Second KNB Data Management
|
98
|
Tools Workshop</a>, which was held February 2-4, 2005. </li>
|
99
|
<li> Slides are available for the <a href="knbworkshop.jsp">First KNB Data Management
|
100
|
Tools Workshop</a>, which was held September 28-30, 2004. </li>
|
101
|
</ul>
|
102
|
</div>
|
103
|
|
104
|
</td>
|
105
|
</tr>
|
106
|
</table></td>
|
107
|
</tr>
|
108
|
<tr>
|
109
|
<td class="loginStatus"><img src="images/transparent1x1.gif" width="200" height="5"></td>
|
110
|
</tr>
|
111
|
<tr>
|
112
|
<td class="text_plain"><%@ include file="include_searchbox.jsp" %></td>
|
113
|
</tr>
|
114
|
|
115
|
<% if ( MetaCatUtil.getOption("runSpatialOption").equals("true") ) { %>
|
116
|
<tr>
|
117
|
<td class="text_plain"><%@ include file="include_map.jsp" %></td>
|
118
|
</tr>
|
119
|
<% } %>
|
120
|
|
121
|
<tr>
|
122
|
<td class="loginStatus"><img src="images/transparent1x1.gif" width="200" height="5"></td>
|
123
|
</tr>
|
124
|
<tr>
|
125
|
<td class="text_plain"><%@ include file="include_browse.jsp" %></td>
|
126
|
</tr>
|
127
|
|
128
|
<tr>
|
129
|
<td><img src="images/transparent1x1.gif" width="200" height="5"></td>
|
130
|
</tr>
|
131
|
<tr>
|
132
|
<td class="text_plain"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
133
|
<tr>
|
134
|
<td width="49%" align="center" valign="top"> <table width="365" border="0" cellspacing="0" cellpadding="0">
|
135
|
<tr>
|
136
|
<td width="10"><img src="./images/panelhead_bg_lcorner.gif" width="10" height="21"></td>
|
137
|
<td width="344" class="sectionheader">login & registration</td>
|
138
|
<td width="10"><img src="./images/panelhead_bg_rcorner.gif" width="10" height="21"></td>
|
139
|
</tr>
|
140
|
<tr>
|
141
|
<td height="246" colspan="3" valign="top"> <table width="364" border="0" cellpadding="0" cellspacing="0" class="subpanel">
|
142
|
<tr>
|
143
|
<td width="1" rowspan="9"><img src="./images/transparent1x1.gif" width="1" height="245"></td>
|
144
|
<td colspan="2" class="text_plain"><a name="loginanchor"></a>Logging
|
145
|
into your account enables you to search any additional,
|
146
|
non-public data for which you may have access priviliges:<br> </br>
|
147
|
<%= loginStatus %></td>
|
148
|
<td width="105" rowspan="3" align="right" valign="top" style="padding-top: 5px; padding-right: 5px;"><img src="./images/pen.jpg" width="100" height="100"></td>
|
149
|
</tr>
|
150
|
<form name="loginform" method="post" action="index.jsp" target="_top" onSubmit="return allowSubmit(this);">
|
151
|
<input type="hidden" name="action" value="login">
|
152
|
<input type="hidden" name="ldapusername" value="">
|
153
|
<input type="hidden" name="qformat" value="knb">
|
154
|
<input type="hidden" name="enableediting" value="true">
|
155
|
<tr valign="middle">
|
156
|
<td align="left" valign="middle" class="text_plain">username:</td>
|
157
|
<td width="173" align="left" class="text_plain" style="padding-top: 2px; padding-bottom: 2px;">
|
158
|
<input name="username" type="text" style="width: 140px;" value="<%=typedUserName%>" <%=loginEnabledDisabled%>></td>
|
159
|
</tr>
|
160
|
<tr valign="middle">
|
161
|
<td height="28" align="left" valign="middle" class="text_plain">organization:</td>
|
162
|
<td align="left" class="text_plain" style="padding-top: 2px; padding-bottom: 2px;">
|
163
|
<select name="organization" style="width:140px;" <%=loginEnabledDisabled%>>
|
164
|
<option value="" <%=((posted_organization.length()<1)? "selected":"")%>>—
|
165
|
choose one —</option>
|
166
|
<option value="NCEAS" <%=((posted_organization.equalsIgnoreCase("NCEAS"))? "selected":"")%>>NCEAS</option>
|
167
|
<option value="LTER" <%=((posted_organization.equalsIgnoreCase("LTER"))? "selected":"")%>>LTER</option>
|
168
|
<option value="UCNRS" <%=((posted_organization.equalsIgnoreCase("UCNRS"))? "selected":"")%>>UCNRS</option>
|
169
|
<option value="PISCO" <%=((posted_organization.equalsIgnoreCase("PISCO"))? "selected":"")%>>PISCO</option>
|
170
|
<option value="OBFS" <%=((posted_organization.equalsIgnoreCase("OBFS"))? "selected":"")%>>OBFS</option>
|
171
|
<option value="SDSC" <%=((posted_organization.equalsIgnoreCase("SDSC"))? "selected":"")%>>SDSC</option>
|
172
|
<option value="KU" <%=((posted_organization.equalsIgnoreCase("KU"))? "selected":"")%>>KU</option>
|
173
|
<option value="unaffiliated" <%=((posted_organization.equalsIgnoreCase("unaffiliated"))? "selected":"")%>>unaffiliated</option>
|
174
|
</select></td>
|
175
|
</tr>
|
176
|
<tr valign="middle">
|
177
|
<td width="85" align="left" valign="middle" class="text_plain">password:</td>
|
178
|
<td colspan="2" align="left" class="text_plain" style="padding-top: 2px; padding-bottom: 2px;">
|
179
|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
180
|
<tr>
|
181
|
<td width="150" align="left"> <input name="password" type="password" maxlength="50" style="width:140px;"
|
182
|
value="<%=posted_password%>" <%=loginEnabledDisabled%>></td>
|
183
|
<td align="center"class="<%= ((isLoggedIn)? "buttonBG_logout": "buttonBG_login") %>"><input type="submit" name="loginAction" value="<%=loginButtonLabel%>" class="button_login" /></td>
|
184
|
<td align="left"> </td>
|
185
|
</tr>
|
186
|
</table></td>
|
187
|
</tr>
|
188
|
</form>
|
189
|
<tr valign="middle">
|
190
|
<td colspan="2"><img src="./images/transparent1x1.gif" width="20" height="10"></td>
|
191
|
<td><img src="./images/transparent1x1.gif" width="10" height="5"></td>
|
192
|
</tr>
|
193
|
<tr valign="middle">
|
194
|
<td height="20"> </td>
|
195
|
<td height="20" align="left"><a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?cfg=knb" target="_blank">create
|
196
|
a new account</a></td>
|
197
|
<td height="20"> </td>
|
198
|
</tr>
|
199
|
<tr valign="middle">
|
200
|
<td height="20"> </td>
|
201
|
<td height="20" align="left"><a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=resetpass&cfg=knb" target="_blank">forgot
|
202
|
your password?</a></td>
|
203
|
<td height="20"> </td>
|
204
|
</tr>
|
205
|
<tr valign="middle">
|
206
|
<td height="20"> </td>
|
207
|
<td height="20" align="left"><a href="http://ldap.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=changepass&cfg=knb" target="_blank">change
|
208
|
your password</a></td>
|
209
|
<td height="20"> </td>
|
210
|
</tr>
|
211
|
<tr valign="middle">
|
212
|
<td colspan="3"><img src="./images/transparent1x1.gif" width="20" height="2"></td>
|
213
|
</tr>
|
214
|
</table></td>
|
215
|
</tr>
|
216
|
</table></td>
|
217
|
<td width="10"> </td>
|
218
|
<td width="49%" align="center" valign="top"> <table width="365" border="0" cellpadding="0" cellspacing="0">
|
219
|
<tr>
|
220
|
<td width="10"><img src="./images/panelhead_bg_lcorner.gif" width="10" height="21"></td>
|
221
|
<td width="344" class="sectionheader">data management</td>
|
222
|
<td width="10"><img src="./images/panelhead_bg_rcorner.gif" width="10" height="21"></td>
|
223
|
</tr>
|
224
|
<tr>
|
225
|
<td colspan="3"><table width="364" border="0" cellpadding="0" cellspacing="0" class="subpanel">
|
226
|
<tr valign="top">
|
227
|
<td width="1" rowspan="8"><img src="./images/transparent1x1.gif" width="1" height="245"></td>
|
228
|
<td valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0">
|
229
|
<tr class="text_plain">
|
230
|
<td colspan="2" valign="bottom" class="text_plain"><b>Online
|
231
|
Data Registry</b><br> </td>
|
232
|
<td width="105" rowspan="3" align="right" valign="top" style="padding-top: 5px; padding-right: 5px;"><img src="images/MorphoButterfly.jpg" width="100" height="100"></td>
|
233
|
</tr>
|
234
|
<tr class="text_plain">
|
235
|
<td width="22" class="text_plain" valign="top"><img src="./images/blue_dots.gif" width="8" height="10"></td>
|
236
|
<td width="234" class="text_plain" valign="top"><%
|
237
|
/***************
|
238
|
NOT YET USED
|
239
|
String registerAnchor = (isLoggedIn)?
|
240
|
"<a href=\"/cgi-bin/register-dataset.cgi?cfg=knb\">" :
|
241
|
"<a href=\"#\" onclick=\"javascript:alert('You must be logged in to use the online registry!')\">";
|
242
|
|
243
|
***********/
|
244
|
%> <a href="/cgi-bin/register-dataset.cgi?cfg=knb<%=((sess_sessionId!=null)? "&sessionid="+sess_sessionId: "")%>">Register
|
245
|
your dataset online</a></td>
|
246
|
</tr>
|
247
|
<tr class="text_plain">
|
248
|
<td colspan="2" class="text_plain" valign="bottom"><b>Morpho</b>
|
249
|
is easy-to-use data management software. Use it
|
250
|
to:</td>
|
251
|
</tr>
|
252
|
<tr valign="baseline" class="text_plain">
|
253
|
<td class="text_plain"><img src="./images/blue_dots.gif" width="8" height="10"></td>
|
254
|
<td class="text_plain" colspan="2">query, view,
|
255
|
retrieve and manipulate ecological data from the
|
256
|
KNB network</td>
|
257
|
</tr>
|
258
|
<tr valign="baseline" class="text_plain">
|
259
|
<td class="text_plain"><img src="./images/blue_dots.gif" width="8" height="10"></td>
|
260
|
<td class="text_plain" colspan="2">create, view
|
261
|
and manipulate your own datasets, and specify
|
262
|
access control to manage their availability </td>
|
263
|
</tr>
|
264
|
<tr class="text_plain">
|
265
|
<td colspan="3" align="center" style="height: 20px"> <p><a href="<%=knbSiteUrl%>/morphoportal.jsp" target="_self">Morpho:
|
266
|
more information and downloads</a></p></td>
|
267
|
</tr>
|
268
|
<tr class="text_plain">
|
269
|
<td colspan="3" style="height: 40px" align="center"> <p><b style="margin-top: 15px">Quick
|
270
|
Download for:</b><br>
|
271
|
<a href="<%=MORPHO_DOWNLOAD_LINK_WINDOWS%>">Windows</a> :: <a href="<%=MORPHO_DOWNLOAD_LINK_MACOSX%>">Mac
|
272
|
OS X</a> :: <a href="<%=MORPHO_DOWNLOAD_LINK_LINUX%>">Linux</a></p></td>
|
273
|
</tr>
|
274
|
</table></td>
|
275
|
</tr>
|
276
|
</table></td>
|
277
|
</tr>
|
278
|
</table></td>
|
279
|
</tr>
|
280
|
</table></td>
|
281
|
</tr>
|
282
|
<tr>
|
283
|
<td align="right" valign="top"><img src="images/transparent1x1.gif" width="200" height="5"></td>
|
284
|
</tr>
|
285
|
<tr>
|
286
|
<td class="text_plain"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
287
|
<tr>
|
288
|
<td width="10" align="right" valign="top"><img src="images/panelhead_bg_lcorner.gif" width="10" height="21"></td>
|
289
|
<td width="720" class="sectionheader">about the KNB project</td>
|
290
|
<td width="10" align="left" valign="top"><img src="images/panelhead_bg_rcorner.gif" width="10" height="21"></td>
|
291
|
</tr>
|
292
|
<tr>
|
293
|
<td colspan="3"><table width="740" border="0" cellpadding="2" cellspacing="0" class="subpanel">
|
294
|
<tr align="center" valign="middle">
|
295
|
<td height="36" colspan="4" align="left" class="text_plain_smaller"><a href="<%=knbSiteUrl%>/home.html">The
|
296
|
KNB Project</a> focuses on research into <a href="<%=knbSiteUrl%>/informatics">informatics</a>
|
297
|
and <a href="<%=knbSiteUrl%>/biodiversity">biocomplexity</a>, through the
|
298
|
development of <a href="<%=knbSiteUrl%>/software">software products</a> and
|
299
|
by providing <a href="<%=knbSiteUrl%>/education">education, outreach and training</a>
|
300
|
</td>
|
301
|
</tr>
|
302
|
<tr align="center" valign="middle">
|
303
|
<td colspan="2" align="left"> </td>
|
304
|
<td colspan="2" align="right" class="text_plain_smaller"><a href="<%=knbSiteUrl%>/home.html">>>
|
305
|
more information about the KNB Project... >></a></td>
|
306
|
</tr>
|
307
|
<tr align="center" valign="middle">
|
308
|
<td colspan="2" align="left" class="text_plain_smaller">Sponsored
|
309
|
and developed by:<br></td>
|
310
|
<td colspan="2" align="right"> </td>
|
311
|
</tr>
|
312
|
<tr align="center" valign="middle">
|
313
|
<td width="25%"><a href="http://www.nceas.ucsb.edu" target="_blank"><img src="images/NCEASlogo_sm.gif" width="54" height="54" border="0"></a></td>
|
314
|
<td width="25%"><a href="http://www.ttu.edu" target="_blank"><img
|
315
|
src="images/TTUlogo_sm.gif" alt="TTU Logo" width="43" height="43" border="0" align="middle"></a></td>
|
316
|
<td width="25%"><a href="http://www.lternet.edu" target="_blank"><img
|
317
|
src="images/LTERlogo_sm.gif" alt="LTER Logo" width="40" height="40" border="0" align="middle"></a></td>
|
318
|
<td width="25%"><a href="http://www.sdsc.edu" target="_blank"><img src="images/SDSClogo_sm.gif" width="98" height="37" border="0"></a></td>
|
319
|
</tr>
|
320
|
<tr align="center" valign="middle">
|
321
|
<td width="25%"><a
|
322
|
href="http://www.nceas.ucsb.edu" target="_blank" class="text_plain_smaller">National
|
323
|
Center for Ecological Analysis and Synthesis</a> </td>
|
324
|
<td width="25%"><a href="http://www.ttu.edu" target="_blank"
|
325
|
class="text_plain_smaller">Texas Tech University</a> </td>
|
326
|
<td width="25%"><a href="http://www.lternet.edu" target="_blank"
|
327
|
class="text_plain_smaller">Long Term Ecological Research Network</a> </td>
|
328
|
<td width="25%"><a href="http://www.sdsc.edu" target="_blank"
|
329
|
class="text_plain_smaller">San Diego Supercomputer Center</a> </td>
|
330
|
</tr>
|
331
|
<tr>
|
332
|
<td align="left" valign="top" class="text_example" colspan="4"><img src="./images/transparent1x1.gif" width="200" height="10"></td>
|
333
|
</tr>
|
334
|
<tr>
|
335
|
<td align="left" valign="top" class="text_example" colspan="4"><a
|
336
|
href="http://www.nsf.gov" target="_blank">National Science Foundation</a> Knowledge
|
337
|
and Distributed Intelligence Program</td>
|
338
|
</tr>
|
339
|
<tr>
|
340
|
<td align="left" valign="top" class="text_example" colspan="4">This
|
341
|
material is based upon work supported by the National Science
|
342
|
Foundation under Grant No. DEB99–80154. Any opinions,
|
343
|
findings and conclusions or recomendations expressed in this
|
344
|
material are those of the author(s) and do not necessarily
|
345
|
reflect the views of the National Science Foundation (NSF).
|
346
|
</td>
|
347
|
</tr>
|
348
|
</table> </td>
|
349
|
</tr>
|
350
|
</table></td>
|
351
|
</tr>
|
352
|
</table></td>
|
353
|
</tr>
|
354
|
</table>
|
355
|
</td>
|
356
|
</tr>
|
357
|
</table>
|
358
|
</body>
|
359
|
</html>
|