-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudies.htm
executable file
·50 lines (45 loc) · 2.14 KB
/
studies.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- saved from url=(0032)http://www.cs.cmu.edu/~yuqingt/ -->
<html><head><title>Yuqing Tang</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="MSHTML 6.00.2800.1400" name="GENERATOR">
<link rel="stylesheet" href="homepage.css" type="text/css">
<style type="text/css">
<!--
.style2 {
font-size: 36px;
font-weight: bold;
font-style: italic;
}
.style3 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
<script src="./externals/js/jquery-2.1.0.min.js"></script>
<script src="./js/layout.js"></script>
<script>
$(document).ready(function () {
loadLayout();
});
</script>
</head>
<body bgcolor="#ffffff" background="">
<div id="topHead"> </div>
<div id="content">
<h2>Education</h2>
<ul>
<li>Ph.D. in Computer Science, <a href="http://www.gc.cuny.edu">Graduate Center</a>, <a href="http://www.cuny.edu">City University of New York</a>, USA, February 2012 </li>
<li>M.Phil. in Computer Science, <a href="http://www.gc.cuny.edu">Graduate Center</a>, <a href="http://www.cuny.edu">City University of New York</a>, USA, September 2008</li>
<li>B.Eng. in Computer Science and its Application, <a href="http://www.szu.edu.cn/en">Shenzhen University</a>, Shenzhen, China, June 1999 </li>
</ul>
<h3>Postdoctoral Training</h3>
<ul>
<li>Postdoctoral Fellow, <a href="http://www.ri.cmu.edu/">Robotics Institute</a>,
<a href="http://www.cs.cmu.edu">School of Computer Science</a>, <a href="http://www.cmu.edu">Carnegie Mellon University</a>, February 2012 - February 2014 </li>
</ul>
</div>
<div id="navBar"></div>
<div id="sitefoot"></div>
</body></html>