Skip to content

Commit 37ac49e

Browse files
committed
.
1 parent 3736af4 commit 37ac49e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • app/(default)/(event)/cvpr2026/workshop

app/(default)/(event)/cvpr2026/workshop/page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ const speakers: {
5050
affiliation: 'National University of Singapore',
5151
link: 'https://haroldsoh.com/'
5252
},
53-
{
54-
name: "Jiatao Gu",
55-
image: "/assets/person/jiatao_gu.jpg",
56-
position: "Staff Research Scientist",
57-
affiliation: 'Apple',
58-
link: 'https://jiataogu.me/'
59-
},
6053
{
6154
name: "Shuran Song",
6255
image: "/assets/person/shuran_song.jpg",
@@ -78,6 +71,13 @@ const speakers: {
7871
affiliation: 'UC Berkeley',
7972
link: 'https://people.eecs.berkeley.edu/~kanazawa/'
8073
},
74+
{
75+
name: "Jiatao Gu",
76+
image: "/assets/person/jiatao_gu.jpg",
77+
position: "Assistant Professor",
78+
affiliation: 'University of Pennsylvania',
79+
link: 'https://jiataogu.me/'
80+
},
8181
];
8282

8383

0 commit comments

Comments
 (0)