forked from clementfung/clementfung.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
217 lines (175 loc) · 9.14 KB
/
cv.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
<!doctype html>
<html>
<!-- HEAD -->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113874144-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113874144-1');
</script>
<title>Clement Fung's Page</title>
<link href="css/bootstrap-3.3.5-dist/css/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="css/stackicons-master/css/stackicons-social-minimal.css" rel="stylesheet" media="screen" type="text/css" />
<link href="css/main.css" rel="stylesheet" type="text/css"/>
<link href="css/sidebar.css" rel="stylesheet" type="text/css"/>
</head>
<!-- BODY -->
<body>
<div class="container">
<div class="row profile">
<div class="col-md-3">
<div class="profile-sidebar">
<!-- SIDEBAR USERPIC -->
<div class="profile-userpic">
<img src="gallery/images/clement-cmu.jpg" class="img-responsive" alt="">
</div>
<!-- END SIDEBAR USERPIC -->
<!-- SIDEBAR USER TITLE -->
<div class="profile-usertitle">
<div class="profile-usertitle-name">
Clement Fung
</div>
<div class="profile-usertitle-job">
PhD Student <br>
Carnegie Mellon University
</div>
</div>
<!-- END SIDEBAR USER TITLE -->
<!-- SIDEBAR MENU -->
<div class="profile-usermenu">
<ul class="nav">
<li>
<a href="index.html">
<i class="glyphicon glyphicon-home"></i>
Home </a>
</li>
<li>
<a href="research.html">
<i class="glyphicon glyphicon-leaf"></i>
Research </a>
</li>
<!-- <li>
<a href="projects.html">
<i class="glyphicon glyphicon-briefcase"></i>
Projects </a>
</li> -->
<li class="active">
<a href="#">
<i class="glyphicon glyphicon-list-alt"></i>
CV </a>
</li>
<li>
<a href="https://scholar.google.ca/citations?hl=en&user=j-0C0kUAAAAJ">
<i class="glyphicon glyphicon-education"></i>
Google Scholar </a>
</li>
<li>
<a href="https://blog.clementfung.me">
<i class="glyphicon glyphicon-pencil"></i>
Blog </a>
</li>
<li>
<a href="misc.html">
<i class="glyphicon glyphicon-glass"></i>
Misc </a>
</li>
</ul>
</div>
<!-- END MENU -->
</div>
</div>
<div class="col-md-9">
<div class="profile-content">
<h3> Curriculum Vitae </h3>
<hr border-color="black">
<br>
<p>This is just a broad overview of what I've done and where I've been.<br>
A denser, less-frequently-updated version in PDF form <a href="gallery/clement_cv.pdf">can be found here</a>.</p>
<h3>Academic Positions</h3>
<ul id="news">
<li>
<p>
<b>Ph.D. in Societal Computing</b>, 2019 - present. <br>
Carnegie Mellon University, Pittsburgh, PA, USA. <br>
Advisor: <a href="https://www.archive.ece.cmu.edu/~lbauer/">Prof. Lujo Bauer</a>
</p>
</li>
<li>
<p>
<b>M.Sc. in Computer Science</b>, 2016 - 2018. <br>
University of British Columbia, Vancouver, BC, Canada. <br>
Thesis: <a href="http://hdl.handle.net/2429/67623">Dancing in the Dark: Multi-Party Machine Learning in an Untrusted Setting</a><br>
Advisor: <a href="http://www.cs.ubc.ca/~bestchai/">Prof. Ivan Beschastnikh</a>
</p>
</li>
<li>
<p>
<b>B.A.Sc. in Systems Design Engineering</b>, 2011 - 2016. <br>
University of Waterloo, Waterloo, ON, Canada. <br>
</p>
</li>
</ul>
<h3>Selected Work Experience</h3>
<ul id="news">
<li>
<p>
<b>Software Engineer</b>, January 2019 - July 2019.<br>
Oasis Labs, Berkeley, CA, USA.<br>
</p>
</li>
<li>
<p>
<b>Software Engineering Intern: Search, Network and Analytics</b>, June 2015 - August 2015.<br>
LinkedIn Corporation, Sunnyvale, CA, USA. <br>
</p>
</li>
<li>
<p>
<b>Software Engineering Intern: Distributed Data Systems</b>, September 2014 - December 2014.<br>
LinkedIn Corporation, Mountain View, CA, USA.<br>
</p>
</li>
<li>
<p>
<b>Software Engineering Intern: Server</b>, January 2014 - April 2014.<br>
Voicebox Technologies, Bellevue, WA, USA.<br>
</p>
</li>
<li>
<p>
<b>Research Assistant: Boutros Lab</b>, May 2013 - August 2013.<br>
Ontario Institute for Cancer Research, Toronto, ON, Canada.<br>
</p>
</li>
</ul>
<h3>Teaching</h3>
<p>While at UBC, I was a teaching assistant for the following courses:</p>
<ul id="news">
<li><a href="https://ubc-mds.github.io/course-descriptions/DSCI_571_sup-learn-1/">DSCI 571 - Supervised Learning</a>, Fall 2018</li>
<li><a href="https://ubc-mds.github.io/course-descriptions/DSCI_523_data-wrangling/">DSCI 523 - Data Wrangling</a>, Fall 2018</li>
<li><a href="https://github.ugrad.cs.ubc.ca/CPSC340-2017W-T2/home/blob/master/course_info.md">CPSC 340 - Machine Learning</a>, Winter 2018</li>
<li><a href="https://www.cs.ubc.ca/~schmidtm/Courses/340-F17/">CPSC 340 - Machine Learning</a>, Fall 2017</li>
<li><a href="https://sites.google.com/site/ubccpsc210enrol/">CPSC 210 - Software Construction</a>, Winter 2017</li>
<li><a href="https://sites.google.com/site/ubccpsc210enrol/">CPSC 210 - Software Construction</a>, Fall 2016</li>
</ul>
<p> I was the recipent of the <a href='https://www.cs.ubc.ca/award/2018/05/ubc-computer-science-department-graduate-ta-award'>UBC Computer Science Graduate TA Award</a> in 2018.
<h3>Advising</h3>
<p>I've advised the following students on term-long research projects:</p>
<ul id="news">
<li>Kevin Li (CMU 2021)</li>
<li>Shreya Srinarasi (CMU 2021)</li>
<ul><li>ESORICS '22</li></ul>
<li>Chris J.M. Yoon (UBC 2018)</li>
<ul><li>RAID '20, TPDS '21</li></ul>
<li>Syed Mubashir Iqbal (UBC 2017)</li>
<li>Jaime Koerner (UBC 2017)</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>