-
Notifications
You must be signed in to change notification settings - Fork 0
/
DSE_Social2Orion.html
560 lines (458 loc) · 50 KB
/
DSE_Social2Orion.html
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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0022)http://www.finesce.eu/ -->
<html xmlns="http://www.w3.org/1999/xhtml" data-ember-extension="1"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Finesce.eu</title>
<meta name="keywords" content="FINESCE, smart, energy, Public, Private, Partnership, European Union">
<meta name="description" content="FINESCE (Future Internet Smart Utility Services) is the smart energy use case project of the Future Internet Public Private Partnership (FI-PPP) program funded by the European Union within FP7.">
<link rel="stylesheet" type="text/css" href="css/struktur1.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/userstyles.css" media="screen">
<script src="js/jquery.min.js" type="text/javascript"></script>
<link href="css/jquery.fancybox-1.3.4.css" type="text/css" rel="stylesheet" media="all">
<script src="js/jquery.fancybox-1.3.4.pack.js" type="text/javascript"></script>
<link href="http://www.finesce.eu/global/styles/jquery.bxslider.css" rel="stylesheet" type="text/javascript">
<script src="js/jquery.bxslider.js" type="text/javascript"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, target-densitydpi=device-dpi">
<script language="javascript" type="text/javascript">
$(document).ready(function () {
$("a[rel$=playvideo]").fancybox({ type: 'iframe', showNavArrows: false, height: 400, width: 700, margin: 0, padding: 10 });
$("a[rel$=info]").fancybox({ type: 'iframe', showNavArrows: false, height: 400, width: 700 });
$("a[rel$=anmeldung]").fancybox({ type: 'iframe', showNavArrows: false, height: 550, width: 640 });
$('.firmenlogos').bxSlider({ minSlides: 4, maxSlides: 6, slideWidth: 250, slideMargin: 10, ticker: true, speed: 30000, randomStart: true });
$('.ImageHeader').bxSlider({ pause: 5000, pager: false, controls: false, auto: true, slideWidth: 1000, speed: 300, randomStart: true });
$("a[rel$=disclaimer]").fancybox({ type: 'iframe', showNavArrows: false, height: 400, width: 700, margin: 0, padding: 10 });
});
function NewsletterBestellen(NLEmail) {
if (window.ActiveXObject) {
try { http = new ActiveXObject("MSXML2.XMLHTTP"); } catch (e) { http = false; }
}
else if (window.XMLHttpRequest) { try { http = new XMLHttpRequest(); } catch (e) { http = false; } }
if (http != null) {
http.onreadystatechange = ShowNewsletter;
http.open("POST", "http://www.finesce.eu/Newsletter.asp?Email=" + NLEmail, true);
http.send(null);
}
}
function wopen(url, width, height) {
FensterGross = window.open(url, "Fenster", "top=10,left=10,width=" + width + ",height=" + height + ",status=no,resizable=no,scrollbars=no");
FensterGross.focus();
}
function ShowNewsletter() {
if (http.readyState == 4) {
if (http.status == 200) { alert('You successfully registered for our mailing list. We have just sent an e-mail for confirmation. Please click on the activation link included to finish your registration.'); } else { alert('Registration not successfull, please try again...'); }
}
}
</script>
<script type="text/javascript" src="js/cnt_js.php"></script><!-- 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>
<div id="Recommend">
<a href="http://www.finesce.eu/#" onclick="wopen('http://www.facebook.com/sharer.php?locale=de_DE&u=http%3A%2F%2Fwww%2Efinesce%2Eeu&src=sp', 640, 480);"><img src="images/btnFacebook.png" class="RecommendBtn" alt=""></a><br>
<a href="http://www.finesce.eu/#" onclick="wopen('http://twitter.com/share?text=Visit FINESCE (Future Internet Smart Utility Services) - an FI-PPP project funded by the European Union within FP7.&url=http://www.finesce.eu', 640, 480);"><img src="images/btnTwitter.png" class="RecommendBtn" alt=""></a><br>
<a href="https://plus.google.com/share?url=www.finesce.eu" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img src="images/btnGoogle.png" class="RecommendBtn" alt=""></a><br>
<a href="http://www.finesce.eu/#" onclick="wopen('https://www.xing.com/app/user?op=share&url=http%3a%2f%2fwww.finesce.eu;title=Visit FINESCE (Future Internet Smart Utility Services) - an FI-PPP project funded by the European Union within FP7.', 720, 720);"><img src="images/btnXing.png" class="RecommendBtn" alt=""></a><br>
</div>
<div id="main">
<div id="header">
<div id="header2">
<div id="Suche">
<form id="SuchForm" method="post" name="Suche" action="http://www.finesce.eu/default.asp">
<input type="hidden" name="Funktion" value="SUCHE">
<input type="text" name="Keyword" onfocus="this.value='';" value="search" id="Suchfeld">
<input type="image" name="Submit1" value="Suchen" id="Suchbutton" src="images/btnSubmit.png" alt="search">
<br class="cb">
</form>
<a href="http://www.finesce.eu/default.asp"><img src="images/Logo.png" id="Logo" alt="Logo" border="0"></a>
</div>
<div id="NaviTop">
<ul id="nav" class="dropdown dropdown-horizontal">
<li class="dir">
<div class="Menue_Top"><a class="A_Menue_Top" href="index.html">HOME</a></div>
</li>
<li class="dir">
<div class="Menue_Top"><a class="A_Menue_Top" href="http://www.finesce.eu/About.html">ABOUT</a></div>
<ul>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Who_We_Are.html">Who We Are</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/What_we_do.html">What we do</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/FINSENY.html">FINSENY</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/FIPPP.html">FI-PPP</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/FIWARE.html">FI-WARE</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Links.html">Links</a>
</li>
</ul>
</li>
<li class="dir">
<div class="Menue_Top"><a class="A_Menue_Top" href="http://www.finesce.eu/Trial_Sites.html">TRIAL SITES</a></div>
<ul>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Trial_Site_Aachen.html">Trial Site Aachen</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Trial_Site_Ireland.html">Trial Site Ireland</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Trial_Site_Horsens.html">Trial Site Horsens</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Trial_Site_Cologne.html">Trial Site Cologne</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Trial_Site_Madrid.html">Trial Site Madrid</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Trial_Site_Malmo.html">Trial Site Malmo</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Trial_Site_Terni.html">Trial Site Terni</a>
</li>
</ul>
</li>
<li class="dir">
<div class="Menue_Top"><a class="A_Menue_Top" href="http://www.finesce.eu/Phase_3.html">PHASE 3</a></div>
<ul>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/FIWARE_Accelerator_Programme.html">FIWARE Accelerator Programme</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/FINESCE_trial_infrastructure.html">FINESCE trial infrastructure</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/FINESCE_DSEs.html">FINESCE DSEs</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/FINESCE_API.html">FINESCE API</a>
</li>
</ul>
</li>
<li class="dir">
<div class="Menue_Top"><a class="A_Menue_Top" href="http://www.finesce.eu/Events.html">EVENTS</a></div>
<ul>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Event_Reviews.html">Event Reviews</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Event_Calendar.html">Event Calendar</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Open_Days.html">Open Days</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/SGSG_Meetings.html">SGSG Meetings</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Innovation_Events.html">Innovation Events</a>
</li>
</ul>
</li>
<li class="dir">
<div class="Menue_Top"><a class="A_Menue_Top" href="http://www.finesce.eu/News.html">NEWS</a></div>
</li>
<li class="dir">
<div class="Menue_Top"><a class="A_Menue_Top" href="http://www.finesce.eu/Community.html">COMMUNITY</a></div>
<ul>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Innovation_Community.html">Innovation Community</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/SGSG.html">SGSG</a>
</li>
</ul>
</li>
<li class="dir">
<div class="Menue_Top"><a class="A_Menue_Top" href="http://www.finesce.eu/Library.html">LIBRARY</a></div>
<ul>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Results.html">Results</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Project_Videos.html">Project Videos</a>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Videoblogs.html">Videoblogs</a>
<ul>
<li class="MenueLvl2"><a class="A_Menue" href="http://www.finesce.eu/FIA_2013.html">FIA 2013</a></li>
</ul>
</li>
<li class="MenueLvl2">
<a class="A_Menue" href="http://www.finesce.eu/Press_Review.html">Press Review</a>
</li>
</ul>
</li>
</ul>
</div>
<br class="cb">
</div>
</div>
<div id="content">
<div class="bx-wrapper" style="max-width: 1000px; margin: 0px auto;">
<div class="bx-viewport" style="width: 100%; overflow: hidden; position: relative; height: 200px;">
<ul class="ImageHeader" style="border: 0px; z-index: 1; width: 615%; position: relative; -webkit-transition: 0s; transition: 0s; -webkit-transform: translate3d(-1040px, 0px, 0px); background-color: rgb(255, 255, 255);">
<li style="float: left; list-style: none; position: relative; width: 1000px;" class="bx-clone">
<div style="background-image: url('images/Header_mast.jpg'); background-position: 50% 50%; height: 200px; width: 1000px; background-repeat: no-repeat;"><img src="images/Header_font_white_trans.png" alt="Talking Energy"></div>
</li>
<li style="float: left; list-style: none; position: relative; width: 1000px;">
<div style="background-image: url('images/Header_glasfront.jpg'); background-position: 50% 50%; height: 200px; width: 1000px; background-repeat: no-repeat;"><img src="images/Header_font_white_trans.png" alt="Talking Energy"></div>
</li>
<li style="float: left; list-style: none; position: relative; width: 1000px;">
<div style="background-image: url('images/Header_heads.jpg'); background-position: 50% 50%; height: 200px; width: 1000px; background-repeat: no-repeat;"><img src="images/Header_font_white_trans.png" alt="Talking Energy"></div>
</li>
<li style="float: left; list-style: none; position: relative; width: 1000px;">
<div style="background-image: url('images/Header_kite.jpg'); background-position: 50% 50%; height: 200px; width: 1000px; background-repeat: no-repeat;"><img src="images/Header_font_white_trans.png" alt="Talking Energy"></div>
</li>
<li style="float: left; list-style: none; position: relative; width: 1000px;">
<div style="background-image: url('images/Header_mast.jpg'); background-position: 50% 50%; height: 200px; width: 1000px; background-repeat: no-repeat;"><img src="images/Header_font_white_trans.png" alt="Talking Energy"></div>
</li>
<li style="float: left; list-style: none; position: relative; width: 1000px;" class="bx-clone">
<div style="background-image: url('images/Header_glasfront.jpg'); background-position: 50% 50%; height: 200px; width: 1000px; background-repeat: no-repeat;"><img src="images/Header_font_white_trans.png" alt="Talking Energy"></div>
</li>
</ul>
</div>
</div>
<br class="cb">
<div id="col1">
<h2>Follow us on</h2>
<a href="https://www.facebook.com/pages/FINESCE/533773726686099" target="_blank"><img src="images/Facebook.jpg" alt="Follow FINESCE on facebook" hspace="5" border="0"></a> <a href="https://twitter.com/finesce" target="_blank"><img src="images/Twitter.jpg" alt="Follow FINESCE on Twitter" hspace="5" border="0"></a> <a href="http://www.linkedin.com/groups/FINESCE-6511767/about" target="_blank"><img src="images/LinkedIn.jpg" alt="Follow FINESCE on LinedIn" hspace="5" border="0"></a> <a href="http://www.youtube.com/channel/UCThhGXGPZ3GgwYIMXkQL9xg" target="_blank"><img src="images/Youtube.jpg" alt="Follow FINESCE on YOutube" hspace="5" border="0"></a>
<br><br>
<span class="tag1">Accelerator</span> <span class="tag2">Assembly</span> <span class="tag2">Brussels</span> <span class="tag2">Building</span> <span class="tag2">Business</span> <span class="tag1">Communications</span> <span class="tag2">Competition</span> <span class="tag1">Computing</span> <span class="tag5">Conference</span> <span class="tag2">Denmark</span> <span class="tag1">Edition</span> <span class="tag1">Electricity</span> <span class="tag1">Entrepreneurs</span> <span class="tag5">European</span> <span class="tag5">FINESCE</span> <span class="tag1">Foundation</span> <span class="tag1">Framework</span> <span class="tag1">Funding</span> <span class="tag3">General</span> <span class="tag1">Hamburg</span> <span class="tag1">Hedensted</span> <span class="tag5">Horsens</span> <span class="tag1">InfoDay</span> <span class="tag5">Innovation</span> <span class="tag2">Innovative</span> <span class="tag5">Internet</span> <span class="tag1">Italian</span> <span class="tag5">Meeting</span> <span class="tag1">Members</span> <span class="tag1">Million</span> <span class="tag1">Network</span> <span class="tag1">Newsletter</span> <span class="tag1">Partners</span> <span class="tag1">Private</span> <span class="tag2">Programme</span> <span class="tag2">Project</span> <span class="tag1">Registration</span> <span class="tag1">Security</span> <span class="tag1">Services</span> <span class="tag1">Seventh</span> <span class="tag1">SmartGridComm</span> <span class="tag1">SpeedUp</span> <span class="tag5">Stakeholder</span> <span class="tag1">Stenderup</span> <span class="tag2">Student</span> <span class="tag1">Technologies</span> <span class="tag1">University</span> <span class="tag2">Utility</span> <span class="tag1">Waterford</span> <span class="tag1">Wireless</span> <span class="tag5">Workshop</span> <span class="tag1">acceleration</span> <span class="tag1">accelerators</span> <span class="tag1">attends</span> <span class="tag1">available</span> <span class="tag1">between</span> <span class="tag1">building</span> <span class="tag2">countries</span> <span class="tag1">demonstrations</span> <span class="tag1">development</span> <span class="tag1">enabled</span> <span class="tag3">entrepreneurs</span> <span class="tag1">established</span> <span class="tag1">exciting</span> <span class="tag1">experiences</span> <span class="tag1">factory</span> <span class="tag3">funding</span> <span class="tag1">further</span> <span class="tag2">general</span> <span class="tag2">generation</span> <span class="tag2">industry</span> <span class="tag4">information</span> <span class="tag1">infrastructure</span> <span class="tag1">innovating</span> <span class="tag3">innovation</span> <span class="tag3">innovative</span> <span class="tag1">interdisciplinary</span> <span class="tag1">interest</span> <span class="tag1">internet</span> <span class="tag1">networking</span> <span class="tag1">newsletter</span> <span class="tag3">opportunities</span> <span class="tag1">participants</span> <span class="tag1">participated</span> <span class="tag1">participating</span> <span class="tag2">partner</span> <span class="tag1">partners</span> <span class="tag3">presented</span> <span class="tag3">programme</span> <span class="tag5">project</span> <span class="tag2">projects</span> <span class="tag1">receives</span> <span class="tag1">related</span> <span class="tag1">resulted</span> <span class="tag4">results</span> <span class="tag1">started</span> <span class="tag1">technologies</span> <span class="tag1">universities</span> <span class="tag1">welcomes</span> <span class="tag1">winners</span> <span class="tag5">workshop</span>
<br><br>
</div>
<div id="col23">
<div id="col23">
<!-- CONTENTS HERE -->
<a name="Social-Events-Interface-Social2Orion"></a>
<h1 >Social Events Interface (Social2Orion)<a href="#Social-Events-Interface-Social2Orion" class="wiki-anchor">¶</a></h1>
<ul class="toc right"><li><a href="#Social-Events-Interface-Social2Orion">Social Events Interface (Social2Orion)</a><ul><li><a href="#Copyright">Copyright</a></li><li><a href="#Preface">Preface</a></li><li><a href="#T38Cs">T&Cs</a></li><li><a href="#Overview">Overview</a></li><li><a href="#Target-Usage">Target Usage</a></li><li><a href="#DSE-Description">DSE Description</a></li><li><a href="#Re-utilised-TechnologiesSpecifications">Re-utilised Technologies/Specifications</a></li><li><a href="#Downloads">Downloads</a></li><li><a href="#Terms-and-Definitions">Terms and Definitions</a></li><li><a href="#References">References</a></li></ul></li></ul>
<a name="Copyright"></a>
<h2 >Copyright<a href="#Copyright" class="wiki-anchor">¶</a></h2>
<p>Copyright © 2014 by FINESCE</p>
<a name="Preface"></a>
<h2 >Preface<a href="#Preface" class="wiki-anchor">¶</a></h2>
<p>Within this document you find a self-contained open specification of the aforementioned Domain Specific Enabler (DSE).</p>
<p>Please consult the appropriate pages on the <a href="http://www.finesce.eu/Trial_Site_Terni.html" class="external">FINESCE</a> website in order to understand the complete context of the related FINESCE trials and this DSE.</p>
<a name="T38Cs"></a>
<h2 >T&Cs<a href="#T38Cs" class="wiki-anchor">¶</a></h2>
<a name="Overview"></a>
<h2 >Overview<a href="#Overview" class="wiki-anchor">¶</a></h2>
<p>Social2Orion is a REST service (developed in Java) which allows clients (e.g. Social Events Information Providers) to register data about social events (affecting consumption/production in a specific area such as a concert or a football match) into an instance of ORION Context Broker GE.</p>
<p>This component can be eventually re-used and customized to fulfill the general need of having a REST service which is connected to the ORION GE.</p>
<a name="Target-Usage"></a>
<h2 >Target Usage<a href="#Target-Usage" class="wiki-anchor">¶</a></h2>
<ul>
<li>Social Events Information Providers (which may be appointed by energy companies that would need information on social events affecting consumption/production in a specific area)</li>
<li>Third-party applications (such as those developed by SMEs involved in Phase3)</li>
</ul>
<a name="DSE-Description"></a>
<h2 >DSE Description<a href="#DSE-Description" class="wiki-anchor">¶</a></h2>
<p>IMPORTANT: we kindly remind you that this software module is strictly tight to the use of ORION Context Broker GE thus meaning that you should have previously set up an ORION instance of yours. Please have a look at ORION GE documentation at the following link <a class="external" href="http://catalogue.fi-ware.org/enablers/publishsubscribe-context-broker-orion-context-broker">http://catalogue.fi-ware.org/enablers/publishsubscribe-context-broker-orion-context-broker</a></p>
<p>Download the artefact (in the form a .war file) from the bottom of the page.<br />Open the .war file (you can use an appropriate software like “winRar”), open the “social2orion.properties”s file located in the following directory: WEB-INF/classes/ and then amend the following configuration properties “social2orion.orionServerUrl” and “social2orion.registerContexPath”:</p>
<pre>
social2orion.orionServerUrl = http://(your ORION instance URL):1026
social2orion.registerContexPath = NGSI10/updateContext
</pre>
<p>Save the changes to the .properties file and deploy the .war file on a Tomcat application server using the “Tomcat Web Application Manager” (see attached screenshot). We recommend you to use an updated version of Tomcat; we have used Apache Tomcat 7.xx.</p>
<p style="text-align:center;"><img src="images/redmine/Social2Orion_TomcatManager_screenshot.jpg" alt="" /><br /><strong>Figure 1: How to the deploy the social2orion .war file</strong></p>
<p>To verify that the deploy of the social2orion application was done successfully and that it consequently runs, you have to type the following URL in a common browser like Google Chrome or Microsoft Internet Explorer : <a class="external" href="http://(your">http://(your</a> tomcat ip)/social2orion/rest/sendSocialData and you should get a page like the following (see attached screenshot).</p>
<p style="text-align:center;"><img src="images/redmine/browser_test_Social2Orion_GET.png" alt="" /><br /><strong>Figure 2: Test "sendSocialData" GET method in a browser</strong></p>
<p>If the previous page appears, the social2orion application is correctly deployed.</p>
<p>Now, in order to send a “Social Event” to ORION, use a REST client such as DHC - REST/HTTP API Client chrome extension (see attached screenshot):</p>
<p style="text-align:center;"><img src="images/redmine/chrome_REST_client_screenshot.png" style="width:800px;" alt="" /><br /><strong>Figure 3: Send a "Social Event" to ORION</strong></p>
<p>Please fill in with the following parametres:<br />SERVICE (POST)<br /><pre>
http://(your ip)/social2orion/rest/sendSocialData
</pre></p>
<p>HEADERS<br /><pre>
Content-Type: application/xml
</pre></p>
<p>BODY<br /><pre>
<social socialEventTypology=" _(social event name)_ "
socialEventDateTime=" _(social event date and time: dd-mm-yyyy-hh:MM:ss)_ "
socialEventImportancy=" _(level of severity with respect to how the event is going to affect consumption/production in a specific area)_ "
socialEventVenueName=" _(name of the venue where the social event is going to take place)_ "
socialEventVenueAddress=" _(address of the venue)_ "
socialEventLocationCoordLong=" _(longitude coordinate of the venue)_ "
socialEventLocationCoordLat=" _(latitude coordinate of the venue)_ "/>
</pre></p>
<p>and finally click the SEND button.</p>
<p>If you get 200 OK in the HTTP Response, you should have submitted a “social event” to ORION.</p>
<p>To verify that a new “social event” has been saved into ORION, an entity of the following type should be created (or updated in case it already exists) in the NoSQL DB underlying ORION (i.e. MongoDB):<br /><pre>
{
"_id" : {
"id" : "social2orion",
"type" : "Social"
},
"attrs" : [{
"name" : "socialEventLocationCoordLat",
"type" : "double",
"value" : " _(latitude coordinate of the venue)_ ",
"creDate" : _(date of attribute creation)_,
"modDate" : _(date of attribute last update)_
}, {
"name" : "socialEventLocationCoordLong",
"type" : "double",
"value" : " _(longitude coordinate of the venue)_ ",
"creDate" : _(date of attribute creation)_,
"modDate" : _(date of attribute last update)_
}, {
"name" : "socialEventVenueAddress",
"type" : "text",
"value" : " _(address of the venue)_ ",
"creDate" : _(date of attribute creation)_,
"modDate" : _(date of attribute last update)_
}, {
"name" : "socialEventVenueName",
"type" : "text",
"value" : " _(name of the venue where the social event is going to take place)_ ",
"creDate" : _(date of attribute creation)_,
"modDate" : _(date of attribute last update)_
}, {
"name" : "socialEventDateTime",
"type" : "text",
"value" : " _(social event date and time: dd-mm-yyyy-hh:MM:ss)_ ",
"creDate" : _(date of attribute creation)_,
"modDate" : _(date of attribute last update)_
}, {
"name" : "socialEventImportancy",
"type" : "integer",
"value" : " _(level of severity with respect to how the event is going to affect consumption/production in a specific area)_ ",
"creDate" : _(date of attribute creation)_,
"modDate" : _(date of attribute last update)_
}, {
"name" : "socialEventTypology",
"type" : "text",
"value" : " _(social event name)_ ",
"creDate" : _(date of attribute creation)_,
"modDate" : _(date of attribute last update)_
}, {
"name" : "currentTime",
"type" : "ms",
"value" : " _(system date at the moment the data are received by the REST Service)_ ",
"creDate" : _(date of attribute creation)_,
"modDate" : _(date of attribute last update)_
}],
"creDate" : _(date of entity creation)_,
"modDate" : _(date of entity last update)_
}
</pre></p>
<a name="Re-utilised-TechnologiesSpecifications"></a>
<h2 > Re-utilised Technologies/Specifications<a href="#Re-utilised-TechnologiesSpecifications" class="wiki-anchor">¶</a></h2>
<p>Jersey - RESTful Web Services in Java (<a class="external" href="https://jersey.java.net/">https://jersey.java.net/</a>)</p>
<a name="Downloads"></a>
<h2 > Downloads<a href="#Downloads" class="wiki-anchor">¶</a></h2>
<table>
<tr>
<td> Location </td>
<td> Revision </td>
<td> Release Date </td>
</tr>
<tr>
<td> <a class="external" href="files/social2orion.war">social2orion.war</a> </td>
<td> version=0.0.1-SNAPSHOT </td>
<td> Thu Oct 30 11:02:19 CET 2014 </td>
</tr>
</table>
<a name="Terms-and-Definitions"></a>
<h2 > Terms and Definitions<a href="#Terms-and-Definitions" class="wiki-anchor">¶</a></h2>
<p>Software associated to the Social2Orion product is provided as open source under the LGPLv3 license. Please check the specific terms and conditions linked to this open source license at <a class="external" href="https://www.gnu.org/licenses/lgpl.html">https://www.gnu.org/licenses/lgpl.html</a></p>
<a name="References"></a>
<h2 > References<a href="#References" class="wiki-anchor">¶</a></h2>
</div>
<br class="cb">
</div><br class="cb">
</div>
<br class="cb">
<a name="Menue"></a>
<div id="footer">
<div id="footer2">
<div class="slider">
<div class="bx-wrapper" style="max-width: 1550px;"><div class="bx-viewport" style="width: 100%; overflow: hidden; position: relative; height: 100px;"><ul class="firmenlogos" style="border: 0px; margin: 0px; padding: 0px; width: 3215%; position: relative; -webkit-transition: 30s linear; transition: 30s linear; -webkit-transform: translate3d(-7575px, 0px, 0px);">
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/Develco_logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/devolo_logo_claim_grau.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/DNET-Logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/insero_software_logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/ismb-logo-1.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/LaSalle_logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/LogoTeamWare-con-barra-verde.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logoyucca.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_acciona_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_alcatel_lucent_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_alstom_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_asm_terni_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_baum_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_engineering_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_eon_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_ericsson_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_esb_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_fir_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_grenoble_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_honeywell_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_inseroweb_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_intunes_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_orange_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_qsc_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_rwth_aachen_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_synelixis_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/logo_tssg_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/SEnerCon_Logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/SOPTIM_Logo_farbig.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;"><div style="background-image: url('images/XLAB_logo_large_light_bg.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li>
<li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/Develco_logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/devolo_logo_claim_grau.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/DNET-Logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/insero_software_logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/ismb-logo-1.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/LaSalle_logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/LogoTeamWare-con-barra-verde.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logoyucca.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_acciona_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_alcatel_lucent_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_alstom_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_asm_terni_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_baum_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_engineering_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_eon_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_ericsson_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_esb_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_fir_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_grenoble_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_honeywell_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_inseroweb_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_intunes_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_orange_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_qsc_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_rwth_aachen_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_synelixis_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/logo_tssg_web_s.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/SEnerCon_Logo.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/SOPTIM_Logo_farbig.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li><li style="float: left; list-style: none; position: relative; width: 242.5px; margin-right: 10px;" class="bx-clone"><div style="background-image: url('images/XLAB_logo_large_light_bg.png'); background-position: 50% 50%; height: 100px; width: 250px; background-repeat: no-repeat;"> </div></li></ul></div></div>
</div>
<div style="width: 40%; max-width: 310px; min-height: 50px; float: left; margin-right: 35px;">
<img src="images/EU.png" alt="">
<img src="images/Logo_FutureINet.png" alt="">
</div>
<div style="width: 310px; min-height: 50px; float: left;"></div>
<div style="width: 40%; max-width: 310px; min-height: 50px; float: right;text-align: right;"><br>
<a class="A_Menue_Top" href="http://www.finesce.eu/Contact.html">Contact</a><br>
<a class="A_Menue_Top" href="http://www.finesce.eu/Legal.html">Legal</a>
</div>
<br class="cb">
</div>
</div>
</div>
<div id="fancybox-tmp"></div><div id="fancybox-loading"><div></div></div><div id="fancybox-overlay"></div><div id="fancybox-wrap"><div id="fancybox-outer"><div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div><div id="fancybox-content"></div><a id="fancybox-close"></a><div id="fancybox-title"></div><a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a><a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a></div></div><div id="window-resizer-tooltip" style="display: block;"><a href="http://www.finesce.eu/#" title="Edit settings" style="background-image: url(chrome-extension://kkelicaakdanhinjdeammmilcgefonfh/images/icon_19.png);"></a><span class="tooltipTitle"> </span><span class="tooltipWidth" id="winWidth"></span> <span class="tooltipHeight" id="winHeight"></span><br><span class="tooltipTitle"></span><span class="tooltipWidth" id="vpWidth"></span> <span class="tooltipHeight" id="vpHeight"></span></div>
<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>