-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·46 lines (46 loc) · 1.96 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
<html>
<head>
<title>An Zou Personal Website</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="default.css" />
</head>
<body>
<div id="outer">
<div id="outer2">
<div id="header">
<h1>An Zou</h1>
<h2>Welcome to my personal website!</h2>
</div>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="#">Release</a></li>
<li><a href="CV_An_Zou.pdf">CV</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="content">
<div id="column1">
<h3>About me</h3>
<p>I am <strong>An Zou</strong>, a fourth year Ph.D. Candidate, under the advice of <a href="https://xzgroup.wustl.edu/people/xuan-silvia-zhang/"><strong>Prof. Xuan 'Silvia' Zhang</strong></a>, at Electrical and System Engineering in Washington University in St. Louis. My current researches focus on computer engineering.</p>
<p>I graduated from Automation at Harbin Institute of Technology (HIT) in July 2015 and 2013 with M.E. and B.E. respectively, under the advice of <a href="http://homepage.hit.edu.cn/pages/Job2000"><strong>Prof. Hui Zhao</strong></a></p>
<p> <strong>Interested areas: </strong> <br> High Performance Computing Architecture <br> Embedded System <br> Electronic Design Automation <br> Robotics </p>
</div>
<div id="column2">
<h3>News</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=wQh85Y2UWBs&t=23s">Lighting talk of GPU voltage stacking on MICRO 2018</a></li>
</ul>
</div>
</div>
<div id="footer">
<p>Last updated: Oct 22th 2019</p>
</div>
</div>
</div>
</body>
</html>