-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDSE.html
More file actions
360 lines (315 loc) · 18.1 KB
/
DSE.html
File metadata and controls
360 lines (315 loc) · 18.1 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
<!DOCTYPE html>
<html class="js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FINESCE Specific Enablers</title>
<!-- Bootstrap -->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<!-- include javascript, jQuery FIRST -->
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<!-- <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> -->
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> -->
<!-- <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> -->
<!-- <link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<!-- <script src="../../dist/js/bootstrap.min.js"></script> -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> -->
<!-- Latest compiled and minified CSS -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.ss"> -->
<!-- Optional theme -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css"> -->
<!-- FIWARE font -->
<link href='http://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/userstyles.css" media="screen">
<link rel="stylesheet" href="css/fiware1.1.css">
<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<link rel="stylesheet" type="text/css" href="http://assets.cookieconsent.silktide.com/1.0.10/style.min.css"/>
<script type="text/javascript" src="http://assets.cookieconsent.silktide.com/1.0.10/plugin.min.js"></script>
<script type="text/javascript">
// <![CDATA[
cc.initialise({
cookies: {
analytics: {}
},
settings: {
consenttype: "implicit",
bannerPosition: "bottom",
disableallsites: true,
hideprivacysettingstab: true
}
});
// ]]>
</script>
<!-- End Cookie Consent plugin -->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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="index.html">FINESCE</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active">Home</li>
<li><a href="FINESCE_GEs.html">Generic Enablers</a></li>
<li><a href="FINESCE_DSEs.html?option=2">Specific Enablers</a></li>
<li><a href="FINESCE_DSEs.html?option=1">Other results</a></li>
<li><a href="api_table.html">API</a></li>
</ul>
</div>
<!--/.navbar-collapse -->
</div>
</nav>
<article>
<div class="container">
<!-- <section class="span12"> -->
<a id="main-content"></a>
<div class="page-header">
<h1 class="enabler-title"> </h1>
</div>
<noscript>
<div class="alert alert-warning" role="alert">Hi! This site won't work properly without Javascript. You may prefer the experience with Javascript enabled!</div>
</noscript>
<div class="breadcrumb">
<h2 class="element-invisible">You are here</h2><a href="/">Home</a> / <a class="breadcrumb-link" href="/FINESCE_DSEs.html">Specific Enablers</a> / <span class="enabler-title"></span>
</div>
<div>
<ul class="nav-docs-header finesce-subpages">
<li class="nav-docs-header">
<a class="nav-docs-header" href="#Overview">Overview</a>
</li>
<li><a href="#Documentation">Details</a>
</li>
<li><a href="#Downloads">Downloads</a>
</li>
<li><a href="#Usage">Installation and usage examples</a>
</li>
<li><a href="#Terms">Terms and conditions</a>
</li>
</ul>
</div>
<div class="center-wrapper">
<div class="center-left-wrapper">
<div class="left-info-block">
<div class="panel-pane pane-views-panes pane-api-details-pane-panel-pane-1 block">
<div class="pane-content">
<div class="view view-api-details-pane view-id-api_details_pane view-display-id-panel_pane_1 view-dom-id-6cbc0a1b7dc7dbdc1400b2bcf82003d4">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first views-row-last">
<!-- <div class="views-field views-field-field-api-icon">
<div class="field-content">
<img typeof="foaf:Image" src="http://catalogue.fitman.atosresearch.eu/sites/default/files/styles/enabler_icon_large/public/default_images/500px-No_image.svg.png?itok=Jk5dc53o" alt="" />
</div>
</div> -->
<!-- <div class="views-field views-field-field-api-chapter">
<strong class="views-label views-label-field-api-chapter">Factory
Domain: </strong>
<div class="field-content">Digital Factory</div>
</div>
<div class="views-field views-field-field-api-version">
<strong class="views-label views-label-field-api-version">Version:
</strong>
<div class="field-content"></div>
</div>
<div class="views-field views-field-changed">
<strong class="views-label views-label-changed">Updated:
</strong>
<div class="field-content">2014-10-13</div>
</div> -->
<div class="views-field views-field-field-api-contact-person">
<strong class="views-label views-label-field-api-contact-person">Trial
site: </strong><span class="trial-site"></span>
<div class="field-content"></div>
</div>
<div class="views-field views-field-field-api-contact-person">
<strong class="views-label views-label-field-api-contact-person">Version:
</strong><span class="version"></span>
<div class="field-content"></div>
</div>
<div class="views-field views-field-field-api-contact-person">
<strong class="views-label views-label-field-api-contact-person">Last update:
</strong><span class="last-update"></span>
<div class="field-content"></div>
</div>
<div class="views-field views-field-field-api-contact-person">
<strong class="views-label views-label-field-api-contact-person">Contact
person: </strong><span class="contact-person"></span>
<div class="field-content"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="center-right-wrapper">
<div class="right-content-block">
<div class="panel-pane pane-node-content">
<div class="pane-content">
<article id="node-574" class="node node-enabler-sub-page clearfix" about="/enablers/3dscan/documentation" typeof="sioc:Item foaf:Document">
<header> </header>
<div class="field field-name-body field-type-text-with-summary field-label-hidden">
<div class="field-items">
<div id="content-wiki" class="field-item even" property="content:encoded"></div>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
<!-- </section> -->
<footer class="footer">
<ul class="nav-docs-header">
<li>
<a href="http://www.fi-ppp.eu/" title="">Future Internet PPP</a>
</li>
<li>
<a href="http://www.fi-ware.eu" title="Visit the main site of the FI-WARE project.">FI-WARE site</a>
</li>
<li>
<a href="http://www.finesce.eu/" title="Main FINESCE Site">Main FINESCE site</a>
</li>
</ul>
</footer>
</div>
</article>
<script>
"use strict";
/* global $, console*/
function buildHTMLforPage(dse_data, part, option) {
if (part == "Documentation") {
var doc_html = "";
if ($.trim(dse_data.Documentation.Copyright) != "")
doc_html = doc_html + "<h2>Copyright</h2>" + dse_data.Documentation.Copyright;
if ($.trim(dse_data.Documentation.Preface) != "")
doc_html = doc_html + "<h2>Preface</h2>" + dse_data.Documentation.Preface;
if ($.trim(dse_data.Documentation.Description) != "")
if(dse_data.option == 1)
doc_html = doc_html + "<h2>Description</h2>" + dse_data.Documentation.Description;
else
doc_html = doc_html + "<h2>DSE Description</h2>" + dse_data.Documentation.Description;
if ($.trim(dse_data.Documentation.Details) != "")
doc_html = doc_html + "<h2>Detailed Specifications</h2>" + dse_data.Documentation.Details;
if ($.trim(dse_data.Documentation.ReutilisedTech) != "")
doc_html = doc_html + "<h2>Re-utilised Technologies/Specifications</h2>" + dse_data.Documentation.ReutilisedTech;
if ($.trim(dse_data.Documentation.Glossary) != "")
doc_html = doc_html + "<h2>Glossary</h2>" + dse_data.Documentation.Glossary;
if ($.trim(dse_data.Documentation.References) != "")
doc_html = doc_html + "<h2>References</h2>" + dse_data.Documentation.References;
return doc_html;
} else if (part == "Downloads") {
if ($.trim(dse_data.Downloads) == "")
return "<h2>Downloads</h2>" + "Downloads for this DSE are not available yet.";
else
return "<h2>Downloads</h2>" + dse_data.Downloads;
} else if (part == "Usage") {
var usage_html = "";
if ($.trim(dse_data.Usage) !== "")
usage_html = "<h2>Installation and usage examples</h2>" + dse_data.Usage
if ($.trim(dse_data.Instances) !== "")
usage_html = usage_html + "<h2>Live instances</h2>" + dse_data.Instances;
else if (usage_html == "")
usage_html = "No examples of usage are available.";
else
usage_html = usage_html + "<h2>Live instances</h2>" + "An instance of this DSE’s reference implementation runs as a part of the trial and is not publicly accessible."
return usage_html;
} else if (part == "Terms") {
var terms_html = "";
if ($.trim(dse_data["Terms and Conditions"]) != "")
terms_html = terms_html + "<h2>Terms and Conditions</h2>" + dse_data["Terms and Conditions"];
if ($.trim(dse_data.Documentation.Copyright) != "")
terms_html = terms_html + "<h3>Copyright</h3>" + dse_data.Documentation.Copyright;
return terms_html;
} else {
var overview_html = "<h2>Overview</h2>" + dse_data.Overview;
if (dse_data["Target Usage"] != "")
overview_html = overview_html + "<h2>Target Usage</h2>" + dse_data["Target Usage"];
return overview_html;
}
}
function getParameterByName(name) {
name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
results = regex.exec(location.search);
return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
}
function insertOrUpdateShow (link) {
var show = $(link).attr('href');
show = show.substring(1);
var path = document.location;
// location.href.replace("page="+currentPageNum, "page="+newPageNum);
var search = path.search.toString().replace(/&show=[a-zA-Z]+/gi, '');
return path.pathname + search + '&show=' + show;
}
$(document).ready(function() {
var id = getParameterByName("id");
var show = getParameterByName("show");
// console.log("Parameters: " + id + " " + show);
// This causes DSEs.json to be refreshed every hour
var cacheBuster = Math.floor(new Date().getTime() / (1000 * 60 * 60));
$.getJSON("js/json/DSEs.json?ts=" + cacheBuster, function(data) {
var updatedAt = data.updated;
data = data.dse;
var dse_data = data.filter(function(dt) {
return dt.id === id;
});
dse_data = dse_data ? dse_data[0] : false;
if (dse_data) {
$(".enabler-title").text(dse_data.name);
$(".breadcrumb-link").attr("href", "/FINESCE_DSEs.html?option="+dse_data.option);
if (dse_data.option == 1){
$(".breadcrumb-link").text("Other results");
}else{
$(".breadcrumb-link").text("Specific Enablers");
}
$.getJSON("js/json/" + id + ".json?updated=" + updatedAt).then(function(dse_data_all) {
var data = dse_data_all[0];
data.option = dse_data.option;
$("#content-wiki").html(buildHTMLforPage(data, show));
$(".contact-person").html(data["Contact Person"]);
$(".version").html(data["Version"]);
$(".last-update").html(data["Last Update"]);
$(".trial-site").html("\n<p>\n "+dse_data.site+"<\p>");
$(".finesce-subpages a").each(function(){
$(this).attr("href", insertOrUpdateShow(this));
});
});
} else {
$(".enabler-title").text("404 - Not Found");
$("#content-wiki").html("<h2>404 - Not Found</h2>");
}
});
});
</script>
<script type="text/javascript"> document.write(String.fromCharCode(60) + 'script type="text/javascript" src="http' + ("https:" == document.location.protocol ? "s" : "") + '://code.etracker.com/t.js?et=JoEi4s">' + String.fromCharCode(60) + '/script>');</script>
<script type="text/javascript">
et_areas = "github";
</script>
<script type="text/javascript">_etc();</script>
<noscript><p><a href="http://www.etracker.com"><img style="border:0px;" alt="" src="https://www.etracker.com/nscnt.php?et=JoEi4s"/></a></p></noscript><noscript>
<p><a href='http://www.etracker.de/app?et=JoEi4s'>
<img style='border:0px;' alt='' src='https://www.etracker.de/cnt.php?et=JoEi4s&v=3.0&java=n&et_easy=0&et_pagename=&et_areas=github&et_ilevel=0&et_target=,0,0,0&et_lpage=0&et_trig=0&et_se=0&et_cust=0&et_basket=&et_url=&et_tag=&et_sub=&et_organisation=&et_demographic='/></a></p>
</noscript>
<script type="text/plain" class="cc-onconsent-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60439263-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>