-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
308 lines (281 loc) · 14.7 KB
/
index.html
File metadata and controls
308 lines (281 loc) · 14.7 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
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Muhid Hassan — V2X Portfolio</title>
<meta name="description" content="Portfolio of Muhid Hassan focused on realistic Vehicle-to-Everything systems, cloud-edge architecture, and cyber-physical security." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style>
:root{
--bg:#060c1d;
--bg-soft:#0d1630;
--card:#101c36;
--card-soft:#152445;
--text:#e8f0ff;
--muted:#9fb0cf;
--accent:#00d8ff;
--accent-2:#00ffb3;
--border:#1f325d;
--warning:#ffd166;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,sans-serif;background:radial-gradient(circle at top,#0d1630 0%,#060c1d 50%,#040816 100%);color:var(--text);scroll-behavior:smooth}
a{color:#9cc4ff;text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:1120px;margin:0 auto;padding:20px 22px 56px}
.topbar{
position:sticky;top:0;z-index:99;
margin:8px auto 20px;
backdrop-filter:blur(12px);
background:linear-gradient(180deg,rgba(6,12,29,.86),rgba(6,12,29,.62));
border:1px solid rgba(38,74,129,.55);
border-radius:16px;
display:flex;justify-content:space-between;align-items:center;padding:10px 14px;
}
.brand{display:flex;gap:12px;align-items:center}
.logo{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-weight:800;background:linear-gradient(140deg,#00d8ff33,#00ffb333);border:1px solid #3a6cb7;color:#dff8ff}
.brand small{color:var(--muted);display:block}
nav{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
nav a{padding:8px 10px;border-radius:10px;color:#d2e2ff;font-weight:500}
nav a:hover{background:#1a2a4f;text-decoration:none}
.hero{
position:relative;overflow:hidden;border:1px solid var(--border);border-radius:24px;
background:linear-gradient(135deg,#0e1a38 0%,#0a1430 55%,#091028 100%);
padding:46px 34px 34px;
display:grid;grid-template-columns:1.2fr .8fr;gap:22px;
}
.hero h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:0 0 14px}
.hero p{color:var(--muted);max-width:62ch;margin:0 0 18px}
.glow{position:absolute;inset:auto -70px -90px auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#00d8ff40,transparent 70%);filter:blur(16px)}
.chips{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 24px}
.chip{padding:7px 11px;border-radius:999px;background:#12254b;border:1px solid #2d4f86;color:#cef2ff;font-size:.85rem}
.btns{display:flex;gap:10px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:11px;font-weight:600;text-decoration:none}
.btn-primary{background:linear-gradient(120deg,var(--accent),var(--accent-2));color:#04212b}
.btn-soft{background:#15274a;color:#d6e7ff;border:1px solid #2c4e82}
.hero-telemetry{border:1px solid #2a4577;border-radius:16px;padding:14px;background:#0e1b38}
.tele-row{display:flex;justify-content:space-between;margin:9px 0;color:#cfe2ff;font-size:.95rem}
.tele-row span:last-child{color:var(--accent-2);font-weight:600}
section{margin-top:26px}
.section-card{background:linear-gradient(145deg,#0f1c38,#0b1630);border:1px solid var(--border);border-radius:18px;padding:24px}
h2{margin:0 0 12px;font-size:1.45rem}
.lead{color:var(--muted);margin:0 0 16px}
.grid{display:grid;gap:14px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.item{background:linear-gradient(180deg,#132243,#101d39);border:1px solid #264271;border-radius:14px;padding:14px}
.item h3{margin:0 0 8px;font-size:1.05rem}
.meta{color:#95a9cb;font-size:.9rem;margin-bottom:9px}
.transition-strip{
position:relative;height:96px;margin:14px 0;border-radius:16px;overflow:hidden;
border:1px solid #2d4779;background:linear-gradient(180deg,#0f1e3d,#0b1430);
}
.lane{position:absolute;left:0;right:0;top:50%;height:8px;transform:translateY(-50%);background:repeating-linear-gradient(90deg,#ffd166 0 28px,transparent 28px 48px);opacity:.8}
.car{
position:absolute;top:50%;left:-80px;transform:translateY(-50%);
width:68px;height:26px;border-radius:7px;background:linear-gradient(180deg,#00d8ff,#00a4ca);
box-shadow:0 0 18px #00d8ff66;
}
.car::before,.car::after{content:"";position:absolute;bottom:-8px;width:14px;height:14px;border-radius:50%;background:#16243f;border:2px solid #40659c}
.car::before{left:9px}.car::after{right:9px}
.v2x-node{
position:absolute;top:50%;width:14px;height:14px;border-radius:50%;transform:translateY(-50%);
background:#00ffb3;border:2px solid #1a584f;box-shadow:0 0 0 0 rgba(0,255,179,.45)
}
.n1{left:18%}.n2{left:42%}.n3{left:64%}.n4{left:85%}
.pulse{position:absolute;inset:-7px;border-radius:50%;border:1px solid rgba(0,255,179,.35);opacity:0}
.label{position:absolute;left:14px;top:12px;color:#9fc0f7;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}
.transition-strip.active .car{animation:drive 4.8s ease-in-out infinite}
.transition-strip.active .v2x-node{animation:blink 1.8s ease-in-out infinite}
.transition-strip.active .pulse{animation:ring 1.8s ease-out infinite}
@keyframes drive{
0%{left:-80px}
46%{left:44%}
54%{left:44%}
100%{left:calc(100% + 80px)}
}
@keyframes blink{0%,100%{filter:brightness(1)}50%{filter:brightness(1.5)}}
@keyframes ring{0%{opacity:.7;transform:scale(.65)}100%{opacity:0;transform:scale(2.1)}}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.kpi .item{text-align:center;padding:11px}
.kpi strong{font-size:1.2rem;color:#b9fdff;display:block}
footer{margin-top:26px;padding-top:18px;border-top:1px solid #22365f;color:#8ba2c9;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}
@media (max-width:900px){
.hero{grid-template-columns:1fr;padding:28px 20px}
.grid.two,.contact{grid-template-columns:1fr}
.kpi{grid-template-columns:1fr 1fr}
nav{display:none}
}
</style>
</head>
<body>
<div class="wrap">
<header class="topbar">
<div class="brand">
<div class="logo">MH</div>
<div>
<strong>Muhid Hassan</strong>
<small>V2X Systems • Software Engineering • CPS Security</small>
</div>
</div>
<nav>
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#research">Research</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="hero" id="home">
<div>
<h1>Real-world V2X engineering for safer, smarter intersections.</h1>
<p>
I build and evaluate cloud-edge software for connected vehicle corridors, with focus on realistic message latency,
geofenced routing, and cyber-physical resilience. This portfolio is designed with a roadway-style transition to mirror
how vehicles, roadside units, and cloud services communicate in motion.
</p>
<div class="chips">
<span class="chip">C‑V2X</span>
<span class="chip">RSU + OBU Integration</span>
<span class="chip">SAE J2735 Messages</span>
<span class="chip">MQTT GeoRouting</span>
<span class="chip">Edge-to-Cloud Pipelines</span>
</div>
<div class="btns">
<a class="btn btn-primary" href="#contact">Start a collaboration</a>
<a class="btn btn-soft" href="https://github.com/mujess" target="_blank" rel="noreferrer">View GitHub</a>
</div>
</div>
<aside class="hero-telemetry" aria-label="Live telemetry sample">
<div class="tele-row"><span>Vehicle Session</span><span>Connected</span></div>
<div class="tele-row"><span>Latency Budget</span><span>< 100 ms</span></div>
<div class="tele-row"><span>Message Types</span><span>BSM • TIM • SPaT</span></div>
<div class="tele-row"><span>Edge Region</span><span>Phoenix-Metro</span></div>
<div class="tele-row"><span>Security Mode</span><span>TLS + AuthZ</span></div>
<div class="kpi">
<div class="item"><strong>24/7</strong><span class="meta">pipeline uptime goal</span></div>
<div class="item"><strong>5+</strong><span class="meta">research outputs</span></div>
<div class="item"><strong>3+</strong><span class="meta">years in ITS R&D</span></div>
</div>
</aside>
<div class="glow"></div>
</section>
<div class="transition-strip" data-transition>
<span class="label">Vehicle → RSU → Edge → Cloud</span>
<div class="lane"></div>
<div class="v2x-node n1"><div class="pulse"></div></div>
<div class="v2x-node n2"><div class="pulse"></div></div>
<div class="v2x-node n3"><div class="pulse"></div></div>
<div class="v2x-node n4"><div class="pulse"></div></div>
<div class="car"></div>
</div>
<section id="about" class="section-card">
<h2>About</h2>
<p class="lead">PhD student in Software Engineering at the University of Arizona, researching microservices in V2X communication and secure cyber-physical systems.</p>
<div class="grid two">
<article class="item">
<h3>Research focus</h3>
<p class="meta">Reliability, security, and scale for intelligent transportation systems.</p>
<p>My work bridges software architecture and connected mobility deployment: from protocol-level data handling to distributed service design under real-time constraints.</p>
</article>
<article class="item">
<h3>What I optimize</h3>
<p class="meta">Operational readiness for production pilots.</p>
<p>I focus on minimizing event propagation delay, improving observability, and hardening message paths against failure and attack in mixed cloud-edge environments.</p>
</article>
</div>
</section>
<div class="transition-strip" data-transition>
<span class="label">Incident detected → Cooperative warning broadcast</span>
<div class="lane"></div>
<div class="v2x-node n1"><div class="pulse"></div></div>
<div class="v2x-node n2"><div class="pulse"></div></div>
<div class="v2x-node n3"><div class="pulse"></div></div>
<div class="v2x-node n4"><div class="pulse"></div></div>
<div class="car"></div>
</div>
<section id="projects" class="section-card">
<h2>Projects</h2>
<div class="grid two">
<article class="item">
<h3>Drive Arizona — Cellular V2X Pilot</h3>
<p class="meta">USDOT-style corridor deployment • Python • MQTT • AWS IoT</p>
<p>Built scalable pipeline architecture for safety messaging across intersections, with georelevance filtering and edge-aware telemetry for transportation operators.</p>
</article>
<article class="item">
<h3>ETX TIM/PSM Stack</h3>
<p class="meta">Protobuf • TLS MQTT • Docker</p>
<p>Implemented reliable publish/subscribe client workflows for TIM and PSM streams, including decoder integration and operational monitoring support.</p>
</article>
<article class="item">
<h3>CPS Threat Modeling Toolkit</h3>
<p class="meta">Security analysis for connected mobility</p>
<p>Mapped attack surfaces for RSU, OBU, and backend interfaces to prioritize mitigations by safety impact and exploitability.</p>
</article>
<article class="item">
<h3>Microservices Observability Layer</h3>
<p class="meta">Distributed tracing • service reliability</p>
<p>Designed dashboard-ready metrics for event propagation and service degradation detection in transportation-grade microservices.</p>
</article>
</div>
</section>
<div class="transition-strip" data-transition>
<span class="label">Data ingest → Validation → Decision support</span>
<div class="lane"></div>
<div class="v2x-node n1"><div class="pulse"></div></div>
<div class="v2x-node n2"><div class="pulse"></div></div>
<div class="v2x-node n3"><div class="pulse"></div></div>
<div class="v2x-node n4"><div class="pulse"></div></div>
<div class="car"></div>
</div>
<section id="research" class="section-card">
<h2>Selected Research</h2>
<div class="grid">
<article class="item">
<h3><a href="https://www.sciencedirect.com/science/article/pii/S0164121225000020#d1e6967" target="_blank" rel="noreferrer">Multivocal Literature Review on Microservice Dependencies</a></h3>
<p class="meta">Journal of Systems and Software</p>
<p>Synthesized academic and grey literature to classify dependency-management patterns and practical gaps in microservices ecosystems.</p>
</article>
</div>
</section>
<section id="contact" class="section-card">
<h2>Contact</h2>
<div class="contact">
<article class="item">
<h3>Collaboration</h3>
<p class="meta">Research, pilot deployment, or invited talks</p>
<p>Email: <a href="mailto:muhid.hassan@arizona.edu">muhid.hassan@arizona.edu</a><br>
Alternate: <a href="mailto:muhid.cse@gmail.com">muhid.cse@gmail.com</a></p>
</article>
<article class="item">
<h3>Profiles</h3>
<p class="meta">Stay connected</p>
<p><a href="https://github.com/mujess" target="_blank" rel="noreferrer">GitHub</a> ·
<a href="https://www.linkedin.com/in/muhid-hassan" target="_blank" rel="noreferrer">LinkedIn</a> ·
<a href="https://scholar.google.com/citations?user=mGMBg_IAAAAJ&hl=en&authuser=1" target="_blank" rel="noreferrer">Google Scholar</a></p>
</article>
</div>
</section>
<footer>
<span>© <span id="year"></span> Muhid Hassan</span>
<span>Built to deploy on your custom domain.</span>
</footer>
</div>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
const strips = document.querySelectorAll('[data-transition]');
const io = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
entry.target.classList.add('active');
} else {
entry.target.classList.remove('active');
}
});
}, { threshold: 0.35 });
strips.forEach((strip) => io.observe(strip));
</script>
</body>
</html>