-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathPeople.tsx
More file actions
510 lines (456 loc) · 15.9 KB
/
Copy pathPeople.tsx
File metadata and controls
510 lines (456 loc) · 15.9 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
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
import { ReactElement } from 'react';
export function People(): ReactElement {
return (
<>
<div className="banner-bottom">
<div className="container people">
<h2>Researchers and Co-Leaders</h2>
<div className="banner-bottom-left">
<a href="http://www.cse.ust.hk/faculty/scc/">
<div className="portrait scc"></div>
</a>
<h3>
<a href="http://www.cse.ust.hk/faculty/scc/">Shing-Chi Cheung</a>
</h3>
<p>Chair Professor at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="http://cs.nju.edu.cn/changxu/">
<div className="portrait chang"></div>
</a>
<h3>
<a href="http://cs.nju.edu.cn/changxu/">Chang Xu</a>
</h3>
<p>Professor at NJU</p>
</div>
<div className="banner-bottom-left">
<a href="http://yepangliu.github.io/">
<div className="portrait yepang"></div>
</a>
<h3>
<a href="http://yepangliu.github.io/">Yepang Liu</a>
</h3>
<p>Associate Professor at SUSTech</p>
</div>
<div className="banner-bottom-left">
<a href="https://wurongxin1987.github.io/wurongxin.xmu.edu.cn">
<div className="portrait rongxin"></div>
</a>
<h3>
<a href="https://wurongxin1987.github.io/wurongxin.xmu.edu.cn">
Rongxin Wu
</a>
</h3>
<p>Associate Professor at Xiamen University</p>
</div>
<div className="banner-bottom-left">
<a href="https://justinwm.github.io">
<div className="portrait ming"></div>
</a>
<h3>
<a href="https://mingwen-cs.github.io/">Ming Wen</a>
</h3>
<p>Associate Professor at HUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://valerio65.github.io/">
<div className="portrait valerio"></div>
</a>
<h3>
<a href="https://valerio65.github.io/">Valerio Terragni</a>
</h3>
<p>Senior Lecturer at The University of Auckland</p>
</div>
<div className="banner-bottom-left">
<a href="http://ics.nju.edu.cn/~jyy/">
<div className="portrait yanyan"></div>
</a>
<h3>
<a href="http://ics.nju.edu.cn/~jyy/">Yanyan Jiang</a>
</h3>
<p>Associate Researcher at NJU</p>
</div>
<div className="banner-bottom-left">
<a href="http://faculty.neu.edu.cn/swc/wangying/">
<div className="portrait yingying"></div>
</a>
<h3>
<a href="http://faculty.neu.edu.cn/swc/wangying/">Ying Wang</a>
</h3>
<p>Associate Professor at NEU</p>
</div>
<div className="banner-bottom-left">
<a href="https://mijungk.github.io/">
<div className="portrait mijung"></div>
</a>
<h3>
<a href="https://mijungk.github.io/">Mijung Kim</a>
</h3>
<p>Assistant Professor at UNIST</p>
</div>
<div className="banner-bottom-left">
<a href="https://liliweise.github.io/">
<div className="portrait lili"></div>
</a>
<h3>
<a href="https://liliweise.github.io/">Lili Wei</a>
</h3>
<p>Assistant Professor at McGill University</p>
</div>
<div className="banner-bottom-left">
<a href="https://yqtianust.github.io/">
<div className="portrait yongqiang"></div>
</a>
<h3>
<a href="http://yqtian.com">Yongqiang Tian</a>
</h3>
<p>Assistant Professor at Monash University</p>
</div>
<div className="banner-bottom-left">
<a href="https://huaxunhuang.github.io">
<div className="portrait huaxun"></div>
</a>
<h3>
<a href="https://huaxunhuang.github.io">Huaxun Huang</a>
</h3>
<p>Assistant Professor at Xiamen University</p>
</div>
<div className="banner-bottom-left">
<a href="https://jialuncao.github.io/">
<div className="portrait">
<img alt="" src="images/cao.jpg" className="portrait-round" />
</div>
</a>
<h3>
<a href="https://jialuncao.github.io/">Jialun Cao</a>
</h3>
<p>Research Assistant Professor at HKUST</p>
</div>
{/* Students */}
<div className="clearfix"> </div>
<h2>Students</h2>
<div className="banner-bottom-left">
<div className="portrait">
<img alt="" src="images/luliu.png" className="portrait-round" />
</div>
<h3>
<a href="https://liuluuuu.github.io/">Lu Liu</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://maybelee.github.io/">
<div className="portrait">
<img
alt=""
src="images/ziniu2.jpeg"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://maybelee.github.io/">Meiziniu Li</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<div className="portrait">
<img alt="" src="images/tsz-on.jpg" className="portrait-round" />
</div>
<h3>Tsz On Li</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://congyingxu.github.io/">
<div className="portrait">
<img
alt=""
src="images/congying.jpeg"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://congyingxu.github.io/">Congying Xu</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://corazona-chen.github.io">
<div className="portrait">
<img
alt=""
src="images/XiaoCHEN.jpg"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://corazona-chen.github.io">Xiao Chen</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<div className="portrait">
<img
alt=""
src="images/lixiaolei.jpg"
className="portrait-round"
/>
</div>
<h3>Xiaolei Li</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://imcsq.github.io/">
<div className="portrait">
<img
alt=""
src="images/songqiang.png"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://imcsq.github.io/">Songqiang Chen</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<div className="portrait">
<img alt="" src="images/weiqi.jpg" className="portrait-round" />
</div>
<h3>
<a href="https://github.com/williamlus">Weiqi Lu</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://zxhelaine.com">
<div className="portrait">
<img
alt=""
src="images/xiaohan.jpg"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://zxhelaine.com">Xiaohan Zhong</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://jingyi-a-chen.github.io/">
<div className="portrait">
<img
alt=""
src="images/jingyi.jpg"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://jingyi-a-chen.github.io/">Jingyi Chen</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<div className="portrait">
<img
alt=""
src="images/hauching.jpg"
className="portrait-round"
/>
</div>
<h3>Hau Ching Lo</h3>
<p>MPhil Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://github.com/dlibk">
<div className="portrait">
<img
alt=""
src="images/dongze.jpg"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://github.com/dlibk">Dongze Li</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://zongyiLyu.github.io/">
<div className="portrait">
<img
alt=""
src="images/zongyiLyu.jpg"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://zongyiLyu.github.io/">Zongyi Lyu</a>
</h3>
<p>PhD Student at HKUST</p>
</div>
<div className="banner-bottom-left">
<div className="portrait">
<img alt="" src="images/yingqi.jpg" className="portrait-round" />
</div>
<h3>Yingqi Zhong</h3>
<p>PhD Student at HKUST</p>
</div>
{/* Former Members */}
<div className="clearfix"> </div>
<h2>Former Members</h2>
<div className="banner-bottom-left">
<a href="https://haoyang9804.github.io">
<div className="portrait">
<img
alt=""
src="images/haoyang.jpg"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://haoyang9804.github.io">Haoyang Ma</a>
</h3>
<p>
PhD 2025; AI Infra engineer at an Embodied AI startup
</p>
</div>
<div className="banner-bottom-left">
<a href="https://scholar.henryhc.net/">
<div className="portrait">
<img
alt=""
src="images/hengcheng.png"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://scholar.henryhc.net/">Hengcheng Zhu</a>
</h3>
<p>
PhD 2025; PostDoc at <a href="https://cispa.de/">CISPA</a>
</p>
</div>
<div className="banner-bottom-left">
<a href="https://sissel-wu.github.io">
<div className="portrait">
<img
alt=""
src="images/jiarong.png"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://sissel-wu.github.io">Jiarong Wu</a>
</h3>
<p>PhD Graduate at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://troublor.xyz">
<div className="portrait">
<img alt="" src="images/wuqi.jpg" className="portrait-round" />
</div>
</a>
<h3 style={{ marginTop: '0' }}>
<a href="https://troublor.xyz">
<span>William Cheung</span>
<br />
<span style={{ fontSize: '0.7em' }}>(Wuqi Zhang, 张无奇)</span>
</a>
</h3>
<p>PhD Graduate at HKUST; Research Scholar at Purdue</p>
</div>
<div className="banner-bottom-left">
<a href="https://home.cse.ust.hk/~jhuao/">
<div className="portrait jiajun"></div>
</a>
<h3>
<a href="https://home.cse.ust.hk/~jhuao/">Jiajun Hu</a>
</h3>
<p>PhD Graduate at HKUST</p>
</div>
<div className="banner-bottom-left">
<a href="https://github.com/Derppening/">
<div className="portrait">
<img alt="" src="images/david.jpg" className="portrait-round" />
</div>
</a>
<h3>
<a href="https://github.com/Derppening/">David Mak</a>
</h3>
<p>MPhil Graduate. Ph.D. Student at TACO Lab, HKUST</p>
</div>
<div className="banner-bottom-left">
<div className="portrait">
<img alt="" src="images/quan.jpg" className="portrait-round" />
</div>
<h3>Yuqing Quan</h3>
<p>MPhil Graduate</p>
</div>
<div className="banner-bottom-left">
<div className="portrait eric"></div>
<h3>Tzu-Yang Kuo</h3>
<p>Undergraduate Student. Now at Google</p>
</div>
<div className="banner-bottom-left">
<a href="http://moon.nju.edu.cn/spar/peoples/whyang/">
<div className="portrait wenhua"></div>
</a>
<h3>
<a href="http://moon.nju.edu.cn/spar/peoples/whyang/">
Wenhua Yang
</a>
</h3>
<p>Assistant Professor at NUAA</p>
</div>
<div className="banner-bottom-left">
<a href="https://www.linkedin.com/in/yueqi-li-aba8011b">
<div className="portrait yueqi"></div>
</a>
<h3>
<a href="https://www.linkedin.com/in/yueqi-li-aba8011b">
Yueqi Li
</a>
</h3>
<p>PhD Graduate now at Google</p>
</div>
<div className="banner-bottom-left">
<a href="https://hk.linkedin.com/in/wanjun-chen-92b6068a">
<div className="portrait melody"></div>
</a>
<h3>
<a href="https://hk.linkedin.com/in/wanjun-chen-92b6068a">
Wanjun Chen
</a>
</h3>
<p>MPhil Graduate. Now at Daimler Greater China Ltd.</p>
</div>
<div className="banner-bottom-left">
{/* <a href=""> */}
<div className="portrait xueliang"></div>
<h3>Xueliang Li</h3>
<p>Visiting Student from Roskilde University</p>
</div>
<div className="banner-bottom-left">
<div className="portrait">
<img alt="" src="images/hangxu.png" className="portrait-round" />
</div>
<h3>Hang Xu</h3>
<p>MPhil Graduate</p>
</div>
<div className="clearfix"> </div>
</div>
</div>
</>
);
}