We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3736af4 commit 37ac49eCopy full SHA for 37ac49e
1 file changed
app/(default)/(event)/cvpr2026/workshop/page.tsx
@@ -50,13 +50,6 @@ const speakers: {
50
affiliation: 'National University of Singapore',
51
link: 'https://haroldsoh.com/'
52
},
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
- },
60
{
61
name: "Shuran Song",
62
image: "/assets/person/shuran_song.jpg",
@@ -78,6 +71,13 @@ const speakers: {
78
71
affiliation: 'UC Berkeley',
79
72
link: 'https://people.eecs.berkeley.edu/~kanazawa/'
80
73
74
+ {
75
+ name: "Jiatao Gu",
76
+ image: "/assets/person/jiatao_gu.jpg",
77
+ position: "Assistant Professor",
+ affiliation: 'University of Pennsylvania',
+ link: 'https://jiataogu.me/'
+ },
81
];
82
83
0 commit comments