-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.html
568 lines (464 loc) · 28.6 KB
/
people.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>VLAA</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/UCSC_icon.png" rel="icon">
<link href="assets/img/UCSC_icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Medilab - v4.7.1
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Top Bar ======= -->
<div id="topbar" class="d-flex align-items-center fixed-top">
<div class="container d-flex justify-content-between">
<div class="contact-info d-flex align-items-center">
</div>
<div class="d-none d-lg-flex social-links align-items-center">
<a href="opening.html" class="envelope"><i class="bi-envelope"></i></a>
</div>
</div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.html">VLAA lab</a></h1>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto" href="index.html">Home</a></li>
<li><a class="nav-link scrollto active" href="people.html">People</a></li>
<li><a class="nav-link scrollto" href="publications.html">Publications</a></li>
<li><a class="nav-link scrollto" href="https://github.com/UCSC-VLAA">GitHub</a></li>
<li><a class="nav-link scrollto" href="https://huggingface.co/UCSC-VLAA">HuggingFace</a></li>
<li><a class="nav-link scrollto" href="opening.html">Opening</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= People Section ======= -->
<section id="People" class="doctors">
<div class="container" style="margin-top: 150px">
<div class="section-title">
<h2>People</h2>
</div>
<br>
<h3>Faculty</h3>
<br>
<div class="row">
<div class="col-lg-6">
<div class="member d-flex align-items-start">
<a href="https://cihangxie.github.io/"><div class="pic"><img src="assets/img/doctors/cihang.jpeg" class="img-fluid" alt="" ></div></a>
<div class="member-info">
<a href="https://cihangxie.github.io/"><h4 >Cihang Xie</h4></a>
<span>Assistant Professor</span>
<div class="social">
<a href="https://cihangxie.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=X3vVZPcAAAAJ&hl=en"><i class="ri-google-fill"></i></a>
<a href="https://github.com/cihangxie"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="member d-flex align-items-start">
<a href="https://yuyinzhou.github.io/"><div class="pic"><img src="assets/img/doctors/yuyin.png" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://yuyinzhou.github.io/"><h4>Yuyin Zhou</h4></a>
<span>Assistant Professor</span>
<div class="social">
<a href="https://yuyinzhou.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=eiqVLC0AAAAJ&hl=en"><i class="ri-google-fill"></i></a>
<a href="https://github.com/yuyinzhou"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
</div>
</br>
</br>
<h3>Student</h3>
<div class="row">
<div class="col-lg-6">
<div class="member d-flex align-items-start">
<a href="https://xhl-video.github.io/xianhangli/"><div class="pic"><img src="assets/img/doctors/xianhang.png" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://xhl-video.github.io/xianhangli/"><h4>Xianhang Li</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://xhl-video.github.io/xianhangli/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=YKpFz4YAAAAJ&hl"><i class="ri-google-fill"></i></a>
<a href="https://github.com/xhl-video"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="member d-flex align-items-start">
<a href="https://zw615.github.io/"><div class="pic"><img src="assets/img/doctors/zeyu.jpeg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://zw615.github.io/"><h4>Zeyu Wang</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://zw615.github.io/"><i class="ri-home-7-fill"></i></a></a>
<a href="https://scholar.google.com/citations?hl=en&user=5uSmucsAAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://github.com/zeyuwang615"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://laos-y.github.io/"><div class="pic"><img src="assets/img/doctors/siwei.jpeg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://laos-y.github.io/"><h4>Siwei Yang</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://laos-y.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=yxrQ7scAAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://github.com/LAOS-Y"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href=""><div class="pic"><img src="assets/img/doctors/jinrui.jpeg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href=""><h4>Jinrui Yang</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href=""><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=8iBtvCQAAAAJ&hl=en"><i class="ri-google-fill"></i></a>
<a href=""><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://thefllood.github.io/mudehui.github.io/"><div class="pic"><img src="assets/img/doctors/mude.jpeg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://thefllood.github.io/mudehui.github.io/"><h4>Mude Hui</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://thefllood.github.io/mudehui.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=Jzz6BooAAAAJ&hl=en"><i class="ri-google-fill"></i></a>
<a href="https://github.com/TheFllood"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://asillycat.github.io/"><div class="pic"><img src="assets/img/doctors/zijun.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://asillycat.github.io/"><h4>Zijun Wang</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://asillycat.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=n5wjgV0AAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://github.com/asillycat"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://scholar.google.com/citations?user=2obvvPoAAAAJ"><div class="pic"><img src="assets/img/doctors/yanqing.jpeg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://scholar.google.com/citations?user=2obvvPoAAAAJ"><h4>Yanqing Liu</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://scholar.google.com/citations?user=2obvvPoAAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://github.com/lyq312318224"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://xk-huang.github.io/"><div class="pic"><img src="assets/img/doctors/xiaoke.jpeg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://xk-huang.github.io/"><h4>Xiaoke Huang</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://xk-huang.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=BD9AT04AAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://www.github.com/xk-huang"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://chtholly17.github.io/"><div class="pic"><img src="assets/img/doctors/Juncheng.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://chtholly17.github.io/"><h4>Juncheng Wu</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://chtholly17.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=RSn2gykAAAAJ&hl=en"><i class="ri-google-fill"></i></a>
<a href="https://github.com/Chtholly17"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://www.haqtu.me/"><div class="pic"><img src="assets/img/doctors/haoqin.png" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://www.haqtu.me/ "><h4>Haoqin Tu</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://www.haqtu.me/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=hyFMd54AAAAJ&hl"><i class="ri-google-fill"></i></a>
<a href="https://github.com/ImKeTT"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://wyhlovecpp.github.io/"><div class="pic"><img src="assets/img/doctors/yuhan.jpeg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://wyhlovecpp.github.io/"><h4>Yuhan Wang</h4></a>
<span>Ph.D. student</span>
<div class="social">
<a href="https://wyhlovecpp.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=Bo9xeqMAAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://github.com/wyhlovecpp"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://meijieru.com/"><div class="pic"><img src="assets/img/doctors/JieruMei.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://meijieru.com/"><h4>Jieru Mei</h4></a>
<span>Affiliated Ph.D. student <br> Johns Hopkins University<br></span>
<div class="social">
<a href="https://meijieru.com/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=nHKExN0AAAAJ&hl=en"><i class="ri-google-fill"></i></a>
<a href="https://github.com/meijieru"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://scholar.google.com/citations?user=lU3wroMAAAAJ"><div class="pic"><img src="assets/img/doctors/yixiao.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://scholar.google.com/citations?user=lU3wroMAAAAJ"><h4>Yixiao Zhang</h4></a>
<span>Affiliated Ph.D. student<br>Johns Hopkins University</span>
<div class="social">
<a href="https://scholar.google.com/citations?user=lU3wroMAAAAJ"><i class="ri-google-fill"></i></a>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://scholar.google.com/citations?user=N1-l4GsAAAAJ&hl=en"><div class="pic"><img src="assets/img/doctors/yutong.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://scholar.google.com/citations?user=N1-l4GsAAAAJ&hl=en"><h4>Yutong Bai</h4></a>
<span>Affiliated Ph.D. student<br>Johns Hopkins University</span>
<div class="social">
<a href="https://scholar.google.com/citations?user=N1-l4GsAAAAJ&hl=en"><i class="ri-google-fill"></i></a>
<a href="https://github.com/ytongbai"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://lizw14.github.io/"><div class="pic"><img src="assets/img/doctors/zhuowan.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://lizw14.github.io/"><h4>Zhuowan Li</h4></a>
<span>Affiliated Ph.D. student<br>Johns Hopkins University</span>
<div class="social">
<a href="https://lizw14.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=Fft1WvwAAAAJ&hl"><i class="ri-google-fill"></i></a>
<a href="https://github.com/Lizw14"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div> -->
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://weichen582.github.io/"><div class="pic"><img src="assets/img/doctors/chenwei.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://weichen582.github.io/"><h4>Chen Wei</h4></a>
<span>Affiliated Ph.D. student<br>Johns Hopkins University</span>
<div class="social">
<a href="https://weichen582.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?hl=en&user=LHQGpBUAAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://github.com/weichen582"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://lambert-x.github.io/"><div class="pic"><img src="assets/img/doctors/Junfei.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://lambert-x.github.io/"><h4>Junfei Xiao</h4></a>
<span>Affiliated Ph.D. student<br>Johns Hopkins University</span>
<div class="social">
<a href="https://lambert-x.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=rv-aTqkAAAAJ&hl=en"><i class="ri-google-fill"></i></a>
<a href="https://github.com/lambert-x"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://oliverrensu.github.io/"><div class="pic"><img src="assets/img/doctors/sucheng.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://oliverrensu.github.io/"><h4>Sucheng Ren</h4></a>
<span>Affiliated Ph.D. student<br>Johns Hopkins University</span>
<div class="social">
<a href="https://oliverrensu.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=Hbf-SoAAAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://github.com/OliverRensu"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://scholar.google.com/citations?user=aqwyG_YAAAAJ"><div class="pic"><img src="assets/img/doctors/lei.jpeg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://scholar.google.com/citations?user=aqwyG_YAAAAJ"><h4>Lei Zhang</h4></a>
<span>Affiliated Ph.D. student<br>UC San Diego</span>
<div class="social">
<a href="https://yusalei.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=aqwyG_YAAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://github.com/yusalei/"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://bzhao.me/"><div class="pic"><img src="assets/img/doctors/bingchen.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://bzhao.me/"><h4>Bingchen Zhao</h4></a>
<span>Visiting student<br>University of Edinburgh</span>
<div class="social">
<a href="https://bzhao.me/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=lEcqFJEAAAAJ&hl=en"><i class="ri-google-fill"></i></a>
<a href="https://github.com/DTennant"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://yunfeixie233.github.io/"><div class="pic"><img src="assets/img/doctors/yunfei.jpg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://yunfeixie233.github.io/"><h4>Yunfei Xie</h4></a>
<span>Visiting student<br>Huazhong University of Science & Technology</span>
<div class="social">
<a href="https://yunfeixie233.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://github.com/yunfeixie233"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<a href="https://scholar.google.com/citations?user=m8I1ELMAAAAJ"><div class="pic"><img src="assets/img/doctors/yipeng.jpeg" class="img-fluid" alt=""></div></a>
<div class="member-info">
<a href="https://scholar.google.com/citations?user=m8I1ELMAAAAJ"><h4>Yipeng Gao</h4></a>
<span>Visiting student<br>Sun Yat-sen University</span>
<div class="social">
<a href="https://hlings.github.io/"><i class="ri-home-7-fill"></i></a>
<a href="https://scholar.google.com/citations?user=m8I1ELMAAAAJ"><i class="ri-google-fill"></i></a>
<a href="https://github.com/Hlings"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</div> -->
</div>
</br>
</br>
<h3>Alumni</h3>
<br><h5>2023</h5>
<li><b><a href="https://asillycat.github.io/">Zijun Wang</a></b> (Summer Intern 2023; next: <i>Ph.D. at UC Santa Cruz</i>)</li>
<li><b><a href="https://www.haqtu.me/">Haoqin Tu</a></b> (Summer Intern 2023; next: <i>Ph.D. at UC Santa Cruz</i>)</li>
<li><b><a href="https://scholar.google.com/citations?user=aqwyG_YAAAAJ">Lei Zhang</a></b> (Summer Intern 2023; next: <i>Ph.D. at UC San Diego</i>)</li>
<li><b><a href="https://scholar.google.com/citations?user=m8I1ELMAAAAJ">Yipeng Gao</a></b> (Summer Intern 2023; next: <i>Ph.D. at University of Southern California</i>)</li>
<li><b><a href="https://scholar.google.com/citations?user=lU3wroMAAAAJ">Yixiao Zhang</a></b> (Ph.D. student from Johns Hopkins University; next: <i>Amazon</i>)</li>
<li><b><a href="https://lizw14.github.io/">Zhuowan Li</a></b> (Ph.D. student from Johns Hopkins University; next: <i>Google</i>)</li>
<li><b><a href="https://meijieru.com/">Jieru Mei</a></b> (Ph.D. student from Johns Hopkins University; next: <i>Google</i>)</li>
<br><h5>2022</h5>
<li><b><a href="https://sizhechen.top/">Sizhe Chen</a></b> (Visiting student 2022; next: <i>Ph.D. at UC Berkeley</i>) </li>
<li><b><a href="https://profiles.stanford.edu/qingyue-wei">Qingyue Wei</a></b> (Visiting student 2022; next: <i>Ph.D. at Stanford University</i>)</li>
<li><b><a href="https://huanglizi.github.io/">Zihan Li</a></b> (Summer intern 2022; next: <i>Ph.D. at University of Washington</i>)</li>
<li><b><a href="https://cwchenwang.github.io/">Chen Wang</a></b> (Summer intern 2022; next: <i>Ph.D. at University of Pennsylvania</i>) </li>
<li><b><a href="https://scholar.google.com/citations?user=0WFC2w0AAAAJ">Yuanze Lin</a></b> (Summer intern 2022; next: <i>Ph.D. at University of Oxford</i>) </li>
<li><b><a href="">Peiran Xu</a></b> (Summer intern 2022; next: <i>Ph.D. at UCLA</i>)</li>
<li><b><a href="https://yqwang01.github.io/">Yiqing Wang</a></b> (Summer intern 2022; next: <i>Ph.D. at Duke University</i>)</li>
<li><b><a href="https://github.com/Daniel-xsy">Shaoyuan Xie</a></b> (Summer intern 2022; next: <i>Ph.D. at UC Irvine</i>) </li>
<li><b><a href="https://jywu511.github.io/">Junyang Wu</a></b> (Summer intern 2022; next: <i>Ph.D. at Shanghai Jiao Tong University</i>)</li>
<li><b><a href="">Yunchao Zhang</a></b> (Summer Intern 2022; next: <i>Ph.D. at The University of Hong Kong</i>)</li>
<li><b><a href="https://zi-hao-wei.github.io/">Zihao Wei</a></b> (Summer intern 2022; next: <i>Master at UMich</i>)</li>
<br><h5>2021</h5>
<li><b><a href="https://oliverrensu.github.io/">Sucheng Ren</a></b> (Summer Intern 2021; next: <i>Ph.D. at Johns Hopkins University</i>)</li>
<li><b><a href="https://shallowtoil.github.io/">Jinghao Zhou</a></b> (Summer Intern 2021; next: <i>Ph.D. at University of Oxford</i>)</li>
<li><b><a href="https://lambert-x.github.io/">Junfei Xiao</a></b> (Summer Intern 2021; next: <i>Ph.D. at Johns Hopkins University</i>)</li>
<li><b><a href="https://rui-yan.github.io/">Rui Yan</a></b> (Ph.D. student from Stanford University)</li>
<br><h5>2020</h5>
<li><b><a href="https://tingxueronghua.github.io/">Yucheng Han</a></b> (Summer Intern 2020; next:<i> Ph.D. at Nanyang Technological University</i>)</li>
<li><b><a href="https://yingwei.li/">Yingwei Li</a></b> (Ph.D. student from Johns Hopkins University; next: <i>Waymo</i>)</li>
</div>
</section><!-- End Doctors Section -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>VLAA</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>