- Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·689 lines (577 loc) · 32.4 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
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Jekyll integration by somiibo.com
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<metacharset="utf-8" />
<metaname="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Work Rearch Group News</title>
<metaname="description" content="News and events in the Work Research Group">
<linkrel="apple-touch-icon" sizes="180x180" href="http://localhost:4000/assets/icon/apple-touch-icon.png">
<linkrel="icon" type="image/png" sizes="32x32" href="http://localhost:4000/assets/icon/favicon-32x32.png">
<linkrel="icon" type="image/png" sizes="16x16" href="http://localhost:4000/assets/icon/favicon-16x16.png">
<linkrel="manifest" href="http://localhost:4000/assets/icon/manifest.json">
<linkrel="mask-icon" href="http://localhost:4000/assets/icon/safari-pinned-tab.svg" color="#5bbad5">
<linkrel="shortcut icon" href="http://localhost:4000/assets/icon/favicon.ico">
<metaname="msapplication-config" content="http://localhost:4000/assets/icon/browserconfig.xml">
<metaname="theme-color" content="#ffffff">
<!-- CSS -->
<linkrel="stylesheet" href="http://localhost:4000/assets/css/main.css" />
<noscript><linkrel="stylesheet" href="http://localhost:4000/assets/css/noscript.css" /></noscript>
</head>
<bodyclass="is-loading">
<!-- Wrapper -->
<divid="wrapper" class="fade-in">
<!-- Header -->
<headerid="header">
<ahref="http://localhost:4000/" class="logo">Work Research Group</a>
</header>
<!-- Nav -->
<navid="nav">
<ulclass="links">
<liclass=""><ahref="http://localhost:4000/">Home</a></li>
<liclass=""><ahref="http://localhost:4000/about/">About</a></li>
<liclass=""><ahref="http://localhost:4000/team/">Team</a></li>
<liclass=""><ahref="http://localhost:4000/research/">Research</a></li>
<liclass=""><ahref="http://localhost:4000/publications/">Publications</a></li>
<liclass=""><ahref="http://localhost:4000/teaching/">Teaching</a></li>
<liclass=""><ahref="http://localhost:4000/data/">Data</a></li>
<liclass=" active "><ahref="http://localhost:4000/blog/">Blog</a></li>
</ul>
<ulclass="icons">
<li><ahref="https://twitter.com/dbwork" class="icon fa-twitter" rel="nofollow"><spanclass="label">Twitter</span></a></li>
<li><ahref="https://github.com/Lab-Work" class="icon fa-github" rel="nofollow"><spanclass="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<divid="main">
<articleclass="post featured">
<headerclass="major">
<h2><ahref="#">Research News</a></h2>
<p>See below for the latest news from our reserach group</p>
</header>
</article>
<!-- Post -->
<sectionclass="posts">
<article>
<header>
<spanclass="date">08 Dec 2023</span>
<h2><ahref="http://localhost:4000/blog/Junyi-award23F/">Junyi Ji awarded the prestigious ASHE Middle Tennessee General Academic Scholarship</h2>
</header>
<ahref="http://localhost:4000/blog/Junyi-award23F/" class="image fit"><imgsrc="http://localhost:4000/images/junyi_ashe.jpeg" alt="" /></a>
<p>Congratulations to Junyi!</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Junyi-award23F/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">05 Oct 2023</span>
<h2><ahref="http://localhost:4000/blog/Derek-defense/">Congratulations to Dr. Derek Gloudemans!</h2>
</header>
<ahref="http://localhost:4000/blog/Derek-defense/" class="image fit"><imgsrc="http://localhost:4000/images/derek_defense_lr.JPG" alt="" /></a>
<p>Derek Gloudemans, I-24 MOTION computer vision researcher, defends his Ph.D.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Derek-defense/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">19 Sep 2023</span>
<h2><ahref="http://localhost:4000/blog/I24M-data/">I-24 MOTION shares first public data release</h2>
</header>
<ahref="http://localhost:4000/blog/I24M-data/" class="image fit"><imgsrc="http://localhost:4000/images/I24M_data.png" alt="" /></a>
<p>Ten days of vehicle trajectory data are now available for download by the transportation research community</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/I24M-data/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">15 Sep 2023</span>
<h2><ahref="http://localhost:4000/blog/I24M-TRC/">I-24 MOTION system article published in Transportation Research Part C</h2>
</header>
<ahref="http://localhost:4000/blog/I24M-TRC/" class="image fit"><imgsrc="http://localhost:4000/images/I24M_TRC.png" alt="" /></a>
<p>A comprehensive article detailing the I-24 MOTION testbed has been published in a major transportation journal</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/I24M-TRC/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">05 Sep 2023</span>
<h2><ahref="http://localhost:4000/blog/Yanbing-defense/">Congratulations to Dr. Yanbing Wang!</h2>
</header>
<ahref="http://localhost:4000/blog/Yanbing-defense/" class="image fit"><imgsrc="http://localhost:4000/images/yanbing_defense.jpg" alt="" /></a>
<p>Yanbing Wang, I-24 MOTION researcher, defends her Ph.D.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Yanbing-defense/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">02 May 2022</span>
<h2><ahref="http://localhost:4000/blog/I24-servers/">Servers arrive for I-24 MOTION trajectory generation</h2>
</header>
<ahref="http://localhost:4000/blog/I24-servers/" class="image fit"><imgsrc="http://localhost:4000/images/i24_servers.jpg" alt="" /></a>
<p>The majority of servers that will power the I-24 MOTION computing cluster have been delivered.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/I24-servers/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">28 Apr 2022</span>
<h2><ahref="http://localhost:4000/blog/TETC-presentation/">I-24 MOTION presentation to The Eastern Transportation Coalition</h2>
</header>
<ahref="http://localhost:4000/blog/TETC-presentation/" class="image fit"><imgsrc="http://localhost:4000/images/TETC_presentation.png" alt="" /></a>
<p>Vanderbilt and TDOT present on I-24 MOTION and what it means for CAV data to a webinar crowd of over 150.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/TETC-presentation/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">16 Mar 2022</span>
<h2><ahref="http://localhost:4000/blog/I24-construction/">Construction is progressing well on I-24 MOTION</h2>
</header>
<ahref="http://localhost:4000/blog/I24-construction/" class="image fit"><imgsrc="http://localhost:4000/images/i24_pole_delivery.jpg" alt="" /></a>
<p>Multiple parallel efforts are underway to complete construction and integration of all I-24 MOTION systems ahead of September delivery.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/I24-construction/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">21 Apr 2021</span>
<h2><ahref="http://localhost:4000/blog/AI-DSS/">Work begins on AI Decision Support System for TDOT corridor management</h2>
</header>
<ahref="http://localhost:4000/blog/AI-DSS/" class="image fit"><imgsrc="http://localhost:4000/images/SwRI_ICM.png" alt="" /></a>
<p>In collaboration with the Southwest Research Institute, we are developing an AI-based decision support tool that will be used for corridor management on I-24.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/AI-DSS/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">21 Jul 2020</span>
<h2><ahref="http://localhost:4000/blog/USDOTgrant/">USDOT research grant for integrated corridor management</h2>
</header>
<ahref="http://localhost:4000/blog/USDOTgrant/" class="image fit"><imgsrc="http://localhost:4000/images/vu_tdot_swri.png" alt="" /></a>
<p>Funding secured along with our partners from the Tennessee Department of Transportation and the Southwest Research Institute.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/USDOTgrant/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">01 May 2020</span>
<h2><ahref="http://localhost:4000/blog/COVIDtransit/">Medium article on Covid-19, transit, and traffic</h2>
</header>
<ahref="http://localhost:4000/blog/COVIDtransit/" class="image fit"><imgsrc="http://localhost:4000/images/medium_covid_screen.png" alt="" /></a>
<p>Yue Hu, Will Barbour, and Dan Work co-author article on potential traffic impacts of transit reluctance in Covid-19 era</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/COVIDtransit/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">14 Dec 2019</span>
<h2><ahref="http://localhost:4000/blog/NIPS2019/">NeurIPS 2019 Workshop - Tackling Climate Change with Machine Learning</h2>
</header>
<ahref="http://localhost:4000/blog/NIPS2019/" class="image fit"><imgsrc="http://localhost:4000/images/NIPS2019.JPG" alt="" /></a>
<p>Yue Hu and Yanbing Wang presented at NuerIPS 2019 workshop on Automatic Data Cleaning for Urban Sensor Networks. </p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/NIPS2019/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">31 Oct 2019</span>
<h2><ahref="http://localhost:4000/blog/VU-magazine/">Future of Urban Transportation</h2>
</header>
<ahref="http://localhost:4000/blog/VU-magazine/" class="image fit"><imgsrc="http://localhost:4000/images/VU_magazine.png" alt="" /></a>
<p>Dan Work, Will Barbour, and colleages from Vanderbilt and VECTOR are featured in an article on the future of urban transportation.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/VU-magazine/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">29 Sep 2019</span>
<h2><ahref="http://localhost:4000/blog/ASCE-STEM/">ASCE STEM Day</h2>
</header>
<ahref="http://localhost:4000/blog/ASCE-STEM/" class="image fit"><imgsrc="http://localhost:4000/images/ASCE_STEM_day.jpg" alt="" /></a>
<p>Will Barbour presents on bike infrastructure planning at STEM day hosted by Vanderbilt ASCE student chapter.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/ASCE-STEM/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">24 Sep 2019</span>
<h2><ahref="http://localhost:4000/blog/KCchamber/">Kansas City Chamber of Commerce</h2>
</header>
<ahref="http://localhost:4000/blog/KCchamber/" class="image fit"><imgsrc="http://localhost:4000/images/KCCC_combinedLR.png" alt="" /></a>
<p>VECTOR presents research on resiliency, micromobility, and autonomous vehicles to Greater Kansas City Chamber of Commerce.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/KCchamber/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">19 Sep 2019</span>
<h2><ahref="http://localhost:4000/blog/Nikki-Presentation/">Nicole Gloudemans Presents at Undergraduate Research Fair</h2>
</header>
<ahref="http://localhost:4000/blog/Nikki-Presentation/" class="image fit"><imgsrc="http://localhost:4000/images/nikki-presentation.jpeg" alt="" /></a>
<p>Undergraduate student Nicole Gloudemans presented her work from this summer and fall at the Vanderbilt Undergraduate Research Fair on September 19th. Nikki's presentation highlighted the custom 6-camera mount she designed, prototyped, and tested this summer to advance the lab's computer vision research efforts.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Nikki-Presentation/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">05 Sep 2019</span>
<h2><ahref="http://localhost:4000/blog/VUSE-posters/">Summer Research Poster Session</h2>
</header>
<ahref="http://localhost:4000/blog/VUSE-posters/" class="image fit"><imgsrc="http://localhost:4000/images/VUSE_posters_combined.png" alt="" /></a>
<p>Undergraduate researchers present posters on their summer projects.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/VUSE-posters/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">27 Jul 2019</span>
<h2><ahref="http://localhost:4000/blog/VSA/">Vanderbilt Summer Academy</h2>
</header>
<ahref="http://localhost:4000/blog/VSA/" class="image fit"><imgsrc="http://localhost:4000/images/vsa2019.jpg" alt="" /></a>
<p>Will Barbour teaches Sensors and Big Data Analysis at Vanderbilt Summer Academy for gifted high school students.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/VSA/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">24 Jun 2019</span>
<h2><ahref="http://localhost:4000/blog/scooters/">Tennessean Mobility Op-Ed</h2>
</header>
<ahref="http://localhost:4000/blog/scooters/" class="image fit"><imgsrc="http://localhost:4000/images/VUroute_demand.png" alt="" /></a>
<p>Will Barbour and Dan Work co-author mobility op-ed in Tennessean with Vanderbilt colleagues</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/scooters/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">18 Jun 2019</span>
<h2><ahref="http://localhost:4000/blog/ICROMA/">Rail-Norrkoping</h2>
</header>
<ahref="http://localhost:4000/blog/ICROMA/" class="image fit"><imgsrc="http://localhost:4000/images/ICROMA2019.jpeg" alt="" /></a>
<p>Will Barbour presents 'Data reconciliation of freight rail dispatch data' at the International Conference on Railway Operations Modelling and Analysis.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/ICROMA/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">02 Jan 2019</span>
<h2><ahref="http://localhost:4000/blog/DDETFP19/">Eisenhower Transportation Fellowship</h2>
</header>
<ahref="http://localhost:4000/blog/DDETFP19/" class="image fit"><imgsrc="http://localhost:4000/images/usdot.png" alt="" /></a>
<p>Will Barbour, Derek Gloudemans, and Yanbing Wang are awarded Eisenhower Transportation Fellowships from the USDOT.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/DDETFP19/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">08 Nov 2018</span>
<h2><ahref="http://localhost:4000/blog/ITSC2018/">IEEE Intelligent Transportation Systems Conference 2018</h2>
</header>
<ahref="http://localhost:4000/blog/ITSC2018/" class="image fit"><imgsrc="http://localhost:4000/images/itsc_presentation_photo_crop.jpg" alt="" /></a>
<p>Will Barbour and Prof. Work present at IEEE ITSC 2018 on reinforcement learning, smart rail transportation, and deep learning for rail ETA estimation.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/ITSC2018/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">26 Oct 2018</span>
<h2><ahref="http://localhost:4000/blog/PIRE/">Dan Work and Raphael Stern attend US-German workshop on smart roads</h2>
</header>
<ahref="http://localhost:4000/blog/PIRE/" class="image fit"><imgsrc="http://localhost:4000/images/pire_meeting_blog.jpg" alt="" /></a>
<p>Work and Stern attend US-German workshop in Washington, DC</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/PIRE/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">26 Oct 2018</span>
<h2><ahref="http://localhost:4000/blog/raphael-defense/">Raphael Stern defense and new position</h2>
</header>
<ahref="http://localhost:4000/blog/raphael-defense/" class="image fit"><imgsrc="http://localhost:4000/images/people/raphael-stern.jpg" alt="" /></a>
<p>Congratulations to Raphael!</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/raphael-defense/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">26 Oct 2018</span>
<h2><ahref="http://localhost:4000/blog/vuse-symposium/">Undergraduate George Gunter presents research at VUSE research symposium</h2>
</header>
<ahref="http://localhost:4000/blog/vuse-symposium/" class="image fit"><imgsrc="http://localhost:4000/images/george_vuse_blog.JPG" alt="" /></a>
<p>George Gunter presents research findings</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/vuse-symposium/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">18 Sep 2018</span>
<h2><ahref="http://localhost:4000/blog/Sustainable-Transportation/">Vanderbilt receives Tennessee Sustainable Transportation Award</h2>
</header>
<ahref="http://localhost:4000/blog/Sustainable-Transportation/" class="image fit"><imgsrc="http://localhost:4000/images/TN_sustainable_tranpsportation.jpg" alt="" /></a>
<p>Vanderbilt's dockless bike share pilot program and the analytics performed by Ph.D. student Will Barbour received the Sustainable Transportation Award from Tennessee Department of Environmental Conservation and Department of Transportation.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Sustainable-Transportation/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">10 Sep 2018</span>
<h2><ahref="http://localhost:4000/blog/ipam-newsletter/">Student Raphael Stern featured in IPAM newsletter</h2>
</header>
<ahref="http://localhost:4000/blog/ipam-newsletter/" class="image fit"><imgsrc="http://localhost:4000/images/ipam-logo.png" alt="" /></a>
<p>Raphael featured in IPAM newsletter</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/ipam-newsletter/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">30 Aug 2018</span>
<h2><ahref="http://localhost:4000/blog/array-of-things-workshop/">Array of Things User Workshop </h2>
</header>
<ahref="http://localhost:4000/blog/array-of-things-workshop/" class="image fit"><imgsrc="http://localhost:4000/images/aot_temperature.jpg" alt="" /></a>
<p>Professor Dan Work and students Will Barbour and Derek Gloudemans attended the Array of Things User Workshop at Argonne National Lab on August 29-30.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/array-of-things-workshop/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">03 Jul 2018</span>
<h2><ahref="http://localhost:4000/blog/KTH-smart-cities/">Prof. Work speaks at Smart Cities Summer School at KTH</h2>
</header>
<ahref="http://localhost:4000/blog/KTH-smart-cities/" class="image fit"><imgsrc="http://localhost:4000/images/KTH2018.png" alt="" /></a>
<p>The Integrated Transport Research Lab at the KTH Royal Institute of Technology in Stockholm organized a summer school on smart cities.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/KTH-smart-cities/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">27 Jun 2018</span>
<h2><ahref="http://localhost:4000/blog/Ford-tests/">Vanderbilt, Ford team up to measure impacts of Adaptive Cruise Control on traffic</h2>
</header>
<ahref="http://localhost:4000/blog/Ford-tests/" class="image fit"><imgsrc="http://localhost:4000/images/RafiDanFord2018_crop.jpg" alt="" /></a>
<p>Led by Ph.D. student Rafi Stern, we teamed up with Ford at the Michigan Proving Ground to test 36 adaptive cruise control vehicles.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Ford-tests/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">21 Jun 2018</span>
<h2><ahref="http://localhost:4000/blog/ofo-Analytics/">Data Analytics for ofo Bike Share</h2>
</header>
<ahref="http://localhost:4000/blog/ofo-Analytics/" class="image fit"><imgsrc="http://localhost:4000/images/vu_ofo.jpg" alt="" /></a>
<p>Vanderbilt looks for insight from dockless bike share. Analytics performed by Ph.D. student Will Barbour.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/ofo-Analytics/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">13 Jun 2018</span>
<h2><ahref="http://localhost:4000/blog/SIAM2018/">TUTORIAL ON PHANTOM TRAFFIC JAMS</h2>
</header>
<ahref="http://localhost:4000/blog/SIAM2018/" class="image fit"><imgsrc="http://localhost:4000/images/NW-tutorial-2018.jpg" alt="" /></a>
<p>Prof. Benni Seibold (Temple) and Prof. Work gave a tutorial on the mathematics of phantom jams.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/SIAM2018/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">13 Jun 2018</span>
<h2><ahref="http://localhost:4000/blog/Hyperloop-One/">Vist to Hyperloop One</h2>
</header>
<ahref="http://localhost:4000/blog/Hyperloop-One/" class="image fit"><imgsrc="http://localhost:4000/images/YanningDan2018.jpg" alt="" /></a>
<p>PhD alum Yanning Li gives a tour of Hyperloop One.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Hyperloop-One/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">23 May 2018</span>
<h2><ahref="http://localhost:4000/blog/Benni-visit/">Visit by Prof. Benni Seibold</h2>
</header>
<ahref="http://localhost:4000/blog/Benni-visit/" class="image fit"><imgsrc="http://localhost:4000/images/Seibold.jpg" alt="" /></a>
<p>Prof. Benni Seibold delivers lecture, gets overview of latest vehicle technologies.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Benni-visit/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">21 May 2018</span>
<h2><ahref="http://localhost:4000/blog/Junho-visit/">PROF. JUNHO SONG VISTS THE LAB</h2>
</header>
<ahref="http://localhost:4000/blog/Junho-visit/" class="image fit"><imgsrc="http://localhost:4000/images/JunhoRafi2018.jpg" alt="" /></a>
<p>Prof. Junho Song visits the lab to share ideas on resilient infrastructure.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Junho-visit/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">14 May 2018</span>
<h2><ahref="http://localhost:4000/blog/Memento/">MEMENTO OFFICALLY LAUNCHES!</h2>
</header>
<ahref="http://localhost:4000/blog/Memento/" class="image fit"><imgsrc="http://localhost:4000/images/InriaVanderbiltTeam2018.jpg" alt="" /></a>
<p>The project, ModEling autonoMous vEhicles iN Traffic flOw (MEMENTO) is a collaboration between the NeCS lab at CRI Grenoble - Rhone-Alpes and our team in Vanderbilt.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Memento/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">08 May 2018</span>
<h2><ahref="http://localhost:4000/blog/Peshel-visit/">Prof. Josh Peschel delivers talk on Sensing and Sensemaking</h2>
</header>
<ahref="http://localhost:4000/blog/Peshel-visit/" class="image fit"><imgsrc="http://localhost:4000/images/Peschel2018.png" alt="" /></a>
<p>Prof. Josh Peschel visits lab, discusses cyber physical human systems.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Peshel-visit/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">06 Apr 2018</span>
<h2><ahref="http://localhost:4000/blog/kavli/">PROF. WORK SPEAKS AT KAVLI FUTURES SYMPOSIUM: SENSING THE CITY</h2>
</header>
<ahref="http://localhost:4000/blog/kavli/" class="image fit"><imgsrc="http://localhost:4000/images/kavli2018.png" alt="" /></a>
<p>Hosted by New York University's Center for Urban Science and Progress, the two-day event spanned a wide array of perspectives on the next generation sensing needed to unlock the potential of smart cities.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/kavli/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">10 Mar 2018</span>
<h2><ahref="http://localhost:4000/blog/Amr_Visit/">Visit by Prof. Amr Elnashai</h2>
</header>
<ahref="http://localhost:4000/blog/Amr_Visit/" class="image fit"><imgsrc="http://localhost:4000/images/Amr.jpg" alt="" /></a>
<p>Prof. Amr Elnashai delivers Parker Lecture, visits lab.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Amr_Visit/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">10 Mar 2018</span>
<h2><ahref="http://localhost:4000/blog/Nashvilles-transit-plan/">On the Nashville transit plan</h2>
</header>
<ahref="http://localhost:4000/blog/Nashvilles-transit-plan/" class="image fit"><imgsrc="http://localhost:4000/images/transitplan.png" alt="" /></a>
<p>Opinion piece on the Nashville transit plan.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/Nashvilles-transit-plan/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">10 Mar 2018</span>
<h2><ahref="http://localhost:4000/blog/will-wins-eno/">Will Barbour selected as a 2018 Eno Fellow</h2>
</header>
<ahref="http://localhost:4000/blog/will-wins-eno/" class="image fit"><imgsrc="http://localhost:4000/images/Eno_cover.jpg" alt="" /></a>
<p>Congratulations to Will!</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/will-wins-eno/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">08 Feb 2018</span>
<h2><ahref="http://localhost:4000/blog/NAE/">PROF. WORK RECEIVES A GILBRETH LECTURESHIP BY THE NATIONAL ACADEMY OF ENGINEERING</h2>
</header>
<ahref="http://localhost:4000/blog/NAE/" class="image fit"><imgsrc="http://localhost:4000/images/NAE2018.jpg" alt="" /></a>
<p>Prof. Work received the lectureship for his contributions to transportation engineering and presentation of a lecture on mobile sensing and control of vehicular traffic at the 2018 NAE National Meeting.</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/NAE/" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<spanclass="date">11 Jan 2018</span>
<h2><ahref="http://localhost:4000/blog/ddetfp-fellowship/">Dwight David Eisenhower Transportation Fellowship Award (2018)</h2>
</header>
<ahref="http://localhost:4000/blog/ddetfp-fellowship/" class="image fit"><imgsrc="http://localhost:4000/images/FHWA_logo.jpg" alt="" /></a>
<p>William Barbour and Raphael Stern named 2018 Dwight David Eisenhower Transportation Fellows</p>
<ulclass="actions">
<li><ahref="http://localhost:4000/blog/ddetfp-fellowship/" class="button">Full Story</a></li>
</ul>
</article>
</section>
</div>
<!-- Footer -->
<footerid="footer">
<sectionclass="split contact">
<sectionclass="alt">
<h3>Location</h3>
<p>Institute for Software Integrated Systems, 1025 16th Ave S, Suite 102, Nashville, TN 37212.</p>
</section>
<section>
<h3>Email</h3>
<p><ahref="mailto:dan.work@vanderbilt.edu">dan.work@vanderbilt.edu</a></p>
</section>
<section>
<h3>Social</h3>
<ulclass="icons alt">
<li><ahref="https://twitter.com/dbwork" class="icon fa-twitter" rel="nofollow"><spanclass="label">Twitter</span></a></li>
<li><ahref="https://github.com/Lab-Work" class="icon fa-github" rel="nofollow"><spanclass="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<!-- Copyright -->
<divid="copyright">
<ul><li>© HTML5 UP</li><li>Design by <ahref="https://html5up.net">HTML5 UP</a></li><li>Jekyll Integration by <ahref="https://somiibo.com">Somiibo</a></li></ul>
</div>
</div>
<!-- Scripts -->
<!-- DYN -->
<scriptsrc="http://localhost:4000/assets/js/jquery.min.js"></script>
<scriptsrc="http://localhost:4000/assets/js/jquery.scrollex.min.js"></script>
<scriptsrc="http://localhost:4000/assets/js/jquery.scrolly.min.js"></script>
<scriptsrc="http://localhost:4000/assets/js/skel.min.js"></script>
<scriptsrc="http://localhost:4000/assets/js/util.js"></script>
<scriptsrc="http://localhost:4000/assets/js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id=UA-121607031-1"></script>
<script>
window.dataLayer=window.dataLayer||[];
functiongtag(){dataLayer.push(arguments);}
gtag('js',newDate());
gtag('config','UA-121607031-1');
</script>
</body>
</html>