-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
96 lines (83 loc) · 3.29 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9B5V9Y5S2M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9B5V9Y5S2M');
</script>
<style>
body {
font-family: 'fontNameRegular';
margin-top: 30px;
margin-bottom: 30px;
margin-left: 30px;
margin-right: 60px;
text-align: justify
}
a {text-decoration : none; color : #003399;}
a:hover {text-decoration:underline; color: #8C1515; }
</style>
<style>
.disabled{
pointer-events: none;
color:black;
}
</style>
<script>
function copy(dest, source) {
if(dest.source == source) {
dest.innerHTML = "";
dest.source = null;
}
else {
dest.innerHTML = source.innerHTML;
dest.source = source;
}
dest.blur();
}
</script>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>Teaching</title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Home</div>
<div class="menu-item"><a href="index.html" class="current">About me</a></div>
<div class="menu-item"><a href="teaching.html">Teaching</a></div>
<div class="menu-item"><a href="students.html">Students</a></div>
<div class="menu-item"><a href="publications.html">Publications</a></div>
<div class="menu-item"><a href="Video-highlights.html">Video highlights</a></div>
<div class="menu-item"><a href="talks.html">Talks</a></div>
<div class="menu-item"><a href="services.html">Services</a></div>
<div class="menu-item"><a href="awards.html">Awards</a></div>
<div class="menu-item"><a href="more.html">More</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h2>Teaching </h2>
</div>
<hr />
<ul>
<li> Teaching <a href=" " target="_blank"> Artificial Intelligence Interaction Techniques</a> [<a href=''>Slides</a>], Shanghai Jiao Tong University, Spring 2023-2024</li>
<li> Teaching <a href=" " target="_blank"> Artificial Intelligence and Medicine</a> [<a href='slide/2024-Spring.pdf'>Slides</a>], Shanghai Jiao Tong University, Spring 2023-2024</li>
<li> Teaching <a href=" " target="_blank"> Artificial Intelligence and Medicine</a> [<a href='slide/2023-Spring.pdf'>Slides</a>], Shanghai Jiao Tong University, Spring 2022-2023</li>
<li> Teaching Assistant of <a href="https://oc.sjtu.edu.cn/courses/34872" target="_blank"> BioDesign</a>, Shanghai Jiao Tong University, Fall 2022-2023</li>
<li> Teaching Assistant of <a href="https://oc.sjtu.edu.cn/courses/23941" target="_blank"> Digital Integrated Circuits</a>, Shanghai Jiao Tong University, Fall 2020-2021</li>
<li> Teaching Assistant of Operating System, Shanghai Jiao Tong University, Fall 2018-2019 </li>
<li> Teaching Assistant of Digital Integrated Circuits, Shanghai Jiao Tong University, Spring 2017-2018</li>
<li> Teaching Assistant of Fundamentals of College Computer, National University of Defense Technology, Fall 2015-2016</li>
</ul>
</td>
</tr>
</table>
</body>
</html>