-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (161 loc) · 7.34 KB
/
index.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="25qOzuYOKpDP6iHXUj4T0xSBFkeBYS6ecvOiuda_U-U" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shuncheng Tang's Homepage</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
padding: 20px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
text-align: center;
width: 100%;
max-width: 1000px;
}
img {
max-width: 150px;
}
.header-content {
width: 80%
max-width: 1000px;
}
section {
width: 80%;
max-width: 1000px;
}
h2 {
color: #333;
}
.map {
width: 40%;
max-width: 1000px;
}
</style>
</head>
<body>
<header>
<img src="images/person.jpg" alt="Personal Name">
<div class="header-content">
<h1>Shuncheng Tang (唐顺成)</h1>
<h2> PhD Candidate, USTC </h2>
<a href="mailto:[email protected]"> Email </a> /
<a href="https://scholar.google.com/citations?user=yxiOfg0AAAAJ&hl=zh-CN&oi=ao"> Google Scholar </a> /
<a href="https://github.com/MayDGT"> GitHub </a>
</div>
<img src="images/ustc.png" alt="School Logo">
</header>
<section>
<h2>Introduction</h2>
<p>
I am currently a PhD candidate supervised by <a href="https://yinxingxue.github.io/"> Prof. Yinxing Xue </a> at <a href="https://en.ustc.edu.cn/"> University of Science and Technology of China </a>.
I recieved my bachelor degree from <a href="https://www.ntu.edu.cn/"> Nantong University </a> in 2020.
I am privileged to collaborate with <a href="https://choshina.github.io/"> Prof. Zhenya Zhang </a> who has been supporting my research since 2021.
Between 2022 and 2023, I had a research internship at <a href="https://www.nio.com/"> NIO Inc. </a> supervised by <a href="https://scholars.uow.edu.au/zhiquan-zhou"> Prof. George Zhou </a>.
</p>
</section>
<!--
<section>
<h2>Education</h2>
<ul>
<li> 2023.09 - now     PhD in Computer Science, University of Science and Technology of China, China </li>
<li> 2020.09 - 2023.06   Master in Software Engineering, University of Science and Technology of China, China </li>
<li> 2016.09 - 2020.06   Bachelor in Software Engineering, Nantong University, China </li>
</ul>
</section>
-->
<section>
<h2>Publications</h2>
<h4>Full Papers</h4>
<ul>
<li>
<b><a href="https://dl.acm.org/doi/10.1145/3691620.3695520">[ASE'24]</a></b>
LeGEND: A Top-Down Approach to Scenario Generation of Autonomous Driving Systems Assisted by Large Language Models <br />
<b>Shuncheng Tang</b>, Zhenya Zhang, Jixiang Zhou, Lei Lei, Yuan Zhou, Yinxing Xue <br />
<em>The 39th IEEE/ACM International Conference on Automated Software Engineering, 2024. </em> <br />
<span style="display: flex; align-items: center; margin-top: 5px;">
<img src="images/award.png" alt="Trophy Icon" style="width: 40px; height: 40px; margin-right: 5px;">
<span style="color: red;"><b>ACM SIGSOFT Distinguished Paper Award</b></span>
</span>
</li>
<br />
<li>
<b><a href="https://ieeexplore.ieee.org/abstract/document/10301222">[ISSRE'23]</a></b>
EvoScenario: Integrating Road Structures into Critical Scenario Generation for Autonomous Driving System Testing <br />
<b>Shuncheng Tang</b>, Zhenya Zhang, Jixiang Zhou, Yuan Zhou, Yan-Fu Li and Yinxing Xue <br />
<em>The 34th International Symposium on Software Reliability Engineering, 2023. </em>
</li>
<br />
<li>
<b><a href="https://ieeexplore.ieee.org/abstract/document/10299945">[ISSRE'23]</a></b>
From Collision to Verdict: Responsibility Attribution for Autonomous Driving Systems Testing<br />
Jixiang Zhou, <b>Shuncheng Tang</b>, Yan Guo, Yan-Fu Li, Yinxing Xue <br />
<em>The 34th International Symposium on Software Reliability Engineering, 2023. </em>
</li>
<br />
<li>
<b><a href="https://dl.acm.org/doi/abs/10.1145/3579642">[TOSEM'23]</a></b>
A Survey on Automated Driving System Testing: Landscapes and Trends<br />
<b>Shuncheng Tang</b>, Zhenya Zhang, Yi Zhang, Jixiang Zhou, Yan Guo, Shuang Liu, Shengjian Guo, Yan-Fu Li, Lei Ma, Yinxing Xue, Yang Liu<br />
<em>ACM Transactions on Software Engineering and Methodology, 2023. </em>
</li>
<br />
</ul>
<h4>Workshop & Tool Papers</h4>
<ul>
<li>
<b><a href="https://github.com/MayDGT/UAV-Testing-Competition/blob/master/report/TUMB_UAVcompetition_SBFT2024.pdf">[SBFT'24]</a></b>
TUMB at the SBFT 2024 Tool Competition – CPS-UAV Test Case Generation Track<br />
<b>Shuncheng Tang</b>, Zhenya Zhang, Ahmet Cetinkaya, Paolo Arcaini <br />
<em>The 17th International Workshop on Search-Based and Fuzz Testing, 2024. </em>
</li>
<br/>
<li>
<b><a href="https://ieeexplore.ieee.org/abstract/document/9700185">[ISSREW'21]</a></b>
Issue Categorization and Analysis of an Open-Source Driving Assistant System<br />
<b>Shuncheng Tang</b>, Zhenya Zhang, Jia Tang, Lei Ma, Yinxing Xue <br />
<em>The 32nd International Symposium on Software Reliability Engineering Workshops, 2021. </em>
</li>
<br/>
</ul>
</section>
<!--
<section>
<h2>Industry Experience</h2>
<ul>
<li> 2022.06 - 2023.01   Research Intern at <a href="https://www.nio.com/"> NIO Inc. </a> supervised by <a href="https://scholars.uow.edu.au/zhiquan-zhou"> Prof. George Zhou </a> </li>
</ul>
</section>
-->
<section>
<h2>Awards</h2>
<ul>
<li> Huawei Scholarship, 2024. </li>
<li> ACM SIGSOFT Distinguished Paper Award at ASE'24, 2024.</li>
<li> 2nd Place Winner in UAV Testing Competition at <a href="https://sbft24.github.io/"> SBFT'24 </a>, 2024. </li>
<li> Suzhou Industrial Park Scholarship, 2023. </li>
</ul>
</section>
<section>
<h2>Contact</h2>
<ul>
<li> Email: scttt [AT] mail [DOT] ustc [DOT] edu [DOT] cn </li>
<li> Email: ttsscc0000 [AT] gmail [DOT] com </li>
</ul>
</section>
<div class="map">
<script type="text/javascript" id="clustrmaps" src="//clustrmaps.com/map_v2.js?d=QSFw8Q87aBJSSe4nkTQ5UK3wRZVuWcirq9ZgtwMyTdc&cl=ffffff&w=a">
</script>
<em>last update: 2024.11</em>
</div>
</body>
</html>