-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
51 lines (44 loc) · 1.87 KB
/
teaching.html
File metadata and controls
51 lines (44 loc) · 1.87 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
46
47
48
49
50
51
<HTML>
<HEAD>
<style type="text/css">
<!--
body {
font-family: Helvetica
}
body {
line-height: 1.2
}
-->
</style>
<TITLE>Shen Wang (王燊)'s Home Page</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR=white LINK=blue VLINK=blue ALINK=blue topmargin="30" leftmargin="40" rightmargin="40"
bottommargin="30">
<center>
<a href="index.html">Home</a> | <a href="news.html">News</a> | <a href="research.html">Research</a> |
<a href="teaching.html">Teaching</a> | <a href="https://scholar.google.com/citations?hl=en&user=rPAOzIwAAAAJ">Publications</a> |
<a href="students.html">Students</a> | <a href="activities.html">Activities</a>
</center>
<hr>
<h3>Teaching</h3>
<ul>
<li> Module Coordinator</li>
<ul>
<li> <A HREF=https://sisweb.ucd.ie/usis/!W_HU_MENU.P_PUBLISH?p_tag=MODULE&MODULE=COMP2001J>COMP2001J Computer
Networks</A> [2018-now]
<li> <A HREF=https://sisweb.ucd.ie/usis/!W_HU_MENU.P_PUBLISH?p_tag=MODULE&MODULE=COMP2007J>COMP2007J Principles of
Computer Organisation</A> [2018-now]
<li> <A HREF=https://sisweb.ucd.ie/usis/!W_HU_MENU.P_PUBLISH?p_tag=MODULE&MODULE=COMP2008J>COMP2008J Software
Engineering Project 1 (B)</A> [2018-2021]
<li> <A HREF=https://sisweb.ucd.ie/usis/!W_HU_MENU.P_PUBLISH?p_tag=MODULE&MODULE=COMP3006J>COMP3006J Cloud
Computing</A> [2022]
</ul>
<li> Guest Lecturer</li>
<ul>
<li> <A HREF=https://www101.dcu.ie/registry/module_contents.php?function=2&subcode=EE452>EE452 Wireless/Mobile Communications</A> [2015, 2016, Dublin City University]
<li> <A HREF=https://hub.ucd.ie/usis/!W_HU_MENU.P_PUBLISH?p_tag=MODULE&MODULE=COMP47520>COMP47520 Programming for IoT</A> [2019]
<li> <A HREF=https://hub.ucd.ie/usis/!W_HU_MENU.P_PUBLISH?p_tag=MODULE&MODULE=CVEN40060>CVEN40060 Transport Modelling</A> [2021]
</ul>
</ul>
</BODY>
</HTML>