-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
827 lines (751 loc) · 48.1 KB
/
index.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
<!DOCTYPE HTML>
<!--
Ruifei He's Personal website
-->
<html>
<head>
<title>Ruifei He's Personal website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/avatar.jpg" alt="" height="110" width="110" /></a>
<h1>
<strong>Ruifei He (何睿飞)</strong> <br />
Ph.D. Candidate in HKU</br>
Major: Computer Vision<br />
<!-- Advisor: <a href="https://person.zju.edu.cn/en/yongliu#837138">Prof. Yong Liu</a> -->
Advisor: <a href="https://xjqi.github.io/">Prof. Xiaojuan Qi</a>
</h1>
</div>
<style>
li {
list-style-type: none;
}
</style>
<ul>
<li><a href="#top" class="small button"><strong>About</strong></a></li>
<li><a href="#two" class="small button"><strong>Publication</strong></a></li>
<li><a href="#three" class="small button"><strong>TA</strong></a></li>
<li><a href="#four" class="small button"><strong>Coursework</strong></a></li>
<li><a href="#five" class="small button"><strong>News!</strong></a></li>
</ul>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h1>About</h1>
<h3><a href="pdfs/CV_Ruifei He.pdf">CV</a> </h3>
<!-- <h3><a href="pdfs/Research_Statement.pdf">Research Statement</a></h3> -->
</header>
<p>
I'm currently a fourth-year Ph.D. student at the University of Hong Kong, advised by <a href="https://xjqi.github.io/">Prof. Xiaojuan Qi</a>. Before that, I obtained my B.Eng. degree (Ranked <strong>3/153</strong>, GPA <strong>3.95/4.0 </strong> or <strong>91.25/100</strong>) in Automation at Zhejiang University (2021) supervised by <a href="https://person.zju.edu.cn/en/yongliu#837138">Prof. Yong Liu</a>, and I was also at <a href="http://ckc.zju.edu.cn/ckcen/main.psp">Chu Kochen Honors College's </a>mixed class.
</p>
<p>
My research interest lies in the wild areas of artificial intelligence and computer vision, with a focus on <strong>data-centric/efficient learning (e.g. synthetic/generative data, mixing multi-modal data, and semi-supervised learning)</strong> for computer vision tasks. During my Ph.D. study, I have been fortunate to intern at ByteDance AI Lab, advised by <a href="https://songbai.site/">Song Bai</a>.
</p>
<p>
I'm currently seeking full-time opportunities starting in Summer 2025, please feel free to reach out if you have any openings!
</p>
<ul class="actions">
<li><a href="#two" class="button">Learn More</a></li>
</ul>
</section>
<!-- Two -->
<!--
<section id="two">
<h1>Recent work</h1>
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/01.jpg" class="image fit thumb"><img src="images/thumbs/01.jpg" alt="" /></a>
<h3>Magna sed consequat tempus</h3>
<p>Lorem ipsum dolor sit amet nisl sed nullam feugiat.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/02.jpg" class="image fit thumb"><img src="images/thumbs/02.jpg" alt="" /></a>
<h3>Ultricies lacinia interdum</h3>
<p>Lorem ipsum dolor sit amet nisl sed nullam feugiat.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/03.jpg" class="image fit thumb"><img src="images/thumbs/03.jpg" alt="" /></a>
<h3>Tortor metus commodo</h3>
<p>Lorem ipsum dolor sit amet nisl sed nullam feugiat.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/04.jpg" class="image fit thumb"><img src="images/thumbs/04.jpg" alt="" /></a>
<h3>Quam neque phasellus</h3>
<p>Lorem ipsum dolor sit amet nisl sed nullam feugiat.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/05.jpg" class="image fit thumb"><img src="images/thumbs/05.jpg" alt="" /></a>
<h3>Nunc enim commodo aliquet</h3>
<p>Lorem ipsum dolor sit amet nisl sed nullam feugiat.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/fulls/06.jpg" class="image fit thumb"><img src="images/thumbs/06.jpg" alt="" /></a>
<h3>Risus ornare lacinia</h3>
<p>Lorem ipsum dolor sit amet nisl sed nullam feugiat.</p>
</article>
</div>
<ul class="actions">
<li><a href="#" class="button">Full Portfolio</a></li>
</ul>
</section>
-->
<!-- my added Two -->
<section id="two">
<h1>Selected Publication</h1>
<div class="row homepage-row">
<div class="pub-img">
<img src="images/synthetic.png" height="200" width="600">
</div>
<div class="pub-content">
<div>
<div class="pub-title" , style="white-space:nowrap;"><strong>Is synthetic data from generative models ready for image recognition?</strong></div>
<div style="white-space:nowrap;">
<strong>Ruifei He</strong>, Shuyang Sun, Xin Yu, Chuhui Xue, Wenqing Zhang, Philip Torr, Song Bai, Xiaojuan Qi.
</div>
<div style="white-space:nowrap;">
International Conference on Learning Representations (<strong>ICLR</strong>), 2023.
</div>
<div style="color:red;">
Spotlight
</div>
<div>
[<a href="https://openreview.net/pdf?id=nUmCcZ5RKF">paper</a>]
[<a href="https://github.com/CVMI-Lab/SyntheticData">code</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/KDEP.png" height="240" width="700">
</div>
<div class="pub-content">
<div>
<div class="pub-title" , style="white-space:nowrap;"><strong>Knowledge Distillation as
Efficient Pre-training: Faster Convergence, Higher Data-efficiency, and Better Transferability.</strong></div>
<div style="white-space:nowrap;">
<strong>Ruifei He</strong>, Shuyang Sun, Jihan Yang, Song Bai, Xiaojuan Qi.
</div>
<div style="white-space:nowrap;">
IEEE Conference on Computer Vision and Pattern Recognition (<strong>CVPR</strong>), 2022.
</div>
<div>
[<a href="https://arxiv.org/pdf/2203.05180">paper</a>]
[<a href="https://github.com/CVMI-Lab/KDEP">code</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/DARS.png" height="240" width="700">
</div>
<div class="pub-content">
<div>
<div class="pub-title" , style="white-space:nowrap;"><strong>Re-distributing Biased Pseudo Labels in Self-training for Semi-supervised Semantic Segmentation.</strong></div>
<div style="white-space:nowrap;">
<strong>Ruifei He</strong>, Jihan Yang, Xiaojuan Qi.
</div>
<div style="white-space:nowrap;">
IEEE International Conference on Computer Vision (ICCV), 2021.
</div>
<div style="color:red;">
Oral (3.4% acceptance rate)
</div>
<div>
[<a href="https://arxiv.org/pdf/2211.15846">paper</a>]
[<a href="https://github.com/kevin-ssy/LUMix">code</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/v2a.png" height="300" width="600">
</div>
<div class="pub-content">
<div>
<div class="pub-title" , style="white-space:nowrap;"><strong>Multi-Modal Controllable Video-to-Audio Generation.</strong></div>
<div style="white-space:nowrap;">
<strong>Ruifei He</strong>, Chuhui Xue, Wenqing Zhang, Yingchen Yu, Zhengzhe Liu, Song Bai, Xiaojuan Qi.
</div>
<div style="white-space:nowrap;">
Under review, 2024.
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/mc-moe.png" height="250" width="750">
</div>
<div class="pub-content">
<div>
<div class="pub-title" , style="white-space:nowrap;"><strong>MC-MoE: Mixture Compressor for Mixture-of-Experts LLMs Gains More.</strong></div>
<div style="white-space:nowrap;">
Wei Huang, Yue Liao, Jianhui Liu, <strong>Ruifei He</strong>, Haoru Tan, Shiming Zhang, Hongsheng Li, Si Liu, Xiaojuan Qi.
</div>
<div style="white-space:nowrap;">
Under review, 2024.
</div>
<div>
[<a href="https://arxiv.org/pdf/2410.06270">paper</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/bias.png" height="200" width="750">
</div>
<div class="pub-content">
<div>
<div class="pub-title" , style="white-space:nowrap;"><strong>Debiasing Text-to-Image Diffusion Models.</strong></div>
<div style="white-space:nowrap;">
<strong>Ruifei He</strong>, Chuhui Xue, Haoru Tan, Wenqing Zhang, Yingchen Yu, Song Bai, Xiaojuan Qi.
</div>
<div style="white-space:nowrap;">
Proceedings of the 1st ACM Multimedia Workshop on Multi-modal Misinformation Governance in the Era of Foundation Models
<br> (<strong>ACM MM Workshop</strong>), 2024.
</div>
<div>
[<a href="https://dl.acm.org/doi/abs/10.1145/3689090.3689387">paper</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/vertical.png" height="250" width="500">
</div>
<div class="pub-content">
<div>
<div class="pub-title" , style="white-space:nowrap;"><strong>Vertical Layering of Quantized
Neural Networks for Heterogeneous Inference.</strong></div>
<div style="white-space:nowrap;">
Hai Wu, <strong>Ruifei He</strong>, Haoru Tan, Xiaojuan Qi, Kaibin Huang.
</div>
<div style="white-space:nowrap;">
IEEE Transactions on Pattern Analysis and Machine Intelligence (<strong>TPAMI</strong>), 2023.
</div>
<div>
[<a href="https://arxiv.org/pdf/2212.05326">paper</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/lumix.png" height="240" width="700">
</div>
<div class="pub-content">
<div>
<div class="pub-title" , style="white-space:nowrap;"><strong>LUMix:
Improving Mixup by Better Modelling Label Uncertainty.</strong></div>
<div style="white-space:nowrap;">
Shuyang Sun, Jie-Neng Chen, <strong>Ruifei He</strong>, Alan Yuille, Philip Torr, Song Bai.
</div>
<div style="white-space:nowrap;">
IEEE International Conference on Acoustics, Speech and Signal Processing (<strong>ICASSP</strong>), 2022.
</div>
<div>
[<a href="https://arxiv.org/pdf/2211.15846">paper</a>]
[<a href="https://github.com/kevin-ssy/LUMix">code</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/optical_flow.png" height="250" width="650">
</div>
<div class="pub-content">
<div>
<div class="pub-title" , style="white-space:nowrap;"><strong>Learning by Analogy: Reliable Supervision from Transformations for Unsupervised Optical Flow Estimation.</strong></div>
<div style="white-space:nowrap;">
Liang Liu, Jiangning Zhang, <strong>Ruifei He</strong>, Yong Liu, Yabiao Wang, Ying Tai, Donghao Luo, Chengjie Wang, Jilin Li, Feiyue Huang.
</div>
<div style="white-space:nowrap;">
IEEE Conference on Computer Vision and Pattern Recognition (<strong>CVPR</strong>), 2020.
</div>
<div>
[<a href="https://arxiv.org/pdf/2003.13045.pdf">paper</a>]
[<a href="https://github.com/lliuz/ARFlow">code</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/edge.png" height="180" width="450">
</div>
<div class="pub-content">
<div>
<div class="pub-title"><strong>Research on artificial intelligence algorithm of edge computing.</strong></div>
<div>Co-work with Zizhang Li and Jintao Lu</div>
<div>
[<a href="https://github.com/RuiFeiHe/Course_work_Bank/blob/master/edge_computing.pdf">report</a>]
[<a href="https://github.com/RuiFeiHe/Course_work_Bank/blob/master/edge_computing.ppt">slides</a>]
</div>
</div>
</div>
</div>
</section>
<section id="three">
<h1>Teaching Assistant</h1>
ELEC6604 Neural networks, fuzzy systems and genetic algorithms, 2024~2025
<br>
ELEC8108 Deep learning and applications, 2022~2024
<br>
ENGG1310 Electricity and electronics, 2021~2022
</section>
<!-- my added Three -->
<section id="four">
<h1>Undergraduate Course Projects</h1>
<p><strong>These projects mainly represent my undergraduate work.</strong></p>
<div class="row homepage-row">
<div class="pub-img">
<img src="images/VROOM.png" height="200" width="450">
</div>
<div class="pub-content">
<div>
<div class="pub-title"><strong>VROOM: Interactive rendering virtual environment with binocular vision.</strong></div>
<div>Course Project, CS 21120970 Mixed Reality, 2019 Winter. Instructor: <a href="https://person.zju.edu.cn/en/0093140#877683">Prof. Hujun Bao</a></div>
<div>
[<a href="https://youtu.be/lPWbokYvWAI">demo</a>]
[<a href="https://github.com/RuiFeiHe/VROOM">code</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/Eigenface_new.png" height="220" width="450">
</div>
<div class="pub-content">
<div>
<div class="pub-title"><strong>Eigenface: face recognition and rebuild using Eigenvalue decomposition.</strong></div>
<div>Course Project, CS 21191070 Computer Vision, 2019 Winter. Instructor: <a href="https://person.zju.edu.cn/en/msong#669081">Prof. Mingli Song</a></div>
<div>
[<a href="https://github.com/RuiFeiHe/Eigenface">code</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/math_model_new.png" height="140" width="450">
</div>
<div class="pub-content">
<div>
<div class="pub-title"><strong>Research on where to build charging stations and the quantity of charging piles.</strong></div>
<div>Co-work with Jintao Lu and Yuheng Zha</div>
<div>Course Project, EE 68190140 Mathematical Modeling & Simulating, 2019 Spring. Instructor: <a href="https://person.zju.edu.cn/en/jchen#772572">Prof. Jian Chen</a></div>
<div>
[<a href="https://github.com/RuiFeiHe/Course_work_Bank/blob/master/%E6%95%B0%E5%AD%A6%E5%BB%BA%E6%A8%A1%E6%8A%A5%E5%91%8A.pdf">report</a>]
[<a href="https://github.com/RuiFeiHe/Course_work_Bank/blob/master/%E6%95%B0%E5%AD%A6%E5%BB%BA%E6%A8%A1ppt.pptx">slides</a>]
</div>
</div>
</div>
</div>
<hr />
<div class="row homepage-row">
<div class="pub-img">
<img src="images/RobotNavigation.png" height="220" width="450">
</div>
<div class="pub-content">
<div>
<div class="pub-title"><strong>Robot Navigation: Augmented A* with feedback control.</strong></div>
<div>Co-work with Anqiao Li</div>
<div>Course Project, EE 86120080 Robotics, 2019 Fall. Instructor: <a href="https://person.zju.edu.cn/en/rongxiong#776514">Prof. Rong Xiong</a></div>
<div>
[<a href="https://youtu.be/lWqCUu9p5zg">demo</a>]
[<a href="https://github.com/RuiFeiHe/RobotNavigation">code</a>]
</div>
</div>
</div>
</div>
</section>
<!-- my added Four -->
<section id="five">
<h1>News!</h1>
<div class="field field-name-body field-type-text-with-summary field-label-hidden">
<div class="field-items">
<div class="field-item even" property="content:encoded">
<h3>Ph.D. Journey</h3>
<ul>
<li>Starting from Sept. 2021, I have been awarded the Hong Kong PhD Fellowship (<strong>HKPFS</strong>) and the HKU Presidential PhD Scholarship (<strong>HKU-PS</strong>) and pursuing my Ph.D. in <a href="https://labhku.github.io/">CVMI Lab</a>, The University of Hong Kong, advised by <a href="https://xjqi.github.io/">Prof. Xiaojuan Qi</a>. </li>
</ul>
</div>
</div>
<div class="field field-name-body field-type-text-with-summary field-label-hidden">
<div class="field-items">
<div class="field-item even" property="content:encoded">
<h3>Slides from recent talk</h3>
<ul>
<li><a href="https://github.com/RuiFeiHe/Course_work_Bank/blob/master/ofa.pptx" rel="nofollow">"Application Of Optical Flow"</a></li>
</ul>
</div>
</div>
<div class="field field-name-body field-type-text-with-summary field-label-hidden">
<div class="field-items">
<div class="field-item even" property="content:encoded">
<h3>Language test</h3>
<ul>
<li>My TOEFL scores (test date--8th December, 2019): 109 (R30 L29 S24 W26)</li>
</ul>
</div>
</div>
</section>
<!-- Four -->
<!--
<section id="four">
<h2>Elements</h2>
<section>
<h4>Text</h4>
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
<hr />
<header>
<h4>Heading with a Subtitle</h4>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<header>
<h5>Heading with a Subtitle</h5>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<hr />
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
<hr />
<h5>Blockquote</h5>
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
<h5>Preformatted</h5>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</section>
<section>
<h4>Lists</h4>
<div class="row">
<div class="col-6 col-12-xsmall">
<h5>Unordered</h5>
<ul>
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Sagittis adipiscing lorem eleifend.</li>
<li>Felis enim feugiat dolore viverra.</li>
</ul>
<h5>Alternate</h5>
<ul class="alt">
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Sagittis adipiscing lorem eleifend.</li>
<li>Felis enim feugiat dolore viverra.</li>
</ul>
</div>
<div class="col-6 col-12-xsmall">
<h5>Ordered</h5>
<ol>
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Etiam vel felis at lorem sed viverra.</li>
<li>Felis enim feugiat dolore viverra.</li>
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Etiam vel felis at lorem sed viverra.</li>
<li>Felis enim feugiat dolore viverra.</li>
</ol>
<h5>Icons</h5>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon brands fa-tumblr"><span class="label">Tumblr</span></a></li>
</ul>
</div>
</div>
<h5>Actions</h5>
<ul class="actions">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions small">
<li><a href="#" class="button primary small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<div class="row">
<div class="col-6 col-12-small">
<ul class="actions stacked">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
</div>
<div class="col-6 col-12-small">
<ul class="actions stacked">
<li><a href="#" class="button primary small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
</div>
<div class="col-6 col-12-small">
<ul class="actions stacked">
<li><a href="#" class="button primary fit">Default</a></li>
<li><a href="#" class="button fit">Default</a></li>
</ul>
</div>
<div class="col-6 col-12-small">
<ul class="actions stacked">
<li><a href="#" class="button primary small fit">Small</a></li>
<li><a href="#" class="button small fit">Small</a></li>
</ul>
</div>
</div>
</section>
<section>
<h4>Table</h4>
<h5>Default</h5>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h5>Alternate</h5>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h4>Buttons</h4>
<ul class="actions">
<li><a href="#" class="button primary">Primary</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button large">Large</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions fit">
<li><a href="#" class="button primary fit">Fit</a></li>
<li><a href="#" class="button fit">Fit</a></li>
</ul>
<ul class="actions fit small">
<li><a href="#" class="button primary fit small">Fit + Small</a></li>
<li><a href="#" class="button fit small">Fit + Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button primary icon solid fa-download">Icon</a></li>
<li><a href="#" class="button icon solid fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button primary disabled">Primary</span></li>
<li><span class="button disabled">Default</span></li>
</ul>
</section>
<section>
<h4>Form</h4>
<form method="post" action="#">
<div class="row gtr-uniform gtr-50">
<div class="col-6 col-12-xsmall">
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name" />
</div>
<div class="col-6 col-12-xsmall">
<input type="email" name="demo-email" id="demo-email" value="" placeholder="Email" />
</div>
<div class="col-12">
<select name="demo-category" id="demo-category">
<option value="">- Category -</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
<div class="col-4 col-12-small">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low Priority</label>
</div>
<div class="col-4 col-12-small">
<input type="radio" id="demo-priority-normal" name="demo-priority">
<label for="demo-priority-normal">Normal Priority</label>
</div>
<div class="col-4 col-12-small">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High Priority</label>
</div>
<div class="col-6 col-12-small">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy of this message</label>
</div>
<div class="col-6 col-12-small">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">I am a human and not a robot</label>
</div>
<div class="col-12">
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
<section>
<h4>Image</h4>
<h5>Fit</h5>
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-12"><span class="image fit"><img src="images/fulls/05.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/thumbs/01.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/thumbs/02.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/thumbs/03.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/thumbs/04.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/thumbs/05.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/thumbs/06.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/thumbs/03.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/thumbs/02.jpg" alt="" /></span></div>
<div class="col-4"><span class="image fit"><img src="images/thumbs/01.jpg" alt="" /></span></div>
</div>
</div>
<h5>Left & Right</h5>
<p><span class="image left"><img src="images/avatar.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
<p><span class="image right"><img src="images/avatar.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
</section>
</section>
-->
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/RuiFeiHe" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://scholar.google.com/citations?user=P7IL0hkAAAAJ" class="icon brands fa-google"><span class="label"></span></a></li>
</ul>
<ul class="copyright">
<li><strong>Attached files:</strong></li>
<li>Curriculum vitae: <a href="pdfs/CV_Ruifei He.pdf">pdf</a></li>
<!-- <li>Research statement: <a href="pdfs/Research_Statement.pdf">pdf</a></li> -->
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>