-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
301 lines (281 loc) · 12.5 KB
/
index.html
File metadata and controls
301 lines (281 loc) · 12.5 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Rahul Bhadani</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/main-auxiliary.css"/>
<link rel="stylesheet" href="assets/css/news.css"/>
<link rel="stylesheet" href="assets/css/new-layout.css"/>
<link rel="stylesheet" href="assets/css/sidebar.css"/>
<link rel="stylesheet" href="assets/css/scroll.css"/>
<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">
<!-- Hero Section -->
<section id="hero-section" class="hero-banner">
<div class="hero-content">
<div class="profile-card">
<div class="profile-image-container">
<img src="images/rahulbhadani.jpg" class="profile-image" alt="Rahul Bhadani" >
</div>
<div class="profile-info">
<h1 class="profile-name">Rahul Bhadani</h1>
<div class="contact-info">
<i class="fa fa-envelope"></i>
<span>rahul.bhadani@uah.edu, rahulbhadani@email.arizona.edu</span>
</div>
<p class="position-title">Assistant Professor, Electrical and Computer Engineering</p>
<p class="institution">The University of Alabama in Huntsville</p>
<p class="research-areas">Connected and Autonomous Vehicles | Mobility | Quantum Information Theory</p>
<div class="social-links">
<a href="https://www.linkedin.com/in/rahulbhadani/" class="social-icon" title="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
<a href="http://github.com/rahulbhadani" class="social-icon" title="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://www.uah.edu/eng/departments/ece/faculty-staff/rahul-bhadani" class="social-icon" title="University Page">
<i class="fas fa-globe"></i>
</a>
<a href="https://www.youtube.com/user/kumarrahulbhadani" class="social-icon" title="YouTube">
<i class="fab fa-youtube"></i>
</a>
<a href="https://rahulbhadani.medium.com/" class="social-icon" title="Medium">
<i class="fab fa-medium"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Navigation Cards -->
<section id="navigation-section" class="nav-cards-section">
<div class="nav-cards-grid">
<a href="about.html" class="nav-card about-card">
<div class="nav-card-icon">
<i class="fas fa-user"></i>
</div>
<h3>About</h3>
<p>Learn more about my background and journey</p>
</a>
<a href="research.html" class="nav-card research-card">
<div class="nav-card-icon">
<i class="fas fa-microscope"></i>
</div>
<h3>Research</h3>
<p>Explore my research interests and projects</p>
</a>
<a href="publications.html" class="nav-card publications-card">
<div class="nav-card-icon">
<i class="fas fa-file-alt"></i>
</div>
<h3>Publications</h3>
<p>Browse my academic publications and papers</p>
</a>
<a href="teaching.html" class="nav-card teaching-card">
<div class="nav-card-icon">
<i class="fas fa-chalkboard-teacher"></i>
</div>
<h3>Teaching</h3>
<p>View my courses and teaching philosophy</p>
</a>
<a href="media.html" class="nav-card media-card">
<div class="nav-card-icon">
<i class="fas fa-newspaper"></i>
</div>
<h3>News</h3>
<p>Latest news and media coverage</p>
</a>
<a href="blogs/" class="nav-card blogs-card">
<div class="nav-card-icon">
<i class="fas fa-blog"></i>
</div>
<h3>Blogs</h3>
<p>Read my thoughts and insights</p>
</a>
</div>
</section>
<!-- About Section -->
<section id="about-preview" class="content-section">
<div class="section-header">
<h2>About Me</h2>
</div>
<div class="about-content">
<p>I obtained my PhD in May 2022 from the University of Arizona in Electrical and Computer Engineering. My research interests are at the intersection of cyber-physical systems, intelligent transportation, smart cities, and novel machine learning algorithms including quantum machine learning and quantum communication. My research is dedicated to enhancing the safety, resilience, security, and reliability of the nation's infrastructure and community. To accomplish my goals, I am exploring the synergy of computation, control, and communication.</p>
<div class="lab-info">
<h3>Lab Website</h3>
<a href="https://aarc-lab.github.io/" class="lab-link">https://aarc-lab.github.io/</a>
</div>
</div>
</section>
<!-- Hiring Section -->
<section id="hiring-section" class="hiring-section">
<div class="hiring-banner">
<div class="hiring-content">
<h3>Research opportunities!</h3>
<p>Currently, I am not hiring any graduate students, but exceptional candidates with strong publication records may be provided some opportunities.</p>
<a href="hiring.html" class="hiring-btn-new">Learn More</a>
</div>
<div class="hiring-icon">
<i class="fas fa-users"></i>
</div>
</div>
</section>
<!-- News Section -->
<section id="news-section" class="content-section">
<div class="section-header">
<h2>Recent News</h2>
</div>
<div class="news-timeline">
<div class="news-item">
<div class="news-date">2025/07/01</div>
<div class="news-content">
<p>A research paper on <em>Modeling Electric Vehicle Car-Following Behavior: Classical vs Machine Learning Approach</em> with graduate students Shihab Uddin, and Md. Nazmus Shakib accepted at <a href="https://ieee-itsc.org/2025/">ITSC 2025</a>.</p>
</div>
</div>
<div class="news-item">
<div class="news-date">2025/06/28</div>
<div class="news-content">
<p>An oral presentation on <em>Revisiting Followerstopper: Phase-space based Traffic Decongestion Controller</em> accepted at INFORMS Annual Meeting 2025.</p>
</div>
</div>
<div class="news-item">
<div class="news-date">2025/06/27</div>
<div class="news-content">
<p>An oral presentation on <em>Lie Theory-Based Explanation of Neural Network-Generated Quantum Gate Parameters for Barren Plateau Mitigation</em> with graduate student Zhehao Yi accepted at INFORMS Annual Meeting 2025.</p>
</div>
</div>
<div class="news-item">
<div class="news-date">2025/06/27</div>
<div class="news-content">
<p>An oral presentation on <em>Uncertainty Quantification in ROS2 Gazebo Simulations: A Leader-Follower Use-Case</em> with graduate student Trevor McClain accepted at INFORMS Annual Meeting 2025.</p>
</div>
</div>
<div class="news-item">
<div class="news-date">2025/06/26</div>
<div class="news-content">
<p>A poster on <em>Learning-Based CPU Burst Prediction for Efficient Scheduling in Operating Systems</em> with graduate student Nazmus Shakib accepted at INFORMS Annual Meeting 2025.</p>
</div>
</div>
<div class="news-item">
<div class="news-date">2025/06/23</div>
<div class="news-content">
<p>A poster on <em>An Integrated Study of Data-Driven Thermal Modeling and Identification of Lithium-Ion Battery Packs</em> with graduate student Saima Alam accepted at INFORMS Annual Meeting 2025.</p>
</div>
</div>
<div class="news-item">
<div class="news-date">2025/06/16</div>
<div class="news-content">
<p>PI Rahul Bhadani attended Mathworks Research Summit 2025.</p>
</div>
</div>
<div class="news-item">
<div class="news-date">2025/05/07</div>
<div class="news-content">
<p>PI Rahul Bhadani awarded New Faculty Research Program Award 2025 by The Office of Research and Economic Development at the University of Alabama in Huntsville.</p>
</div>
</div>
<div class="news-item">
<div class="news-date">2025/05/06</div>
<div class="news-content">
<p>PI Rahul Bhadani organized 7th International Workshop On Design Automation For CPS and IoT (DESTION 2025) at CPS-IoT Week 2025 in Irvine.</p>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<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="mailto:rahul.bhadani@uah.edu">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/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>
<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>
<!-- Scroll to Top Button -->
<div id="scroll-to-top" class="scroll-to-top-card" aria-label="Scroll to top">
<div class="scroll-arrow">↑</div>
</div>
<!-- Scroll to Top Script -->
<script>
// Scroll to top functionality
const scrollToTopCard = document.getElementById('scroll-to-top');
// Show/hide button based on scroll position
window.addEventListener('scroll', function() {
if (window.pageYOffset > 300) {
scrollToTopCard.classList.add('visible');
} else {
scrollToTopCard.classList.remove('visible');
}
});
// Smooth scroll to top when clicked
scrollToTopCard.addEventListener('click', function() {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
</script>
</body>
</html>