forked from lileicc/lileicc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudent.html
More file actions
42 lines (41 loc) · 1.9 KB
/
Copy pathstudent.html
File metadata and controls
42 lines (41 loc) · 1.9 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="description" content="Lei Li" />
<meta name="keywords" content="machine learning deep learning natural language processing probabilistic programming" />
<meta name="author" content="Lei Li" />
<link rel="stylesheet" type="text/css" href="style/origo.css" media="all" />
<!--link rel="stylesheet" type="text/css" href="style/style.css" media="all" /-->
<title>Lei LI's Software</title>
</head>
<body class="blue light">
<div id="layout">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="student.html">Student</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="pubs.html">Publication</a></li>
<li><a href="resource.html">Resource</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="leili-bio.html">Bio</a></li>
</ul>
<div class="row">
<div class="main col">
<h1> PhD Student </h1>
<ul>
<li>Siqi Ouyang</li>
<li><a href="https://wuqiuche.github.io">Qiucheng Wu</a> (co-advise with Prof. <a href="https://code-terminator.github.io">Shiyu Chang</a>)</li>
<li><a href="https://xuandongzhao.github.io">Xuandong Zhao</a> (co-advise with Prof. <a href="https://sites.cs.ucsb.edu/~yuxiangw/">Yu-Xiang Wang</a>)</li>
</ul>
<h1>Interns</h1>
<ul>
<li>Jiangjie Chen</li>
</ul>
<p> Please send me email if you find bugs or have comments! </p>
</div>
</div>
</div>
</body>
</html>