-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.html
More file actions
87 lines (75 loc) · 2.63 KB
/
services.html
File metadata and controls
87 lines (75 loc) · 2.63 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
79
80
81
82
83
84
85
86
87
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/main.css">
<meta charset="UTF-8">
<title>Lin Shi's Services</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><s</s>
<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></h2>
<ul>
<li>FSE23 PC</li>
<li>MSR23 PC</li>
<li>ICSSP23 PC</li>
<li>SANER23 Tool Track PC</li>
<li>ICSE23 Artifact Track PC</li>
<li>ASE22 Artifact Track PC</li>
<li>ICSE22 Artifact Track PC</li>
<li>CCF系统专委会执行委员、CCF软工专委会执行委员、CCF开源专委会执行委员</li>
<li>Automated Software Engineering - Review Borad
Requirements Engineering、软件学报 PC</li>
<li>NASAC PC</li>
<li>IEEE 22nd International Conference on Information Reuse and Integration for Data Science, Industry Track 主席</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>