forked from jonbarron/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·93 lines (85 loc) · 3.85 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>weiheng-liu</title>
<meta name="author" content="Jon Barron">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table
style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table
style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p class="name" style="text-align: center;">
Weiheng Liu
</p>
<p>I'm currently a senior undergraduate student at <a href="https://ev.buaa.edu.cn/">Beihang University</a> in Beijing. I will soon begin a joint Ph.D. program
at <a href="http://english.ia.cas.cn/">Institute of Automation, Chinese Academy of Sciences (CASIA)</a> and the
<a href="https://www.baai.ac.cn/english.html">Beijing Academy of Artificial Intelligence (BAAI)</a>, co-advised by <a href="https://hughw19.github.io/">Prof. He Wang</a> and
<a href="https://people.ucas.ac.cn/~zhaodongbin?language=en">Prof. Dongbin Zhao</a>. My research interests focus on Embodied AI and Robot Learning.
</p>
<p style="text-align:center">
<a href="mailto:weihliu2002@gmail.com">Email</a> weihliu2002@gmail.com
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/WeihengLiu_1.jpg"><img
style="width:100%;max-width:100%;object-fit: cover; border-radius: 50%;" alt="profile photo"
src="images/WeihengLiu_1.jpg" class="hoverZoomLink"></a>
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tbody>
<tr>
<td>
<h2>🎓 Educations</h2>
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="0" cellpadding="20">
<tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle"><img src="images/Beihang_University_Logo.svg.png" alt="buaa" width="100"></td>
<!-- <td width="75%" valign="center"> -->
<td style="padding:20px;width:75%;vertical-align:middle">
Degree: Bachelor
<br>
Period: 2020.09 - 2024.06
<br>
Major: Communications Engineering, School of Electronic and Information Engineering
<br>
GPA: 3.83/4.0 (rank 2/74)
</td>
</tr>
</tbody>
</table>
<table
style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:0px">
<br>
<p style="text-align:right;font-size:small;">
Derived from <a href="https://github.com/jonbarron/jonbarron_website">Jon Barron's website</a>.
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>