-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 946 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Xiaoyang Li</title>
<style>
h1 {text-align: center;}
h2.ex1 {margin-left:5cm;}
h3.ex1 {margin-left:5cm;}
img.ex1{margin-left:5cm;}
</style>
</head>
<body>
<h1>Xiaoyang Li</h1>
<img src="./img/head.jpg" height="200px" width="200px" class="ex1" />
<h2 class="ex1">I'm Xiaoyang Li, a second-year Master degree candidate in the University of Science and Technology of China (<a href="https://www.ustc.edu.cn/">USTC</a>), supervised by Prof. Tianzhu Zhang and Prof. Jianhua Tao. I received my bachelor degree in the Department of Automation from <a href="https://www.tsinghua.edu.cn/">Tsinghua University</a> in 2021.</h2>
<h3 class="ex1">Email: xiaoyangtsc@mail.ustc.edu.cn</h3>
<h3 class="ex1">Address: Haidian District, Beijing, China</h3>
<h3 class="ex1">Research areas: Reinforcement Learning, Multi-Agent Reinforcement Learning</h3>
</body>
</html>