-
Notifications
You must be signed in to change notification settings - Fork 1
/
people.html
560 lines (505 loc) · 27.1 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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166924205-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-166924205-1');
</script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.0.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> -->
<!-- <script src="script/main.js"></script> -->
<!-- Bootstrap Core CSS -->
<link href="style/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<!--link href="style/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="style/animate.css" rel="stylesheet" />
<!-- Squad theme CSS -->
<link href="style/style.css" rel="stylesheet">
<link href="color/default.css" rel="stylesheet">
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Basic style sheet-->
<!-- <link rel="stylesheet" href="style/main.css"> -->
<link rel="stylesheet" href="style/navbar.css">
<title>Welcome to UCLA Data Mining Lab</title>
</head>
<!-- <body id="index"> -->
<!-- Nav Bar-->
<!-- <nav class="navbar navbar-expand-lg fixed-top navbar-default">
<a class="navbar-brand text-uppercase font-weight-bold text-wrap w-75" href="index.html">UCLA Data Mining Lab</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"><strong>Home</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="people.html"><strong>People</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.html"><strong>Research</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="publication.html"><strong>Publication</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"><strong>About</strong></a>
</li>
</ul>
</div>
</nav> -->
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Preloader -->
<div id="preloader">
<div id="load"></div>
</div>
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<h1>UCLA Data Mining Lab</h1>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item active">
<a class="nav-link" href="people.html">People</a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.html">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publication.html">Publications</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Reading Group<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a class="nav-item" href="reading/paper.html">Paper Reading</a></li>
<li><a class="nav-item" href="reading/course.html">Course Material</a></li>
<!--li><a href="#">Example menu</a></li>
<li><a href="#">Example menu</a></li-->
</ul>
</li>
<!-- <li class="">
<a class="nav-link" href="about.html">About</a>
</li> -->
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Example menu</a></li>
<li><a href="#">Example menu</a></li>
<li><a href="#">Example menu</a></li>
</ul>
</li> -->
</ul>
</div>
</div>
</nav>
<br><br><br> <br><br><br>
<!-- PAGE CONTENT -->
<div class="container">
<h3>Professor</h3>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/yizhou.jpg" alt="" class="img-responsive img-circle" /></div>
<h5>
<a href="https://web.cs.ucla.edu/~yzsun/" target="_blank">Yizhou Sun (孙怡舟)</a>
<!-- <a href="https://twitter.com/PanXu_CS?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @PanXu_CS</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> -->
</h5>
<p class="subtitle">Associate Professor</p>
</div>
</div>
</div>
</div>
</div>
<hr />
<h3>Postdocs </h3>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/xiao.jpg" alt="" class="img-responsive img-circle" /></div>
<h5><a href="" target="_blank">Xiao Luo</a>
</h5>
</div>
</div>
</div>
</div>
</div>
<hr />
<h3>PhD Students </h3>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/kewei.jpg" alt="" class="img-responsive img-circle" />
</div>
<h5>
<a href="https://vivian1993.github.io/" target="_blank">Kewei Cheng</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/zijie.jpg" alt="" class="img-responsive img-circle" /></div>
<h5>
<a href="https://zijieh.github.io/" target="_blank"> Zijie Huang</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/roshni.jpg" alt="" class="img-responsive img-circle" />
</div>
<h5>
<a href="https://web.cs.ucla.edu/~roshnigiyer/" target="_blank"> Roshni Iyer (she/her)</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/song.jpg" alt="" class="img-responsive img-circle" />
</div>
<h5>
<a href="https://songjiang0909.github.io/" target="_blank">Song Jiang</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/blank.jpg" alt="" class="img-responsive img-circle" />
</div>
<h5>
<a href="" target="_blank"> Zongyue Qin</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/arjun.jpg" alt="" class="img-responsive img-circle" /></div>
<h5>
<a href="https://arjunsubramonian.github.io/" target="_blank">Arjun Subramonian (they/them)</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/yewen.jpg" alt="" class="img-responsive img-circle" />
</div>
<h5>
<a href="www.linkedin.com/in/wyw10804" target="_blank">Yewen Wang</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/zhiping.jpg" alt="" class="img-responsive img-circle" /></div>
<h5>
<a href="http://web.cs.ucla.edu/~patricia.xiao/" target="_blank"> Zhiping Xiao</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/derek.jpg" alt="" class="img-responsive img-circle" /></div>
<h5>
<a href="derekqxu.github.io/" target="_blank">Derek Xu</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/fred.jpg" alt="" class="img-responsive img-circle" /></div>
<h5>
<a href="https://heraclixus.github.io" target="_blank">Fred Xu</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/shichang.jpg" alt="" class="img-responsive img-circle" />
</div>
<h5> <a href="https://shichangzh.github.io/" target="_blank">Shichang Zhang (he/him)</a>
</h5>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/yanqiao.jpg" alt="" class="img-responsive img-circle" />
</div>
<h5>
<a href="https://sxkdz.github.io/" target="_blank">Yanqiao Zhu</a>
</h5>
</div>
</div>
</div>
</div>
</div>
<hr />
<h3>Masters and Undergraduates</h3>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="wow bounceInUp" data-wow-delay="0.2s">
<div class="team teampeople boxed-grey">
<div class="inner text-center">
<div class="avatar"><img src="img/people/blank.jpg" alt="" class="img-responsive img-circle" /></div>
<h5>
<a href="https://www.linkedin.com/in/salekh-parkhati-326488166" target="_blank">Salekh Parkhati</a>
</h5>
</div>
</div>
</div>
</div>
</div>
<hr />
<h3>Alumni</h3>
<h4>PhDs/Postdocs</h4>
<div class="row">
<ul>
<li>
<p><a href="https://acbull.github.io/" target="_blank">Ziniu Hu </a>(Ph.D., 2018 - 2023), Postdoc at Caltech -> Assistant Professor at RPI </p>
</li>
<li>
<p><a href="http://yunshengb.com/" target="_blank">Yunsheng Bai </a>(Ph.D., 2017 - 2023), Micron </p>
</li>
<li>
<p><a href="https://www.haojunheng.com/" target="_blank">Junheng Hao </a>(Ph.D., 2017 - 2022), Researcher at Microsoft </p>
</li>
<li>
<p><a href="http://yellowstone.cs.ucla.edu/~shirley/" target="_blank"> Xuelu Chen </a>(Ph.D. 2016 - 2021), Research Scientist at Meta </p>
</li>
<li>
<p><a href="http://web.cs.ucla.edu/~tingchen/" target="_blank">Ting Chen </a>(Ph.D. 2013 - 2019), Research Scientist at Google Brain </p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/yupeng-gu/" target="_blank">Yupeng Gu </a>(Ph.D., 2013 - 2018), Senior Applied Scientist at AWS </p>
</li>
</ul>
</div>
<h4>Other Alumni</h4>
<div class="row">
<ul>
<li>
<p><a href="" target="_blank">Changjun Fan</a> (Visiting PhD), Assistant Professor at National University of Defense Technology</p>
</li>
<li>
<p><a href="https://galina0217.github.io/" target="_blank">Jiarong Xu</a> (Visiting PhD), Assistant Professor at Fudan University </p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/ye-yusong-5a935b141/" target="_blank">Yusong Ye</a> (Undergrad & Master) Machine Learning Scientist at Expedia</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/ken-gu/" target="_blank">Ken Gu</a> (Undergrad) PhD student at UWashington</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/chiaolu/" target="_blank">Joseph Lu</a> (Master) at Baidu</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/alexhsinli/" target="_blank">Alex Wang</a> (Master) at Amazon</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/agustin-marinovic/" target="_blank">Agustin Marinovic</a> (Undergrad) SWE at Google</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/christopherjro/" target="_blank">Christopher Ro</a> (Master) Lead SWE at Hulu</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/haoran-wang-55416a120" target="_blank">Haoran Wang</a> (Master) Software Engineer at Snap</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/zhiwen-hu-8931737b" target="_blank">Zhiwen Hu</a> (Master) Software Engineer at PayPal</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/jho44" target="_blank">Jessica Ho</a> (Master) </p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/jeffrey-zhu-ucla" target="_blank">Jefferey Zhu</a> (Undergrad) Software Engineer at Amazon</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/yiningwanguclacs" target="_blank">Yining Wang</a> (Undergrad) Software Engineer at Google</p>
</li>
<li>
<p><a href="https://scholar.google.com/citations?user=cf9uYVwAAAAJ&hl=en" target="_blank">Haoyan Xu</a> (Undergrad) PhD student at USC ECE</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/wenhong-lam" target="_blank">Wen Hong Lam</a> (Undergrad) Software Engineer at Meta</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/qiyueyao/" target="_blank">Qiyue Yao</a> (Master) Software Engineer at VMware</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/yujun-zhao-95aa43194/" target="_blank">Yujun Zhao</a> (Master) Software Engineer at Meta</p>
</li>
<li>
<p><a href="https://ahren09.github.io/" target="_blank">Yiqiao Jin</a> (Undergrad) Ph.D. student at Georgia Institute of Technology</p>
</li>
<li>
<p><a href="https://franklinnwren.github.io/" target="_blank">Zhicheng Ren</a> (Master) Software Engineer at Aurora</p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/zyksir/" target="_blank">Yikai Zhu</a> (Master) Software Engineer at Alibaba</p>
</li>
</ul>
</div>
<hr />
<!-- <h3>Group Photos</h3>
<div class="carouselIndicators container h-50" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselIndicators" data-slide-to="1"></li>
<li data-target="#carouselIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner container">
<div class="carousel-item active">
<img class="d-block w-100" src="https://toaru-project.com/railgun_t/core_sys/images/contents/00000015/block/00000022/00000041.jpg?1587764923" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h5>Caption goes here</h5>
<p>Descrption goes here, Group photos goes here</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="https://toaru-project.com/railgun_t/core_sys/images/contents/00000025/block/00000032/00000099.jpg?1587764924" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<h5>Caption goes here</h5>
<p>Misaka Mikoto</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="https://toaru-project.com/railgun_t/core_sys/images/contents/00000018/block/00000025/00000054.jpg?1587764924" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<h5>Caption goes here</h5>
<p>Misaka Mikoto</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
-->
</div>
<!-- /Section: footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="row">
<section class="col-lg-4">
<h5>Mailing Address</h5>
<address>
3551 Boelter Hall <br>
University Of California, Los Angeles <br>
CA 90095 <br>
</address>
</section>
<section class="col-lg-4">
<h5>Code Repository</h5>
<!-- <p> We share our code in this <a href="https://github.com/uclaml" style="text-decoration: underline;">GitHub repository</a> -->
<!-- to the community.</p> -->
<p> Follow our Github repository <br> <a class="github-button" href="https://github.com/UCLA-DM" aria-label="Follow @UCLA-DM on GitHub">Follow @UCLA-DM</a>
</p>
</section>
<section class="col-lg-4">
<h5>Contact Us</h5>
<address>
<strong>Email: </strong>
<a href="mailto:#">yzsun@cs.ucla.edu</a>
<br>
<strong>Twitter: </strong>
<a href="https://twitter.com/YizhouSun?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="normal" data-show-screen-name="false" data-show-count="false">Follow @YizhouSun</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</address>
</section>
</div>
<p> <b>The design and template of this website are adapted from <a href="https://www.uclaml.org">UCLA Artificial General Intelligence Lab</a>.</b> </p>
<p>©Copyright 2022 UCLA Data Mining Lab. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- Core JavaScript Files -->
<script src="script/jquery.min.js"></script>
<script src="script/bootstrap.min.js"></script>
<script src="script/jquery.easing.min.js"></script>
<script src="script/jquery.scrollTo.js"></script>
<script src="script/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="script/custom.js"></script>
</body>
</html>