-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
45 lines (41 loc) · 1.55 KB
/
teaching.html
File metadata and controls
45 lines (41 loc) · 1.55 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
<!DOCTYPE html>
<html>
<head>
<title>Teaching</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul style="font-size:28px">
<li><a href="/index">Home</a></li>
<li><a href="/publications">Publications</a></li>
<li><a href="/Yftah_Ziser_CV.pdf" download>CV</a></li>
<li><a href="/teaching">Teaching</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Teaching</h1>
<p>Teaching assistant in charge of “Introduction to Natural Language Processing” – a graduate course.
The course includes presentation and implementation of prominent papers from the NLP literature.
</br></br>
Project mentor of “advanced topics in information systems” - a graduate course.
The projects theme was “Learning robust representations for Natural Language Processing”.
</br></br>
Project mentor of “Selected Topics in Data Science” - a graduate course.
The projects theme was “Natural Language Processing for the Social Sciences”.
</br></br>
Teaching assistant of “Introduction to Computer Science".
</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul style="font-size:18px">
<li><a href="mailto:yftah89@gmail.com">yftah89@gmail.com</a></li>
<li><a href="https://github.com/yftah89">Github profile</a></li>
<il><a href="https://www.linkedin.com/in/yftah-ziser-02602332/">Linkedin profile</a></li>
</ul>
</footer>
</body>
</html>