Skip to content

Commit 29ee8ae

Browse files
committed
.
1 parent 71a4bc9 commit 29ee8ae

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ const organizers: {
8787
affiliation: string;
8888
link: string;
8989
}[] = [
90-
{
91-
name: "Ping Luo",
92-
affiliation: 'University of Hong Kong',
93-
link: 'http://luoping.me/'
94-
},
9590
{
9691
name: "Hongyang Li",
97-
affiliation: 'University of Hong Kong',
92+
affiliation: 'The University of Hong Kong',
9893
link: 'https://datascience.hku.hk/people/hongyang-li/'
9994
},
95+
{
96+
name: "Ping Luo",
97+
affiliation: 'The University of Hong Kong',
98+
link: 'http://luoping.me/'
99+
},
100100
{
101101
name: "Andrei Bursuc",
102102
affiliation: 'Valeo',

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ const organizers: {
4040
}[] = [
4141
{
4242
name: "Hongyang Li",
43-
affiliation: 'University of Hong Kong',
43+
affiliation: 'The University of Hong Kong',
4444
link: 'https://datascience.hku.hk/people/hongyang-li/'
4545
},
4646
{
4747
name: "Ping Luo",
48-
affiliation: 'University of Hong Kong',
48+
affiliation: 'The University of Hong Kong',
4949
link: 'http://luoping.me/'
5050
},
5151
{

0 commit comments

Comments
 (0)