-
Notifications
You must be signed in to change notification settings - Fork 0
/
activity.html
executable file
·234 lines (213 loc) · 12.3 KB
/
activity.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
<section>
<h3 style="text-align: center;font-size:20px;padding: 10px;padding-bottom: 20px;color:gray;">Professional and Extracurricular Activities</h3>
<article id="2023-curve-contributor">
<div class="cell-image">
<a href="image/activities/CURVE_CONTRIBUTOR.jpg" class="image thumb-big">
<img src="image/activities/CURVE_CONTRIBUTOR.jpg"
alt="Curve Contributor" />
</a>
</div>
<div class="cell-text-photo">
<h3>2023 Open Source Project Contributor — Curve</h3>
<p>
I have been a contributor to <a href="https://github.com/opencurve/curve">Curve</a>, an open source project hosted by the CNCF foundation.
<br/>
Curve is all about delivering a high-performance and fault-tolerant distributed storage system.
<br/>
It has gained significant popularity with over 2.1K stars as of October 18, 2023.
<br/>
Here are my contributions so far:
<br/>
- <a href="https://github.com/opencurve/curve/issues/2505">Separated several massive unit test cases, expanded test coverage, and created more than 50 unit tests for crucial modules</a>
<br/>
- <a href="https://github.com/opencurve/curve/issues/2244">Designed new user interfaces for listing and canceling warm-up tasks</a>
<br/>
- Updated and improved outdated project documentation
</p>
</div>
</article>
<article id="2022-cc-ta">
<div class="cell-image">
<a href="image/activities/CCTA.jpg" class="image thumb-big">
<img src="image/activities/CCTA.jpg"
alt="The Cloud Computing Course" />
</a>
</div>
<div class="cell-text-photo">
<h3>2022 Fall Teaching Assistant</h3>
<p>I served as a Teaching Assistant in the following courses:
<li><a href="https://www.cs.cmu.edu/~msakr/15619-f22/">Cloud Computing</a><br />
- Instructed by Prof. Majd F. Sakr (graduate-level).<br />
- One of the most popular and challenging courses and time-consuming (30 hours+ of work expected per week) in the CS department.<br />
- I am responsible for the weekly office hours and a major owner of the Spark Pagerank project<br />
- The project I owned earned 73.5% of the student's satisfaction with the project writeup and 97.1% positive feedback on overall learning.<br />
</p>
</div>
</article>
<article id="2022-jisell">
<div class="cell-image">
<a href="image/activities/JISELL_GROUP2.jpeg" class="image thumb-big">
<img src="image/activities/JISELL_GROUP2.jpeg"
alt="The Jisell Team photos at San Jose" />
</a>
<a href="image/activities/JISELL_GROUP.jpeg" class="image thumb-big hidden">
<img src="image/activities/JISELL_GROUP.jpeg"
alt="The Jisell Team photos at Alex apartment" />
</a>
</div>
<div class="cell-text-photo">
<h3>2022 Jisell: Voluntary Software Engineer</h3>
<p>I joined a pre-startup when studying in the CMU, and we developed an <a href="https://apps.apple.com/us/app/jisell/id1601544104" target="_blank">iOS app</a> that got selected for VentureBridge Summer Cohort.
When I joined the startup, all the team members had no previous experience developing an iOS app, but we ended up being able to pick the skill up. Also, we closely worked with the product team to prioritize features like Wallet, AR display, and Gift Card Visual Detection.
</p>
<p>
<li>[<a href="https://www.cmu.edu/iii/about/news/2022/iii-alumni-team-startup-selected.html" target="_blank">VentureBridge Summer Cohort news by CMU III</a>]</br>
</p>
</div>
</article>
<article id="2019-aiccc-award">
<div class="cell-image">
<a href="image/activities/AICCC1.jpg" class="image thumb-big">
<img src="image/activities/AICCC1.jpg"
alt="2019 AICCC conference, I was photoed with the other author and a Kobe University professor." />
</a>
<a href="image/activities/AICCC2.jpg" class="image thumb-big hidden">
<img src="image/activities/AICCC2.jpg"
alt="Presenting my work and the core of concept." />
</a>
</div>
<div class="cell-text-photo">
<h3>2019 ACM AICCC Conference</h3>
<p>I was honored to be one of the recipients from 2019 ACM AICCC conference, which was held in Kobe, Tokyo. As one of the recipients, I was invited to the conference to give a speech and present my ideas. Besides, I was inspired by exchanging my ideas with other excellent recipients who did similar messages-analyzing researches.
</div>
</article>
<article id="2018-tm-ta">
<div class="cell-image">
<a href="image/activities/ITA.jpg" class="image thumb-big">
<img src="image/activities/ITA.jpg"
alt="The instructed textbook in the Text Mining" />
</a>
</div>
<div class="cell-text-photo">
<h3>2018 Teaching Assistant</h3>
<p>I served as a Teaching Assistant in the following courses:
<li>Information Retrieval and Text Mining<br />
- Instructed by Prof. Chien-Chin Chen (graduate-level).<br />
</p>
</div>
</article>
<article id="2018-china-unicom-internship">
<div class="cell-image">
<a href="image/activities/FUJIAN.jpg" class="image thumb-big">
<img src="image/activities/FUJIAN.jpg"
alt="A photograph taken by media. I was the man in a ivory white T-shirt." />
</a>
</div>
<div class="cell-text-photo">
<h3>2018 China Unicom Joint Research Internship</h3>
<p>I joined a co-research program in the China, and I make a research about pedestrian detection by cooperating with other PHD and Master interns from well known universities - Tsinghua University and Beijing Normal University. I developed a proof of concept model during several weeks and designed a data preprocessing tool to make annotated images. I learned a lot by exploring unfamiliar research fields and also gained precious experences about cooperating with different culture people.
This program was reported on Finger Media and ETtoday, two of the well-known media companies in Taiwan.</p>
<p>(News articles for this program written in Chinese):
<li>[<a href="http://www.touchmedia.tw/?p=632445">news by Finger Media</a>]</br>
<li>[<a href="https://www.ettoday.net/news/20180809/1231075.htm">news by ETtoday</a>] [<a href="doc/ettoday_news.pdf">backup PDF</a>]
</p>
</div>
</article>
<article id="2017-fintech-contest">
<div class="cell-image">
<a href="image/activities/FINTECH1.jpg" class="image thumb-big">
<img src="image/activities/FINTECH1.jpg"
alt="Picture taken when we were awarded as the best team out of over 50 Participating teams." />
</a>
<a href="image/activities/FINTECH2.jpg" class="image thumb-big hidden">
<img src="image/activities/FINTECH2.jpg"
alt="A certificate of best team award." />
</a>
</div>
<div class="cell-text-photo">
<h3>2017 SCSB-Fintech Award Ceremony</h3>
<p>I participated a fintech contest with other graduate students. We first discussed with bank employees and knew banks' pain points. Then we found a workable solution by taking costs and user acceptance into account. After serveral months, we developed a spendings tracking ChatBot to provide a much more convenient serivce for users and made banks able to know users credibility level by analyzing daily spendinds. We ended up claiming the best team award among 56 participating teams from all universities in Taiwan. </p>
</div>
</article>
<article id="2016-firefighter">
<div class="cell-image">
<a href="image/activities/FIREFIGHTER.jpg" class="image thumb-big">
<img src="image/activities/FIREFIGHTER.jpg"
alt="Helping put out a severe wild fire, I was the man in a white shirt, dragging the pumping tunnel." />
</a>
</div>
<div class="cell-text-photo">
<h3>2016 Alternative Military Service — Firefighter</h3>
<p>I used to serve as a firefighter, which is an alternarive way to fulfill the mandatory militart service, from 2016 to 2017.
During the service, I got a Emergency Medical Technician License and carried out hundreds of emergency medical cases and fire related accidents. I sometimes encountered serious car accidents and needed to quickly evaluate health condition of wounded people, then gave them some basic treatment, like: stoping bleeding, on a bumping ambulance. </p>
<p>(News articles about a severe wildfire, which I help to put out):
<li>[<a href="https://www.setn.com/News.aspx?NewsID=238846">news by SETN Media</a>]</br>
</p>
</div>
</article>
<article id="2016-womany-hackerthon">
<div class="cell-image">
<a href="image/activities/WOMANY.jpg" class="image thumb-big">
<img src="image/activities/WOMANY.jpg"
alt="A group photo of every hackathon participants" />
</a>
</div>
<div class="cell-text-photo">
<h3>2016 Hackathon Campaign</h3>
<p>I challenged myself by participating a 24-hours hackathon which focused on gender issues, because I would like to explore the possibility of applications on solving social problems. I cooperated with other 4 participants with different backgrounds and developed an application, providing anonymous service for victims who suffered from sex bully. It is an amazing journey when we dedicated to using our abilites and developed an application to solve problems we faced in the real society. </p>
<li>[<a href="https://youtu.be/mxjKdlKBoek">Recording of hackathon on YouTube</a>]</br>
</div>
</article>
<article id="2014-badminton-leader">
<div class="cell-image">
<a href="image/activities/BADMINTON.jpg" class="image thumb-big">
<img src="image/activities/BADMINTON.jpg"
alt="An alumni group photo after a friendly competition."/>
</a>
</div>
<div class="cell-text-photo">
<h3>2013 Leader of Badminton Team</h3>
<p>From 2013 to 2014, I served as the leader of badminton team of MIS Department, leading over 20 team members to develop their badminton skills and encouraging them to participate game matches in the school. Besides, to strength members' connection with each other, I organized a matchup event, inviting over 50 graduates alumni to come and have fun.
</div>
</article>
<article id="2013-volunteer">
<div class="cell-image">
<a href="image/activities/VOLUNTEER1.jpg" class="image thumb-big">
<img src="image/activities/VOLUNTEER1.jpg"
alt="Guiding children to cooperate by playing traditional board games. I was the man on the bottom right corner." />
</a>
<a href="image/activities/VOLUNTEER2.jpg" class="image thumb-big hidden">
<img src="image/activities/VOLUNTEER2.jpg"
alt="Morning exercise." />
</a>
<a href="image/activities/VOLUNTEER3.jpg" class="image thumb-big hidden">
<img src="image/activities/VOLUNTEER3.jpg"
alt="Playing with children and knowing them more." />
</a>
<a href="image/activities/VOLUNTEER4.jpg" class="image thumb-big hidden">
<img src="image/activities/VOLUNTEER4.jpg"
alt="Gathering children before lunch." />
</a>
</div>
<div class="cell-text-photo">
<h3>2012 Student Volunteer</h3>
<p>I joined the NCCU International Volunteer Association from September 2012 to September 2013, and served as a Student Volunteer in July 2013 to launch a 5-day Charity Camp for countryside elementary schools. In this event, I designed a variety of courses and taught disadvantaged children to solve problems from different perspectives.</p>
</div>
</article>
<article id="2008-hand-club">
<div class="cell-image">
<a href="image/activities/CLUB1.jpg" class="image thumb-big">
<img src="image/activities/CLUB1.jpg"
alt="Picture taken when we answered a curtain call in the joint performance." />
</a>
<a href="image/activities/CLUB2.jpg" class="image thumb-big hidden">
<img src="image/activities/CLUB2.jpg"
alt="Picture for our opening performance for the joint performance." />
</a>
</div>
<div class="cell-text-photo">
<h3>2008 Director of Event Planning</h3>
<p>In 2008 when I was a senior high school student, I served as Director of Event Planning in the Sign Language Club at the Affiliated Senior High School of National Taiwan Normal University. Specifically, I was in charge of coordinating with Club representatives from other senior high schools. I also organized a joint performance with 31 senior high schools for more than 1,300 audience.</p>
</div>
</article>
</section>