1 |
2950
|
berkley
|
<!--
|
2 |
|
|
* '$RCSfile$'
|
3 |
|
|
* Authors: Matt Jones
|
4 |
|
|
* Copyright: 2000 Regents of the University of California and the
|
5 |
|
|
* National Center for Ecological Analysis and Synthesis
|
6 |
|
|
* For Details: http://www.nceas.ucsb.edu/
|
7 |
|
|
*
|
8 |
|
|
* '$Author$'
|
9 |
|
|
* '$Date$'
|
10 |
|
|
* '$Revision$'
|
11 |
|
|
*
|
12 |
|
|
* This is an HTML document for displaying metadata catalog tools
|
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 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
29 |
|
|
<html>
|
30 |
|
|
<head>
|
31 |
|
|
<title>Kepler Analytical Repository</title>
|
32 |
|
|
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
|
33 |
|
|
<link rel="stylesheet" type="text/css"
|
34 |
|
|
href="@systemidserver@@style-skins-path@/kepler/kepler.css"></link>
|
35 |
|
|
<script language="JavaScript" type="text/JavaScript"
|
36 |
|
|
src="@systemidserver@@style-skins-path@/kepler/kepler.js"></script>
|
37 |
|
|
<script language="JavaScript" type="text/JavaScript"
|
38 |
|
|
src="@systemidserver@@style-common-path@/branding.js"></script>
|
39 |
|
|
</head>
|
40 |
|
|
<body>
|
41 |
|
|
<script language="JavaScript">
|
42 |
|
|
insertTemplateOpening();
|
43 |
|
|
insertSearchBox();
|
44 |
|
|
</script>
|
45 |
|
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
46 |
|
|
<tr><td colspan="5">
|
47 |
|
|
<p>
|
48 |
|
|
Welcome to the Kepler Analytical Repository. This repository hosts Kepler
|
49 |
|
|
analytical components (actors) on the Ecogrid. You can search for actors,
|
50 |
|
|
then download and import them into Kepler. Eventually, you will be able
|
51 |
|
|
to search this repository directly from Kepler.
|
52 |
|
|
</p>
|
53 |
|
|
<p> </p>
|
54 |
|
|
<p><b>Repository Tools</b></p>
|
55 |
|
|
<p>
|
56 |
|
|
<menu>
|
57 |
2953
|
berkley
|
<li><span class="searchbox">Search for Components</span><br />
|
58 |
2950
|
berkley
|
<menu>
|
59 |
3178
|
sledge
|
<form method="get" action="@servlet-path@" target="_top">
|
60 |
2950
|
berkley
|
<input value="INTERSECT" name="operator" type="hidden">
|
61 |
|
|
<input size="14" name="anyfield" type="text" value="">
|
62 |
|
|
<input name="action" value="query" type="hidden">
|
63 |
|
|
<input name="qformat" value="kepler" type="hidden">
|
64 |
|
|
<input name="enableediting" value="false" type="hidden">
|
65 |
|
|
<input name="operator" value="UNION" type="hidden">
|
66 |
|
|
<input name="returnfield" value="entity/@name" type="hidden">
|
67 |
3178
|
sledge
|
<input name="returnfield" value="entity/property/@name" type="hidden">
|
68 |
|
|
<input name="returnfield" value="entity/property/@value" type="hidden">
|
69 |
3180
|
sledge
|
<!--input name="returnfield" value="entity/property/property/@name" type="hidden">
|
70 |
|
|
<input name="returnfield" value="entity/property/property/configure" type="hidden"-->
|
71 |
2950
|
berkley
|
<input name="returndoctype" value="entity" type="hidden">
|
72 |
3071
|
berkley
|
<input name="returndoctype" value="kepler://kepler-project.org/kepler-moml-1.0.0" type="hidden">
|
73 |
2950
|
berkley
|
<input value="Search" type="submit">
|
74 |
|
|
</form>
|
75 |
|
|
The repository search system is used to locate analytical components of interest
|
76 |
|
|
by searching through existing registered components.
|
77 |
|
|
Use a '%' symbol as a wildcard in searches
|
78 |
|
|
(e.g., '%Constant%' would locate any phrase with the word
|
79 |
|
|
'Constant' embedded within it).
|
80 |
|
|
</menu>
|
81 |
|
|
<p> </p>
|
82 |
3180
|
sledge
|
<li>
|
83 |
|
|
<a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&qformat=kepler&enableediting=false&returndoctype=entity&returndoctype=kepler://kepler-project.org/kepler-moml-1.0.0&returnfield=entity/@name&returnfield=entity/property/@name&returnfield=entity/property/property/@name">Browse existing Kepler analytical components</a>
|
84 |
|
|
<!--a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&qformat=kepler&enableediting=false&returndoctype=entity&returndoctype=kepler://kepler-project.org/kepler-moml-1.0.0&returnfield=entity/@name&returnfield=entity/property/@name&returnfield=entity/property/property/@name&returnfield=entity/property/property/configure&returnfield=entity/property/@value">Browse existing Kepler analytical components</a--><br />
|
85 |
2950
|
berkley
|
<menu>
|
86 |
|
|
Browse all existing data sets by title. This operation can slow as the
|
87 |
|
|
number of entries in the repository grows.
|
88 |
|
|
</menu>
|
89 |
|
|
</li>
|
90 |
|
|
<p> </p>
|
91 |
2952
|
berkley
|
<!--<li>Login
|
92 |
2950
|
berkley
|
<br />
|
93 |
|
|
<menu>
|
94 |
|
|
<form name="loginform" method="post" action="@servlet-path@"
|
95 |
|
|
target="_top" onsubmit="return submitform(this);" id="loginform">
|
96 |
|
|
<input type="hidden" name="action" value="login"> <input type=
|
97 |
|
|
"hidden" name="username" value=""> <input type="hidden" name=
|
98 |
|
|
"qformat" value="kepler"> <input type="hidden" name=
|
99 |
|
|
"enableediting" value="false">
|
100 |
|
|
|
101 |
|
|
<table>
|
102 |
|
|
<tr valign="middle">
|
103 |
|
|
<td align="left" valign="middle" class="text_plain">
|
104 |
|
|
username:</td>
|
105 |
|
|
|
106 |
|
|
<td width="173" align="left" class="text_plain" style=
|
107 |
|
|
"padding-top: 2px; padding-bottom: 2px;"><input name="uid"
|
108 |
|
|
type="text" style="width: 140px;" value="kepler"></td>
|
109 |
|
|
</tr>
|
110 |
|
|
|
111 |
|
|
<tr valign="middle">
|
112 |
|
|
<td height="28" align="left" valign="middle" class=
|
113 |
|
|
"text_plain">organization:</td>
|
114 |
|
|
|
115 |
|
|
<td align="left" class="text_plain" style=
|
116 |
|
|
"padding-top: 2px; padding-bottom: 2px;"><select name=
|
117 |
|
|
"organization" style="width:140px;">
|
118 |
|
|
<option value="unaffiliated">unaffiliated</option>
|
119 |
|
|
</select></td>
|
120 |
|
|
</tr>
|
121 |
|
|
|
122 |
|
|
<tr valign="middle">
|
123 |
|
|
<td width="85" align="left" valign="middle" class=
|
124 |
|
|
"text_plain">password:</td>
|
125 |
|
|
|
126 |
|
|
<td colspan="2" align="left" class="text_plain" style=
|
127 |
|
|
"padding-top: 2px; padding-bottom: 2px;">
|
128 |
|
|
<table width="100%" border="0" cellpadding="0"
|
129 |
|
|
cellspacing="0">
|
130 |
|
|
<tr>
|
131 |
|
|
<td width="150" align="left"><input name="password"
|
132 |
|
|
type="password" maxlength="50" style="width:140px;"
|
133 |
|
|
value="kepler"></td>
|
134 |
|
|
|
135 |
|
|
<td align="center" class="buttonBG_login">
|
136 |
|
|
<input type="submit" name="loginAction" value="Login"
|
137 |
|
|
class="button_login"></td>
|
138 |
|
|
|
139 |
|
|
<td align="left"> </td>
|
140 |
|
|
</tr>
|
141 |
|
|
</table>
|
142 |
|
|
</td>
|
143 |
|
|
</tr>
|
144 |
|
|
</table>
|
145 |
|
|
</form>
|
146 |
|
|
</menu>
|
147 |
2952
|
berkley
|
</li>-->
|
148 |
2950
|
berkley
|
</menu>
|
149 |
|
|
</p>
|
150 |
|
|
</td></tr>
|
151 |
|
|
</table>
|
152 |
|
|
<p> </p>
|
153 |
|
|
<script language="JavaScript">
|
154 |
|
|
insertTemplateClosing();
|
155 |
|
|
</script>
|
156 |
|
|
</body>
|
157 |
|
|
</html>
|