-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (106 loc) · 4.21 KB
/
index.html
File metadata and controls
106 lines (106 loc) · 4.21 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Chao Tao</title>
<script type="text/javascript">
<!--
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
//-->
</script>
<script>
window.MathJax = {
tex: {
tags: "ams",
macros: {
eps: "{\epsilon}",
E: "{\mathbb{E}}",
Pr: "{\mathrm{Pr}}",
cond: "{~|~}",
br: "{\mathrm{BR}}",
eqdef: "{\,\mathbin{\stackrel{\rm def}{=}} \,}"
},
autoload: {
color: [],
colorV2: ['color']
},
packages: {'[+]': ['noerrors']}
},
options: {
ignoreHtmlClass: 'tex2jax_ignore',
processHtmlClass: 'tex2jax_process'
},
loader: {
load: ['[tex]/noerrors']
}
};
</script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js" id="MathJax-script"></script>
<link rel="icon" href="school.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-item"><a href="index.html" class="current">Info</a></div>
<div class="menu-item"><a href="pro-exp.html">Professional <br /> Experience</a></div>
<div class="menu-item"><a href="research.html">Research</a></div>
<div class="menu-item"><a href="use-link.html">Useful Links</a></div>
<div class="menu-item"><a href="https://github.com/Alanthink"> <i class="fa fa-github" aria-hidden="true"></i>Alanthink</a></div>
<div class="menu-item"><a href="https://alanthink.github.io/blog"> <i class="fa"></i>Blog</a></div>
<div class="menu-item"><a href="https://aideadlin.es/?sub=ML">Deadlines</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Chao Tao</h1>
</div>
<table class="imgtable"><tr><td>
<img src="CT.JPG" alt="alt text" width="200px" height="200px" /> </td>
<td align="left"></td></tr></table>
<h2>About</h2>
<p>I am currently an MLE at Youtube.</p>
<p>CV available upon request.</p>
<h2>Education</h2>
<ul>
<li><p>Ph.D. in Computer Science, <a href="http://www.indiana.edu/" target=“blank”>Indiana University Bloomington</a>, IN, Aug. 2015 - Dec. 2020</p>
<ul>
<li><p>Advisors: <a href="http://yuanz.web.illinois.edu/" target=“blank”>Prof. Yuan Zhou</a> and <a href="http://homes.sice.indiana.edu/qzhangcs/" target=“blank”>Prof. Qin Zhang</a></p>
</li>
<li><p>My research is supported in part by NSF IIS-1633215, NSF CCF-1844234, and NSF CCF-2006591.</p>
</li></ul>
</li>
<li><p>Visiting Student, <a href="https://ise.illinois.edu/" target=“blank”>Industrial & Enterprise Systems Engineering</a>, University of Illinois Urbana-Champaign, IL, Fall 2019</p>
</li>
<li><p>Science Summer Term I&II, <a href="https://www.cam.ac.uk/" target=“blank”>University of Cambridge</a>, Cambridge, England, Jul. 2013 - Aug. 2013</p>
</li>
<li><p>B.Eng. in Computer Science and Engineering, <a href="http://www.tsxt.sdu.edu.cn/" target=“blank”>Taishan College</a>, <a href="http://www.sdu.edu.cn/" target=“blank”>Shandong University</a>, Sep. 2010 - Jun. 2014</p>
</li>
</ul>
<div id="footer">
<div id="footer-text">
Pages generated by <a href="https://github.com/wsshin/jemdoc_mathjax" target="blank">jemdoc+MathJax</a>.
</div>
</div>
</td>
</tr>
</table>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52772976-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>