forked from SunyuGo/ysun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
305 lines (251 loc) · 11.3 KB
/
index.html
File metadata and controls
305 lines (251 loc) · 11.3 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
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<html>
<head>
<title>Yu Sun</title>
<meta name="author" content="Yu Sun" />
<meta
name="description"
content="Yu Sun. I am a Phd Student at University of Georgia. My research focuses on autonomous vehicles."
/>
<meta
name="keywords"
content="Yu, Yu Sun, Google Scholar, Mechanical Engineering, autonomous vehicles "
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Font and website css -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/yusun.css" />
<!-- Bulma Version-->
<link rel="icon" sizes="72x72" href="images/icon_ing.png" type="image/png"/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SNR855GC8P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-SNR855GC8P");
</script>
</head>
<body>
<header>
<div class="container container-nav">
<div class="site-title">
<h1>Yu Sun</h1>
<p class="subtitle">Free drivers, Free vehicles</p>
</div>
<nav>
<ul>
<li><a href="index.html" class="current-page">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#teaching">Teaching</a></li>
<li><a href="#talks">Talks</a></li>
<li><a href="#lifestyle">Lifestyle</a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<div class="namecard">
<div class="profile-img-col">
<img src="images/Profile photo.jpg" class="profile-img" alt="" />
</div>
<div class="affiliations-col">
<h1 class="name">Yu Sun | 孙宇</h1><br />
<p class="email"><a href="mailto:yu.sun@uga.edu">yu.sun at uga dot edu</a></p>
<p>
<b>Ph.D. Student</b>,
<a href="https://engineering.uga.edu/schools/ecam/" target="_blank"
>Mechanical Engineering</a>,
<a href="https://www.uga.edu/" target="_blank"
>University of Georgia</a><br />
<b>Member</b>,
<a href="https://yunlishao.github.io/" target="_blank"
>Mobility Systems Control (MSC) Lab</a>
<br />
</p>
<p>
<a href="https://github.com/YuSun-go" target="_blank"
>Github
</a>/
<a href="https://scholar.google.com/citations?user=zgEcOC4AAAAJ&hl=zh-CN" target="_blank"
>Google Scholar
</a>
</p>
<!-- <p>
<b style="color: red; font-size: 1.2em;"><i>I am actively looking for Ph.D. opportunities!<br>
Please let me know if you are interested in my work!</i></b>
</p> -->
</div>
</div>
<div class="about">
<!-- <h1>About</h1> -->
<p>
I am a Ph.D. student in <a href="https://engineering.uga.edu/schools/ecam/" target="_blank">Mechanical Engineering</a>
at <a href="https://www.uga.edu/" target="_blank">University of Georgia</a> advised by <a href="https://yunlishao.github.io/" target="_blank">Prof. Yunli Shao</a>.
I am interested in Autonomous Vehicles and End to End Autonomous Driving.
<b><i>My research aims to liberate drivers in the real world to achieve true autonomous driving.</i></b> 🚗.
</p>
<p>
Prior to joining <a href="https://yunlishao.github.io/" target="_blank">MSC</a>, I earned my Bachelor’s degree from the School of Vehicle Engineering at
Chongqing University of Technology and Master’s degree from the College of Mechanical and Vehicle Engineering at
Chongqing University where I started my research on Multibody Dynamics and Machine Learning with
<a href="https://faculty.cqu.edu.cn/YongjunPan/zh_CN/index/338379/list/index.htm" target="_blank" style="text-decoration: underline;">Prof. Yongjun Pan</a>.
</p>
</div>
<!-- How to do a show more/less bar: https://codepen.io/srekoble/pen/WGBzea?editors=1100 -->
<div class="news">
<h1>News</h1>
<ul>
<li>
[Aug, 2025] Started my Phd journey at UGA!!
</li>
<li>
[Feb, 2024] One paper get accepted to MSD.
</li>
<li>
[Oct, 2023] One paper gets accepted to EAAI.
</li>
<li>
[June, 2023] Has successfully got my Master's degree (Outstanding)!
</li>
<li>
[May, 2023] Has successfully defended my Master's thesis!
</li>
<li>
[Oct, 2022] One paper gets accepted to RESS.
</li>
<li>
[Apr, 2022] One paper gets accepted to VSD.
</li>
<li>
[May, 2020] Has been admitted to CQU.
</li>
</ul>
</div>
<!-- <div class="publication-award"> 🏆 Best Paper Finalist</div> -->
<div class="publications" id="publications">
<h1>Publications</h1>
<p>
*: indicating equal contribution. You can also check my
<a href="https://scholar.google.com/citations?user=zgEcOC4AAAAJ&hl=zh-CN" target="_blank">Google Scholar</a> profile.
</p>
<!-- <div class="year">2024</div> -->
<ul>
<li class="publication-item" id="electromagnetic_pulse">
<div class="publication-img-col">
<img class="publication-img" src="images/research/2022-VSD1.png" alt=""/>
</div>
<div class="publication-info-col">
<div class="publication-title">
<b>Maneuver-based deep learning parameter
identification of vehicle suspensions subjected to
performance degradation</b>
</div>
<div class="publication-author">
Yongjun Pan, <b>Yu Sun</b>, Chuan Min, Zhixiong Li and Paolo Gardoni
</div>
<div class="publication-conference">
Vehicle System Dynamics, 2022
</div>
<div class="publication-link">
[<a href="https://www.tandfonline.com/doi/full/10.1080/00423114.2022.2084424" target="_blank">Link</a>]
</div>
</div>
</li>
</ul>
<ul>
<li class="publication-item" id="electromagnetic_pulse">
<div class="publication-img-col">
<img class="publication-img" src="images/research/2023-RESS1.png" alt=""/>
</div>
<div class="publication-info-col">
<div class="publication-title">
<b>Machine learning approaches to estimate suspension parameters for
performance degradation assessment using accurate dynamic simulations</b>
</div>
<div class="publication-author">
Yongjun Pan, <b>Yu Sun</b>, Zhixiong Li and Paolo Gardoni
</div>
<div class="publication-conference">
Reliability Engineering and System Safety, 2023
</div>
<div class="publication-link">
[<a href="https://www.sciencedirect.com/science/article/abs/pii/S0951832022005658" target="_blank">Link</a>]
</div>
</div>
</li>
</ul>
<ul>
<li class="publication-item" id="electromagnetic_pulse">
<div class="publication-img-col">
<img class="publication-img" src="images/research/2023-EAAI1.png" alt=""/>
</div>
<div class="publication-info-col">
<div class="publication-title">
<b>A lane-changing trajectory re-planning method considering conflicting
traffic scenarios</b>
</div>
<div class="publication-author">
Haifeng Du, <b>Yu Sun</b>, Yongjun Pan, Zhixiong Li and Patrick Siarry
</div>
<div class="publication-conference">
Engineering Applications of Artificial Intelligence, 2023
</div>
<div class="publication-link">
[<a href="https://www.sciencedirect.com/science/article/abs/pii/S0952197623014483" target="_blank">Link</a>]
</div>
</div>
</li>
</ul>
<ul>
<li class="publication-item" id="electromagnetic_pulse">
<div class="publication-img-col">
<img class="publication-img" src="images/research/2024-MSD1.png" alt=""/>
</div>
<div class="publication-info-col">
<div class="publication-title">
<b>Combined recurrent neural networks and particle-swarm
optimization for sideslip-angle estimation based on a vehicle
multibody dynamicsmodel</b>
</div>
<div class="publication-author">
<b>Yu Sun</b>, Yongjun Pan, Ibna Kawsar, Gengxiang Wang and Liang Hou
</div>
<div class="publication-conference">
Multibody System Dynamics, 2024
</div>
<div class="publication-link">
[<a href="https://link.springer.com/article/10.1007/s11044-024-09973-5" target="_blank">Link</a>]
</div>
</div>
</li>
</ul>
</div>
<div class="teaching" id="teaching">
<h1>Teaching</h1>
<h6>...</h6>
</div>
<div class="talks" id="talks">
<h1>Talks</h1>
<h6>...</h6>
</div>
<div class="misc" id="lifestyle">
<h1>Lifestyle</h1>
<h6>Enjoying life!</h6>
</div>
</div>
</div>
<footer>
<div class="container">
<p class="footer-content">This personal website refers to <a href="https://jxu.ai/" target="_blank">Ph.D. Jingxi Xu</a> ©Copyright 2025 Yu Sun.</p>
</div>
</footer>
</body>
</html>