-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcalendar.html
54 lines (44 loc) · 1.93 KB
/
calendar.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
<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 id=News>Calendar</a></h2>
Please schedule meeting with my Google Calendar account: [email protected].
<center>
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&showPrint=0&showCalendars=0&mode=WEEK&height=600&wkst=1&bgcolor=%23ffffff&src=liuliudong%40gmail.com&color=%2329527A&ctz=Asia%2FShanghai" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</center>
</section>
<section>
Last update: 23 Nov, 2017.
<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>