-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·669 lines (669 loc) · 35 KB
/
index.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
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE html>
<html lang="en"
prefix="foaf: http://xmlns.com/foaf/0.1/
dc: http://purl.org/dc/terms/
schema: http://schema.org/
og: http://ogp.me/ns#"
typeof="schema:SoftwareApplication"
resource="http://fiteagle.org/"
>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="FITeagle is a semantic- and microservices-based resource management toolkit for federated infrastructures.">
<link rel="icon" href="favicon.png" type="image/png" />
<link rel="shortcut icon" href="favicon.png" type="image/png" />
<link rel="alternate" type="application/atom+xml" title="Core Code Changes" href="https://github.com/fiteagle/core/commits/master.atom" />
<link rel="alternate" type="application/atom+xml" title="SFA Code Changes" href="https://github.com/fiteagle/sfa/commits/master.atom" />
<meta property="schema:operatingSystem" content="Java">
<meta property="schema:applicationCategory" content="Resource Management Framework">
<link property="schema:creator" typeof="schema:Person" href="http://alex.willner.ws/about#me">
<link property="schema:sameAs" href="http://fiteagle.github.io/">
<title>FITeagle | Semantic Resource Management Framework</title>
<!-- --test--
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/landing-page.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top topnav" role="navigation">
<div class="container topnav">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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 topnav" href="#start">
<img alt="FITeagle Logo" src="img/fiteagle.png" style="width:20px; float:left; margin-right:.5em;"/>FITeagle</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#bootstrap">Getting Started</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Header -->
<header class="intro-header" id="start">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<h1 property="og:title schema:name">FITeagle</h1>
<h3 property="schema:description">A Semantic Resource Management Framework</h3>
<hr class="intro-divider">
<ul class="list-inline intro-social-buttons">
<li resource="http://fiteagle.org#source" typeof="schema:SoftwareSourceCode">
<span property="schema:programmingLanguage" content="Java 8"></span>
<span property="og:type" content="schema:SoftwareSourceCode"></span>
<span property="og:url" content="http://fiteagle.org"></span>
<a rel="og:image schema:image" href="img/fiteagle.png"></a>
<span property="schema:runtime" content="J2EE"></span>
<span property="schema:sampleType" content="Full Solution"></span>
<a rel="schema:targetProduct" href="http://fiteagle.org/"></a>
<a rel="schema:codeRepository" href="https://github.com/fiteagle/bootstrap" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
<li>
<a href="https://gitter.im/FITeagle/support" class="btn btn-default btn-lg"><i class="fa fa-weixin fa-fw"></i> <span class="network-name">Gitter</span></a>
</li>
<!--<li>
<a href="https://twitter.com/fiteagle" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>-->
</ul>
</div>
</div>
</div>
</div>
<!-- /.container -->
</header>
<!-- /.intro-header -->
<!-- Page Content -->
<section class="intro-bootstrap" id="bootstrap">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message-bootstrap">
<h1>Bootstrap</h1>
<h3>Get everything up and running and tested under 3 minutes</h3>
<hr class="intro-divider">
<code>
bash <(curl -fsSkL fiteagle.org/sfa)
<!-- curl -fsSkL fiteagle.org/bootstrap | bash -s init deployFT2 deployFT2sfa testFT2sfa -->
</code>
</div>
</div>
</div>
</div>
<!-- /.container -->
</section>
<!-- About -->
<section class="content-section-a" id="about">
<div class="container">
<article class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">About:<br>What is this?</h2>
<p class="lead">
FITeagle is a
<a href="http://en.wikipedia.org/wiki/Semantic_Web">semantic-</a> and
<a href="http://en.wikipedia.org/wiki/Microservices">microservices-based</a>
<a href="http://en.wikipedia.org/wiki/Resource_management">resource management</a> toolkit
for
<a href="http://en.wikipedia.org/wiki/Federation_%28information_technology%29">federated</a> infrastructures,
such as <a href="http://en.wikipedia.org/wiki/Testbed">testbeds</a>.
</p>
<p class="lead">
Our <a href="#open">open-source</a>
toolkit is extensible by <a href="#adapters">resource adapters</a>
and configured to run in a <a href="#docker">Docker</a>-based
<a href="#j2ee">WildFly</a> environment.
By adopting <a href="#rdf">Semantic Web</a> technologies
and the <a href="#omn">Open-Multinet ontology</a>
it seamlessly provisions, monitors and controls arbitrary resources in
infrastructures.
To ensure interoperability with other technologies,
we are following related standard APIs such as <a href="#sfa">SFA</a>
or <a href="#openstack">OpenStack</a>.
Further, we are <a href="#papers">publishing scientific results</a>
and follow <a href="#travis">clean code</a> paradigms.
</p>
<p>
While the main focus in its initial developments
have been set on
<a href="http://en.wikipedia.org/wiki/Future_Internet">Future Internet</a>
experimentation within federated testbeds,
further fields of application include the management
of <a href="http://en.wikipedia.org/wiki/Intercloud">Interclouds</a>,
the data collection and actuation in the
<a href="http://en.wikipedia.org/wiki/Internet_of_Things">Internet of Things</a>
or the orchestration of
<a href="http://en.wikipedia.org/wiki/Network_functions_virtualization">Virtualized Network Functions</a>
within
<a href="http://en.wikipedia.org/wiki/Edge_computing">Edge Computing</a>
environments for <a href="http://en.wikipedia.org/wiki/5G">5th generation mobile networks</a>.
</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="img/fiteagle.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<!-- Extensibility -->
<section class="content-section-b" id="adapters">
<div class="container">
<article class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Extensibility:<br>Add resources</h2>
<p class="lead">Any kind of remotely accessible resource can be integrated with FITeagle
by implementing new resource adapters.
A resource adapter represents an interface between a resource itself and FITeagle
enabling the framework to access, use and manage it using semantic descriptions.
Implementing a new resource adapter is simple
and only a few methods have be implemented to reflect
specific functionalities of a resource.
</p>
<p>
<a href="https://github.com/FITeagle/bootstrap/wiki/How-to-write-an-adapter/">More information about how to write your own adapter</a>.
</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="img/ext.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<!-- Docker -->
<section class="content-section-a" id="docker">
<div class="container">
<article class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Docker:<br>Container Based Installation</h2>
<p class="lead">FITeagle can be perfectly run inside a Docker container.
The provided Dockerfile allows simple deployment
with all the needed dependencies regardless of your environment.
Also outside of a docker container it's just a matter of minutes to get everything up and running.
</p>
<p>
<a href="https://github.com/FITeagle/bootstrap/wiki/Initial-Setup">More details about how to setup FITeagle</a>
</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="img/docker.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-a -->
<!-- WildFly -->
<section class="content-section-b" id="j2ee">
<div class="container">
<article class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">J2EE:<br>Fast and Lightweight</h2>
<p class="lead">
Our system is based on the J2EE implementation WildFly
to allow modularity, stability, flexibility, clean seperation of concerns,
following established standards and integration into existing enterprise or cloud environments.
</p>
<p>
<a href="http://wildfly.org/about/">Learn more about WildFly</a>.
</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="img/wildfly.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<!-- SFA support -->
<section class="content-section-a" id="sfa">
<div class="container">
<article class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">SFA support:<br>Slice-based Federation</h2>
<p class="lead">
Given our initial focus on federated experimentation,
our toolkit provides compatibility with
the GENI Aggregate Manger API Version 3
and passes all jFed acceptence tests.
You can test our demo installation at
<a href="https://demo.fiteagle.org">https://demo.fiteagle.org</a>.
</p>
<p>
<a target="_blank" href="https://github.com/FITeagle/bootstrap/wiki/LiveDemo">Learn more about the demo setup</a>.
</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="img/jfed.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-a -->
<!-- Open Source -->
<section class="content-section-b" id="open">
<div class="container">
<article class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Open Source:<br>Free as in free beer</h2>
<p class="lead">
We believe in open source.
We use it and we want to contribute.
Therefore, all our sources are under the Apache License
and we're happy to share our knowledge and to build
a large community with you around our toolkit.
</p>
<p>
<a href="https://github.com/fiteagle/">Learn more about the source code</a>.
</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="img/os.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-a -->
<!-- Open-Multinet -->
<section class="content-section-a" id="omn">
<div class="container">
<article class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Open-Multinet support:<br>Try it out</h2>
<p class="lead">
At the heart of our toolkit is the Open-Multinet semantic information model.
Built upon a solid base of earlier research in semantic descriptions,
it is used to describe all resource information.
For legacy and interoperability purposes,
we further provide a translator.
The API's REST web service, can translate from Open-Multinet
to GENI RSpec or OASIS TOSCA and back.
You can currently access a running version of the Open-Multinet Java API
by sending a request to the web service located at
https://monitoring.service.tu-berlin.de/omnweb/convert/, along with the location of a local file,
the type of RSpec and the type of output file desired. For example:
</p>
<code>
curl -k --data-urlencode content="$(curl -Lsk http://fiteagle.org/request)" https://monitoring.service.tu-berlin.de/omnweb/convert/request/ttl
</code><br /><br />
<p>Alternatively, you can convert an RSpec
or Tosca document to or from Open Multinet via the web interface
<a href="https://monitoring.service.tu-berlin.de/omnweb/">https://monitoring.service.tu-berlin.de/omnweb/</a>.
</p>
<p>
<a href="https://github.com/open-multinet/playground-rspecs-ontology">Learn more about the Open-Multinet ontology</a>.
</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="img/omn.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-a -->
<!-- Semantic Driven -->
<section class="content-section-b" id="rdf">
<div class="container">
<article class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Semantic Web:<br>One graph to rule them all</h2>
<p class="lead">
Drawing upon the well-established semantic web stack of technologies,
RDF triple stores are built up to describe any existing or desired resource.
In this way, information about a resource can be easily extracted, separating it from the concrete syntax of a given resource description,
thus increasing the scalability and extensibility of the framework.
</p>
<p >
<a href="http://demo.fiteagle.org:8080/native/gui/lodlive/?http://demo.fiteagle.org/resource/MotorGarage-1">Browse the demo graph</a>.
</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="img/lod.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<!-- /.content-section-a -->
<!-- Travis CI -->
<section class="content-section-a" id="travis">
<div class="container">
<article class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Travis Integration:<br>A software you can trust</h2>
<p class="lead">
We apply
Test Driven Development (TDD),
Continuous Integration (CI),
Continous Delivery (CD),
Code Coverage (CC),
software container deplyoments (Docker),
distributed source control (GIT) and
internally the Scrum framework
to ensure high quality of our software by following latest trends in this context.
To build and test every commit to our toolkit and its adapters,
we use services provided by <a href="http://travis-ci.org">Travis-CI</a>.
Below the CI status is shown for each component of FITeagle and
these snapshot builds are used by the docker based deployment for tour demo installation at <a href="https://demo.fiteagle.org">https://demo.fiteagle.org</a>
</p>
<dl class="dl-horizontal">
<dt>Integration</dt>
<dd><a href="https://travis-ci.org/FITeagle/integration-test"><img src="https://api.travis-ci.org/FITeagle/integration-test.svg?branch=master" alt="integration-from-source"/></a></dd>
<dt>API</dt>
<dd><a href="https://travis-ci.org/FITeagle/api"><img src="https://travis-ci.org/FITeagle/api.svg?branch=master" alt="api"/></a></dd>
<dt>Core</dt>
<dd><a href="https://travis-ci.org/FITeagle/core"><img src="https://travis-ci.org/FITeagle/core.svg?branch=master" alt="core"/></a></dd>
<dt>Adapters</dt>
<dd><a href="https://travis-ci.org/FITeagle/adapters"><img src="https://travis-ci.org/FITeagle/adapters.svg?branch=master" alt="adapters"/></a></dd>
<dt>SFA</dt>
<dd><a href="https://travis-ci.org/FITeagle/sfa"><img src="https://travis-ci.org/FITeagle/sfa.svg?branch=master" alt="sfa"/></a></dd>
</dl>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="img/travis.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-a -->
<!-- Publications -->
<section class="content-section-b" id="papers">
<div class="container">
<article class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Publications:<br>Read about it</h2>
<p class="lead">
As a research toolkit,
developed by the chair <a href="http://av.tu-berlin.de">Next Generation Networks</a>
at the <a href="http://tu-berlin.de">Technische Universität Berlin</a>,
we regularly publishing scientific results.
Feel free to browse and learn more about the details of the toolkit
and let us know when you are referencing one of the papers.
</p>
<p>
<a href="https://www.mendeley.com/groups/7034071/fiteagle/papers/">Learn more about our publications</a>.
</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="img/pub.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<!-- /.content-section-a -->
<!-- Openstack -->
<section class="content-section-a" id="openstack">
<div class="container">
<article class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">OpenStack:<br>Virtually all resources</h2>
<p class="lead">
OpenStack is a de-facto standard cloud operating system
that controls large pools of compute, storage, and networking resources throughout a datacenter.
We implicitly support OpenStack through a pre-built adapter
communicating either via native API calls or through a TOSCA-based orchestration of
virtual machines and their according services.
</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="img/openstack.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-a -->
<!-- OMSP -->
<section class="content-section-b" id="omsp">
<div class="container">
<article class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">OML Measurement Stream <br> Protocol: OMSP</h2>
<p class="lead">
FITeagle through an OMSP interface is able to handle measurement streams that
are RDF-serialized. This interface is implemented according to the OMSP
specification.<br>
OMSP is the data collection and transmission protocol of the Orbit
Measurement Library (OML) framework that is widely used in many
experimentation communities for measurement and monitoring data collection
and representation.<br>
Furthermore, using monitoring resource adapters, you can also export data as
OMSP streams to any OMSP collection endpoint.<br>
<a href="http://oml.mytestbed.net/doc/oml/2.11/doxygen/omsp.html">More information about OMSP protocol</a>, and <a href="http://oml.mytestbed.net/projects/oml">OML framework</a>.
</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="img/oml2.png" alt="">
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<!-- Contact -->
<section class="content-section-b" id="contact">
<div class="container">
<article class="row">
<div class="col-lg-12 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Contact:<br> Get in touch</h2>
<!--
<form role="form" action="#" method="post" id="form">
<div class="col-lg-6">
<div class="form-group">
<label for="InputName">Your Name</label>
<div class="input-group">
<input type="text" class="form-control" name="InputName" id="InputName" placeholder="Enter Name" required>
<span class="input-group-addon"><i class="glyphicon form-control-feedback"></i></span>
</div>
</div>
<div class="form-group">
<label for="InputEmail">Your Email</label>
<div class="input-group">
<input type="email" class="form-control" id="InputEmail" name="InputEmail" placeholder="Enter Email" required >
<span class="input-group-addon"><i class="glyphicon form-control-feedback"></i></span>
</div>
</div>
<div class="form-group">
<label for="InputMessage">Message</label>
<div class="input-group">
<textarea name="InputMessage" id="InputMessage" class="form-control" rows="5" required></textarea>
<span class="input-group-addon"><i class="glyphicon form-control-feedback"></i></span>
</div>
</div>
<div class="form-group">
<label for="InputReal">What is 4+3? (Anti-Spam)</label>
<div class="input-group">
<input type="text" class="form-control" name="InputReal" id="InputReal" required>
<span class="input-group-addon"><i class="glyphicon form-control-feedback"></i></span>
</div>
</div>
<input type="submit" name="submit" id="submit" value="Submit" class="btn btn-info pull-right">
</div>
</form>
<div id="thanks" style="display:none;">
<p class="lead">
Thank you for your feedback.
</p>
</div>
-->
<p class="lead">
The presented work has been initiated by the Chair
<a href="http://av.tu-berlin.de">"Next Generation Networks (NGN)" / "Architekturen der Vermittlungsknoten (AV)"</a>
at the Institute for Telecommunication Systems within the Faculty of Electrical Engineering and Computer Science at the Technische Universität Berlin
in close cooperation with the
Fraunhofer FOKUS competence center <a href="https://www.fokus.fraunhofer.de/go/ngni">"Next Generation Network Infrastructures (NGNI)"</a>.
</p>
<p class="lead">
We would love to hear from you.
<span id="email">
</span>
<noscript>
<em>Email address protected by JavaScript. Activate javascript to see the email.</em>
</noscript>
</p>
</div>
</article>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="list-inline">
<li>
<a href="#start">Home</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#bootstrap">Getting Started</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#about">About</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
<p class="copyright text-muted small" property="schema:license">Copyright © Technische Universität Berlin 2015. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<script>
stylesheet = document.createElement('link'); stylesheet.rel = 'stylesheet';
stylesheet.href = 'css/bootstrap.min.css'; document.getElementsByTagName('head')[0].appendChild(stylesheet);
stylesheet = document.createElement('link'); stylesheet.rel = 'stylesheet';
stylesheet.href = 'css/landing-page.css'; document.getElementsByTagName('head')[0].appendChild(stylesheet);
stylesheet = document.createElement('link'); stylesheet.rel = 'stylesheet';
stylesheet.href = 'font-awesome/css/font-awesome.min.css'; document.getElementsByTagName('head')[0].appendChild(stylesheet);
stylesheet = document.createElement('link'); stylesheet.rel = 'stylesheet';
stylesheet.href = 'http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic'; document.getElementsByTagName('head')[0].appendChild(stylesheet);
</script>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<script>
/**
* Author: Heather Corey
* jQuery Simple Parallax Plugin
*
*/
(function($) {
$.fn.parallax = function(options) {
var windowHeight = $(window).height();
// Establish default settings
var settings = $.extend({
speed : 0.15
}, options);
// Iterate over each object in collection
return this.each( function() {
// Save a reference to the element
var $this = $(this);
// Set up Scroll Handler
$(document).scroll(function(){
var scrollTop = $(window).scrollTop();
var offset = $this.offset().top;
var height = $this.outerHeight();
// Check if above or below viewport
if (offset + height <= scrollTop || offset >= scrollTop + windowHeight) {
return;
}
var yBgPosition = Math.round((offset - scrollTop) * settings.speed);
// Apply the Y Background Position to Set the Parallax Effect
$this.css('background-position', 'center ' + yBgPosition + 'px');
});
});
}
}(jQuery));
$('.intro-header').parallax({
speed : 0.25
});
</script>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://services.av.tu-berlin.de/piwik/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 6]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//services.av.tu-berlin.de/piwik/piwik.php?idsite=6" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</body>
</html>