-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathteaching.html
156 lines (143 loc) · 7.51 KB
/
teaching.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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>Teaching | Yue Zhang</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-responsive.min.css">
<style type="text/css">
.nav {}
.nav li {
float: left;
width: 110px;
}
.container {
background-color: #ffffff;
padding: 30px;
}
.content {
padding: 30px;
}
body,
h1,
h2,
h3,
h4 {
font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif, "Georgia";
}
body {
background-color: #eeeeee;
}
header {
width: 100%;
}
blockquote p {
font-size: 14px;
}
</style>
<body>
<div class="table-bordered container">
<header class="header">
<div style="padding-bottom: 40px" class="row">
<div style="padding-top: 30px" class="col-md-10">
<div class="row">
<div class="col-md-12">
<h2 class="pull-right">Yue Zhang</h2>
</div>
</div>
<p></p>
<!-- <div class="row"><div class="col-md-12"><span class="pull-right">Phone: +65 64994516</span></div></div>-->
<!-- <div class="row"><div class="col-md-12"><span class="pull-right">Fax: +65 67705161</span></div></div>-->
<div class="row">
<div class="col-md-12"><span class="pull-right">Phone: +86 571 87381107</span></div>
</div>
<div class="row">
<div class="col-md-12"><span class="pull-right">Email: yue.zhang@wias.org.cn</span></div>
</div>
</div>
<div class="col-md-2">
<img class="pull-right img-responsive img-thumbnail" src="yue_zhang.jpg" />
</div>
</div>
<div class="row">
<div class="col-md-12">
<ul class="nav">
<li><a href="index.html">Homepage</a></li>
<li><a href="publication.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
<!--
<li><a href="software.html">Software</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="services.html">Services</a></li>
-->
</ul>
</div>
</div>
</header>
<div class="content">
<div class="row">
<div class="col-md-12">
<ul>
<li>2023, Fall term. Fundamentals of Computer Science and Programming (2 hours + 2 hrs lab) × 16 weeks. Westlake University. Undergraduate course. </li>
[2023 Lecture Notes: <a href="teaching/cs2023/Lecture1.pdf"> Lecture 1</a>,
<a href="teaching/cs2023/Lecture2.pdf">Lecture 2</a>,
<a href="teaching/cs2023/Lecture3.pdf">Lecture 3</a>,
<a href="teaching/cs2023/Lecture4.pdf">Lecture 4</a>,
<a href="teaching/cs2023/Lecture5.pdf">Lecture 5</a>,
<a href="teaching/cs2023/Lecture6.pdf">Lecture 6</a>,
<a href="teaching/cs2023/Lecture8.pdf">Lecture 8</a>,
<a href="teaching/cs2023/Lecture9.pdf">Lecture 9</a>,
<a href="teaching/cs2023/Lecture10.pdf">Lecture 10</a>,
<a href="teaching/cs2023/Lecture11.pdf">Lecture 11</a>,
<a href="teaching/cs2023/Lecture12.pdf">Lecture 12</a>,
<a href="teaching/cs2023/Lecture13.pdf">Lecture 13</a>,
<a href="teaching/cs2023/Lecture14.pdf">Lecture 14</a>]
<li>2021, 2022, 2023, 2024, 2025 Spring term. Natural Language Processing (2 hours × 8 weeks). Westlake University. Graduate course. </li>
[2023 Lecture Notes: <a href="teaching/nlp2023/Chapter1.pptx"> Chapter 1</a>,
<a href="teaching/nlp2023/Chapter2.pptx">Chapter 2</a>,
<a href="teaching/nlp2023/Chapter3.pptx">Chapter 3</a>,
<a href="teaching/nlp2023/Chapter4.pptx">Chapter 4</a>,
<a href="teaching/nlp2023/Chapter5.pptx">Chapter 5</a>,
<a href="teaching/nlp2023/Chapter6.pptx">Chapter 6</a>,
<a href="teaching/nlp2023/Chapter7.pptx">Chapter 7</a>,
<a href="teaching/nlp2023/Chapter8.pptx">Chapter 8</a>,
<a href="teaching/nlp2023/Chapter9.pptx">Chapter 9</a>,
<a href="teaching/nlp2023/Chapter10.pptx">Chapter 10</a>,
<a href="teaching/nlp2023/Chapter11.pptx">Chapter 11</a>,
<a href="teaching/nlp2023/Chapter12.pptx">Chapter 12</a>,
<a href="teaching/nlp2023/Chapter13.pptx">Chapter 13</a>,
<a href="teaching/nlp2023/Chapter14.pptx">Chapter 14</a>,
<a href="teaching/nlp2023/Chapter15.pptx">Chapter 15</a>,
<a href="teaching/nlp2023/Chapter16.pptx">Chapter 16</a>,
<a href="teaching/nlp2023/Chapter17.pptx">Chapter 17</a>,
<a href="teaching/nlp2023/Chapter18.pptx">Chapter 18</a>]
<li>2020, 2021. Spring term. Machine Learning (3 hours × 4 weeks). Westlake University. Graduate course. </li>
<li>2019, 2020, 2021. Autumn term. Academic English Writing (co-teaching, 2 hours × 3-4 weeks). Westlake University. Graduate course. </li>
<li>2019. Autumn term. Data Structure and Algorithm (co-teaching, 3 hours × 4 weeks). Westlake University. Graduate course. </li>
<li>2016, 15, 14. Jul. Invited summer lecture series: Statistical Natural Language Processing (Harbin Institute of Technology, China). </li>
<li>2016, 15. Spring and summer terms. Teaching the Capstone Projects course for final year undergraduate students (SUTD).</li>
<li>2016. Jul. Invited summer lecture series: Statistical Natural Language Processing (Zhengzhou University, China).</li>
<li>2015, 14, 13. Spring term. Teaching the sophomore course the Digital World (SUTD).<a
href="http://www.springer.com/gp/book/9789812876089?wt_mc=internal.event.1.SEM.BookAuthorCongrat">[Lecture Notes]</a></li>
<li>2017, 16, 15, 14, 13. Fall term. Teaching (lead) the pillar course Computation Structures (ISTD/SUTD).
2015, 14. Jul. Invited summer lecture series: Statistical Natural Language Processing (Harbin Institute of
Technology, China).</li>
<li>2013. Aug. Invited summer lecture series: Python and Computer Programming (Heilongjiang In- stitute of
Technology, China).</li>
<li>2013, 12. Teaching the undergraduate summer lecture series on advanced Java programming (SUTD).</li>
<li>2011. Undergraduate supervisor for C/C++ (University of Cambridge).</li>
<li>2011. Practical demonstrator for Statistical Machine Translation (University of Cambridge).</li>
<li>2011, 10. Undergraduate thesis supervisor (University of Cambridge).</li>
<li>2010. Undergraduate supervisor for Natural Language Processing (University of Cambridge).</li>
<li>2008. Class tutor for Advanced Topics in Natural Language Processing (University of Oxford).</li>
<li>2007, 06. Teaching assistant for Introduction to Specification (University of Oxford).</li>
</ul>
</div>
</div>
</div>
<footer class="text-center">
</footer>
</div>
</body>
</html>