Skip to content

Commit 07cf9b2

Browse files
authored
update people (#37)
* Update People.tsx * Update Home.tsx
1 parent ec2b471 commit 07cf9b2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/pages/Home.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ export function Home(): ReactElement {
1414
<div className="container news">
1515
<h4>News</h4>
1616
<ul>
17+
<li>
18+
<b>Jul. 2025: </b> Jiarong Wu have successfully
19+
defended his PhD thesis.
20+
</li>
21+
1722
<li>
1823
<b>Jan. 2024: </b> Jiajun Hu and Jialun Cao have successfully
1924
defended their PhD thesis.

src/pages/People.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ export function People(): ReactElement {
116116
</a>
117117

118118
<h3>
119-
<a href="http://home.cse.ust.hk/~ytianas/">Yongqiang Tian</a>
119+
<a href="http://yqtian.com">Yongqiang Tian</a>
120120
</h3>
121-
<p>Research Assistant Professor at HKUST</p>
121+
<p>Assistant Professor at Monash University</p>
122122
</div>
123123

124124
<div className="banner-bottom-left">

0 commit comments

Comments
 (0)