Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export function Home(): ReactElement {
<div className="container news">
<h4>News</h4>
<ul>
<li>
<b>Jul. 2025: </b> Jiarong Wu have successfully
defended his PhD thesis.
</li>

<li>
<b>Jan. 2024: </b> Jiajun Hu and Jialun Cao have successfully
defended their PhD thesis.
Expand Down
4 changes: 2 additions & 2 deletions src/pages/People.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ export function People(): ReactElement {
</a>

<h3>
<a href="http://home.cse.ust.hk/~ytianas/">Yongqiang Tian</a>
<a href="http://yqtian.com">Yongqiang Tian</a>
</h3>
<p>Research Assistant Professor at HKUST</p>
<p>Assistant Professor at Monash University</p>
</div>

<div className="banner-bottom-left">
Expand Down