-
Notifications
You must be signed in to change notification settings - Fork 1
/
people.html
681 lines (612 loc) · 28.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
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LUKA@USC Comp Sci</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Language Understanding and Knowledge Acquisition Lab, LUKA @ USC">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<script src="./js/w3data.js"></script>
</head>
<body>
<div class="container">
<div w3-include-html="./src/header.html" id="common_header"></div>
<hr>
<div class="row-fluid">
<div class="span3 bs-docs-sidebar" id="navparent">
<ul class="nav nav-list bs-docs-sidenav" data-spy="affix" data-offset-top="200" data-offset-bottom="260">
<li><a href="#principalinvestigator">Principal Investigator</a></li>
<li><a href="#graduate">Current Members</a></li>
<li><a href="#visitor">Visiting Scholars</a></li>
<li><a href="#alumni">Alumni</a></li>
<li><a href="#past">Past Visitors</a></li>
</ul>
</div>
<div class="span9">
<section id="principalinvestigator">
<div class="page-header">
<h3>Principal Investigator</h3>
</div>
<div class="row-fluid">
<div class="span3">
<a href="https://muhaochen.github.io/" class="thumbnail">
<img src="./img/kemper_courtyard.png"/>
</a>
</div>
<div class="span9">
<h4><a href="https://muhaochen.github.io/">Muhao Chen</a></h4>
<p>Assistant Professor of Computer Science</p>
<p>Ph.D., Computer Science, UCLA 2019</p>
<p>B.S., Computer Science, Fudan Univ. 2014</p>
<p><b>Email: </b><a href="mailto:[email protected]">[email protected]</a></p>
<p><b><a href="https://muhaochen.github.io/">Homepage</a>, <a href="https://muhaochen.github.io/index_files/Muhao%20Chen_CV.pdf">CV</a>, <a href="https://scholar.google.com/citations?user=k79yEZkAAAAJ&hl=en">Google Scholar</a>, <a href="https://twitter.com/muhao_chen">Twitter</a></b></p>
</div>
</div>
</section>
<hr>
<section id="graduate">
<div class="page-header">
<h3>Current Members</h3>
</div>
<div class="row-fluid">
<div class="span3">
<a href="https://jyhuang36.github.io/" class="thumbnail">
<img src="./img/jyhuang_big_brother.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="https://jyhuang36.github.io/">James Y. Huang</a></h4>
<p>Ph.D. Student, Computer Science</p>
<p><b>Email: </b><a href="mailto:[email protected]">[email protected]</a></p>
<p><b><a href="https://jyhuang36.github.io/">Homepage</a>, <a href="https://scholar.google.com/citations?user=8-4RhoQAAAAJ&hl=en">Google Scholar</a></b></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="https://feiwang96.github.io/" class="thumbnail">
<img src="./img/feiwang.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="https://feiwang96.github.io/">Fei Wang</a></h4>
<p>Ph.D. Candidate, Computer Science</p>
<P>Amazon ML Fellowship</p>
<p>Annenberg Ph.D. Fellow</p>
<p>CSCI Best Research Award 2022</p>
<p>The <a href="https://www.cs.usc.edu/academic-programs/masters/cs_ms_honors/">Viterbi Honors Program (Fall 2020)</a></p>
<p><b>Email: </b><a href="[email protected]">[email protected]</a></p>
<p><b><a href="https://feiwang96.github.io/">Homepage</a>, <a href="https://scholar.google.com/citations?user=N1O2KT8AAAAJ&hl=en">Google Scholar</a></b></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="https://scholar.google.com/citations?user=UcegV-cAAAAJ&hl=en" class="thumbnail">
<img src="./img/quirk.png"/>
</a>
</div>
<div class="span9">
<h4><a href="https://scholar.google.com/citations?user=UcegV-cAAAAJ&hl=en">Bangzheng Li</a></h4>
<p>Ph.D. Student, Computer Science</p>
<p>Provost's Ph.D. Fellow</p>
<p><b><a href="https://scholar.google.com/citations?user=UcegV-cAAAAJ&hl=en">Google Scholar</a></b></p>
<p><b><a href="https://bangzheng.me/">Homepage</a>, <a href="https://scholar.google.com/citations?hl=en&user=UcegV-cAAAAJ">Google Scholar</a></b></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="https://scholar.google.com/citations?user=UcegV-cAAAAJ&hl=en" class="thumbnail">
<img src="./img/nancy.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="https://scholar.google.com/citations?user=iysoxM4AAAAJ&hl=en">Nan (Nancy) Xu</a></h4>
<p>Ph.D. Student, Computer Science.</p>
<p><b><a href="https://scholar.google.com/citations?user=iysoxM4AAAAJ&hl=en">Google Scholar</a></b></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="https://scholar.google.com/citations?user=dApKnRkAAAAJ" class="thumbnail">
<img src="./img/qin.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="https://scholar.google.com/citations?user=dApKnRkAAAAJ">Qin Liu</a></h4>
<p>Ph.D. Student, Computer Science</p>
<p>USC Ph.D. Fellowship</p>
<p><b><a href="https://scholar.google.com/citations?user=dApKnRkAAAAJ&hl=zh-CN">Google Scholar</a></b></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="https://tenghaohuang.github.io/website/" class="thumbnail">
<img src="./img/tenghao.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Tenghao Huang</a></h4>
<p>Ph.D. Student, Computer Science.</p>
<p>Viterbi Ph.D. Fellow</p>
<p><b><a href="https://tenghaohuang.github.io/website/">Homepage</a></b></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="https://yb-z.github.io/" class="thumbnail">
<img src="./img/yubo.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Yubo Zhang</a></h4>
<p>Ph.D. Student, Computer Science. (Co-advised with Jieyu Zhao)</p>
<p><b><a href="https://yb-z.github.io/">Homepage</a></b></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="#" class="thumbnail">
<img src="./img/hadi.jpeg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Hadi Askari</a></h4>
<p>Ph.D. Student, Computer Science.</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="#" class="thumbnail">
<img src="./img/dongwon.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Dongwon Jung</a></h4>
<p>Ph.D. Student, Computer Science.</p>
<p><b><a href="https://jungdongwon.github.io/">Homepage</a></b></p>
</div>
</div>
<div class="row-fluid">
<div class="span3">
<a href="#" class="thumbnail">
<img src="./img/yellow_cap.jfif"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Jacky Mo</a></h4>
<p>Ph.D. Student, Computer Science (Co-advised with Zhe Zhao)</p>
<p><a href="https://viterbiundergrad.usc.edu/research/curve/">CURVE Fellowship 2023</a></p>
<p><a href="https://undergrad.usc.edu/experience/research/undergrad_research/">Provost's Research Fellowship 2023</a></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="https://rakanwen.github.io/" class="thumbnail">
<img src="./img/rakan-pic-2.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="https://rakanwen.github.io/">Xiaofei Wen</a></h4>
<p>Ph.D. Student, Computer Science</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="#" class="thumbnail">
<img src="./img/school0.png"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Rui Cai</a></h4>
<p>Ph.D. Student, Computer Science (Co-advised with Zhe Zhao)</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="#" class="thumbnail">
<img src="./img/tianyi.jfif"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Tianyi (Lorena) Yan</a></h4>
<p>Undergraduate Student, Computer Science</p>
<p><a href="https://viterbiundergrad.usc.edu/research/curve/">CURVE Fellowship 2023</a></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="#" class="thumbnail">
<img src="./img/boba.png"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Terry Tong</a></h4>
<p>Undergraduate Student, Computer Science</p>
<p><a href="https://urc.ucdavis.edu/PUF">Provost's Fellowship 2024</a></p>
</div>
</div>
<hr>
</section>
<hr>
<section id="visitor">
<div class="page-header">
<h3>Visiting Scholars/Students</h3>
</div>
<div class="row-fluid">
<div class="span3">
<a href="#" class="thumbnail">
<img src="./img/nike0.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Jialiang Gu</a></h4>
<p>Undergraduate Student, Wuhan University</p>
<p><a href="https://great.ucdavis.edu/">Great Program 2024</a></p>
</div>
</div>
<hr>
</section>
<section id="animals">
<div class="page-header">
<h3>Animal Friends</h3>
</div>
<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/lucky.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Lucky</a></h4>
<p>Lilac golden British shorthair cat</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/mongosteen.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Mongosteen</a></h4>
<p>Just a cat</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/xudabao.JPG"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Dabao Xu</a></h4>
<p>Silver shaded British shorthair schweine</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/targali.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Targa Li</a></h4>
<p>Lilac golden British longhair cat</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/littletv.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Infinite TV</a></h4>
<p>Phodopus roborovskii agoutis</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="# class="thumbnail">
<img src="./img/pets/yukimaru.png"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Yukimaru</a></h4>
<p>Phodopus roborovskii platinum</p>
</div>
</div>
<hr>
<hr>
</section>
<section id="alumni">
<div class="page-header">
<h3>Alumni</h3>
</div>
<div class="row-fluid">
<div class="span3">
<a href="https://wzhouad.github.io/" class="thumbnail">
<img src="./img/zhouwenx.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="https://wzhouad.github.io/">Wenxuan Zhou</a></h4>
<p>Ph.D. in Computer Science, USC</p>
<p><b>Email: </b><a href="mailto:[email protected]">[email protected]</a></p>
<p><b><a href="https://wzhouad.github.io/">Homepage</a>, <a href="https://scholar.google.com/citations?user=HHvcwrIAAAAJ&hl=en">Google Scholar</a></b></p>
<p>>>> Research Scientist at Zoom AI</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="https://proska.github.io/" class="thumbnail">
<img src="./img/ehsan.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="https://proska.github.io/">Ehsan (Eric) Qasemi</a></h4>
<p>Ph.D. in Computer Science, USC (Co-advised with <a href="https://usc-isi-i2.github.io/szekely/">Pedro Szekely</a>)</p>
<p><b>Email: </b><a href="mailto:[email protected]">[email protected]</a></p>
<p><b><a href="https://proska.github.io/">Homepage</a>, <a href="http://scholar.google.com/citations?user=2snRpBQAAAAJ&hl=en">Google Scholar</a></b></p>
<p>>>> ML Scientist at Oracle Cloud</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span3">
<a href="#" class="thumbnail">
<img src="./img/peifeng.jpg"/>
</a>
</div>
<div class="span9">
<h4><a href="#">Peifeng Wang</a></h4>
<p>Ph.D. in Computer Science, USC. (Co-advised with <a href="https://shanzhenren.github.io/">Xiang Ren</a>)</p>
<p>>>> Research Scientist at Salesforce</p>
</div>
</div>
<hr>
</section>
<section id="past">
<div class="page-header">
<h3>Past Members / Visitors</h3>
</div>
<hr>
<div class="row-fluid">
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/vgraf.jpg"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Victoria Graf</a></h4>
<p>Undergraduate Student, Computer Science, Princeton</p>
<p><a href="https://viterbischool.usc.edu/sure/">Viterbi SURE Program</a></p>
<p>>>> Ph.D. Student at UW Seattle.</p>
</div>
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/question0.jpg"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Mihir Kulkarni</a></h4>
<p>Undergraduate Student, Penn State</p>
<p>NSF REU 2023</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/tianqing.jpeg"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Tianqing Fang</a></h4>
<p>PhD Student, Computer Science, HKUST</p>
<p>Visiting PhD Student</p>
<p>>>> Postdoc at UCLA</p>
</div>
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/keming.jpg"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Keming (Luke) Lu</a></h4>
<p>M.S. Student, Industrial & System Engineering, USC</p>
<p>>>> Research Scientist at DAMO Academy</p>
<p><b><a href="https://scholar.google.com/citations?user=WuD2op4AAAAJ&hl=en">Google Scholar</a></b></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/tanay.jpg"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Tanay Dixit</a></h4>
<p>Undergraduate, Computer Science, IIT Madras</p>
<p>NSF REU 2022</p>
<p>>>> M.S. Student at UIUC</p>
</div>
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/amani.jpg"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Amani Maina-Kilaas</a></h4>
<p>Undergraduate, Computer Science, Harvey Mudd College</p>
<p>NSF REU 2022</p>
<p>>>> Ph.D. Student at MIT. Hertz Fellowship 2024.</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/Shikhar_photo.png"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Shikhar Singh</a></h4>
<p>M.S. Student, Computer Science, USC</p>
<p><b>Email: </b><a href="[email protected]">[email protected]</a></p>
<p><b><a href="https://scholar.google.com/citations?user=4lf0UeoAAAAJ&hl=en">Google Scholar</a></b></p>
</div>
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/phone.png"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Mingtao Dong</a></h4>
<p>Undergraduate Student, Computer Science, USC</p>
<p><a href="https://undergrad.usc.edu/experience/research/undergrad_research/">Provost's Research Fellowship</a></p>
<p><b>Email: </b><a href="[email protected]">[email protected]</a></p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/great0.png"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Yiwei Wang</a></h4>
<p>PhD, Computer Science, NUS</p>
<p>Visiting Scholar</p>
<p>>>> Assistant Professor of CS at UC Merced</p>
</div>
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/headphone.jpg"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Devadutta Dash</a></h4>
<p>Undergraduate, Computer Science, IIT Varanasi</p>
<p><a href="https://viterbischool.usc.edu/globalization/viterbi-india/viterbi-iusstf/">Viterbi IUSSTF Program</a></p>
<p>>>> M.S. Student at UCSD</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/ramen.png"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Jiashu Xu</a></h4>
<p>Undergraduate Student, Computer Science, USC</p>
<p><a href="https://viterbiundergrad.usc.edu/research/curve/">CURVE Fellowship, 2021-2022</a></p>
<p>>>> M.S. Student at Harvard</p>
</div>
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/gold_chain.png"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Xiaocong Yang</a></h4>
<p>Undergraduate, Economics and Finance, THU</p>
<p>Visiting Undergraduate Student</p>
<p>>>> M.S. Student at UIUC</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/boba.png"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Zhewei Xu</a></h4>
<p>Undergraduate Student, Computer Science, USC</p>
<p><a href="https://viterbiundergrad.usc.edu/research/curve/">CURVE Fellowship, 2021-2022</a></p>
</div>
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/jihoon.jpg"/>
</a>
</div>
<div class="span4">
<h4><a href="https://sites.google.com/view/jihoonsohn">Jihoon Sohn</a></h4>
<p>Ph.D., Mathematics, USC</p>
<p><b><a href="https://sites.google.com/view/jihoonsohn">Homepage</a></b></p>
<p>>>> Assistant VP at Citi</p>
</div>
</div>
<hr>
<div class="row-fluid">
<div class="span2">
<a href="./img/shanxiu.jpg" class="thumbnail">
<img src="./img/shanxiu.jpg"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Shanxiu He</a></h4>
<p>Undergraduate, Computer Science, UCLA</p>
<p>USC ISI NLP Research Intership (Co-hosted with <a href="https://www.isi.edu/~jonmay/">Jon May</a>)</p>
<p>>>> Ph.D. Student at UCSB</p>
</div>
<div class="span2">
<a href="#" class="thumbnail">
<img src="./img/fan_dance.png"/>
</a>
</div>
<div class="span4">
<h4><a href="#">Yueguan Wang</a></h4>
<p>Undergraduate, Dept. of Automation, Tsinghua University</p>
<p><a href="https://viterbischool.usc.edu/usc-tsinghua-globalization/">USC-THU Summer Research Program</a></p>
<p>>>> M.S. Student at UTokyo</p>
</div>
</div>
<hr>
</section>
</div>
</div>
</div>
<div w3-include-html="./src/footer.html" id="common_footer"></div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script> w3IncludeHTML(include_callback); function include_callback() {$("#nav-people").addClass("active");}</script>
<script>
$(document).ready(function() {
$(document.body).scrollspy({
target: "#navparent"
});
});
</script>
</body>
</html>