forked from linshi-website/linshi-website.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteach.html
More file actions
78 lines (65 loc) · 2.08 KB
/
teach.html
File metadata and controls
78 lines (65 loc) · 2.08 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
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
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/main.css">
<meta charset="UTF-8">
<title>Lin Shi's Teaching</title>
</head>
<body>
<nav>
<ul>
<li><a href="index.html"><font size="5">Home</font></a></li>
<li><a href="publications.html"><font size="5">Publications</font></a></li>
<li><a href="awards.html"><font size="5">Awards</font></a></li>
<li><a href="projects.html"><font size="5">Projects</font></a></li>
<li><a href="services.html"><font size="5">Services</font></a></li>
<li><a href="teach.html"><font size="5">Teaching</font></a></li>
<li><a href="student.html"><font size="5">Students</font></a></li>
</ul>
</nav>
<p>
<table align="center" style="border-collapse:separate; border-spacing:10px;" >
<br>
<!-- <h2>Teaching</h2> -->
<ul>
<li>Advanced Software Engineering</li>
<li>Software Process and Quality</li>
</ul>
<!-- <tr width="100%" height="500cm" align="center">
<td width="50%" align="center">
<div align="center">
<img src="images/ASE21.png" width="80%" height="350cm" border="5"/>
<p>ACM SIGSOFT Distinguished Paper Award at ASE 2021</p>
</div>
</td>
<td width="50%" align="center">
<div align="center">
<img src="images/RE20.png" width="80%" height="350cm" border="5"/>
<p>Distinguished Paper Award at RE 2020</p>
</div>
</td>
</tr>
<tr width="100%" align="center">
<td width="50%" align="center">
<div align="center">
<img src="images/RE21.png" width="80%" height="350cm" border="5"/>
<p>Distinguished Paper Award at RE 2021</p>
</div>
</td>
<td width="50%" align="center">
<div align="center">
</div>
</td>
</tr> -->
</table>
</p>
<!--
<p>
<h2>Other Recognitions</h2>
<div align="center">
<img src="" alt="" width="50%" height="100%" border="5"/>
<p>ACM SIGSOFT Distinguished Paper Award (Nomination) at ICSE 2022</p>
</div>
</p>
-->
</body>
</html>