forked from FileradarBV/fileradar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
executable file
·420 lines (333 loc) · 18.6 KB
/
portfolio.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
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Fileradar" />
<!-- Stylesheets
============================================= -->
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="css/swiper.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/colors.css" type="text/css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css">
<link rel="stylesheet" href="css/leaflet.css">
<!-- Document Title
============================================= -->
<title>Fileradar</title>
<link rel="icon" href="favicon.png" type="image/png" sizes="16x16">
</head>
<body class="stretched">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<header id="header" class="transparent-header full-header" data-sticky-class="not-dark">
<div id="header-wrap">
<div class="container clearfix">
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<!-- Logo
============================================= -->
<div id="logo">
<a href="index.html" class="standard-logo" data-dark-logo="images/logo-dark.png"><img src="images/logo1.png" alt="Fileradar"></a>
<a href="index.html" class="retina-logo" data-dark-logo="images/[email protected]"><img src="images/[email protected]" alt="Fileradar logo"></a>
</div><!-- #logo end -->
<!-- Primary Navigation
============================================= -->
<nav id="primary-menu" class="dark">
<ul>
<li class="mega-menu"><a href="index.html"><div>Home</div></a>
</li>
<li class="mega-menu current"><a href="index.html#module"><div>Modules</div></a>
<div class="mega-menu-content style-2 clearfix">
<ul class="mega-menu-column col-md-3">
<li class="mega-menu-title"><a href="#"><div>Past analytics</div></a>
<ul>
<li><a href="network.html"><div>Network Analytics</div></a></li>
<li><a href="Congestion.html"><div>Congestion Tracker</div></a></li>
</ul>
</li>
</ul>
<ul class="mega-menu-column col-md-3">
<li class="mega-menu-title"><a href="#"><div>Present analytics</div></a>
<ul>
<li><a href="Real-Time.html"><div>Real-Time Traffic Radar</div></a></li>
<li><a href="Congestion.html"><div>Congestion Tracker</div></a></li>
<li><a href="gnv.html"><div>Coordinated Network Management</div></a></li>
<li><a href="network.html"><div>Network Analytics</div></a></li>
<li><a href="video.html"><div>Video Analytics</div></a></li>
</ul>
</li>
</ul>
<ul class="mega-menu-column col-md-3">
<li class="mega-menu-title"><a href="#"><div>Future predictions</div></a>
<ul>
<li><a href="Traveltimes.html"><div>Travel time prediction</div></a></li>
<li><a href="app.html"><div>Fileradar App</div></a></li>
<li><a href="engine6.html"><div>Engine 6 predictions</div></a></li>
</ul>
</li>
</ul>
<ul class="mega-menu-column col-md-3">
<li class="mega-menu-title"><a href="#"><div>All-in-one</div></a>
<ul>
<li><a href="t360.html"><div>Traffic 360</div></a></li>
<li><a href="adapt.html"><div>ADAPT Operator Support</div></a></li>
</ul>
</li>
</ul>
</div>
</li>
<li class="current mega-menu"><a href="portfolio.html"><div>Portfolio</div></a>
</li>
<li class="mega-menu"><a href="http://utrecht.dantesoftware.com" target="_blank""><div>Demo</div></a>
</li>
<li class="mega-menu"><a href="team.html"><div>Team</div></a>
</li>
<li class="mega-menu"><a href="contact.html"><div>Contact</div></a>
</li>
</ul>
<!-- Top Cart
============================================= -->
<div id="top-cart">
<a href="http://www.twitter.com/fileradarNL" class="icon-twitter">
</a>
</div><!-- #top-cart end -->
<!-- Top Search
============================================= -->
<div id="top-search">
<a href="mailto:[email protected]" class="icon-email2">
</a>
</div>
</nav><!-- #primary-menu end -->
</div>
</div>
</header><!-- #header end -->
<!-- Page Title
============================================= -->
<section id="page-title">
<div class="container clearfix">
<h1>Portfolio</h1>
</div>
</section><!-- #page-title end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
<!--<!– Portfolio Filter-->
<!--============================================= –>-->
<!--<ul id="portfolio-filter" class="portfolio-filter clearfix" data-container="#portfolio">-->
<!--<li class="activeFilter"><a href="#" data-filter="*">Show All</a></li>-->
<!--<li><a href="#" data-filter=".pf-TT">Travel Times</a></li>-->
<!--<li><a href="#" data-filter=".pf-adapt">Operator Support</a></li>-->
<!--<li><a href="#" data-filter=".pf-GNV">GNV</a></li>-->
<!--<li><a href="#" data-filter=".pf-NA">Network-Analytics</a></li>-->
<!--<li><a href="#" data-filter=".pf-RTR">Realtime Traffic Radar</a></li>-->
<!--<li><a href="#" data-filter=".pf-360">Traffic 360</a></li>-->
<!--<li><a href="#" data-filter=".pf-ST">Shockwave Tracker</a></li>-->
<!--<li><a href="#" data-filter=".pf-E6">Engine 6</a></li>-->
<!---->
<!--</ul><!– #portfolio-filter end –>-->
<div class="clear"></div>
<!-- Portfolio Items
============================================= -->
<div id="portfolio" class="portfolio grid-container portfolio-1 clearfix">
<!-- AFM MAAS -->
<article class="portfolio-item pf-adapt pf-ST pf-RTR clearfix">
<div class="iportfolio">
<div class="portfolio-image">
<a href="#">
<img src="images/portfolio/highway.jpg" alt="AFM-system">
</a>
<div class="portfolio-overlay">
<a href="images/AFM.mp4" class="left-icon" data-lightbox="iframe"><i class="icon-line-play"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3>AFM</h3>
<span><a href="Real-Times.html">Smartmicro Radar</a>, <a href="#">Traffic Browser</a></span>
<p>The Adaptive Flow Management <a href="http://www.rotterdam.nl/maastunnel">(AFM)</a> for the Maastunnel is designed to guarantee safe usage of the Maastunnel up to peak volumes, while maintaining seamless network flow around the tunnel.</p>
<p>Fileradar is responsible for monitoring 40 intersections using streaming data from ±100 Smartmicro radars. We track the waiting queues on all intersections as input to the safety system and provide a live traffic browser of the system.</p>
<div id="oc-images" class="owl-carousel image-carousel carousel-widget" data-margin="20" data-nav="true" data-pagi="false" data-items-xxs="2" data-items-xs="3" data-items-sm="4" data-items-md="5">
<div class="oc-item"><a href="https://www.technolution.eu/nl/" target="_blank"><img src="images/partners/technolution.png" width="150" style="margin:20px 0px 0px 0px" ></a>
</div>
<div class="oc-item"><a href="http://www.arane.nl" target="_blank"><img src="images/partners/Arane.png" width="150" style="margin:0px 0px 0px 0px" ></a></div>
</div>
</div>
</div>
</article>
<!-- ADAPT -->
<article class="portfolio-item pf-adapt pf-NA pf-360 clearfix">
<div class="portfolio-image">
<a href="adapt.html">
<img src="images/portfolio/adapt1.png" >
</a>
<div class="portfolio-overlay">
<a href="adapt.html" class="right-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3><a href="adapt.html">ADAPT</a></h3>
<span><a href="engine6.html">Engine6</a>, <a href="t360.html">Traffic 360</a></span>
<p>ADAPT is part of the
<a href="https://www.rijkswaterstaat.nl/english/about-us/doing-business-with-rijkswaterstaat/charm-pcp/index.aspx">CHARM</a>
project in which
<a href="http://www.gov.uk/government/organisations/highways-england/" target="_blank">HE</a>
and
<a href="http://www.RijkswaterStaat.nl" target="_blank">RWS</a>
jointly develop the next generation of Traffic Management centers, first launch scheduled end 2017. Our partner <a href="http://www.be-mobile-international.com" target="_blank"> Bemobile</a> provides us with event and floating car data.
</p>
<p>
In ADAPT (advanced data patrolling) we use Egine6 predictions and Traffic 360 context with live operator support for UK and NL motorway networks and integrate ADAPT into DYNAC®, developed by <a href="http://www.kapsch.net" target="_blank">Kapsch</a>.
</p>
<p>
<div id="oc-images" class="owl-carousel image-carousel carousel-widget" data-margin="20" data-nav="true" data-pagi="false" data-items-xxs="2" data-items-xs="3" data-items-sm="4" data-items-md="5">
<div class="oc-item"><a href="http://www.be-mobile-international.com" target="_blank"><img src="images/partners/bemobile.png" style="margin: 10px 0px 0px 0px" alt="Clients"></a></div>
<div class="oc-item"><a href="http://www.kapsch.net" target="_blank"><img src="images/partners/Kapsch.png" style="margin: 10px 0px 80px" alt="Clients"></a></div>
<div class="oc-item"><a href="http://www.RijkswaterStaat.nl" target="_blank"><img src="images/partners/RijkswaterStaat.jpg" style="margin:0px 0px 0px 0px" alt="Clients"></a></div>
<div class="oc-item"><a href="http://www.gov.uk/government/organisations/highways-england/" target="_blank"><img src="images/partners/HEngland.jpg" style="margin:0px 0px 0px 0px" alt="Clients"></a></div>
</div>
</div>
</article>
<!-- RHOON -->
<article class="portfolio-item pf-adapt pf-NA pf-TT clearfix">
<div class="portfolio-image">
<a href="t360.html">
<img src="http://bereiknu.nl/sites/bereiknu.nl/files/styles/manual_crop_-_pagina_930_x_450/public/REGIODESK%20RHOON%20HR%20-%2010.jpg?itok=UziVlwFo&c=1f19dbd835567a61cc747ca4ab67471d" >
</a>
<div class="portfolio-overlay">
<a href="t360.html" class="right-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3>Rhoon TMC</a></h3>
<span><a href="engine6.html">Engine6</a>, <a href="t360.html">Traffic 360</a>, <a href="trafficBrowser.html">Traffic browser</a></span>
<p>For the <a href="http://www.rijkswaterstaat.nl/over-ons/onze-organisatie/organisatiestructuur/verkeer-en-watermanagement/verkeercentrale-zuidwest-nederland.aspx" target="_blank">Rhoon TMC</a> (traffic management centre) we provide engine6, traffic360 and decision support we provide traffic flow predictions. In Rhoon, traffic managers are enabled to anticipate to manage traffic when small to medium incidents occur.</p>
<div id="oc-images" class="owl-carousel image-carousel carousel-widget" data-margin="20" data-nav="true" data-pagi="false" data-items-xxs="2" data-items-xs="3" data-items-sm="4" data-items-md="5">
<div class="oc-item"><a href="http://bereiknu.nl/regiodesk" target="_blank"><img src="images/partners/Bereik.jpg" style="margin: 10px 0px 0px 0px" alt="Clients"></a></div>
</div>
</div>
</article>
<!-- PPA - WEST -->
<article class="portfolio-item pf-NA pf-TT pf-ST pf-GNV clearfix">
<div class="portfolio-image">
<a href="gnv.html">
<img src="images/portfolio/t360.png" >
</a>
<div class="portfolio-overlay">
<a href="t360.html" class="right-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3><a href="t360.html">PPA-West</a></h3>
<span><a href="Shock-wave.html">Shockwave Tracker</a>, <a href="gnv.html">Coordinated Network Management</a></span>
<p>Fileradar's system is fed with TomTom data, video data and data from 5 radar detectors. On the platform we made all data accessible and visible. The data is used to estimate motorway queues and urban queues.</p>
<ul class="iconlist">
<li></i> <strong>Client:</strong> <a href="http://www.praktijkproefamsterdam.nl/home/default.aspx" target="_blank"> Praktijkproef Amsterdam</a></li>
<div id="oc-images" class="owl-carousel image-carousel carousel-widget" data-margin="20" data-nav="true" data-pagi="false" data-items-xxs="2" data-items-xs="3" data-items-sm="4" data-items-md="5">
<div class="oc-item"><a href="http://www.tomtom.com" target="_blank"><img src="images/partners/tomtom.png" style="margin: 30px 20px 0px 0px" ></a></div>
<div class="oc-item"><a href="http://www.arane.nl" target="_blank"><img src="images/partners/Arane.png" style="margin: 0px 0px 0px 0px" ></a></div>
</div>
</ul>
</div>
</article>
<!-- Goylaan -->
<article class="portfolio-item pf-NA pf-E6 clearfix">
<div class="portfolio-image">
<a href="adapt.html">
<img src="images/portfolio/adapt2.png" >
</a>
<div class="portfolio-overlay">
<a href="adapt.html" class="right-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3><a href="adapt.html">Goylaan</a></h3>
<span><a href="#">FCD</a>, <a href="#">HTML5 Browser</a></span>
<p>For the city of Utrecht a Dante setup is made using video, loop, 24 radar detectors, bluetooth, manual counts, and public transport data. For the first use case, the data is analyzed to estimate the effect on traffic flow in a before and after study.</p>
<ul class="iconlist">
<li></i> <strong>Client:</strong> Utrecht</li>
</ul>
<a href="http://utrecht.dantesoftware.com" target="_blank" class="button button-3d noleftmargin">See in action</a>
</div>
</article>
<!-- app -->
<article class="portfolio-item pf-TT pf-RTR pf-ST clearfix">
<div class="portfolio-image">
<a href="app.html">
<img src="images/services/app1.png" >
</a>
<div class="portfolio-overlay">
<a href="app.html" class="right-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3><a href="app.html">Fileradar App</a></h3>
<span><a href="#">FCD</a>, <a href="#">HTML5 Browser</a></span>
<p>The Fileradar app employs the expertise of Dantesoftware, providing routeplanning on the go. Thanks to our prediction engine, the app will consider the fastest route for the given time of day, weather conditions, latest news, etc and weighs each information appropriately.</p>
<ul class="iconlist">
</ul>
</div>
</article>
</div><!-- #portfolio end -->
</div>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<footer id="footer" class="dark">
<!-- Copyrights
============================================= -->
<div id="copyrights">
<div class="container clearfix">
<div class="col_half">
Copyrights © 2017 All Rights Reserved by Fileradar BV.<br>
<div class="copyright-links"><a href="#">Terms of Use</a> / <a href="#">Privacy Policy</a></div>
</div>
<div class="col_half col_last tright">
<div class="fright clearfix">
<a href="http://www.twitter.com/fileradarNL" target="_blank" class="social-icon si-small si-borderless si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="http://www.github.com/fileradar" target="_blank" class="social-icon si-small si-borderless si-github">
<i class="icon-github"></i>
<i class="icon-github"></i>
</a>
<a href="http://www.linkedin.com/fileradar" target="_blank" class="social-icon si-small si-borderless si-linkedin">
<i class="icon-linkedin"></i>
<i class="icon-linkedin"></i>
</a>
</div>
<div class="clear"></div>
<i class="icon-envelope2"></i> [email protected] <span class="middot">·</span> <i class="icon-headphones"></i> +31 614 60 75 48<span class="middot">·</span> <i class="icon-skype2"></i> FileRadar
</div>
</div>
</div><!-- #copyrights end -->
</footer><!-- #footer end -->
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<!-- External JavaScripts
============================================= -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<!-- Footer Scripts
============================================= -->
<script type="text/javascript" src="js/functions.js"></script>
<script>
$(function() {
$( "#side-navigation" ).tabs({ show: { effect: "fade", duration: 400 } });
});
</script>
</body>
</html>