-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathteam.html
867 lines (765 loc) · 38.5 KB
/
team.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
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<title>Gao's LAB</title>
<meta name="description" content="">
<link rel="alternate" type="application/rss+xml" href="/feed.xml">
<!-- Stylesheet -->
<link rel="stylesheet" href="/css/main.css" rel='stylesheet' type='text/css'>
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic' rel='stylesheet'
type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="img/small_logo.png">
</head>
<body data-spy="scroll" data-offset="80" data-target=".scrollspy" id="top">
<div class="navigation"></div>
<!-- Start Banner -->
<div id="hero-carousel" class="hero">
<div class="item"
style="background: url('img/team/team5.jpg') no-repeat; background-position: center; background-size: contain;">
<a href="" target="_blank">
<div class="hero-content">
<div class="container-fluid">
<div class="hero-content-inner">
<h1>Team Member</h1>
</div>
</div>
</div>
</a>
</div>
<div class="item"
style="background: url('img/team/team1.jpeg') no-repeat; background-position: center; background-size: contain;">
<a href="" target="_blank">
<div class="hero-content">
<div class="container-fluid">
<div class="hero-content-inner">
<h1>Team Member</h1>
</div>
</div>
</div>
</a>
</div>
<div class="item"
style="background: url('img/team/team2.jpeg') no-repeat; background-position: center; background-size: contain;">
<a href="" target="_blank">
<div class="hero-content">
<div class="container-fluid">
<div class="hero-content-inner">
<h1>Team Member</h1>
</div>
</div>
</div>
</a>
</div>
<div class="item"
style="background: url('img/team/team4.jpeg') no-repeat; background-position: center; background-size: contain;">
<a href="" target="_blank">
<div class="hero-content">
<div class="container-fluid">
<div class="hero-content-inner">
<h1>Team Member</h1>
</div>
</div>
</div>
</a>
</div>
</div>
<!-- End Banner -->
<div class="team top-container">
<div class="container-fluid">
<div class="post">
<!-- Faculty -->
<section>
<header>
<h3> Faculty </h3>
</header>
<hr />
<div class="row">
<div class="col-sm-6 col-md-4">
<div style="width: 100%;">
<a href="https://cs.hku.hk/people/academic-staff/gaosh">
<img class="photo" src="img/team/gaoshenghua.jpg">
</a>
<h4>
<a href="https://scholar.google.com.sg/citations?user=fe-1v0MAAAAJ&hl=en">
Shenghua Gao(高盛华)
</a>
</h4>
<small>Professor</small>
<br>
<small>ShanghaiTech University </small>
</div>
</div>
</div>
</section>
<!-- Researchers -->
<section>
<header>
<h3> Researchers </h3>
</header>
<hr />
<div class="row">
<div class="col-sm-6 col-md-4">
<div style="width: 100%;">
<img class="photo" src="img/team/lizhengxin.jpg">
<h4>
<a href="http://sist.shanghaitech.edu.cn/sist_en/2018/0817/c3909a31580/page.htm">
Zhengxin Li(厉征鑫)
</a>
</h4>
<small>Associate Researcher</small>
<br>
<small>ShanghaiTech University </small>
</div>
</div>
</div>
</section>
<!-- PhD Students -->
<section>
<header>
<h3> PhD Students </h3>
</header>
<hr />
<div class="row">
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/xiaoyuting.jpg">
<h4>
<a href="team/xiaoyt.html">
Yuting Xiao(肖宇廷)
</a>
</h4>
<small>2018 Class</small>
<br>
<small>ShanghaiTech University</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/xujiale.jpg">
<h4>
Jiale Xu(许家乐)
</h4>
<small>2019 Class</small>
<br>
<small>ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhaozb.jpeg">
<h4>
Zibo Zhao(赵子伯)
</h4>
<small>2019 Class</small>
<br>
<small>ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhongziming.png">
<h4>
Ziming Zhong(钟子明)
</h4>
<small>2020 Class</small>
<br>
<small>ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/default.jpeg">
<h4>
<!-- <a href="https://hbb1.github.io"> -->
Binbin Huang(黄彬彬)
<!-- </a> -->
</h4>
<small>2020 Class</small>
<br>
<small>ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/yanxinhao.jpg">
<h4>
Xinhao Yan(严新豪)
</h4>
<small>2021 Class</small>
<br>
<small> ShanghaiTech University </small>
</div>
</div>
</div>
</section>
<!-- Master Students -->
<section>
<header>
<h3> Master Students </h3>
</header>
<hr />
<div class="row">
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/yujinpeng.jpg">
<h4>
Jinpeng Yu(于劲鹏)
</h4>
<small>2021 Class</small>
<br>
<small> ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/wangchenyu.jpg">
<h4>
Chenyu Wang(王晨宇)
</h4>
<small>2021 Class</small>
<br>
<small> ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/wangruoyu.jpg">
<h4>
Ruoyu Wang(王若宇)
</h4>
<small>2021 Class</small>
<br>
<small> ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/dongsixun.jpg">
<h4>
Sixun Dong(董思勋)
</h4>
<small>2021 Class</small>
<br>
<small> ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/huhuazhang.jpg">
<h4>
Huazhang Hu(胡华章)
</h4>
<small>2021 Class</small>
<br>
<small> ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhaoyiqun.jpg">
<h4>
Yiqun Zhao(赵逸群)
</h4>
<small>2022 Class</small> <br>
<small> ShanghaiTech University </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/wangshuo.jpg">
<h4>
Shuo Wang(王硕)
</h4>
<small>2022 Class</small> <br>
<small> ShanghaiTech University </small>
</div>
</div>
<!--
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhangwenchao.jpeg">
<h4>
Wenchao Zhang(张文超)
</h4>
<small>2022 Class</small> <br>
<small> ShanghaiTech University </small>
</div>
</div> -->
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/xujingwei.jpg">
<h4>
Jingwei Xu(徐京伟)
</h4>
<small>2023 Class</small> <br>
<small> ShanghaiTech University </small>
<!-- <small>2022 Class</small> <br> -->
<!-- <small> ShanghaiTech University </small> -->
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/liushiyu.jpeg">
<h4>
Shiyu Liu(刘世宇)
</h4>
<small>2023 Class</small> <br>
<small> ShanghaiTech University </small>
<!-- <small>2022 Class</small> <br> -->
<!-- <small> ShanghaiTech University </small> -->
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/chenqianyu.jpeg">
<h4>
Qianyu Chen(陈虔羽)
</h4>
<small>2023 Class</small> <br>
<small> ShanghaiTech University </small>
<!-- <small>2022 Class</small> <br> -->
<!-- <small> ShanghaiTech University </small> -->
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/jinjiping.jpeg">
<h4>
Jiping Jin(金季平)
</h4>
<small>2023 Class</small> <br>
<small> ShanghaiTech University </small>
<!-- <small>2022 Class</small> <br> -->
<!-- <small> ShanghaiTech University </small> -->
</div>
</div>
</div>
</section>
<!-- <section>
<header>
<h3> Visiting Students </h3>
</header>
<hr />
<div class="row">
</div> -->
</section>
<!-- Alumni -->
<section>
<header>
<h3> Alumni </h3>
</header>
<hr />
<div class="row">
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/tangxu.jpg">
<h4>
<a href="https://tangxuvis.github.io">
Xu Tang(汤旭)
</a>
</h4>
<small>Master Student (2014 Class)</small>
<br>
<small>Baidu Research</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhangyingying.jpg">
<h4>
Yingying Zhang(张营营)
</h4>
<small>Master Student (2014 Class)</small>
<br>
<small>Hikvision Research Institute</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/wangzongwei.jpg">
<h4>
Zongwei Wang(王宗伟)
</h4>
<small>Master Student (2015 Class)</small>
<br>
<small>Alibaba Group</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/dongyanbing.jpg">
<h4>
Yanbing Dong(董艳兵)
</h4>
<small>Master Student (2015 Class)</small>
<br>
<small>MetaSOTA</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/wujunru.jpg">
<h4>
Junru Wu(吴俊儒)
</h4>
<small>Research Assistant (2016 ~ 2017)</small>
<br>
<small>Ph.D Candidate in TAMU</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/guzaiwang.jpg">
<h4>
<a href="https://guzaiwang.wixsite.com/homepage">
Zaiwang Gu(顾在旺)
</a>
</h4>
<small>Visiting Student (2017)</small>
<br>
<small>UBTech Research</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/hulina.jpg">
<h4>
Lina Hu(胡莉娜)
</h4>
<small>Master Student (2016 Class)</small>
<br>
<small>Telenav</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhengjia.jpg">
<h4>
<a href="http://bertjiazheng.github.io">
Jia Zheng(郑佳)
</a>
</h4>
<small>Master Student (2016 Class)</small>
<br>
<small>Manycore Tech Inc.</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/default.jpeg">
<h4>
Kun Huang(黄坤)
</h4>
<small>2013 Class</small>
<br>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/bining.jpg">
<h4>
Ning Bi(毕凝)
</h4>
<small>Research Assistant (2018 ~ 2019)</small>
<br>
<small>Ph.D student in University of Leeds</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/minjie.jpg">
<h4>
Jie Min(闵杰)
</h4>
<small>Research Assistant (2018 ~ 2019)</small>
<br>
<small>Master student in UPenn</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<a href="https://zachluo.github.io/">
<img class="photo" src="img/team/luoweixin.jpg">
</a>
<h4>
<a href="https://zachluo.github.io/">
Weixin Luo(罗伟鑫)
</a>
</h4>
<small>PhD Student (2015 Class)</small>
<br>
<small>Meituan</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<a href="team/xuyy.html">
<center>
<img class="photo" src="img/team/xuyanyu.jpg">
</center>
</a>
<h4>
<a href="team/xuyy.html">
Yanyu Xu(徐衍钰)
</a>
</h4>
<small>PhD Student (2015 Class)</small>
<br>
<small>Postdoc at A-star</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhangziheng.jpg">
<h4>
<a href="https://www.aiyoggle.me">
Ziheng Zhang(张子恒)
</a>
</h4>
<small>Master Student (2016 Class)</small>
<br>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhanghao.jpg">
<h4>
<a href="https://njuhaozhang.github.io/">
Hao Zhang(章浩)
</a>
</h4>
<small>Visiting Student </small>
<br>
<small>Guangdong University of Technology </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhanghuihong.jpg">
<h4>
Huihong Zhang(张慧红)
</h4>
<small>Visiting Student </small>
<br>
<small>University of the Chinese Academy of Sciences </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/piaozhx_5x7.jpg">
<h4>
Zhixin Piao(朴智新)
</h4>
<small>Master Student(2017 Class)</small>
<br>
<small>miHoYo</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/wangpeiyao.jpg">
<h4>
Peiyao Wang(王佩瑶)
</h4>
<small>Research Assistant</small>
<br>
<small>Ph.D. at Stony Brook University</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<a href="team/liandz.html">
<img class="photo" src="img/team/dongzelian.jpg">
</a>
<h4>
<a href="https://www.dongzelian.com/">
Dongze Lian(廉东泽)
</a>
</h4>
<small>PhD Student (2016 Class)</small>
<br>
<small>Postdoc at NUS</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<a href="team/liuwen.html">
<img class="photo" src="img/team/liuwen.jpg">
</a>
<h4>
<a href="team/liuwen.html">
Wen Liu(刘闻)
</a>
</h4>
<small>PhD Student (2016 Class)</small>
<br>
<small>Tencent</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/yuzehao.jpg">
<h4>
<a href="https://niujinshuchong.github.io/">
Zehao Yu(余泽浩)
</a>
</h4>
<small>Master Student (2018 Class)</small>
<br>
<small>PhD at University of Tübingen</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/chaizhenjie.jpg">
<h4>
Zhenjie Chai(柴振杰)
</h4>
<small>Master Student (2018 Class)</small>
<br>
<small> </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/hujunhao.jpg">
<h4>
Junhao Hu(胡俊豪)
</h4>
<small>2018 Class</small>
<br>
<small> </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/jinlei.jpg">
<h4>
Lei Jin(金磊)
</h4>
<small>2019 Class</small>
<br>
<small>ShanghaiTech University </small>
<br>
<small>Xiaohongshu</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/qianshenhan.jpg">
<h4>
<a href="https://shenhanqian.github.io">
Shenhan Qian(钱深瀚)
</a>
</h4>
<small>Master Student(2019 Class)</small>
<br>
<small>PhD student at TUM</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/default.jpeg">
<h4>
Xianing Chen(陈夏宁)
</h4>
<small>Master Student(2019 Class)</small>
<br>
<small>Huawei (Noah's Ark) </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/default.jpeg">
<h4>
<a href="https://zhoukang.pro/">
Kang Zhou(周康)
</a>
</h4>
<small>PhD Student(2017 Class)</small>
<br>
<small> Postdoc at CUHK </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/tuzhi.jpeg">
<h4>
Zhi Tu(涂治)
</h4>
<small> Reserach Assistant (2020~2021) </small>
<br>
<small> Master in USC </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/lijing.jpg">
<h4>
<a href="https://lijing1996.github.io/">
Jing Li(李晶)
</a>
</h4>
<small>PhD Student(2018 Class)</small>
<br>
<small>Xiaohongshu</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/zhiyihao.png">
<h4>
Yihao Zhi(智轶浩)
</h4>
<small>Master Student(2020 Class)</small>
<br>
<small>Phd student at CUHK(SZ) </small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/qianyicheng2.jpg">
<h4>
Yicheng Qian(钱一成)
</h4>
<small>Master Student(2020 Class)</small>
<br>
<small>Xiaohongshu</small>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div style="width: 100%;">
<img class="photo" src="img/team/wuxiaohan.jpg">
<h4>
Xiaohan Wu(吴笑寒)
</h4>
<small> Undergraduate(2019 class) </small>
<br>
<small> Master in U Penn</small>
</div>
</div>
</div>
<div class="row">
</div>
</section>
</div>
</div>
</div>
<div class="footer"></div>
<script src="/js/jquery.min.js"></script>
<script src="/js/all.min.js"></script>
<script>
$(document).ready(function () {
$(".footer").load("/common/footer.html");
$(".navigation").load("/common/navigation.html");
});
</script>
</body>
</html>