-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
410 lines (384 loc) · 19.3 KB
/
index.html
File metadata and controls
410 lines (384 loc) · 19.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>PlanetServer | EarthServer.eu</title>
<link rel="stylesheet" href="earthserver-template.css"/>
<!-- Latest compiled and minified JQuery JavaScript -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ=="
crossorigin="anonymous">
<!-- Latest compiled and minified Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"
integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ=="
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body data-spy="scroll" data-target="#service-navbar" data-offset="70">
<nav id="service-navbar" class="navbar navbar-default navbar-fixed-top service-navbar">
<div class="navbar-shadow"></div>
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#service-navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.jacobs-university.de">
<img alt="Logo" src="images/logos/logo-jacobs-white.svg">
</a>
<a class="navbar-brand" href="http://earth.user.jacobs-university.de">
<img alt="Logo" src="images/logos/logo-ees.svg">
</a>
</div>
<div class="collapse navbar-collapse" id="service-navbar-collapse">
<ul class="visible-xs nav navbar-nav">
<li><a href="#service-info">Service</a></li>
<li><a href="#service-access">Access</a></li>
<li><a href="#service-docs">Documentation</a></li>
<li><a href="#service-contacts">Contacts</a></li>
<li><a href="#earthserver-init">EarthServer</a></li>
</ul>
<a class="hidden-xs navbar-brand navbar-right" href="http://www.earthserver.eu">
<img src="images/logos/earth_server_logo.png">
</a>
</div>
<div class="row">
<ul class="hidden-xs nav navbar-nav internal-links">
<li><a href="#service-info">Service</a></li>
<li><a href="#service-access">Access</a></li>
<li><a href="#service-docs">Documentation</a></li>
<li><a href="#service-contacts">Contacts</a></li>
<li><a href="#earthserver-init">EarthServer</a></li>
</ul>
</div>
</div>
</nav>
<div class="container service-content">
<div class="row">
<div class="col-xs-12">
<div id="service-carousel" class="carousel slide service-carousel" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#service-carousel" data-slide-to="0" class="active"></li>
<li data-target="#service-carousel" data-slide-to="1"></li>
<li data-target="#service-carousel" data-slide-to="2"></li>
<li data-target="#service-carousel" data-slide-to="3"></li>
<li data-target="#service-carousel" data-slide-to="4"></li>
<li data-target="#service-carousel" data-slide-to="5"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="carousel-bg-image" style="background-image: url('images/slider_images/roi-juventae.jpg')"></div>
</div>
<div class="item">
<div class="carousel-bg-image" style="background-image: url('images/slider_images/firsoff_hd.jpg')"></div>
</div>
<div class="item">
<div class="carousel-bg-image" style="background-image: url('images/slider_images/hrsc_coverage.jpg')"></div>
</div>
<div class="item">
<div class="carousel-bg-image" style="background-image: url('images/slider_images/rgb-s1-b.jpg')"></div>
</div>
<div class="item">
<div class="carousel-bg-image" style="background-image: url('images/slider_images/4_coded_hrsc_fullres.jpg')"></div>
</div>
<div class="item">
<div class="carousel-bg-image" style="background-image: url('images/slider_images/iani_hd.jpg')"></div>
</div>
</div>
<div class="col-xs-12 col-sm-4 service-fixed-carousel">
<div class="row">
<div class="col-xs-12 enter-service-description">
PlanetServer provides access to calibrated hyper- and multispectral, topographic data on Solar System bodies. The main focus is on Mars and the Moon.
</div>
<btn class="btn enter-service-btn">
<a href="http://access.planetserver.eu">
Enter the service<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</btn>
</div>
</div>
</div>
</div>
</div>
<div id="service-social-media" class="row">
<div class="col-xs-12 service-social-media-btns">
<a href="https://twitter.com/earthserver_eu">
<i class="fa fa-twitter fa-lg"></i>
</a>
<a href="https://www.facebook.com/EarthServer-915824361774294/">
<i class="fa fa-facebook fa-lg"></i>
</a>
<a href="https://www.linkedin.com/grps/EarthServer-Initiative-8326343/about?">
<i class="fa fa-linkedin fa-lg"></i>
</a>
</div>
</div>
<div id="service-info" class="row">
<div class="col-xs-10 col-xs-offset-1 service-info">
<div class="row">
<div class="col-xs-12 service-name">
<h2>
PlanetServer
</h2>
</div>
<div class="col-xs-12 service-moto">
Planetary Science Data Service
</div>
<div class="col-xs-12 service-description">
<p>PlanetServer is a Service component of the EC-funded <a href="http://earthserver.eu">EarthServer-2</a>
project (#654367) aimed at serving and analyzing planetary data online, mainly through OGC Web Coverage
Processing Service (<a href="http://www.opengeospatial.org/standards/wcps">WCPS</a>). The focus of
PlanetServer is on complex data, particularly hyperspectral imaging and topographic ones. Data from
Mars, the Moon and other Solar System Bodies will be available and queriable.</p>
<p>Ingested datasets derive from NASA Planetary Data System (<a href="http://ode.rsl.wustl.edu">PDS</a>)
and ESA Planetary Science Archive (<a href="http://www.sciops.esa.int/index.php?project=PSA">PSA</a>).
User interest and community feedback served as input and driver to PlanetServer features and
capabilities. Moreover, PlanetServer aims at supportng collaborative data analysis, being able to share
planetary data hosted on a database server and querying them from a web client through any supported web
browser (Chrome is advised). Please find below all relevant project-wide and service-wide URLs.</p>
<p>EarthServer targets Earth Science domains through a Big Data Analytics approach, based on the open standards of <a href="http://www.opengeospatial.org">OGC</a> and <a href="http://www.w3.org">W3C</a>.</p>
</div>
<!-- <div class="col-xs-12 service-read-more">
<a href="#">
read more
</a>
</div> -->
</div>
<div id="service-access" class="row"></div>
<h3>
Service access
</h3>
<p>PlanetServer new 3D Nasa WorldWind-powered client is available on <a href="http://access.planetserver.eu">access.planetserver.eu</a>.
<p>EarthServer targets Earth Science domains through a Big Data Analytics approach, based on the open standards of <a href="http://www.opengeospatial.org">OGC</a> and <a href="http://www.w3.org">W3C</a>.</p>
<p>PlanetServer targets Planetary Science data and community. Online data discovery and analysis is provided through its web services/clients.</p>
<div id="service-docs" class="row"></div>
<h3>Documentation</h3>
<p>A <a href="https://groups.google.com/forum/#!forum/planetserver-users">discussion group</a> including developers and partners, power users of PlanetServer and EarthServer
is available as Google Group.</p>
<p>Webinars will be available on the EarthServer <a href="http://earthserver.eu/webinars">webinar page</a> in the course of the project.</p>
<p>Legacy documentation is available on the FP7 <a href="http://blog.planetserver.eu">PlanetServer blog.</a></p>
<div id="service-contacts" class="row"></div>
<h3>
Contacts
</h3>
<p> The main point of contact is Dr. <a href="http://aprossi.eu">Angelo Pio Rossi</a>, Service Lead and EarhtServer Coordinator.</p>
<p> Lead developer: <a href ="http://ramiromf.github.io/">Ramiro Marco Figuera</a>.
</p>
<p> Developers: Bang Pham Huu, Anik Halder, Tsvetan Rankov.
</p>
<p>
PlanetServer alumni, friends and past collaborators: <a href="http://www.gispla.net/en/#Mars">Jelmer Oosthoek</a>, <a href="http://people.epfl.ch/federico.cantini?lang=en">Federico Cantini</a>, Dominik Kundel, Valentine Chiwome, <a href="http://www.swing-it.net">Software Engineering Italia</a>.
</p>
</div>
</div>
<div id="earthserver-init" class="row">
<div class="col-xs-12">
<div class="col-xs-12 earthserver-init-info">
<div class="row">
<div class="col-xs-12 col-sm-8 earthserver-info">
<div class="earthserver-info-logo">
<img src="images/original_logo_scaled.png">
</div>
<div class="earthserver-info-title">
<h4>
The EarthServer Initiative
</h4>
</div>
<div class="earthserver-info-description">
<span>
Big Earth Data at your fingertips - this is the vision of EarthServer, an intercontinental initiative for unleashing the potential of Big Data through a disruptive paradigm shift in technology
</span>
</div>
<div class="earthserver-info-read-more">
<a href="http://www.earthserver.eu">
read more
</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 earthserver-twitter">
<a class="twitter-timeline" href="https://twitter.com/EarthServer_EU"
data-widget-id="661201917717176320" data-height="300">Tweets by @EarthServer_EU
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid earthserver-footer">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 earthserver-links">
<div class="col-xs-6 col-sm-3 earthserver-links-block">
<div class="earthserver-link">
<!-- <a href="http://es1.planetserver.eu/classic">
ES-1 web client
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
sit amet consectetur
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
adipiscing elit, sed
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
do eiusmod tempor
</a> -->
</div>
</div>
<div class="col-xs-6 col-sm-3 earthserver-links-block">
<div class="earthserver-link">
<a href="http://es1.planetserver.eu/classic">
ES-1 web client
</a>
</div>
<div class="earthserver-link">
<!-- <a href="#">
sit amet consectetur
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
adipiscing elit, sed
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
do eiusmod tempor
</a> -->
</div>
</div>
<div class="col-xs-6 col-sm-3 earthserver-links-block">
<div class="earthserver-link">
<!-- <a href="#">
orem ipsum dolor
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
sit amet consectetur
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
adipiscing elit, sed
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
do eiusmod tempor
</a> -->
</div>
</div>
<div class="col-xs-6 col-sm-3 earthserver-links-block">
<div class="earthserver-link">
<!-- <a href="#">
orem ipsum dolor
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
sit amet consectetur
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
adipiscing elit, sed
</a> -->
</div>
<div class="earthserver-link">
<!-- <a href="#">
do eiusmod tempor
</a> -->
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 earthserver-h2020-eu-publicity">
<div class="col-xs-12 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 publicity-img">
<img src="images/eu_flag.png">
</div>
<div class="col-xs-12 col-sm-7 col-md-6 publicity-txt">
This project is receiving funding from the European Union’s Horizon
2020 research and innovation programme under grant agreement No
654367
</div>
<div class="row">
<div class="col-xs-12 earthserver-rights">
Jacobs University Bremen gGmbH, Campus Ring 1, 28795 Bremen, Germany.
</div>
</div>
</div>
</div>
</footer>
<div id="go-to-top">
<span class="glyphicon glyphicon-chevron-up"></span>
</div>
<script>
!function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
$(function () {
$(".panel-collapse")
.on("show.bs.collapse", function (e) {
$(e.target).prev(".panel-heading-hover").find(".accordion-subject-title").children("span")
.removeClass("glyphicon-chevron-down")
.addClass("glyphicon-chevron-up");
}).on("hide.bs.collapse", function (e) {
$(e.target).prev(".panel-heading-hover").find(".accordion-subject-title").children("span")
.removeClass("glyphicon-chevron-up")
.addClass("glyphicon-chevron-down");
});
$(".panel-heading").click(function() {});
$("#go-to-top").click(function() {
$("html, body").animate({ scrollTop: "0px" });
});
$(window).scroll(function() {
if($(this).scrollTop() > $(this).height()/2) {
$("#go-to-top").addClass("not-top");
} else {
$("#go-to-top").removeClass("not-top");
}
}).ready(function(e) {
if(location.hash != undefined) {
$(location.hash).find("div[data-toggle='collapse']").click();
}
});
$("#service-navbar").find(".navbar-nav").find("a").click(function(e) {
var elem = $($(this).attr("href"));
if(!elem.find(".collapse").hasClass("in")) {
elem.find("div[data-toggle='collapse']").click();
}
});
});
</script>
</body>
</html>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46578303-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>