From 32d86a1e6e714356eb59687f1284be9d80538251 Mon Sep 17 00:00:00 2001 From: gatheluck Date: Thu, 7 May 2026 23:44:01 +0900 Subject: [PATCH] feat: add talk titles to program and schedule - Add Robert Geirhos invited talk title - Add Hirokatsu Kataoka organizer talk title and update session name Co-Authored-By: Claude Sonnet 4.5 --- src/data/program.json | 2 +- src/data/schedule.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/data/program.json b/src/data/program.json index cd7dfcd..22abc2e 100644 --- a/src/data/program.json +++ b/src/data/program.json @@ -6,7 +6,7 @@ "name": "Robert Geirhos", "affiliation": "Google DeepMind", "photo": "/program/robert.geirhos-512x512.jpg", - "title": "", + "title": "Are generative video models the path towards solving visual intelligence?", "bio": "", "website": "https://robertgeirhos.com/" }, diff --git a/src/data/schedule.json b/src/data/schedule.json index 79d5341..8cb2c4e 100644 --- a/src/data/schedule.json +++ b/src/data/schedule.json @@ -30,15 +30,16 @@ "schedule": [ { "time": "08:30 - 08:40", - "session": "Opening Remarks", + "session": "Organizer Talk & Opening Remarks", "presenter": "Hirokatsu Kataoka", + "title": "Visual General Intelligence: Vision Research Toward the AGI Era", "slides": "" }, { "time": "08:40 - 09:20", "session": "Invited Talk 1", "presenter": "Robert Geirhos", - "title": "", + "title": "Are generative video models the path towards solving visual intelligence?", "slides": "" }, {