Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/eccv-navbar-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/hirokatsu.kataoka.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/jan-nico.zaech.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/keisuke.tateno.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/koichiro.yamaguchi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/masaki.inaba.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/puren.guler.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/risa.shinoda.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/shashanka.venkataramanan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/shunsuke.kitada.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/organizers/yoshihiro.fukuhara.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/program/amir.bar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/program/iro.armeni.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/program/marc.pollefeys.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
322 changes: 125 additions & 197 deletions src/app/routes/Home.tsx

Large diffs are not rendered by default.

86 changes: 10 additions & 76 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,40 +1,25 @@
import { Link } from "react-router";
// import { X } from "lucide-react";
// import { SiGithub, SiSlack, SiYoutube } from "react-icons/si";

// import { Button } from "./ui/button";

export function Footer() {
return (
<footer className="w-full border-t border-border/50 bg-footer-background/80 backdrop-blur-xl py-12 md:py-16 flex flex-col items-center mt-24">
<div className="container mx-auto grid gap-12 md:grid-cols-2 lg:grid-cols-4 px-6 xl:max-w-6xl">
{/* Logo and Workshop Name */}
{/* <div className="flex flex-col gap-2">
<Link to="/" className="flex items-center space-x-2">
<span className="font-bold text-lg">LIMIT Workshop</span>
</Link>
<p className="text-sm text-muted-foreground">ICCV 2025</p>
</div> */}

{/* Past BigMAC Workshop */}
{/* Past FOUND Workshop */}
<div className="flex flex-col gap-4">
<h3 className="font-bold text-lg">Past Workshops</h3>
<Link
to="https://bigmac-vision.github.io/"
className="text-sm text-muted-foreground hover:text-primary transition-colors font-medium"
>
ICCV 2023 BigMAC
</Link>
<span className="text-sm text-muted-foreground font-medium">
ICCV 2025 FOUND (1st)
</span>
</div>

{/* Related Workshop */}
<div className="flex flex-col gap-4">
<h3 className="font-bold text-lg">Related Workshops</h3>
<Link
to="https://cvpr2026-vgi-workshop.limitlab.xyz/"
to="https://eccv2026-limit-workshop.limitlab.xyz/"
className="text-sm text-muted-foreground hover:text-primary transition-colors font-medium"
>
CVPR 2026 VGI
ECCV 2026 LIMIT
</Link>
</div>

Expand All @@ -49,10 +34,10 @@ export function Footer() {
Home
</Link>
<Link
to="/#program"
to="/#cfp"
className="text-sm text-muted-foreground hover:text-primary transition-colors font-medium"
>
Program
Call for Papers
</Link>
<Link
to="/#speakers"
Expand All @@ -74,69 +59,18 @@ export function Footer() {
</Link>
</div>
</div>

{/* Social Links
<div className="flex flex-col gap-2">
<h3 className="font-medium">Connect</h3>
<div className="flex gap-2">
<Button
className="hover:bg-footer-accent dark:hover:bg-footer-accent/50"
variant="ghost"
size="icon"
asChild
>
<a href="#" target="_blank" rel="noreferrer">
<X className="h-4 w-4" />
<span className="sr-only">X</span>
</a>
</Button>
<Button
className="hover:bg-footer-accent dark:hover:bg-footer-accent/50"
variant="ghost"
size="icon"
asChild
>
<a href="#" target="_blank" rel="noreferrer">
<SiGithub className="h-4 w-4" />
<span className="sr-only">GitHub</span>
</a>
</Button>
<Button
className="hover:bg-footer-accent dark:hover:bg-footer-accent/50"
variant="ghost"
size="icon"
asChild
>
<a href="#" target="_blank" rel="noreferrer">
<SiYoutube className="h-4 w-4" />
<span className="sr-only">YouTube</span>
</a>
</Button>
<Button
className="hover:bg-footer-accent dark:hover:bg-footer-accent/50"
variant="ghost"
size="icon"
asChild
>
<a href="#" target="_blank" rel="noreferrer">
<SiSlack className="h-4 w-4" />
<span className="sr-only">Slack</span>
</a>
</Button>
</div>
</div> */}
</div>

{/* Credits */}
<div className="container mx-auto mt-12 border-t border-border/50 pt-8 px-6 xl:max-w-6xl">
<div className="flex flex-col items-center justify-between gap-6 md:flex-row">
<Link to="/" className="flex items-center space-x-2 group">
<span className="font-bold text-xl group-hover:text-primary transition-colors">
BigMAC Workshop
FOUND Workshop
</span>
</Link>
<p className="text-center text-sm text-muted-foreground font-medium">
&copy; {new Date().getFullYear()} BigMAC Workshop. All rights
&copy; {new Date().getFullYear()} FOUND Workshop. All rights
reserved.
</p>
<p className="text-center text-sm text-muted-foreground md:text-right font-medium">
Expand Down
6 changes: 3 additions & 3 deletions src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Sheet, SheetContent, SheetTrigger, SheetClose } from "./ui/sheet";

const navItems = [
{ name: "Home", path: "/" },
{ name: "Program", path: "/#program" },
{ name: "Call for Papers", path: "/#cfp" },
{ name: "Speakers", path: "/#speakers" },
{ name: "Organizers", path: "/#organizers" },
{ name: "Contact", path: "/#contact" },
Expand All @@ -30,13 +30,13 @@ export function Header() {
{/* <span className="font-bold text-xl">VGI 2026</span> */}
<img
src={blackLimitLabLogoWide}
alt="LIMIT Workshop logo"
alt="FOUND Workshop logo"
className="object-contain h-16 w-auto dark:hidden transition-transform group-hover:scale-105"
loading="lazy"
/>
<img
src={whiteLimitLabLogoWide}
alt="LIMIT Workshop logo"
alt="FOUND Workshop logo"
className="object-contain h-16 w-auto hidden dark:block transition-transform group-hover:scale-105"
loading="lazy"
/>
Expand Down
124 changes: 13 additions & 111 deletions src/data/extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,138 +3,40 @@
"title": "Awards",
"subtitle": "Recognizing outstanding contributions",
"intro": "We are pleased to recognize exceptional papers presented at our workshop. Awards are determined by the program committee based on novelty, technical quality, and impact.",
"awards": [
{
"category": "Best Paper Award",
"paperTitle": "Example Paper Title",
"authors": "Author Name 1, Author Name 2, Author Name 3",
"paperLink": "#",
"summary": "Brief description of why this paper received the award."
}
],
"honorableMentions": [
{
"paperTitle": "Honorable Mention Paper Title 1",
"authors": "Author Name 1, Author Name 2",
"paperLink": "#",
"summary": "Brief description of this paper's contributions."
},
{
"paperTitle": "Honorable Mention Paper Title 2",
"authors": "Author Name 3, Author Name 4",
"paperLink": "#",
"summary": "Brief description of this paper's contributions."
}
],
"awards": [],
"honorableMentions": [],
"selection": {
"overview": "The awards committee evaluates all accepted papers based on reviewer feedback, presentation quality, and overall impact.",
"criteria": [
"Novelty and technical rigor",
"Clarity of presentation and reproducibility",
"Potential real-world impact"
],
"committee": [
"Committee Member 1 (Affiliation)",
"Committee Member 2 (Affiliation)",
"Committee Member 3 (Affiliation)"
]
"committee": []
},
"timeline": [
{
"phase": "Nominations",
"date": "Month Day, Year",
"description": "Area chairs and reviewers nominate standout submissions."
},
{
"phase": "Final Deliberation",
"date": "Month Day, Year",
"description": "Awards committee reviews shortlisted papers."
},
{
"phase": "Announcement",
"date": "Month Day, Year",
"description": "Winners announced at the workshop closing session."
}
],
"timeline": [],
"cta": {
"text": "Questions about awards?",
"email": "workshop@example.com"
"email": "gatheluck[at]gmail.com"
}
},
"supporters": {
"supporters": [
{
"name": "Sponsor Name 1",
"logo": "/supporters/sponsor1.jpg",
"website": "https://example.com"
},
{
"name": "Sponsor Name 2",
"logo": "/supporters/sponsor2.jpg",
"website": "https://example.com"
}
]
"supporters": []
},
"pastEvents": {
"title": "Past Events",
"subtitle": "Previous editions of the workshop",
"subtitle": "Previous editions of the FOUND Workshop",
"workshopHistory": [
{
"year": "2025",
"title": "Workshop 2025",
"location": "Conference 2025, Location",
"description": "Description of the 2025 workshop edition and its main themes.",
"website": "#"
},
{
"year": "2024",
"title": "Workshop 2024",
"location": "Conference 2024, Location",
"description": "Description of the 2024 workshop edition and its main themes.",
"title": "FOUND @ ICCV 2025",
"location": "ICCV 2025, Honolulu, Hawaii",
"description": "The 1st FOUND Workshop focused on foundation data and industrial tech transfer, bringing together researchers and practitioners to discuss domain-grounded data creation, robustness under domain shift, and deployment-aligned evaluation.",
"website": "#"
}
],
"pastPapers": [
{
"year": "2025",
"title": "Example Paper Title from 2025",
"authors": "A. Author, B. Author, C. Author",
"links": {
"paper": "#",
"video": "#"
}
},
{
"year": "2024",
"title": "Example Paper Title from 2024",
"authors": "D. Author, E. Author",
"links": {
"paper": "#",
"video": "#"
}
}
],
"pastKeynotes": [
{
"title": "Example Keynote Title",
"speaker": "Speaker Name, Year",
"description": "Description of the keynote presentation and its main topics.",
"videoLink": "#"
}
],
"resources": [
{
"title": "Workshop Datasets",
"description": "Benchmark datasets from previous workshops.",
"link": "#",
"type": "datasets"
},
{
"title": "Code Repositories",
"description": "Code implementations from accepted papers.",
"link": "#",
"type": "code"
}
]
"pastPapers": [],
"pastKeynotes": [],
"resources": []
}
}
Loading
Loading