Skip to content

Commit fdde5fd

Browse files
committed
add photos
1 parent cb7daba commit fdde5fd

5 files changed

Lines changed: 42 additions & 15 deletions

File tree

_pages/about.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ selected_papers: false # includes a list of papers marked as "selected={true}"
2222
social: true # includes social icons at the bottom of the page
2323
---
2424

25-
I am an Assistant Professor of Microelectronics Thrust at [The Hong Kong University of Science and Technology (Guangzhou)](https://www.hkust-gz.edu.cn/). Prior to joining HKUST(GZ), I held the position of Principal Engineer at Hisilicon, working on accelerator design for the next-generation DPU. I received my Ph.D. in computer science from National University of Singapore (NUS) in 2022, where I was supervised by [Prof. Bingsheng He](https://www.comp.nus.edu.sg/~hebs/) and collaborated closely with [Prof. Weng-Fai WONG](https://www.comp.nus.edu.sg/~wongwf/) and [Prof. Deming Chen](https://dchen.ece.illinois.edu/).
25+
I am an Assistant Professor in the Microelectronics Thrust at [The Hong Kong University of Science and Technology (Guangzhou)](https://www.hkust-gz.edu.cn/). Before joining HKUST(GZ), I was a Principal Engineer at Hisilicon, working on accelerator design for next-generation DPUs. I received my Ph.D. in computer science from the National University of Singapore (NUS) in 2022, where I was supervised by [Prof. Bingsheng He](https://www.comp.nus.edu.sg/~hebs/) and collaborated closely with [Prof. Weng-Fai Wong](https://www.comp.nus.edu.sg/~wongwf/) and [Prof. Deming Chen](https://dchen.ece.illinois.edu/).
2626

2727
<img src="/assets/img/clablogo.png" alt=" " width="300"/>
2828

29-
Our research group, **Custom Computing Lab (CLab)**, is dedicated to exploring sustainable computing solutions for **AI** and **Big Data** through **customized hardware architectures** and **specialized system designs**.
29+
I lead the **Custom Computing Lab (CLab)** at HKUST(GZ). Our group explores sustainable computing solutions for **AI** and **big data** through **customized hardware architectures** and **specialized system designs**.
3030

3131

32-
## Research Interest
33-
* Hardware accelerator
34-
* FPGA/GPU/NPU computing
35-
* System design and optimization
36-
* For LLM, Embodied AI and Big Data
32+
## Research Areas
33+
* AI accelerators and LLM inference
34+
* Heterogeneous computing with FPGA, GPU, and NPU systems
35+
* Hardware-software co-design for data-intensive applications
36+
* Algorithm, system, and architecture for embodied AI
3737

3838

3939
## Openings
4040

41-
<span style="color:red;">
42-
<b>I am actively looking for self-motivated PhD students and research assistants with background in computer engineering, computer science or electronic engineering. Feel free to email me your CV and transcript if you are interested in joining us.</b> :sparkles::wink:
41+
<p><span style="color:red;"><b>I am actively looking for self-motivated PhD students and research assistants.</b></span></p>
4342

44-
<b>We have new openings focused on VLA training, systems, and architecture for embodied robotics.</b> :wink:
45-
</span>
43+
<p>Applicants with backgrounds in computer engineering, computer science, electronic engineering, or related areas are welcome. Feel free to email me your CV and transcript if you are interested in joining us.</p>
44+
45+
<p>We currently have openings focused on VLA training, systems, and architecture for embodied robotics.</p>

_pages/people.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,17 @@ description: Members of the Custom Computing Lab.
116116

117117
## Group Photo
118118

119-
<figure class="team-photo">
120-
<img src="/assets/img/gathering 2025-2-28.jpg" alt="CLab group photo taken on February 28, 2025" zoomable="true">
121-
<figcaption>CLab gathering on February 28, 2025</figcaption>
122-
</figure>
119+
<div class="team-photo-grid">
120+
<figure class="team-photo">
121+
<img src="/assets/img/2025-new-term-begins.jpg" alt="CLab group photo at the beginning of the 2025 fall term" zoomable="true">
122+
<figcaption>New term begins, September 2025</figcaption>
123+
</figure>
124+
<figure class="team-photo">
125+
<img class="team-photo-crop-top" src="/assets/img/2025-new-term-gathering.jpg" alt="CLab gathering in September 2025" zoomable="true">
126+
<figcaption>CLab new term gathering, September 2025</figcaption>
127+
</figure>
128+
<figure class="team-photo">
129+
<img src="/assets/img/gathering 2025-2-28.jpg" alt="CLab gathering on February 28, 2025" zoomable="true">
130+
<figcaption>CLab gathering, February 2025</figcaption>
131+
</figure>
132+
</div>

assets/css/main.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,28 @@ $max-content-width: {{ site.max_width }};
7171
margin-top: 1rem;
7272
}
7373

74+
.team-photo-grid {
75+
display: grid;
76+
gap: 1.2rem;
77+
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
78+
margin-top: 1rem;
79+
}
80+
81+
.team-photo-grid .team-photo {
82+
margin-top: 0;
83+
}
84+
7485
.team-photo img {
86+
aspect-ratio: 16 / 9;
7587
border-radius: 18px;
88+
object-fit: cover;
7689
width: 100%;
7790
}
7891

92+
.team-photo-crop-top {
93+
object-position: center 35%;
94+
}
95+
7996
.team-photo figcaption {
8097
color: var(--global-text-color-light);
8198
font-size: 0.95rem;
2.51 MB
Loading
246 KB
Loading

0 commit comments

Comments
 (0)