Skip to content

Commit 4acfbb3

Browse files
committed
update website for the new career
1 parent 4c71dc7 commit 4acfbb3

File tree

10 files changed

+39
-12
lines changed

10 files changed

+39
-12
lines changed

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ footer_text: >
1616
keywords: # jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
1717

1818
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
19-
icon: ut_shield.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
20-
logo: ut_longhorns.webp
19+
icon:
20+
logo:
21+
# icon: ut_shield.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
22+
# logo: ut_longhorns.webp
2123

2224
url: # https://alshedivat.github.io # the base hostname & protocol for your site
2325
baseurl: # /al-folio # the subpath of your site, e.g. /blog/

_includes/header.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<!-- Nav Bar -->
55
<nav id="navbar" class="navbar navbar-light navbar-expand-sm {% if site.navbar_fixed %}fixed-top{% else %}sticky-top{% endif %}">
66
<div class="container">
7+
{% if site.logo -%}
78
<img width="60px" src="{{ site.logo | prepend: '/assets/img/' | relative_url }}" class="navbar-brand logo" alt="{{ site.title }} logo" />
9+
{%- endif %}
810
{% if page.permalink != '/' -%}
911
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl }}/">
1012
{%- if site.title == "blank" -%}

_includes/misc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>Pro bono office hours</h2>
1515
<br><br>
1616
<h2>Miscellaneous</h2>
1717
<ul>
18-
<li>I like playing table tennis, piano, and taking pictures of new visiting places (<a href="https://www.instagram.com/hyc.footmark">Instagram</a>). </li>
18+
<li>I like playing table tennis and taking pictures of new visiting places (<a href="https://www.instagram.com/hyc.footmark">Instagram</a>). </li>
1919
<li>I served in marine corp from 2015-2016 as the mandatory military service in Taiwan. </li>
2020
<li>I was diagnosed with thyroid cancer in 2016 and had a total thyroidectomy. Fortunately, I am fine now. </li>
2121
</ul>

_includes/work_experience.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
<div class="work_experience">
33
<h2>Work experience</h2><br>
4+
<div style="display: flex; align-items: center; height: 140px;">
5+
<a href="https://www.nvidia.com/" style="flex-shrink: 0; width: 120px; text-align: center;">
6+
<img src="/assets/img/nvidia_logo.png" style="max-height: 100px; max-width: 100px;">
7+
</a>
8+
<div style="margin-left: 10px;">
9+
<a>NVIDIA</a> - Senior Deep Learning Software Engineer<br>
10+
Apr. 2026 - Present <br>
11+
<i>Inference and model optimization</i><br>
12+
</div>
13+
</div>
414
<div style="display: flex; align-items: center; height: 140px;">
515
<a href="https://www.eigenai.com/" style="flex-shrink: 0; width: 120px; text-align: center;">
616
<img src="/assets/img/eigenai_logo.png" style="max-height: 100px; max-width: 100px;">

_layouts/about.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ <h2>About me</h2>
3636
{%- include news.html %}
3737
{%- endif %}
3838
<br>
39-
{% if page.education -%}
40-
<!-- Work experience -->
41-
{%- include education.html %}
42-
{%- endif %}
43-
<br>
4439
{% if page.work_experience -%}
4540
<!-- Work experience -->
4641
{%- include work_experience.html %}
4742
{%- endif %}
43+
<br>
44+
{% if page.education -%}
45+
<!-- education -->
46+
{%- include education.html %}
47+
{%- endif %}
4848
{% if page.selected_papers -%}
4949
<!-- Selected papers -->
5050
{%- include selected_papers.html %}

_news/20260406_join_nvidia.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: post
3+
date: 2026-04-06
4+
inline: true
5+
---
6+
:tada: **<span style="color:red">New Position</span>** <br/>
7+
I will join [NVIDIA](https://www.nvidia.com/) as a Senior Deep Learning Software Engineer in Inference and Model Optimization.

_pages/about.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ 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.
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. -->
41+
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.
4142
<br>
42-
**Research interests**: efficient fine-tuning, model quantization, and computer vision
43+
<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>
44+
<ul style="margin-top: 0;">
45+
<li><b>Quantization and compression:</b> Weight and KV-cache compression with new floating types for faster inference</li>
46+
<li><b>Efficient agentic system design:</b> Lightweight architectures and scheduling strategies for multi-step reasoning agents</li>
47+
<li><b>On-device agentic systems:</b> Deploying capable AI agents on resource-constrained edge devices</li>
48+
</ul>

_sass/_themes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
--global-code-bg-color: #{$code-bg-color-light};
88
--global-text-color: #{$black-color};
99
--global-text-color-light: #{$grey-color};
10-
--global-theme-color: #{$orange-color-dark};
11-
--global-hover-color: #{$orange-color-light};
10+
--global-theme-color: #{$green-color-dark};
11+
--global-hover-color: #{$green-color-lime};
1212
--global-footer-bg-color: #{$grey-color-dark};
1313
--global-footer-text-color: #{$grey-color-light};
1414
--global-footer-link-color: #{$white-color};

assets/img/nvidia_logo.png

54.1 KB
Loading

assets/pdf/Hung-Yueh-Chiang-CV.pdf

-165 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)