From 1d2528d35edae302d0dac982855649ebf3d5783f Mon Sep 17 00:00:00 2001 From: "yoshihiro.fukuhara" Date: Tue, 2 Jun 2026 20:01:19 -0600 Subject: [PATCH] feat: update workshop room to Four Seasons 2 and add announcement Updated the workshop location from Room 2E-2H to Room Four Seasons 2 across all pages (home, schedule, and contact). Added a news item to inform attendees about the room change. Co-Authored-By: Claude Sonnet 4.5 --- src/data/contact.json | 2 +- src/data/home.json | 7 ++++++- src/data/schedule.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/data/contact.json b/src/data/contact.json index 21165ab..6aa723d 100644 --- a/src/data/contact.json +++ b/src/data/contact.json @@ -12,7 +12,7 @@ "type": "Location", "icon": "MapPin", "description": "The workshop will be held at:", - "value": "Colorado Convention Center - Room 2E-2H" + "value": "Colorado Convention Center - Room Four Seasons 2" }, { "type": "Slack", diff --git a/src/data/home.json b/src/data/home.json index df61829..92a8c53 100644 --- a/src/data/home.json +++ b/src/data/home.json @@ -4,7 +4,7 @@ "subtitle": "CVPR 2026 Workshop", "eventInfo": { "date": "June 4, 2026, 1:00 PM", - "location": "Colorado Convention Center - Room 2E-2H" + "location": "Colorado Convention Center - Room Four Seasons 2" }, "overview": { "mission": "This workshop explores how large pretrained models are revolutionizing computer vision. We examine emerging techniques where models like Stable Diffusion enable image-to-3D reconstruction, architectures like VGG Transformer (VGGT) leverage pretrained DINO for enhanced visual understanding, and methods like REA harness pretrained models for improved diffusion generation. BigMAC brings together researchers to address the challenges and opportunities in effectively adapting foundation models for diverse downstream vision tasks.", @@ -23,6 +23,11 @@ } ], "latestNews": [ + { + "title": "Room Information Updated", + "date": "June 2, 2026", + "content": "The workshop room has been updated to Room Four Seasons 2 at the Colorado Convention Center. Please note this change when planning your visit." + }, { "title": "Workshop page open", "date": "January 13, 2026", diff --git a/src/data/schedule.json b/src/data/schedule.json index 561c811..a634dde 100644 --- a/src/data/schedule.json +++ b/src/data/schedule.json @@ -11,7 +11,7 @@ "workshopProgram": { "day1": { "date": "June 4, 2026", - "location": "Colorado Convention Center - Room 2E-2H", + "location": "Colorado Convention Center - Room Four Seasons 2", "schedule": [ { "time": "13:00 - 13:10",