-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
303 lines (283 loc) · 13.8 KB
/
Copy pathindex.html
File metadata and controls
303 lines (283 loc) · 13.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Networked & Embedded Systems Laboratory (NESL) at UCLA, led by Professor Mani Srivastava. Research in networked and embedded systems, sensing, IoT, cyber-physical systems, mobile health, security and privacy, and AI-enabled systems.">
<title>NESL | Networked & Embedded Systems Laboratory at UCLA</title>
<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@400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,600;8..60,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<div class="container nav-wrap">
<a class="brand" href="#top" aria-label="NESL home">
<span class="brand-mark">NESL</span>
<span class="brand-sub">UCLA</span>
</a>
<nav class="nav" aria-label="Primary navigation">
<a href="#research">Research</a>
<a href="#people">People</a>
<a href="#projects">Projects</a>
<a href="#publications">Publications</a>
<a href="#contact">Contact</a>
</nav>
</div>
</header>
<main id="top">
<section class="hero">
<div class="container hero-grid">
<div>
<p class="eyebrow">University of California, Los Angeles</p>
<h1>Networked & Embedded Systems Laboratory</h1>
<p class="hero-lead">
We build intelligent networked and embedded systems that sense, reason about,
and interact with the physical world.
</p>
<p class="hero-copy">
NESL is a research laboratory at UCLA led by Professor Mani Srivastava.
Our work spans ubiquitous and mobile computing, sensing and IoT,
human-cyber-physical systems, mobile health, security and privacy,
and AI-enabled embedded systems.
</p>
<div class="hero-actions">
<a class="button primary" href="#research">Explore our research</a>
<a class="button secondary" href="https://github.com/nesl" target="_blank" rel="noopener">NESL on GitHub ↗</a>
</div>
</div>
<aside class="hero-card">
<div class="hero-card-label">Principal Investigator</div>
<h2>Mani Srivastava</h2>
<p>
Professor of Electrical & Computer Engineering and Computer Science,
UCLA.
</p>
<div class="link-row">
<a href="https://samueli.ucla.edu/people/mani-srivastava/" target="_blank" rel="noopener">UCLA Profile ↗</a>
<a href="https://scholar.google.com/citations?user=X2Qs7XYAAAAJ" target="_blank" rel="noopener">Google Scholar ↗</a>
<a href="https://www.linkedin.com/in/msrivastava" target="_blank" rel="noopener">LinkedIn ↗</a>
</div>
</aside>
</div>
</section>
<section id="research" class="section">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Research</p>
<h2>Computing systems for the physical world</h2>
<p>
Our research combines sensing, networking, embedded computing, machine learning,
and systems design to create robust and useful cyber-physical technologies.
</p>
</div>
<div class="research-grid">
<article class="card">
<span class="card-number">01</span>
<h3>Sensing & IoT</h3>
<p>Multimodal sensing, wireless sensing, sensor systems, and Internet-of-Things platforms for real-world environments.</p>
</article>
<article class="card">
<span class="card-number">02</span>
<h3>AI-Enabled Systems</h3>
<p>Learning-enabled embedded and edge systems, foundation-model systems, adaptive inference, and intelligent resource management.</p>
</article>
<article class="card">
<span class="card-number">03</span>
<h3>Human-Cyber-Physical Systems</h3>
<p>Systems that connect people, computation, communication, and physical processes with an emphasis on dependable operation.</p>
</article>
<article class="card">
<span class="card-number">04</span>
<h3>Mobile & Ubiquitous Computing</h3>
<p>Mobile, wearable, and pervasive computing systems that operate continuously in unconstrained environments.</p>
</article>
<article class="card">
<span class="card-number">05</span>
<h3>Mobile Health</h3>
<p>Sensing and intelligent systems for continuous health measurement, physiological monitoring, and human-centered applications.</p>
</article>
<article class="card">
<span class="card-number">06</span>
<h3>Security & Privacy</h3>
<p>Security, privacy, and trustworthy sensing for networked and embedded systems.</p>
</article>
</div>
</div>
</section>
<section id="people" class="section section-alt">
<div class="container">
<div class="section-heading">
<p class="eyebrow">People</p>
<h2>Current members</h2>
</div>
<div class="people-block">
<h3>Faculty</h3>
<div class="people-grid">
<article class="person featured-person">
<div>
<h4>Mani Srivastava</h4>
<p class="role">Principal Investigator</p>
<p>Professor, Electrical & Computer Engineering and Computer Science, UCLA</p>
</div>
<div class="person-links">
<a href="https://samueli.ucla.edu/people/mani-srivastava/" target="_blank" rel="noopener">UCLA ↗</a>
<a href="https://scholar.google.com/citations?user=X2Qs7XYAAAAJ" target="_blank" rel="noopener">Scholar ↗</a>
<a href="https://www.linkedin.com/in/msrivastava" target="_blank" rel="noopener">LinkedIn ↗</a>
</div>
</article>
</div>
</div>
<div class="people-block">
<h3>Postdoctoral Researchers</h3>
<div class="people-grid">
<article class="person">
<div>
<h4>Kang Yang</h4>
<p class="role">Postdoctoral Scholar</p>
<p>Electrical & Computer Engineering, UCLA</p>
</div>
<div class="person-links">
<a href="https://kangyangg.com/" target="_blank" rel="noopener">Website ↗</a>
<a href="https://www.linkedin.com/in/kang-yang-250949178/" target="_blank" rel="noopener">LinkedIn ↗</a>
</div>
</article>
<article class="person">
<div>
<h4>Sijie Ji</h4>
<p class="role">Schmidt Science Fellow · Co-advised Postdoctoral Researcher</p>
<p>California Institute of Technology · Co-advised by Mani Srivastava</p>
</div>
<div class="person-links">
<a href="https://sijieji.github.io/" target="_blank" rel="noopener">Website ↗</a>
<a href="https://www.linkedin.com/in/sijieji" target="_blank" rel="noopener">LinkedIn ↗</a>
</div>
</article>
</div>
</div>
<div class="people-block">
<h3>PhD Students</h3>
<div class="name-grid">
<article class="name-card"><h4>Gaofeng Dong</h4><p>PhD Student</p>
<a href="https://www.linkedin.com/in/gaofengdong" target="_blank" rel="noopener">LinkedIn ↗</a>
</article>
<article class="name-card">
<h4>Pragya Sharma</h4><p>PhD Student</p>
<a href="https://www.linkedin.com/in/pragyasharma29" target="_blank" rel="noopener">LinkedIn ↗</a>
</article>
<article class="name-card"><h4>Liying Han</h4><p>PhD Student</p>
<a href="https://www.linkedin.com/in/liying-han" target="_blank" rel="noopener">LinkedIn ↗</a>
</article>
<article class="name-card"><h4>Yuyang Yuan</h4><p>PhD Student</p>
<a href="https://www.linkedin.com/in/yuyang-yuan-4b4b19339" target="_blank" rel="noopener">LinkedIn ↗</a>
</article>
<article class="name-card"><h4>Khang Nguyen</h4><p>Incoming PhD Student · Fall 2026</p>
<a href="https://www.linkedin.com/in/khang-nguyen-70344b212/" target="_blank" rel="noopener">LinkedIn ↗</a>
</article>
</div>
</div>
<div class="people-block">
<h3>Undergraduate & Master's Students</h3>
<div class="name-grid compact">
<article class="name-card"><h4>Oliver Wang</h4><p>Student Researcher</p>
<a href="https://www.linkedin.com/in/oliver-wang-131788246" target="_blank" rel="noopener">LinkedIn ↗</a>
</article>
<article class="name-card"><h4>Joseph Zales</h4><p>Student Researcher</p>
<a href="https://www.linkedin.com/in/joseph-q-zales" target="_blank" rel="noopener">LinkedIn ↗</a>
</article>
</div>
</div>
</div>
</section>
<section id="projects" class="section">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Selected work</p>
<h2>Recent systems, benchmarks & open-source research</h2>
<p>
NESL maintains an active open-source research portfolio. A few representative projects are highlighted below.
</p>
</div>
<div class="project-grid">
<a class="project-card" href="https://github.com/nesl" target="_blank" rel="noopener">
<span class="project-tag">Adaptive AI systems</span>
<h3>SWAN</h3>
<p>Research on world-aware adaptive multimodal networks for runtime variation.</p>
<span class="arrow">View NESL GitHub ↗</span>
</a>
<a class="project-card" href="https://github.com/nesl/mobivital-public" target="_blank" rel="noopener">
<span class="project-tag">Mobile health · UWB sensing</span>
<h3>MobiVital</h3>
<p>Self-supervised quality estimation for UWB-based contactless respiration monitoring.</p>
<span class="arrow">View project ↗</span>
</a>
<a class="project-card" href="https://github.com/nesl/RadHAR" target="_blank" rel="noopener">
<span class="project-tag">RF sensing</span>
<h3>RadHAR</h3>
<p>Human activity recognition from point clouds generated through millimeter-wave radar.</p>
<span class="arrow">View project ↗</span>
</a>
<a class="project-card" href="https://github.com/nesl/Spectral-Predictability-TS" target="_blank" rel="noopener">
<span class="project-tag">Time-series AI</span>
<h3>Spectral Predictability</h3>
<p>Fast reliability indicators for time-series forecasting model selection.</p>
<span class="arrow">View project ↗</span>
</a>
<a class="project-card" href="https://github.com/nesl/STARK_Benchmark" target="_blank" rel="noopener">
<span class="project-tag">Benchmarking</span>
<h3>STARK</h3>
<p>Open-source benchmark infrastructure for spatiotemporal reasoning research.</p>
<span class="arrow">View project ↗</span>
</a>
<a class="project-card" href="https://github.com/nesl" target="_blank" rel="noopener">
<span class="project-tag">Open source</span>
<h3>More from NESL</h3>
<p>Explore our broader collection of research code, datasets, systems, and experimental platforms.</p>
<span class="arrow">Browse GitHub ↗</span>
</a>
</div>
</div>
</section>
<section id="publications" class="section publication-band">
<div class="container publication-inner">
<div>
<p class="eyebrow">Publications</p>
<h2>Research spanning embedded systems, sensing, networking, AI, and cyber-physical systems.</h2>
<p>
For a complete and current publication list, see Professor Mani Srivastava's Google Scholar profile.
</p>
</div>
<a class="button light" href="https://scholar.google.com/citations?user=X2Qs7XYAAAAJ" target="_blank" rel="noopener">
View publications on Google Scholar ↗
</a>
</div>
</section>
<section id="contact" class="section">
<div class="container contact-grid">
<div>
<p class="eyebrow">Contact</p>
<h2>Networked & Embedded Systems Laboratory</h2>
<p>University of California, Los Angeles</p>
<p>Los Angeles, California</p>
</div>
<div class="contact-links">
<a href="https://samueli.ucla.edu/people/mani-srivastava/" target="_blank" rel="noopener">Mani Srivastava · UCLA Profile ↗</a>
<a href="https://github.com/nesl" target="_blank" rel="noopener">NESL GitHub ↗</a>
<a href="https://www.ee.ucla.edu/" target="_blank" rel="noopener">UCLA Electrical & Computer Engineering ↗</a>
<a href="https://www.cs.ucla.edu/" target="_blank" rel="noopener">UCLA Computer Science ↗</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-inner">
<span>© <span id="year"></span> Networked & Embedded Systems Laboratory, UCLA</span>
<span>NESL · UCLA</span>
</div>
</footer>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
</body>
</html>