-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
42 lines (42 loc) · 1.7 KB
/
education.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
<html>
<head>
<title>An Zou's Education</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="one_column.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>Education</h3>
<b>Washington University in St. Louis <span style="display:block; float:right; text-align:right;">August 2016 – present</span> </b>
<p> Ph.D. student in Electrical Engineering; Advisor: Prof. Xuan Zhang <br> M.S. in Electrical Engineering; Advisor: Prof. Xuan Zhang <br> GPA: 3.9/4.0 </p>
<b>Harbin Institute of Technology <span style="display:block; float:right; text-align:right;">August 2013 – July 2015</span> </b>
<p> M.S. in Control Science and Engineering; Advisor: Prof. Hui Zhao <br> GPA: 93/100, Rank: 1/161 </p>
<b>Harbin Institute of Technology <span style="display:block; float:right; text-align:right;">August 2009 – July 2013</span> </b>
<p> B.S. in Automation <br> GPA: 91/100, Rank: 10/123</p>
</div>
</div>
<div id="footer">
</div>
</div>
</div>
</body>
</html>