-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.html
More file actions
146 lines (133 loc) · 6.45 KB
/
media.html
File metadata and controls
146 lines (133 loc) · 6.45 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Rahul Bhadani - The University of Arizona</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/jssor.css" />
<link rel="stylesheet" href="assets/css/sidebar.css"/>
<script src="assets/js/expand.js"></script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body class="is-preload dark-theme">
<button id="theme-toggle" aria-label="Toggle Theme">
<i class="fas fa-sun" style="display:none;"></i>
<i class="fas fa-moon" style="display:inline;"></i>
<br/>
</button>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<section id="banner">
<div class="content">
<header>
<div id ="image_bio2">
<h1 style="text-align: center"><a href="index.html">Rahul Bhadani</a></h1>
<br/>
</div>
</header>
</div>
</section>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>News/Media</h1>
</header>
</div>
</section>
<!-- Main -->
<section id="two" class="spotlights">
<!-- Content -->
<section>
<div class="posts">
<article id="iccps2019">
<a href="media.html#iccps2019" class="image"><img src="photography/iccps.jpg" alt="" /></a>
<h3>Conference talk at ICCPS 2019 in Montreal</h3>
<p>Rahul Bhadani, and Prof. Jonathan Sprinkle traveled to Montreal to present their work on traffic-wave dissipation and smoothing in collaboration with Dr. Dan, Dr. Seibold and Dr. Piccoli. The work was presented by Rahul Bhadani in the 10th IEEE/ACM International Conference on Cyber-Physical Systems.</p>
</article>
<article id="cdc2018">
<a href="media.html#cdc2018" class="image"><img src="photography/cdc2018.jpg" alt="" /></a>
<h3>Conference talk at IEEE CDC 2018</h3>
<p>Rahul Bhadani, and Prof. Jonathan Sprinkle traveled to Miami Beach to present their work on controller design that helped demonstrate that a fewer number of autonomous vehicles have signficant impact on smoothing out oscillatory traffic in mixed urban traffic. This research work was conducted in collaboration with Dr. Dan, Dr. Seibold and Dr. Piccoli. The work was presented by Rahul Bhadani in the 57th IEEE Conference on Decision and Control.</p>
</article>
</div>
<div class="posts">
<article id="ieeevnc2018">
<a href="media.html#ieeevnc2018" class="image"><img src="photography/ieeevnc2018.jpg" alt="" /></a>
<h3>Best Paper Award at IEEE VNC 2018</h3>
<p>Rahul Bhadani, Prof. Jonathan Sprinkle and Matt Bunting collaborated with Michele Segata and Renato Lo Cigno from the University of Trento, Italy to work on LiDAR Error model for cooperative driving simulation. The work was presented by Rahul Bhadani at IEEE Vehicular Networking Conference in Taipei City, Taiwan on December 2018, for which the team won the best paper award.</p>
</article>
</div>
</section>
</section>
</div>
</div>
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
<h6>
<a href="https://www.linkedin.com/in/rahulbhadani/" class="icon fa-linkedin"><span class="label">LinkedIn</span></a>
<a href="http://github.com/rahulbhadani" class="icon fa-github"><span class="label">Github</span></a>
<a href = "https://www.youtube.com/user/kumarrahulbhadani" class = "icon fa-youtube"><span class="label">YouTube</span></a>
<a href = "https://rahulbhadani.medium.com/" class = "icon fa-medium"><span class="label">Medium</span></a>
</h6>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="about.html">About</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="media.html">News/Media Coverage</a></li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Contacts</h2>
</header>
<ul class="contact">
<li class="fa-envelope-o"><a href="#">rahul.bhadani@uah.edu</a></li>
<li class="fa-home">Department of Electrical and Computer Engineering, The University of Alabama in Huntsville<br />
Huntsville, AL 35899</li>
</ul>
</section>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script>
document.getElementById('theme-toggle').addEventListener('click', function() {
document.body.classList.toggle('dark-theme');
document.body.classList.toggle('light-theme');
if (document.body.classList.contains('light-theme')) {
document.querySelector('.fa-sun').style.display = 'inline';
document.querySelector('.fa-moon').style.display = 'none';
} else {
document.querySelector('.fa-sun').style.display = 'none';
document.querySelector('.fa-moon').style.display = 'inline';
}
});
</script>
</body>
</html>