Skip to content

Commit ed562c8

Browse files
committed
update Affiliations
1 parent 4acfbb3 commit ed562c8

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image
7070
# Social integration
7171
# -----------------------------------------------------------------------------
7272

73+
cv_pdf: Hung-Yueh-Chiang-CV.pdf # your CV filename in /assets/pdf/
7374
github_username: hychiang-git # your GitHub user name
7475
gitlab_username: # your GitLab user name
7576
twitter_username: yueh_ch # your Twitter handle

_includes/social.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
{%- if site.cv_pdf -%}
2+
<a href="{{ '/assets/pdf/' | append: site.cv_pdf | relative_url }}" title="Curriculum Vitae"><i class="ai ai-cv"></i></a>
3+
{% endif %}
14
{%- if site.email -%}
25
<a href="mailto:{{ site.email | encode_email }}" title="email"><i class="fas fa-envelope"></i></a>
36
{% endif %}

_layouts/about.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ <h1>
2323
</p>
2424
</div>
2525
</header>
26-
<br>
2726

2827
<article>
2928
<h2>About me</h2>

_pages/about.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ layout: about
33
title: About
44
permalink: /
55
# subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
6-
subtitle: >
7-
[<a href="assets/pdf/Hung-Yueh-Chiang-CV.pdf">Curriculum Vitae</a>]<br>
8-
Ph.D. Candidate<br>
9-
Affiliations: <a href="https://enyac.org/">EnyAC</a><br>
10-
Department of Electrical and Computer Engineering<br>
11-
The University of Texas at Austin<br>
6+
# subtitle: >
7+
# [<a href="assets/pdf/Hung-Yueh-Chiang-CV.pdf">Curriculum Vitae</a>]<br>
8+
# Ph.D. Candidate<br>
9+
# Affiliations: <a href="https://enyac.org/">EnyAC</a><br>
10+
# Department of Electrical and Computer Engineering<br>
11+
# The University of Texas at Austin<br>
1212
# subtitle: >
1313
# [<a href="assets/pdf/Hung-Yueh-Chiang-CV.pdf">Curriculum Vitae</a>] [<a href="assets/pdf/Hung-Yueh-Chiang-Resume.pdf">Résumé</a>]<br>
1414
# Ph.D. Candidate<br>
@@ -37,12 +37,13 @@ misc: true # includes a list of miscellaneous
3737

3838
---
3939

40-
<!-- Hung-Yueh Chiang is a final-year Ph.D. student in the [Energy-Aware Computing Group (EnyAC)](https://enyac.org/) at The University of Texas at Austin (UT), advised by [Prof. Diana Marculescu](https://users.ece.utexas.edu/~dianam/). Before joining EnyAC, he was a machine learning engineer at XYZ Robotics, a startup in Shanghai. From 2016 to 2018, he collaborated with [Prof. Winston Hsu](https://winstonhsu.info/) on 3D point cloud learning and earned his M.S. degree from National Taiwan University (NTU), Taipei, Taiwan. He completed his B.S. degree at National Yang Ming Chiao Tung University (NYCU, formerly National Chiao Tung University) in Hsinchu, Taiwan, in 2015. During his final semester at NYCU, he participated in an exchange program at ETH Zürich. -->
4140
Hung-Yueh is a Senior Deep Learning Software Engineer on the Inference and Model Optimization team at NVIDIA. Prior to joining NVIDIA, he obtained his Ph.D. degree at The University of Texas at Austin (UT), advised by [Prof. Diana Marculescu](https://users.ece.utexas.edu/~dianam/). He completed his M.S. degree from National Taiwan University (NTU) and a B.S. degree at National Yang Ming Chiao Tung University.
4241
<br>
4342
<p style="margin-bottom: 0;">I’m interested in building efficient agentic AI systems <b><i>for everyone on every device</i></b>. My research interests include:</p>
4443
<ul style="margin-top: 0;">
4544
<li><b>Quantization and compression:</b> Weight and KV-cache compression with new floating types for faster inference</li>
4645
<li><b>Efficient agentic system design:</b> Lightweight architectures and scheduling strategies for multi-step reasoning agents</li>
4746
<li><b>On-device agentic systems:</b> Deploying capable AI agents on resource-constrained edge devices</li>
48-
</ul>
47+
</ul>
48+
49+
<!-- Hung-Yueh Chiang is a final-year Ph.D. student in the [Energy-Aware Computing Group (EnyAC)](https://enyac.org/) at The University of Texas at Austin (UT), advised by [Prof. Diana Marculescu](https://users.ece.utexas.edu/~dianam/). Before joining EnyAC, he was a machine learning engineer at XYZ Robotics, a startup in Shanghai. From 2016 to 2018, he collaborated with [Prof. Winston Hsu](https://winstonhsu.info/) on 3D point cloud learning and earned his M.S. degree from National Taiwan University (NTU), Taipei, Taiwan. He completed his B.S. degree at National Yang Ming Chiao Tung University (NYCU, formerly National Chiao Tung University) in Hsinchu, Taiwan, in 2015. During his final semester at NYCU, he participated in an exchange program at ETH Zürich. -->

0 commit comments

Comments
 (0)