-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrecruitment.html
72 lines (59 loc) · 3.65 KB
/
recruitment.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
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Zhiyuan Liu</title>
<link rel="stylesheet" type="text/css" href="lzy.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="publication.html">Papers</a></li>
<li><a href="codes.html">Codes</a></li>
<li><a href="index.html#Courses">Teaching</a></li>
<li><a href="index.html#Talks">Talks</a></li>
<li><a href="index.html#Students">Students</a></li>
<li><a href="index.html#Info">Info</a></li>
<li><a href="index_cn.html">中文版</a></li>
</ul>
</nav>
<h1>Zhiyuan Liu</h1>
</header>
<section>
<h2><a name=PhD>PhD Students</a></h2>
I am looking for highly-motivated students to work with me on the area of representation learning, knowledge graphs and their applications. I will be able to take on <strong><font color="red">1</font></strong> PhD student admitted in 2017 (i.e., applying this fall).
</section>
<section>
<h2><a name=postdoc>Post-Docs</a></h2>
Our group is looking for highly motivated post-docs to work on natural language processing. Various types of fellowship are avaiable for outstanding applicants, such as <A HREF="http://postdoctor.tsinghua.edu.cn/column/zcjh" target=_blank>Tsinghua Fellowship</A>, <A HREF="http://www.chinapostdoctor.org.cn/WebSite/program/Info_Show.aspx?InfoID=401bd252-c82b-4f69-b4a2-7de4121f19bb" target=_blank>Innovation Fellow</A>, and <A HREF="http://www.chinapostdoctor.org.cn/WebSite/program/Info_Show.aspx?InfoID=62754b5b-eb93-439b-896e-3ce0bd447b0a" target=_blank>Exchange Program</A>. <br>
The applicants should have published papers on top-tier conference / journals in NLP, AI or machine learning. Currently, there are <strong><font color="red">1-2</font></strong> open post-doc positions.
</section>
<section>
<h2><a name=intern>Visiting Scholars</a></h2>
I am also looking for highly self-motivated and creative undergraduate, master and PhD students to visit our group and work with me. The visiting scholars are expected to stay for at least <strong><font color="red">6 months</font></strong>.
<br>
<br>
<h3>Recommendation Policy</h3>
I sincerely thank all those students who think my recommendation letters might be helpful and ask me for recommendation. To make the recommendation useful and informative, I want to apply the following rules for writing recommendation letters:
<ol>
<li>For a recommendation letter to support PhD (master) program, the student should work with me for at least <strong><font color="red">9 months</font></strong>.
<li>For a recommendation letter to support award applications, the student should work with me for at least <strong><font color="red">6 months</font></strong>.
<li>Only those students who have solid achievements (system and software development, or scientific publications) will be strongly recommended.
</ol>
</section>
<section>
Last update: 23 Nov, 2016.
<a href="http://www3.clustrmaps.com/counter/maps.php?url=http://nlp.csai.tsinghua.edu.cn/~lzy/" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=http://nlp.csai.tsinghua.edu.cn/~lzy/" style="border:0px;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" onerror="this.onerror=null; this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com';" /></a>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?99c869e012bd35a145a383bbab6cca39";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</section>
</body>
</html>