forked from yinpeiqi/yinpeiqi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
240 lines (223 loc) · 12.2 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bowen Qing</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<table id="main-table">
<tr>
<td>
<table class="sub-table">
<tr>
<td class="td-with-padding">
<p class="p-center" id="name">
<name>Bowen Qing</name>
<p class="p-center" id="email">
11812509@mail.sustech.edu.cn
</p>
<p class="p-center smallerFont">
<!-- <a href="https://www.linkedin.com/in/yi-lyu-b14a1917b/">LinkedIn</a>-->
<!--  | -->
<a href="mailto:11812509@mail.sustech.edu.cn">Email</a> |
<a href="https://github.com/kxlv2000/">GitHub</a> |
<a href="./resume.pdf">PDF</a>
</p>
</p>
<br>
<p>
I'm currently a undergraduate student in Computer Science and Engineering Department in
<a href="http://www.sustech.edu.cn/">Southern University of Science and Technology</a
>.
</p>
</td>
<td class="td-with-padding">
<img src="qbw.jpg" id="Weiqi-image"/>
</td>
</tr>
</table>
<table class="sub-table">
<tr>
<td class="td-with-padding">
<heading>Education</heading>
<ul>
<li>
<span class="emphasis">Southern University of Science and Technology</span>,
Shenzhen, China
<span class="align-right">Sept. 2018 - Jun. 2022 </span>
<p>
Major in Computer Science and Engineering (GPA: 3.69/4.0,
last year: 3.86/4.0)
</p>
</li>
</ul>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Professional Experiences</heading>
<p>
<ol>
<li>
<a>Research Assistant in SUSTech DBGroup</a>
<span class="align-right">Jun. 2020 - present</span>
<br>
<br> With the advisement of my mentor <span class="emphasis">Bo Tang</span> and <span class="emphasis">Xiao Yan</span>, I am working on the following projects. <br><br>
<span class="emphasis">A Vertex-Centric System Designed on GNN System</span>: This is a project lead by phd students in CUHK. I Wrote several GNN model for the System such as gcn, rgcn and appnp. Also I am Writing some
frontend and backend for the display of SIGMOD demo.
<br><br>
<span class="emphasis">Large-scale Database for System on Chip (SoC) Verification</span>: This is a project lead by phd students in SUSTech and cooperate with SMIT. I tried on compression algorithm for high throughput measurement
data generated by FPGA with the using of modern algorithm in data compression area. Currently working on the design of Soc Verification System.
</li>
<br>
<br>
<li>
<a>As an ACM Team Member of SUSTech</a>
<span class="align-right">Dec. 2018 - May. 2021</span>
<br>
<br>
<span class="emphasis">As a Programmer</span>: I trained for more than two years and participated in several competitions. For example ICPC, CCPC, GMCPC and GDCPC. I also enjoy the contest on <a href="http://codeforces.com">codeforces</a>,
you can find me <a href="http://codeforces.com/profile/yinpeiqi">here</a>.
<br><br>
<span class="emphasis">As an Assigner:</span>: Rather than solving problems, it seems more interesting on setting problems. I used to set problems for course CS203 and CS208. I set problems for <a href="https://www.szccf.org.cn/">SZCCF</a> and acted as an referee.
</li>
<br>
<br>
</ol>
</p>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Selected Projects</heading>
<ol>
<li>
SUSTeam [<a href="https://github.com/SUSTech-OOAD-2020FALL-SUSTeam">Code</a
>]
<p>
An online game platform that enable users to purchase, download, and comment.
SDK provided to developers to support friend invitations, cloud archives, DLC,
incremental updates, etc.
I implemented parts of backend, SDK and a demo game(2048) for this system.
I contributed for more than <span class="emphasis">6.6k++</span> and <span
class="emphasis">1.4k--</span>.
</p>
</li>
<li>
RDT [<a
href="https://github.com/yinpeiqi/CS305-project-RDT"
>Code</a
>]
<p>
RDT(Reliable data transfer) is done for course Computer Network. Contains two
transfer modes, three-way handshake and four-way wavehand.
</p>
</li>
<li>
Tickets Booking System
<p>
I Implemented a ticket booking system.
Which can provide functions of searching rest tickets, booking tickets and other
develop functions.
The data is sources from reality.
I contributed for more than <span class="emphasis">4k</span> lines.
</p>
</li>
<li>
Fix Issues
<p>
Fixing issues for some open-source projects in Github.
Contributions were merged by large projects with thousands of stars.
For example, I fixed an issue of <a
href="https://github.com/JabRef/jabref"
>JabRef</a
> which hunting them for more than one year.
</p>
</li>
</ol>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Publications</heading>
<ol>
<li>
Yidi Wu, Yuntao Gui, Tatiana Jin, James Cheng, Xiao Yan, <span class="emphasis">Peiqi Yin</span>,
Yufei Cai, Bo Tang and Fan Yu,
Vertex-Centric Visual Programming for Graph Neural Networks, SIGMOD Demo 2021.
</li>
</ol>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Honors & Scholarships</heading>
<ol>
<li class="li-margin">
2020 ICPC Asia Shanghai Regional Contest Silver Meda
<span class="align-right">2020</span>
</li>
<li class="li-margin">
2020 CCPC Qinhuangdao Site Silver Medal
<span class="align-right">2020</span>
</li>
<li class="li-margin">
2020 GMCPC Golden Medal (Rank 3/45)
<span class="align-right">2020</span>
</li>
<li class="li-margin">
2019 ICPC Asia Xuzhou Regional Contest Bronze Medal
<span class="align-right">2019</span>
</li>
<li class="li-margin">
2019 ICPC Asia Xuzhou Regional Contest Fastest Solved Award
<span class="align-right">2019</span>
</li>
<li class="li-margin">
2019 CCPC Qinhuangdao Site Bronze Medal
<span class="align-right">2019</span>
</li>
<li class="li-margin">
Outstanding student scholarship(SUSTech)
<span class="align-right">2018, 2019, 2020</span>
</li>
</ol>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Teaching Experience</heading>
<ol>
<li class="li-margin">
CS203: Data Structure and Algorithm Analysis
<span class="align-right">2020 Fall</span>
<p>
The course aims to cultivate talented students who have programming experience
before.</p>
</li>
<li class="li-margin">
CS208: Algorithm Design and Analysis
<span class="align-right">2021 Spring</span>
<p>
The course aims to cultivate students in computer department who already have the
basic for algorithm.</p>
</li>
</ol>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Miscellaneous</heading>
<p>
I'm an amateur in singing / playing basketball.
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>