-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
491 lines (471 loc) · 20.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
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>
<!--
Hyperspace by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>Chang-Hong Hsu -- University of Michigan, Ann Arbor</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="http://web.eecs.umich.edu/~hsuch/wp-content/uploads/2015/03/profile_circle_hd-90x90.png" sizes="32x32" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">About Me</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#experiences">Experiences</a></li>
<li><a href="#honors">Honors</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<p>
<h1>Hi! I am Chang-Hong Hsu</h1>
<span class="hexagon_wrapper right">
<div class="hexagon">
<!--<img src="images/profile.jpg" alt="" />-->
<div class="hexTop"></div>
<div class="hexBottom"></div>
</div>
</span>
<div class="content">
I am a Ph.D. student majoring in Computer Science and Engineering,
University of Michigan, Ann Arbor. I am a member of <a href="http://clarity-lab.org/">ClarityLab</a>,
together with a bunch of talented colleagues working with our awesome advisers
<a href="http://jasonmars.org/">Prof. Jason Mars</a> and <a href="http://www.lingjia.org/">Prof. Lingjia Tang</a>.
My research interests include developing hardware and software techniques on highly parallel and
reconfigurable platform for improving datacenter performance and energy efficiency. <br>
<br>
<a href="downloads/resume/resume-industry-new.pdf"><span class="icon fa-suitcase"> Résumé</span></a><br>
<a href="https://scholar.google.com/citations?hl=zh-TW&user=gZzj1-8AAAAJ&view_op=list_works&gmla=AJsN-F5MEDNjsQlCr8DNqnl0QtK3ezDxRCgih0iOvTK2kZ1r1VzdkPWQf50PO8GlJUPILO8pe8Kdv9czWOtdYnXdAjaaJFCiKY0f17ZORkodTOVRaI1gCz-4tEfX9YBfVzkWsoIkOwP4">
<span class="icon fa-graduation-cap"> Google Scholar Citation page</span>
</a>
</div>
<p>
<ul class="actions">
<li><a href="#education" class="button scrolly">Go to Education</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="education" class="wrapper style2 spotlights">
<section>
<a href="http://umich.edu" class="image"><img src="images/2color-bluebg.png" alt="University of Michigan, Ann Arbor" data-position="center center" /></a>
<div class="content">
<div class="inner">
<p>
<span><h2>Doctor of Philosophy</h2></span><span>2012 -</span>
</p>
<p>
CLARITY Lab <br>
Co-advisers: Prof. Jason Mars, Prof. Lingjia Tang
</p>
<p>
Computer Science and Engineering <br />
University of Michigan, Ann Arbor <br>
</p>
</div>
</div>
</section>
<section>
<a href="http://www.ntu.edu.tw" class="image"><img src="images/ntu.jpg" alt="National Taiwan University" data-position="top center" /></a>
<div class="content">
<div class="inner">
<p>
<h2>Master of Science</h2>
2008 - 2011
</p>
<p>
DVLab <br>
Advisor: Prof. Chung-Yang (Ric) Huang
</p>
<p>
Electrical Engineering (Computer Science Division)<br />
National Taiwan University (NTU)
</p>
</div>
</div>
</section>
<section>
<a href="http://www.ntu.edu.tw" class="image"><img src="images/ntu.jpg" alt="National Taiwan University" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>Bachelor of Science in Engineering</h2>
<p>2004 - 2008</p>
<p>
Electrical Engineering<br />
National Taiwan University (NTU)
</p>
<!--
<ul class="actions">
<li><a href="#" class="button">Learn more</a></li>
</ul>
-->
</div>
</div>
</section>
</section>
<!-- Publication -->
<section id="publications" class="wrapper style3 fade-up">
<div class="inner">
<h2>Publications</h2>
<p>
Chang-Hong's current research interests include developing highly parallel, highly reconfigurable hardware and software architecture
to improve datacenter efficiency for emerging workloads such as cloud application and machine learning algorithms.
He has authored and co-authored 7 papers at top-tier conferences since 2010, in areas such as verifying correctness of hardware and software,
and improving datacenter performance and power efficiency.
</p>
<div class="features">
<section>
<span class="icon major fa-rocket"></span>
<h6 style="color: rgba(255, 255, 255, 0.55);">Computer Systems, Transaction on (TOCS)</h6>
<h3>Reining in Long Tails in Warehouse-Scale Computers with Adrenaline</h3>
<h5 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
<b><u>Chang-Hong Hsu</u></b>, Yunqi Zhang, Michael A. Laurenzano, David Meisner, Thomas Wenisch, Ronald G. Dreslinski, Jason Mars, Lingjia Tang
</h5>
<p>
<ul class="actions">
<li><a href="downloads/papers/pdfs/hsu2017adrenaline_tocs.pdf" class="button small fit">pdf</a></li>
<li><a href="downloads/papers/bibs/hsu2017adrenaline_tocs.bib" class="button small fit">bibtex</a></li>
</ul>
</p>
</section>
<section>
<span class="icon major fa-bolt"></span>
<h6 style="color: rgba(255, 255, 255, 0.55);">International Symposium of Computer Architecture (ISCA) 2016</h6>
<h3>Dynamo: Facebook’s Data Center-Wide Power Management System</h3>
<h5 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Qiang Wu, Qingyuan Deng, Lakshmi Ganesh, <b><u>Chang-Hong Hsu</u></b>, Yun Jin, Sanjeev Kumar, Bin Li, Justin Meza, Yee Jiun Song
</h5>
<p>
<ul class="actions">
<li><a href="downloads/papers/pdfs/wu2016dynamo.pdf" class="button small fit">pdf</a></li>
<li><a href="downloads/papers/bibs/wu2016dynamo.bib" class="button small fit">bibtex</a></li>
<li><a href="https://research.facebook.com/publications/dynamo-facebook-s-data-center-wide-power-management-system/" class="button small fit">page</a></li>
</ul>
</p>
</section>
<section>
<span class="icon major fa-fire"></span>
<h6 style="color: rgba(255, 255, 255, 0.55);">International Symposium of Computer Architecture (ISCA) 2015</h6>
<h3>Thermal Time Shifting: Leveraging phase change materials to reduce cooling costs in warehouse-scale computers</h3>
<h5 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Matthew Skach, Manish Arora, <b><u>Chang-Hong Hsu</u></b>, Dean Tullsen, Jason Mars, Lingjia Tang
</h5>
<p>
<ul class="actions">
<li><a href="downloads/papers/pdfs/skach2015thermal.pdf" class="button small fit">pdf</a></li>
<li><a href="downloads/papers/bibs/skach2015thermal.bib" class="button small fit">bibtex</a></li>
</ul>
</p>
</section>
<section>
<span class="icon major fa-rocket"></span>
<h6 style="color: rgba(255, 255, 255, 0.55);">International Symposium on High Performance Computer Architecture (HPCA) 2015</h6>
<h3>Adrenaline: Pinpointing and reining in tail queries with quick voltage boosting</h3>
<h5 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
<b><u>Chang-Hong Hsu</u></b>, Yunqi Zhang, Michael A. Laurenzano, David Meisner, Thomas Wenisch, Jason Mars, Lingjia Tang, Ronald G. Dreslinski
</h5>
<p>
<ul class="actions">
<li><a href="downloads/papers/pdfs/hsu2015adrenaline.pdf" class="button small fit">pdf</a></li>
<li><a href="downloads/papers/bibs/hsu2015adrenaline.bib" class="button small fit">bibtex</a></li>
<li><a href="downloads/papers/pdfs/hsu2015adrenaline_slides.pdf" class="button small fit">slide</a></li>
</ul>
</p>
</section>
<section>
<span class="icon major fa-check-square-o"></span>
<h6 style="color: rgba(255, 255, 255, 0.55);">Conference on Computer and Communications Security (CCS) 2014</h6>
<h3>Verifying Curve25519 Software</h3>
<h5 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Yu-Fang Chen, <b><u>Chang-Hong Hsu</u></b>, Hsin-Hung Lin, Peter Schwabe, Ming-Hsien Tsai, Bow-Yaw Wang, Bo-Yin Yang, Shang-Yi Yang
</h5>
<p>
<ul class="actions">
<li><a href="#" class="button small fit">pdf</a></li>
<li><a href="#" class="button small fit">bibtex</a></li>
</ul>
</p>
</section>
<section>
<span class="icon major fa-check-square-o"></span>
<h6 style="color: rgba(255, 255, 255, 0.55);">
Design, Automation & Test in Europe (DATE) 2014
</h6>
<h3>ArChiVED: Architectural checking via event digests for high performance validation</h3>
<h5 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
<b><u>Chang-Hong Hsu</u></b>, Debapriya Chatterjee, Ronny Morad, Raviv Gal, Valeria Bertacco
</h5>
<p>
<ul class="actions">
<li><a href="#" class="button small fit">pdf</a></li>
<li><a href="#" class="button small fit">bibtex</a></li>
</ul>
</p>
</section>
<section>
<span class="icon major fa-map-signs"></span>
<h6 style="color: rgba(255, 255, 255, 0.55);">
Asia and South Pacific Design Automation Conference (ASP-DAC) 2011
</h6>
<h3>A robust ECO engine by resource-constraint-aware technology mapping and incremental routing optimization</h3>
<h5 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Shao-Lun Huang, Chi-An Wu, Kai-Fu Tang, <b><u>Chang-Hong Hsu</u></b>, Chung-Yang (Ric) Huang
</h5>
<p>
<ul class="actions">
<li><a href="#" class="button small fit">pdf</a></li>
<li><a href="#" class="button small fit">bibtex</a></li>
</ul>
</p>
</section>
<section>
<span class="icon major fa-check-square-o"></span>
<h6 style="color: rgba(255, 255, 255, 0.55);">
International Conference on Computer Aided Design (ICCAD) 2010
</h6>
<h3>Formal deadlock checking on high-level SystemC designs</h3>
<h5 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Chun-Nan Chou, <b><u>Chang-Hong Hsu</u></b>, Yueh-Tung Chao, Chung-Yang (Ric) Huang
</h5>
<p>
<ul class="actions">
<li><a href="#" class="button small fit">pdf</a></li>
<li><a href="#" class="button small fit">bibtex</a></li>
</ul>
</p>
</section>
<!-- <section></section> -->
</div>
<ul class="actions">
<li><a href="#experiences" class="button scrolly">Go to Experiences</a></li>
</ul>
</div>
</section>
<!-- Experience -->
<section id="experiences" class="wrapper fullscreen style1 fade-up">
<div class="inner">
<h2>Experiences</h2>
<div class="features">
<section>
<span class="icon major fa-compass"></span>
<h5 style="color: rgba(255, 255, 255, 0.55);">ACM SIGMICRO</h5>
<h4>Web Master</h4>
<h6 style="color: rgba(255, 255, 255, 0.55);">Mar. 2016 - Present</h6>
</section>
<section>
<span class="icon major fa-facebook-square"></span>
<h5 style="color: rgba(255, 255, 255, 0.55);">Facebook Inc.</h5>
<h4>Research Collaborator/Contractor</h4>
<h6 style="color: rgba(255, 255, 255, 0.55);">Nov. 2015 - Sep. 2016</h6>
</section>
<section>
<span class="icon major fa-facebook-square"></span>
<h5 style="color: rgba(255, 255, 255, 0.55);">Facebook Inc.</h5>
<h4>Research Intern</h4>
<h6 style="color: rgba(255, 255, 255, 0.55);">Jun. 2015 - Sep. 2015</h6>
</section>
<section>
<span class="icon major fa-graduation-cap"></span>
<h5 style="color: rgba(255, 255, 255, 0.55);">University of Michigan, Ann Arbor</h5>
<h4>Graduate Student Research Assistant (GSRA)</h4>
<h6 style="color: rgba(255, 255, 255, 0.55);">Sep. 2013 - present</h6>
</section>
<section>
<span class="icon major fa-graduation-cap"></span>
<h5 style="color: rgba(255, 255, 255, 0.55);">University of Michigan, Ann Arbor</h5>
<h4>Graduate Student Instructor (GSI)</h4>
<h5>"EECS 583 - Advanced Compiler"</h5>
<h6 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Sep. 2014 - Dec. 2015
</h6>
</section>
<section>
<span class="icon major fa-graduation-cap"></span>
<h5 style="color: rgba(255, 255, 255, 0.55);">Academia Sinica, Taiwan</h5>
<h4>Research Assistant</h4>
<h6 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Dec. 2011 - Jul. 2012
</h6>
</section>
<section>
<span class="icon major fa-industry"></span>
<h5 style="color: rgba(255, 255, 255, 0.55);">Cadence Design, Taiwan</h5>
<h4>Intern</h4>
<h6 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Jul. 2008 - Aug. 2008
</h6>
</section>
<section>
<span class="icon major fa-graduation-cap"></span>
<h5 style="color: rgba(255, 255, 255, 0.55);">National Taiwan University</h5>
<h4>Teaching Assistant</h4>
<h5>"Logic Synthesis and Verification"</h5>
<h6 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Feb. 2010 - Jun. 2010
</h6>
</section>
<section>
<span class="icon major fa-graduation-cap"></span>
<h5 style="color: rgba(255, 255, 255, 0.55);">National Taiwan University</h5>
<h4>Teaching Assistant</h4>
<h5>"Data Structure and Programming"</h5>
<h6 style="font-weight:normal;color: rgba(255, 255, 255, 0.65);">
Sep. 2009 - Jan. 2010
</h6>
</section>
</div>
<ul class="actions">
<li><a href="#honors" class="button scrolly">Go to Honors</a></li>
</ul>
</div>
</section>
<!-- Honor -->
<section id="honors" class="wrapper fullscreen style2 fade-up">
<div class="inner">
<h2>Honors</h2>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Source/Sponsor</th>
<th>Year</th>
</tr>
</thead>
<tbody>
<tr>
<td>MICRO 2016 Student Travel Grant</td>
<td>NSF, ACM SIGMICRO</td>
<td>2016</td>
</tr>
<tr>
<td>HPCA 2015 Student Travel Grant</td>
<td>NSF</td>
<td>2015</td>
</tr>
<tr>
<td>Rackham Student Travel Grant</td>
<td>University of Michigan, Ann Arbor</td>
<td>2013-2014 <br> 2014-2015</td>
</tr>
<tr>
<td>Chia-Lun Lo Fellowship</td>
<td>University of Michigan, Ann Arbor</td>
<td>2013-2014</td>
</tr>
<tr>
<td>Departmental Support Fellowship</td>
<td>CSE, University of Michigan, Ann Arbor</td>
<td>2012-2013</td>
</tr>
<tr>
<td>Yearly Electronic Design Automation Bounty</td>
<td>Springsoft Education Foundation</td>
<td>2010</td>
</tr>
<tr>
<td>2nd Prize, National Computer-aided Design Contest for <br> Integrated Circuit</td>
<td>Ministry of Education Taiwan</td>
<td>2010</td>
</tr>
<tr>
<td>Honorary Member of the Society</td>
<td>The Phi Tau Phi Scholastic Honor Society <br> at National Taiwan University</td>
<td>2010</td>
</tr>
</tbody>
</table>
</div>
<ul class="actions">
<li><a href="#contact" class="button scrolly">Go to Contact</a></li>
</ul>
</div>
</section>
<!-- Contact -->
<section id="contact" class="wrapper fullscreen style3 fade-up">
<div class="inner">
<h2>Contact</h2>
<div class="features">
<section>
<ul class="contact">
<li>
<span class="icon major fa-map-marker"></span>
<h3>Address</h3>
<span>2260 Hayward St.<br />
Ann Arbor, Michigan 48109<br />
USA</span>
</li>
</ul>
</section>
<section>
<ul class="contact">
<li>
<span class="icon major fa-inbox"></span>
<h3>Email</h3>
<span>hsuch at umich dot edu</span>
</li>
</ul>
</section>
<section>
<ul class="contact">
<li>
<span class="icon major fa-desktop"></span>
<h3>Website</h3>
<span><a href="http://web.eecs.umich.edu/~hsuch">http://web.eecs.umich.edu/~hsuch</a></span>
</li>
</ul>
</section>
<section>
<ul class="contact">
<li>
<span class="icon major fa-users"></span>
<h3>Social</h3>
<ul class="icons">
<li><a href="http://www.facebook.com/ChangHongHsu" class="fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/bnsblue" class="fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/changhonghsu" class="fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Chang-Hong Hsu. All rights reserved.</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>