-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
491 lines (396 loc) · 19.7 KB
/
index.html
File metadata and controls
491 lines (396 loc) · 19.7 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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DNJB07KPNN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DNJB07KPNN');
</script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="files/hang.css" rel="stylesheet">
</head>
<title>Jiequan Zhang (JQ)</title>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top" style="background-color: #8C1515;">
<a class="navbar-brand" href="#">Jiequan Zhang (JQ)</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggle">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Random Things">Random Things</a>
</li>
</ul>
</div>
</nav>
<div class='floating_text' >
<!-- <div style="position: fixed; top: 450px; left: 58px">
Wanna create images like this? 🤨
</div> -->
<div style="position: fixed; top: 480px; left: 54px">
Click it! 🤨
</div>
</div>
<div class='floating_img' >
<a href="https://github.com/jiequanz/Mobius_Demo">
<img src="files/mobiue_img.png" />
</a>
</div>
<div class="container" style="padding-top: 20px; font-size: 18px">
<div class="row">
<div class="col-md-3", style="padding-right: 40px; padding-top: 15px">
<div class="profile_img">
<img class="img-responsive img-rounded" src="files/jiequan2.PNG" onmouseover="this.src='files/outman.png'" onmouseout="this.src='files/jiequan2.PNG'" alt="" style="max-width: 160px"><br>
<!-- <div class="overlay">
<img src="files/jiequan.jpeg" alt="" style="max-width: 180px "><br>
</div> -->
</div>
<!-- <small><small></small></small> -->
<br>
<p>
<a href="https://scholar.google.com/citations?user=sOTAFN8AAAAJ&hl=en">[Google Scholar]</a><br>
<a href="https://github.com/jiequanz">[Github]</a><br>
<a href="https://www.linkedin.com/in/jiequanzhang/">[LinkedIn]</a><br>
<a href="https://drive.google.com/file/d/118VkPANcsbmYMXiQMhFunJZ_PEhZkh2y/view?usp=sharing">[CV]</a><br>
</p>
<!-- <p><a href="#">[Curriculum Vitae]</a></p> -->
<h4 id="Contact">Contact</h4>
<div class="email">
jiequanz@cs.stanford.edu
</div>
</div>
<div class="col-md-9">
<br>
<p>
Hi, This is JQ (Jiequan Zhang)! I am a M.S. student at <a href="https://www.stanford.edu/" target="_blank">Stanford University</a>.
</p>
I am interested in:
<ul>
<small>
<li>
Computer Vision, Machine Learning, Natural Language Processing<br>
</li>
<li>
AI for Healthcare, AI for Social Good, Computational Social Science, Human-Computer Interaction<br>
</li>
<li>
Running 🏃 , Exercising 💪 , Basketball 🏀 , Board Games 🎲 , Traveling 🛩 , Hot Pot 🥘 , Cantonese Food 🥐<br>
</li>
</small>
</ul>
<p>Before Stanford, I graduated from <a href="https://www.rpi.edu/" target="_blank">Rensselaer Polytechnic Institute</a> with a B.S. in Mechaincal Engineering.<br>
</p>
<!-- <img class="top-gif" src="files/creative.gif" > -->
</div>
</div>
</div>
<br>
<br>
<!-- News -->
<div class="container">
<h3 id="News" style="padding-top: 80px; margin-top: -80px;">News</h3>
<ul>
<li>
[03/27/2021]: I became a teaching assistant for <a href="http://cs231n.stanford.edu/" target="_blank">CS231n: Convolutional Neural Networks for Visual Recognition</a>
</li>
<li>
[01/16/2021]: I became a teaching assistant for <a href="http://cs248.stanford.edu/winter21/" target="_blank">CS 248: Interactive Computer Graphics</a>
</li>
<li>
[01/15/2021]: We submitted a paper to Medical Image Analysis!
</li>
<li>
[12/15/2020]: I got a corgi puppy!
</li>
<li>
[10/01/2020]: I lost 5 kilograms in three weeks!
</li>
</ul>
</div><br>
<!-- Publications -->
<div class="container">
<h3 id="Publications" style="padding-top: 80px; margin-top: -80px;">Publications</h3>
<!-- <font color="black">(* indicate equal contribution)</font><br><hr> -->
<div class="row">
<div class="col-md-3">
<img class="img-fluid img-rounded" src="files/HAND.png" style="border:1px solid black" alt="", height="100">
</div>
<div class="col-md-9">
<a href="https://www.linkedin.com/in/jiequanzhang/"><b>Jiequan Zhang*</b></a>,
<a href="https://scholar.google.com/citations?user=yHpHM34AAAAJ&hl=en" target="_blank">Qingyu Zhao*</a>,
<a href="https://scholar.google.com/citations?user=7NX_J_cAAAAJ&hl=en" target="_blank">Ehsan Adeli</a>,
<a href="https://www.sri.com/bios/adolf-pfefferbaum/">Adolf Pfefferbaum</a>,
<a href="https://scholar.google.com/citations?user=KQ5WkUIAAAAJ&hl=en" target="_blank">Edith V. Sullivan</a>,
<a href="https://profiles.ucsf.edu/victor.valcour">Victor Valcour</a>,
and
<a href="https://scholar.google.com/citations?user=xOFOVGMAAAAJ&hl=en" target="_blank">Kilian M. Pohl</a>
<br>
<b><font color="black">Multi-Label, Multi-Domain Learning Identifies Compounding Effects of HIV and Cognitive Impairment</font></b><br>
<a href="http://cvpr2021.thecvf.com/" target="_blank">
<a href="https://www.journals.elsevier.com/medical-image-analysis" target="_blank"><b>Medical Image Analysis</b></a>
<br>
<a href="https://www.sciencedirect.com/science/article/abs/pii/S1361841521002917" target="_blank"> <small>[Paper]</small></a>
<br>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3">
<img class="img-fluid img-rounded" src="files/mobius-slide.png" style="border:1px solid black" alt="",height="100">
</div>
<div class="col-md-9">
<a href="http://sharonzhou.me/">Sharon Zhou</a>,
<a href="https://www.linkedin.com/in/jiequanzhang/"><b>Jiequan Zhang</b></a>,
<a href="https://hjian42.github.io/" target="_blank">Hang Jiang</a>,
<a href="https://scholar.google.com/citations?user=hYgvkugAAAAJ&hl=en" target="_blank">Torbjörn Lundh</a>, and
<a href="https://scholar.google.com/citations?user=mG4imMEAAAAJ&hl=en" target="_blank">Andrew Ng</a>
<br>
<b><font color="black">Data Augmentation with Mobius Transformations</font></b><br>
<a href="https://iopscience.iop.org/journal/2632-2153" target="_blank"><b>Machine Learning: Science and Technology (MLST) 2020</b></a> <!-- , <font color="#b26f16">(Under Review)</font> -->
<br>
<a href="https://iopscience.iop.org/article/10.1088/2632-2153/abd615" target="_blank"> <small>[Paper]</small></a> <a href="https://github.com/stanfordmlgroup/mobius" target="_blank"> <small>[Code]</small></a>
<!-- <a href="https://osf.io/abzk4/?view_only=b53a60db56f04fc09cad0082bb804de9" target="_blank"> <small>[Code]</small></a> -->
<br>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3">
<img class="img-fluid img-rounded" src="files/mdn.png" style="border:1px solid black" alt="", height="100">
</div>
<div class="col-md-9">
<a href="https://www.linkedin.com/in/mandy-lu-9b41a861/">Mandy Lu</a>,
<a href="https://scholar.google.com/citations?user=yHpHM34AAAAJ&hl=en" target="_blank">Qingyu Zhao</a>,
<a href="https://www.linkedin.com/in/jiequanzhang/"><b>Jiequan Zhang</b></a>,
<a href="https://scholar.google.com/citations?user=xOFOVGMAAAAJ&hl=en" target="_blank">Kilian M. Pohl</a>,
<a href="https://scholar.google.com/citations?user=rDfyQnIAAAAJ&hl=en" target="_blank">Li Fei-Fei</a>,
<a href="https://scholar.google.com/citations?user=hqNhUCYAAAAJ&hl=en" target="_blank">Juan Carlos Niebles</a>, and
<a href="https://scholar.google.com/citations?user=7NX_J_cAAAAJ&hl=en" target="_blank">Ehsan Adeli</a>
<br>
<b><font color="black">Metadata Normalization</font></b><br>
<a href="http://cvpr2021.thecvf.com/" target="_blank">
<b>CVPR 2021: IEEE Conference on Computer Vision and Pattern Recognition</b></a>
<br><br>
</div>
</div>
</div>
</div>
<br>
<!-- Experience -->
<div class="container">
<h3 id="Education" style="padding-top: 80px; margin-top: -80px;">Education</h3>
<br>
<div class="row education">
<div class="col-sm-6 col-xs-6 school">
<img src="files/SU_logo.png" class="img-fluid school-fig">
<p>Stanford University</p>
<p><small>Master of Science, 2018 - 2021</small></p>
<p><small>Mechanical Engineering</small></p>
</p>
</div>
<div class="col-sm-6 col-xs-6 school">
<img src="files/RPI_seal2.png" class="img-fluid school-fig">
<p>Rensselaer Polytechnic Institute</p>
<p><small>Bachelor of Science, 2015 - 2018</small></p>
<p><small>Mechanical Engineering</small></p>
</p>
</div>
</div>
</div><br>
<!-- Experience -->
<div class="container">
<h3 id="Labs" style="padding-top: 80px; margin-top: -80px;">Affiliated Groups</h3>
<br>
<div class="row education">
<div class="col-sm-3 col-xs-6 school">
<img src="files/ml.png" class="img-fluid school-fig">
<p>Stanford Machine Learning Group</p>
</div>
<div class="col-sm-3 col-xs-6 school">
<img src="files/cnslab.png" class="img-fluid school-fig">
<p>Computational Neuroscience Laboratory</p>
</div>
<div class="col-sm-3 col-xs-6 school">
<img src="files/svl.png" class="img-fluid school-fig">
<p>Stanford Vision and Learning Lab</p>
</div>
<div class="col-sm-3 col-xs-6 school">
<img src="files/hci.png" class="img-fluid school-fig">
<p>Stanford HCI Group</p>
</div>
</div>
</div><br>
<!-- Experience -->
<div class="container">
<h3 id="Experience" style="padding-top: 80px; margin-top: -80px;">Experience</h3>
<h4 id="SubExperience" style="padding-top: 80px; margin-top: -80px;">Work/Research</h4>
<ul>
<li>
Teaching Assistant for <a href="http://cs231n.stanford.edu/" target="_blank">CS231n: Convolutional Neural Networks for Visual Recognition</a>
<br>
Time: 2021.04 - 2021.06 (Spring 2021)
<br><br>
</li>
<li>
Teaching Assistant for <a href="http://cs248.stanford.edu/winter21/" target="_blank">CS 248: Interactive Computer Graphics</a>, supervised by <a href="http://graphics.stanford.edu/~kayvonf/" target="_blank">Kayvon Fatahalian</a>
<br>
Time: 2021.01 - 2021.03 (Winter 2021)
<br><br>
</li>
<li>
Research Assistant at <a href="http://svl.stanford.edu/"> The Stanford Vision and Learning Lab</a>, supervised by <a href="https://scholar.google.com/citations?user=rDfyQnIAAAAJ&hl=en" target="_blank">Li Fei-Fei</a>, <a href="https://scholar.google.com/citations?user=7NX_J_cAAAAJ&hl=en" target="_blank">Ehsan Adeli</a>, and <a href="https://alan.vision/" target="_blank">Alan Luo</a><br>
Time: 2020.09 - 2021.05 <br>
Content: A project related to senior readmission at <a href="https://aicare.stanford.edu/index.php"> Partnership in AI-Assisted Care (PAC)</a> <br><br>
</li>
<li>
Research Assistant at <a href="https://hci.stanford.edu/"> Stanford HCI Group</a>, supervised by <a href="https://www.landay.org/" target="_blank">James Landay</a>, <a href="https://cs.stanford.edu/people/ebrun/" target="_blank">Emma Brunskill</a>, and <a href="https://scholar.google.com/citations?user=cH-s7v8AAAAJ&hl=en" target="_blank">Sherry Ruan</a><br>
Time: 2020.09 - 2021.05 <br>
Content: A project related to AI and Education at <a href="https://hci.stanford.edu/research/smartprimer/"> Smart Primer </a> <br><br>
</li>
<li>
Research Assistant at<a href="http://cnslab.stanford.edu/"> The Computational Neuroscience Laboratory</a>, supervised by <a href="https://scholar.google.com/citations?user=xOFOVGMAAAAJ&hl=en" target="_blank">Kilian M. Pohl</a>, <a href="https://scholar.google.com/citations?user=7NX_J_cAAAAJ&hl=en" target="_blank">Ehsan Adeli</a>, and <a href="https://scholar.google.com/citations?user=yHpHM34AAAAJ&hl=en" target="_blank">Qingyu Zhao</a><br>
Time: 2020.04 - 2021.05 <br>
Content: A project related to multi-label image classification on MRI images from multiple sites. Paper is submitted to <a href="https://www.journals.elsevier.com/medical-image-analysis" target="_blank">Medical Image Analysis</a><br><br>
</li>
<li>
Research Assistant at <a href="https://stanfordmlgroup.github.io/" target="_blank">Stanford Machine Learning Group</a>, supervised by <a href="https://scholar.google.com/citations?user=mG4imMEAAAAJ&hl=en" target="_blank">Andrew Ng</a> and <a href="http://sharonzhou.me/">Sharon Zhou</a><br>
Time: 2019.10 - 2020.08 <br>
Content: A research project related to a novel augmentation method for 2D images, using Mobius transformations<br>
Just Demo: <a href="https://github.com/jiequanz/Mobius_Demo">Mobius Demo</a><br>
Official Repo from Stanford ML Group: <a href="https://github.com/stanfordmlgroup/mobius">Mobius Training</a><br>
<br>
</li>
<li>
Deep Learning Intern at Sony, supervised by Ping Wah Wong<br>
Time: 2019.06 - 2019.09<br>
Content: I worked on computer vision research in Image Sensor Design Center <br>
<br>
</li>
</ul>
<br><br>
<h4 id="SubExperience" style="padding-top: 80px; margin-top: -80px;">Projects</h4>
<ul>
<li>
BLM Privacy Project, <a href="https://stanfordmlgroup.github.io/" target="_blank">Stanford Machine Learning Group</a><br>
Time: 2020.05 - 2020.07 <br>
Goal: To leverage our group's knowledge of facial recognition AI to offer the most effective anonymization tool, which evades state of the art facial recognition technology<br>
Link: <a href="https://blm.stanford.edu" target="_blank">blm.stanford.edu</a> <br>
<br>
</li>
<li>
Data Science for Health Project<br>
Time: 2020.04 - 2021.05 <br>
Content: A research project aiming at understanding the fundamental characteristics of people’s daily eating habits through large-scale (TB) log data of a health tracking app<br>
<br>
</li>
<li>
ResearchLink Project, <a href="http://leanlaunchpad.stanford.edu/" target="_blank">Stanford ENGR 245, the Lean Launchpad</a> <br>
Time: 2020.01 - 2020.04 <br>
Content: An entrepreneurship project whose purpose was to offer high-end AI education to people around the world. We were one of the best teams in the quarter<br>
<b>Achievement: We received A+, which is very rare</b><br>
Final Presentation Slide: <a href="https://drive.google.com/file/d/1dforcWEDkG0-pfn6LGul4YA9aqmErEok/view?usp=sharing" target="_blank">ResearchLink Final Presentation</a><br>
<br>
</li>
<li>
Product Management Project, ShotSpotter<br>
Time: 2019.10 - 2019.12<br>
Content: We created a product that incorporates ShotSpotter’s gunshot detection function into navigation apps, which could be used to reroute people out of dangerous areas<br>
<br>
</li>
</ul>
<h4 id="SubExperience" style="padding-top: 80px; margin-top: -80px;">Extracurricular Activity</h4>
<ul>
<li>
2019.04 - 2010.04, Vice President, Association of Chinese Students and Scholars at Stanford <br>
Achievements: 2019 Stanford Graduation Gala, 2019 New Students Welcome Party, 2019 Singing Competition, 2020 Chinese New Year Gala<br>
<br>
</li>
</ul>
</div><br>
<!-- Awards -->
<div class="container">
<div class="row">
<div class="col-md-8">
<h3 id="Random Things" style="padding-top: 80px; margin-top: -80px;">Random Things</h3>
<ul>
<li>I passed Chartered Financial Analyst level 1
<li>I used to stutter a lot</li>
<li>I can speak a little bit Spanish and I really like to travel in Spanish-speaking countries</li>
<li>I have been to China, US, Puerto Rico, and Peru</li>
</ul>
</div>
<div class="col-md-4">
<img class="img-fluid img-rounded" src="files/cfa.png" ></li>
</div>
</div>
</div>
<br><br>
<!-- TED -->
<!-- <div class="container">
<h3 id="TED" style="padding-top: 80px; margin-top: -80px;">A good TED talk</h3>
<div style="max-width:854px"><div style="position:relative;height:0;padding-bottom:56.25%"><iframe src="https://embed.ted.com/talks/lang/en/guy_winch_why_we_all_need_to_practice_emotional_first_aid" width="854" height="480" style="position:absolute;left:0;top:0;width:100%;height:100%" frameborder="0" scrolling="no" allowfullscreen></iframe></div></div>
<br>
<p> I resonate with this TED talk. I always think that emotional hygiene is as important as physical health. Emotional pains could negatively affect a person's daily life, even more than physical pain sometime. Emotional pains also occur very often, given that many people are stressed nowadays. However, many people don't care about emotional health for themselves, nor do they care about other people's. </p>
<p>Let's change that!</p>
</div><br> -->
<!-- <br><br><br><br>
<img class="centerImage" src="files/peru.png" onmouseover="this.src='files/peru2.png'" onmouseout="this.src='files/peru.png'" width="600" height="450"> -->
<!--boba-->
<div class="container">
<h3 id="Boba" style="padding-top: 80px; margin-top: -80px;">My dog Boba</h3>
<br>
<p>Here are some "examples" of Boba. Enjoy.</p>
</div><br>
<img class="centerImage" src="files/boba.jpeg" width="600" height="800" >
<br><br>
<img class="centerImage" src="files/boba2.jpeg" width="600" height="800" >
<br><br>
<img class="centerImage" src="files/boba3.jpeg" width="600" height="800" >
<br><br>
<img class="centerImage" src="files/boba4.jpeg" width="600" height="800" >
<br><br>
<img class="centerImage" src="files/boba5.jpeg" width="600" height="800" >
<br><br>
<br><br>
<img class="centerImage" src="files/boba2.gif" >
<br><br>
<img class="centerImage" src="files/boba.gif" >
<!-- <br><br><br><br>
<img class="centerImage" src="files/peru.png" onmouseover="this.src='files/peru2.png'" onmouseout="this.src='files/peru.png'" width="600" height="450"> -->
<div class="container">
<hr>
<center>
<footer>
<p>© Template credit to <a href="https://hjian42.github.io/" target="_blank">Hang Jiang</a>.</p>
</footer>
</center>
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>