diff --git a/src/app/routes/Home.tsx b/src/app/routes/Home.tsx index b4fdfd9..92645fb 100644 --- a/src/app/routes/Home.tsx +++ b/src/app/routes/Home.tsx @@ -338,6 +338,52 @@ function Home() { + {/* Poster Session */} + {programData.acceptedPapers.poster.length > 0 && ( +
+
+

+ Poster Session +

+
+

+ Posters must be 42" x 21" (Width x Height, aspect ratio + 2:1, landscape format). All posters will be displayed in{" "} + Exhibit Hall A. Poster boards + will be available during your assigned session time. You may use the + official{" "} + + CVPR logos and poster templates + + . +

+
+ {programData.acceptedPapers.poster.map((paper, index) => ( +
+
+
+

+ {paper.id}. {paper.title} +

+ {paper.posterBoard && ( + + Poster Board {paper.posterBoard} + + )} +
+

{paper.authors}

+
+
+ ))} +
+
+ )} + {/* Organizers */}
diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 0ce2f60..72e0d25 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -59,6 +59,12 @@ export function Footer() { > Speakers + + Posters +