-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
470 lines (461 loc) · 23.6 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RAPstore - An App Store for RIOT</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel='stylesheet' id='prettyphoto-css' href="css/prettyPhoto.css" type='text/css' media='all'>
<link href="css/fontello.css" type="text/css" rel="stylesheet">
<!--[if lt IE 7]>
<link href="css/fontello-ie7.css" type="text/css" rel="stylesheet">
<![endif]-->
<!-- Google Web fonts -->
<link href='https://fonts.googleapis.com/css?family=Quattrocento:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery.js"></script>
<!-- Load ScrollTo -->
<script type="text/javascript" src="js/jquery.scrollTo-1.4.2-min.js"></script>
<!-- Load LocalScroll -->
<script type="text/javascript" src="js/jquery.localscroll-1.2.7-min.js"></script>
<!-- prettyPhoto Initialization -->
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto();
});
</script>
</head>
<body>
<!--******************** NAVBAR ********************-->
<div class="navbar-wrapper">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a>
<h1 class="brand"><a href="#top">RAPstore</a></h1>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<nav class="pull-right nav-collapse collapse">
<ul id="menu-main" class="nav">
<li><a title="services" href="#about">About</a></li>
<li><a title="news" href="#news">News</a></li>
<li><a title="team" href="#team">Team</a></li>
<li><a title="contact" href="#contact">Contact</a></li>
<li><a title="sponsors" href="#sponsors">Sponsors</a></li>
</ul>
</nav>
</div>
<!-- /.container -->
</div>
<!-- /.navbar-inner -->
</div>
<!-- /.navbar -->
</div>
<!-- /.navbar-wrapper -->
<div id="top"></div>
<!-- ******************** HeaderWrap ********************-->
<div id="headerwrap">
<header class="clearfix">
<div class="container">
<div class="row">
<div class="span12">
<h1><span>RAPstore</span></h1>
<h2><span>An app store for IoT devices.</span></h2>
<h2><span>Based on RIOT.</span></h2>
<h2><span>Stay tuned.</span></h2>
<ul class="icon">
<li><a href="https://github.com/riot-appstore" target="_blank"><i class="icon-github"></i></a></li>
</ul>
</div>
</div>
</div>
</header>
</div>
<!--******************** Feature ********************-->
<section id="about" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-map"></i></div>
<h1>About</h1>
<div class="row">
<div class="span12">
<div class="inside">
<div class="entry-content">
<p>The Internet of Things (IoT) is a game changer for the Internet.
However, to be successful on the long-term, the IoT needs an ecosystem that enables easy and secure adaption of IoT devices to the needs of their consumers. A key enabler to achieve this goal is software.</p>
<p>In RAPstore, we design, develop, and test an app store for low-end IoT devices.
Similar to the mobile market, we aim for a platform that allows application developers to share software with end users, and to allow end users to update their IoT devices more easily compared to the current state of art.
In contrast to the mobile market, these applications will run on many more devices with very constrained resources.
We develop our solutions for the most modern operating system of the IoT, <a href="https://riot-os.org">RIOT</a>.
</div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<hr>
<!--******************** Testimonials Section ********************-->
<section id="testimonials" class="single-page hidden-phone">
<div class="container">
<div class="row">
<div class="blockquote-wrapper">
<blockquote class="mega">
<div class="span4">
<p class="cite">In a nutshell:</p>
</div>
<div class="span8">
<p class="alignright">"In RAPstore, we develop an app store for RIOT, the friendly operating system for the Internet of Things."</p>
</div>
</blockquote>
</div>
<!-- /.blockquote-wrapper -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<hr>
<!--******************** News Section ********************-->
<section id="news" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-pencil-circled"></i></div>
<h1>Blog</h1>
<!-- Three columns -->
<div class="row">
<article class="span4 post"> <img class="img-news" src="img/blog-dw1019.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> October 4, 2019</p>
<h2>Deutsche Welle reports about RAPstore</h2>
<div class="entry-content">
<p>In their TV magazine SHIFT, the international broadcaster Deutsche Welle reports
about RAPstore and RIOT.</p>
<a href="https://www.dw.com/de/revolution-im-internet-der-dinge/av-50705790" class="more-link">read more</a>
</div>
</div>
<!-- /.inside -->
</article>
<article class="span4 post"> <img class="img-news" src="img/blog-riot-summit19.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> September 5-6, 2019</p>
<h2>RIOT Summit 2019</h2>
<div class="entry-content">
<p>We co-organized the 4th RIOT community meeting, which took place in Helsinki, Finland. Among other things, we organized breakout sessions about testing and configuration of RIOT.</p>
<a href="https://summit.riot-os.org/2019" class="more-link">read more</a>
</div>
</div>
<!-- /.inside -->
</article>
<article class="span4 post"> <img class="img-news" src="img/blog-ietf104.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i>March 23-29, 2019</p>
<h2>IETF 104 and IETF Hackaton</h2>
<div class="entry-content">
<p>We participated at the 104th meeting of the
Internet Engineering Task Force (IETF) to ensure that RAPstore is
based on latest technologies (e.g., to allow for secure
firmware update). We pushed our demonstrator forward at the IETF
Hackathon. At IETF Hackathons developers and implementers discuss, collaborate, and develop utilities, ideas, sample code and solutions that show practical implementations of IETF standards.</p>
<a href="https://www.ietf.org/how/meetings/104/" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
</div>
<div class="row">
<article class="span4 post"> <img class="img-news" src="img/blog-touching-innovations19.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i>February 14-15, 2019</p>
<h2>Touching Innovations 2019</h2>
<div class="entry-content">
<p>We presented RIOT and RAPstore at the headquarter of Deutsche
Telekom in Berlin. During the 2-day event with more than 50 speakers, 20 exhibitors, and 15 startup pitches, international IoT/IIoT innovation drivers and experts from industry and research came together.</p>
<a href="http://touchinginnovations.de/" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<article class="span4 post"> <img class="img-news" src="img/blog-innobridge-kick-off.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i>February 6, 2019</p>
<h2>InnoBridge 2019</h2>
<div class="entry-content">
<p>We introduced RAPstore to an interdisciplinary student
team. Berlin InnoBridge is the structured innovation
program for companies, researchers, and students</p>
<a href="http://www.berlin-innobridge.de/" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<article class="span4 post"> <img class="img-news"
src="img/blog-bmbf0119.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i>January 25, 2019</p>
<h2>BMBF features RAPstore</h2>
<div class="entry-content">
<p>The Federal Ministry of Education and Research shot a
video clip about RAPstore. We explain why an app store is
crucial for the success of the IoT and present a
sneak-preview of our software.</p>
<a href="https://www.bildung-forschung.digital/de/media-video-22482.php" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
</div>
<div class="row">
</div>
<div class="row">
<article class="span4 post"> <img class="img-news" src="img/blog-riot-summit18.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> September 13-14, 2018</p>
<h2>RIOT Summit 2018</h2>
<div class="entry-content">
<p>We co-organized the 3rd RIOT community meeting, which took place in Amsterdam. Among other things, we organized breakout sessions about testing and configuration of RIOT.</p>
<a href="https://summit.riot-os.org/2018" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<article class="span4 post"> <img class="img-news" src="img/blog-berlinmeetup0718.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> July 19, 2018</p>
<h2>IoT Meetup about RAPstore</h2>
<div class="entry-content">
<p>We organized an IoT meetup in Berlin and introduced RAPstore to the community. This event was gratefully hosted by ThoughtWorks.</p>
<a href="https://www.meetup.com/de-DE/ThoughtWorks-Berlin/events/252233831/" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<article class="span4 post"> <img class="img-news" src="img/blog-hawmeetup0518.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> Mary 28, 2018</p>
<h2>IoT Meetup about Apps and LoRaWAN</h2>
<div class="entry-content">
<p>We organized an IoT meetup at HAW Hamburg to spread the word about IoT apps. We introduced LoRa and LoRaWAN as well as RIOT.</p>
<a href="https://www.meetup.com/de-DE/IoTHamburg/events/250337740/" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
</div>
<div class="row">
<article class="span4 post"> <img class="img-news" src="img/ttn-map-hamburg-lora-gw.png" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> April 17, 2018</p>
<h2>Joining TTN Hamburg</h2>
<div class="entry-content">
<p>We deployed a LoRa gateway at HAW Hamburg and joined The Things Network. Looking forward to cool IoT/LoRa apps distributed via RAPstore!</p>
<a href="https://www.thethingsnetwork.org/community/hamburg/" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
<article class="span4 post"> <img class="img-news" src="img/blog-iothon.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> January 18-19, 2018</p>
<h2>Participated at IoThon</h2>
<div class="entry-content">
<p>IoThon is Europe's first research-oriented open source IoT hackathon, for students, researchers, and developers. It took place in Janunary 18-19, 2018 in Berlin, at Einstein Center Digital Future. We contributed and worked on a RAPstore challenge.</p>
<a href="https://iothon.io/challenges/" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<article class="span4 post"> <img class="img-news" src="img/blog-riot-summit17.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> September 25-26, 2017</p>
<h2>RIOT Summit 2017</h2>
<div class="entry-content">
<p>We co-organized the 2nd face to face meeting of the RIOT community, which took place in Berlin from September 25-26, 2017. Many interesting talks with a special focus on security. We gave a brief preview into the RAPstore.</p>
<a href="https://summit.riot-os.org/2017" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
</div>
<!-- /.row -->
<div class="row">
<article class="span4 post"> <img class="img-news" src="img/blog-df.jpg" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i> May 20, 2017</p>
<h2>Radio interview</h2>
<div class="entry-content">
<p>We gave an interview about the Internet of Things and our goal to build an app store to make the IoT more appealing, in the radio program computer and communication of Deutschlandfunk.</p>
<a href="http://www.deutschlandfunk.de/computer-und-kommunikation.683.de.html" class="more-link">read more</a> </div>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
</div>
<!-- /.row -->
<!--<a href="#" class="btn btn-large">Go to our blog</a> </div>-->
<!-- /.container -->
</section>
<hr>
<!--******************** Team Section ********************-->
<section id="team" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-group-circled"></i></div>
<h1>Team</h1>
<!-- Five columns -->
<div class="row">
<div class="span3 offset1">
<div class="teamalign"> <a href="http://inet.haw-hamburg.de/members/jose-alamos"><img class="team-thumb img-circle" src="img/photo-jose.jpg" alt="Jose Alamos"></a> </div>
<h3>José Alamos</h3>
<div class="job-position">Software Engineer</div>
</div>
<!-- ./span2 -->
<div class="span3">
<div class="teamalign"> <a href="http://ilab.cs.fu-berlin.de/members/carrano.html"><img class="team-thumb img-circle" src="img/photo-juan.jpg" alt="Juan Carrano"></a> </div>
<h3>Juan Carrano</h3>
<div class="job-position">Software Engineer</div>
</div>
<!-- ./span2 -->
<div class="span3">
<div class="teamalign"> <a href="http://ilab.cs.fu-berlin.de/members/harter.html"><img class="team-thumb img-circle" src="img/photo-gaetan.jpg" alt="Gaetan Harter"></a> </div>
<h3>Gaëtan Harter</h3>
<div class="job-position">Software Engineer</div>
</div>
<!-- ./span2 -->
</div>
<div class="row">
<div class="span3 offset1">
<div class="teamalign"> <a href="http://inet.haw-hamburg.de/members/"><img class="team-thumb img-circle" src="img/photo-leandro.jpg" alt="Leandro Lanzieri"></a> </div>
<h3>Leandro Lanzieri</h3>
<div class="job-position">Software Engineer</div>
</div>
<!-- ./span2 -->
<div class="span3">
<div class="teamalign"> <a href="http://ilab.cs.fu-berlin.de/members/petry.html"><img class="team-thumb img-circle" src="img/photo-daniel.png" alt="Daniel Petry"></a> </div>
<h3>Daniel Petry</h3>
<div class="job-position">Software Engineer</div>
</div>
<!-- ./span2 -->
<div class="span3">
<div class="teamalign"> <a href="http://inet.haw-hamburg.de/members/schmidt"><img class="team-thumb img-circle" src="img/photo-thomas.jpg" alt="Thomas C. Schmidt"></a> </div>
<h3>Thomas Schmidt</h3>
<div class="job-position">Professor</div>
</div>
<!-- ./span2 -->
</div>
<div class="row">
<div class="span3 offset1">
<div class="teamalign"> <a href="http://ilab.cs.fu-berlin.de/members/van-essen.html"><img class="team-thumb img-circle" src="img/photo-hendrik.png" alt="Hendrik van Essen"></a> </div>
<h3>Hendrik van Essen</h3>
<div class="job-position">Student Assistant</div>
</div>
<!-- ./span2 -->
<div class="span3 offset">
<div class="teamalign"> <a href="http://ilab.cs.fu-berlin.de/members/waehlisch.html"><img class="team-thumb img-circle" src="img/photo-matthias.jpg" alt="Matthias Waehlisch"></a> </div>
<h3>Matthias Wählisch</h3>
<div class="job-position">Professor</div>
</div>
<!-- ./span2 -->
<div class="span3">
<div class="teamalign"> <a href="http://inet.haw-hamburg.de/members/kevin-weiss"><img class="team-thumb img-circle" src="img/photo-kevin.jpg" alt="Kevin Weiss"></a> </div>
<h3>Kevin Weiss</h3>
<div class="job-position">Software Engineer</div>
</div>
<!-- ./span2 -->
</div>
<!-- /.row -->
<div class="row">
<div class="span10 offset1">
<hr class="featurette-divider">
<div class="featurette">
<h2 class="featurette-heading">Want to know more? <span class="muted">| a little about us</span></h2>
<p>RAPstore is part of the federal high-tech strategy of Germany. The project is funded in the <a href="https://www.validierungsfoerderung.de/">VIP+ program</a> by the <a href="https://www.bmbf.de/en/">German Ministry of Education and Research</a>. This program supports the validation of innovation potential of excellent scientific results, to bridge the gap between research and market. RAPstore is also supported by a mentor, <a href="http://www.eecs.tu-berlin.de/menue/einrichtungen/professuren/professorinnen/hauswirth">Prof. Manfred Hauswirth</a>.</p>
<p>Two universities are sponsored in RAPstore, <a href="http://ilab.cs.fu-berlin.de">Freie Universität Berlin</a> and <a href="https://inet.haw-hamburg.de">Hamburg University of Applied Sciences</a>. The RAPstore team consists of people who like to push the IoT forward, including high profiled software engineers, newcomers, and researchers who are experienced in tackling challenges with practical impact.</p>
<p>
</p>
</div>
<!-- /.featurette -->
<hr class="featurette-divider">
</div>
<!-- .span10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<section id="about" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-map"></i></div>
<div class="row">
<div class="span12">
<center>
<a href="http://ilab.cs.fu-berlin.de"><img src="img/bildschirm_FULogo_RGB.png" style="height: 80px; margin-right: 20px;"></a>
<a href="https://inet.haw-hamburg.de"><img src="img/03_HAW_Logo_P_4c.png" style="height: 80px; margin-right: 20px;"></a>
</center>
</div>
<!-- .span10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!--******************** Contact Section ********************-->
<section id="contact" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-mail-2"></i></div>
<h1>Contact</h1>
<div class="row">
<div class="span12">
<div class="cform" id="theme-form">
<div>
<center>
<form action="mailto:[email protected]">
<input class="cform-submit pull-center" type="submit"
value="Send an email">
</form>
</center>
<br/>
</div>
</div>
</div>
<!-- ./span12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!--******************** Sponsors Section ********************-->
<section id="sponsors" class="single-page scrollblock">
<div class="container">
<h1>Sponsors</h1>
<div class="row">
<div class="span12 offset0">
<center>
<a href="https://www.bmbf.de/en/index.html"><img src="img/BMBF_RGB_Gef_L_e.jpg"/></a>
</center>
</div>
</div>
</div>
</section>
<hr>
<div class="footer-wrapper">
<div class="container">
<footer>
<small>© 2017-2018. All rights reserved.</small>
</footer>
</div>
<!-- ./container -->
</div>
<!-- Loading the javaScript at the end of the page -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/site.js"></script>
</body>
</html>