-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (96 loc) · 4.31 KB
/
index.html
File metadata and controls
111 lines (96 loc) · 4.31 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>srp-homepage</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@1.10.1/css/academicons.min.css">
</head>
<body>
<div class="sidebar">
<img src="images/self_image.jpg" alt="Profile">
<h2>Rongpeng Su</h2>
<p>USTC</p>
<p>Ph.D. loading...</p>
<div class="hyper_url">
<a href="#">
<i class="fas fa-fw fa-envelope" aria-hidden="true"></i> Email
</a>
<a href="https://github.com/Diligent06">
<i class="fab fa-fw fa-github"></i> GitHub
</a>
<a href="https://scholar.google.com/citations?user=rY-Ndl0AAAAJ&hl=en">
<i class="fas fa-fw fa-graduation-cap"></i> Google Scholar
</a>
</div>
</div>
<!-- 导航栏 -->
<div class="navbar">
<a href="#home"><b>Homepage</b></a>
<a href="#about">About me</a>
<a href="#news">News</a>
<a href="#publications">Publications</a>
<a href="#honer">Honors and Awards</a>
<a href="#educations">Educations</a>
<a href="#talk">Invited Talks</a>
<a href="#internships">Internships</a>
<a href="notes.html">📒 Notes</a>
</div>
<div class="main">
<!-- 页面内容 -->
<section id="home" style="min-height: 0; height: 0px; margin: 0 0; padding: 0;">
<!-- <h1>首页</h1> -->
</section>
<section id="about">
<!-- <h1>关于我们</h1> -->
<p>
I am a Ph.D. student of the class of 2024 at the University of Science and Technology of China (USTC), currently interning at the Beijing General Artificial Intelligence Research Institute. I obtained a Bachelor of Engineering degree from Xiamen University in 2024.
</p>
<p>
My main research focuses on robotic manipulation and vision-language-action embodied intelligence. I welcome peers with similar research interests to connect and exchange ideas.
</p>
</section>
<section id="news">
<h1>🔥News</h1>
<p>🎉🎉To be done.</p>
</section>
<section id="publications">
<h1>📝Publications</h1>
<p>To be done.</p>
</section>
<section id="honer">
<h1>🎖Honors and Awards</h1>
<ul style="margin-left: 0%; line-height: 2;">
<li>2021.12 College Outstanding Three Good Students</li>
<li>2021.12 National Scholarship</li>
<li>2021.12 First Prize in the Fujian Division of the Chinese Mathematics Competition</li>
<li>2022.11 First Prize in the Fujian Division of the China Undergraduate Mathematical Contest in Modeling</li>
<li>2022.12 College Outstanding Three Good Students</li>
<li>2022.12 National Scholarship</li>
<li>2023.05 Finalist Award, Interdisciplinary Contest in Modeling (ICM)</li>
<li>2023.12 National Scholarship</li>
<li>2024.06 Outstanding Graduate of the School of Informatics, Xiamen University</li>
</ul>
</section>
<section id="educations">
<h1>📖Educations</h1>
<ul style="margin-left: 0%; line-height: 2;">
<li>2024.09 - (now), Ph.D. student in the 6th department at the University of Science and Technology of China (USTC), Hefei</li>
<li>2020.09 - 2024.06, undergraduate, Xiamen University, Xiamen</li>
</ul>
</section>
<section id="talk">
<h1>Invited Talks</h1>
<p>To be done</p>
</section>
<section id="internships">
<h1>💻Internships</h1>
<ul style="margin-left: 0%; line-height: 2;">
<li>2024.05 - 2024.09, Intern Researcher, Machine learning department, Beijing General Artificial Intelligence Research Institute (BIGAI), Beijing</li>
</ul>
</section>
</div>
</body>
</html>