{"id":1522,"date":"2025-11-11T11:56:45","date_gmt":"2025-11-11T11:56:45","guid":{"rendered":"https:\/\/cgs-network.org\/CASAXR26\/?page_id=1522"},"modified":"2026-05-06T07:22:47","modified_gmt":"2026-05-06T07:22:47","slug":"conference-program","status":"publish","type":"page","link":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","title":{"rendered":"CONFERENCE PROGRAM"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>CASAXR26 \u2014 Day 1 Program<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --navy: #0f2340;\n    --blue: #1a4a8a;\n    --accent: #2d7dd2;\n    --light-blue: #e8f1fb;\n    --gold: #c9973a;\n    --text: #1c2b3a;\n    --muted: #5a6a7e;\n    --border: #d5e0ef;\n    --bg: #f7f9fc;\n    --white: #ffffff;\n  }\n  body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }\n\n  .hero {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);\n    color: white; padding: 48px 32px 40px; text-align: center; position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n  }\n  .hero-tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; padding: 4px 16px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }\n  .hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 400; margin-bottom: 8px; }\n  .hero h1 span { color: #8bbfe8; }\n  .hero-sub { font-size: 1rem; font-weight: 300; opacity: 0.85; }\n\n  .main { max-width: 900px; margin: 0 auto; padding: 40px 24px 80px; }\n\n  .day-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }\n  .day-badge { background: var(--navy); color: white; padding: 8px 18px; border-radius: 6px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; white-space: nowrap; }\n  .day-title { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--navy); }\n  .day-line { flex: 1; height: 1px; background: var(--border); }\n\n  .schedule-table { width: 100%; border-collapse: collapse; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 48px; }\n  .schedule-table th { background: var(--navy); color: white; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; padding: 13px 18px; text-align: left; }\n  .schedule-table th:first-child { width: 130px; }\n  .schedule-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); font-size: 0.9rem; vertical-align: middle; }\n  .schedule-table tr:last-child td { border-bottom: none; }\n  .schedule-table tr:nth-child(even) { background: var(--light-blue); }\n  .schedule-table tr:hover { background: #ddeaf8; }\n  .time-cell { font-weight: 600; color: var(--blue); font-size: 0.82rem; white-space: nowrap; }\n  .event-break { color: var(--muted); font-style: italic; }\n  .event-keynote { color: var(--navy); font-weight: 600; }\n  .event-social { color: var(--gold); font-weight: 600; }\n\n  .section-title { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--navy); margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); display: flex; align-items: center; gap: 10px; }\n  .section-title .badge { background: var(--accent); color: white; font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; }\n\n  .paper-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; margin-bottom: 10px; display: flex; gap: 16px; align-items: flex-start; transition: box-shadow 0.2s, transform 0.2s; }\n  .paper-card:hover { box-shadow: 0 4px 16px rgba(26,74,138,0.12); transform: translateY(-1px); }\n  .paper-card-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--light-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 15px; }\n  .paper-card-body { flex: 1; min-width: 0; }\n  .paper-title { font-weight: 600; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; line-height: 1.4; }\n  .paper-authors { font-size: 0.8rem; color: var(--muted); line-height: 1.4; }\n  .paper-mode { font-size: 0.72rem; font-weight: 600; padding: 2px 8px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; align-self: center; }\n  .mode-geneva { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }\n  .mode-zoom { background: #e3f2fd; color: #1565c0; border: 1px solid #bbdefb; }\n\n  .talk-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 10px; }\n  .talk-speaker { font-weight: 600; font-size: 0.88rem; color: var(--navy); margin-bottom: 2px; }\n  .talk-topic { font-size: 0.82rem; color: var(--muted); font-style: italic; }\n\n  footer { text-align: center; padding: 28px; font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--border); margin-top: 20px; }\n\n  @media (max-width: 640px) {\n    .schedule-table { font-size: 0.82rem; }\n    .schedule-table td, .schedule-table th { padding: 10px 10px; }\n    .paper-card { flex-wrap: wrap; }\n  }\n<\/style>\n<\/head>\n<body>\n<main class=\"main\">\n\n  <div class=\"day-header\">\n    <div class=\"day-badge\">Day 1<\/div>\n    <div class=\"day-title\">Monday, 1 June 2026<\/div>\n    <div class=\"day-line\"><\/div>\n  <\/div>\n\n  <table class=\"schedule-table\">\n    <thead><tr><th>Time<\/th><th>Room H8-01-C (Main)<\/th><th>Room H8-01-D (Second)<\/th><\/tr><\/thead>\n    <tbody>\n      <tr><td class=\"time-cell\">09:00\u201309:15<\/td><td class=\"event-keynote\">Welcome to CASAXR26 \u2014 Prof. Nadia Magnenat Thalmann<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">09:15\u201310:00<\/td><td class=\"event-keynote\">\ud83c\udfa4 Keynote 1<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:00\u201310:30<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:30\u201311:45<\/td><td>Session 1-1<\/td><td>Session 2-1<\/td><\/tr>\n      <tr><td class=\"time-cell\">11:45\u201313:00<\/td><td>Session 1-2<\/td><td>Session 2-2<\/td><\/tr>\n      <tr><td class=\"time-cell\">13:00\u201314:00<\/td><td class=\"event-break\">\ud83c\udf7d\ufe0f Lunch Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">14:00\u201315:15<\/td><td>Session 1-3<\/td><td>Session 2-3<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:15\u201315:45<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:45\u201317:00<\/td><td>Session 1-4<\/td><td>Session 2-4<\/td><\/tr>\n      <tr><td class=\"time-cell\">17:00\u201318:30<\/td><td class=\"event-social\">\ud83e\udd42 Welcome Drink \u2014 Hall H8<\/td><td>\u2014<\/td><\/tr>\n    <\/tbody>\n  <\/table>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>CASAXR26 \u2014 Day 2 Program<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --navy: #0f2340; --blue: #1a4a8a; --accent: #2d7dd2; --light-blue: #e8f1fb;\n    --gold: #c9973a; --text: #1c2b3a; --muted: #5a6a7e; --border: #d5e0ef; --bg: #f7f9fc; --white: #ffffff;\n  }\n  body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }\n  .hero { background: linear-gradient(135deg, #1a3a6a 0%, #2d5fa0 100%); color: white; padding: 48px 32px 40px; text-align: center; position: relative; overflow: hidden; }\n  .hero::before { content: ''; position: absolute; inset: 0; background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\"); }\n  .hero-tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; padding: 4px 16px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }\n  .hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 400; margin-bottom: 8px; }\n  .hero h1 span { color: #8bbfe8; }\n  .hero-sub { font-size: 1rem; font-weight: 300; opacity: 0.85; }\n  .main { max-width: 900px; margin: 0 auto; padding: 40px 24px 80px; }\n  .day-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }\n  .day-badge { background: var(--navy); color: white; padding: 8px 18px; border-radius: 6px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; white-space: nowrap; }\n  .day-title { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--navy); }\n  .day-line { flex: 1; height: 1px; background: var(--border); }\n  .schedule-table { width: 100%; border-collapse: collapse; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 48px; }\n  .schedule-table th { background: var(--navy); color: white; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; padding: 13px 18px; text-align: left; }\n  .schedule-table th:first-child { width: 130px; }\n  .schedule-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); font-size: 0.9rem; vertical-align: middle; }\n  .schedule-table tr:last-child td { border-bottom: none; }\n  .schedule-table tr:nth-child(even) { background: var(--light-blue); }\n  .schedule-table tr:hover { background: #ddeaf8; }\n  .time-cell { font-weight: 600; color: var(--blue); font-size: 0.82rem; white-space: nowrap; }\n  .event-break { color: var(--muted); font-style: italic; }\n  .event-keynote { color: var(--navy); font-weight: 600; }\n  .event-social { color: var(--gold); font-weight: 600; }\n  .section-title { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--navy); margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); display: flex; align-items: center; gap: 10px; }\n  .section-title .badge { background: var(--accent); color: white; font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; }\n  .paper-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; margin-bottom: 10px; display: flex; gap: 16px; align-items: flex-start; transition: box-shadow 0.2s, transform 0.2s; }\n  .paper-card:hover { box-shadow: 0 4px 16px rgba(26,74,138,0.12); transform: translateY(-1px); }\n  .paper-card-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--light-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 15px; }\n  .paper-card-body { flex: 1; min-width: 0; }\n  .paper-title { font-weight: 600; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; line-height: 1.4; }\n  .paper-authors { font-size: 0.8rem; color: var(--muted); line-height: 1.4; }\n  .paper-mode { font-size: 0.72rem; font-weight: 600; padding: 2px 8px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; align-self: center; }\n  .mode-geneva { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }\n  .mode-zoom { background: #e3f2fd; color: #1565c0; border: 1px solid #bbdefb; }\n  .talk-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 10px; }\n  .talk-speaker { font-weight: 600; font-size: 0.88rem; color: var(--navy); margin-bottom: 2px; }\n  .talk-topic { font-size: 0.82rem; color: var(--muted); font-style: italic; }\n  footer { text-align: center; padding: 28px; font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--border); margin-top: 20px; }\n  @media (max-width: 640px) { .schedule-table { font-size: 0.82rem; } .schedule-table td, .schedule-table th { padding: 10px 10px; } .paper-card { flex-wrap: wrap; } }\n<\/style>\n<\/head>\n<body>\n<main class=\"main\">\n\n  <div class=\"day-header\">\n    <div class=\"day-badge\">Day 2<\/div>\n    <div class=\"day-title\">Tuesday, 2 June 2026<\/div>\n    <div class=\"day-line\"><\/div>\n  <\/div>\n\n  <table class=\"schedule-table\">\n    <thead><tr><th>Time<\/th><th>Room H8-01-C (Main)<\/th><th>Room H8-01-D (Second)<\/th><\/tr><\/thead>\n    <tbody>\n      <tr><td class=\"time-cell\">09:00\u201309:15<\/td><td class=\"event-keynote\">Welcome to CASAXR26<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">09:15\u201310:00<\/td><td class=\"event-keynote\">\ud83c\udfa4 Panel: Reinventing Computer Animation through Generative AI and Virtual Worlds<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:00\u201310:30<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:30\u201311:45<\/td><td>Session 1-5<\/td><td>Session 2-5<\/td><\/tr>\n      <tr><td class=\"time-cell\">11:45\u201313:00<\/td><td>Session 1-6<\/td><td>Session 2-6<\/td><\/tr>\n      <tr><td class=\"time-cell\">13:00\u201314:00<\/td><td class=\"event-break\">\ud83c\udf7d\ufe0f Lunch Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">14:00\u201315:15<\/td><td>Session 1-7<\/td><td>Session 2-7<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:15\u201315:45<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">14:45\u201317:00<\/td><td>Session 1-8<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">19:30\u201321:30<\/td><td class=\"event-social\">\ud83c\udf7d\ufe0f Conference Dinner \u2014 Caf\u00e9 Papon, Old Town<\/td><td>\u2014<\/td><\/tr>\n    <\/tbody>\n  <\/table>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>CASAXR26 \u2014 Day 3 Program<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --navy: #0f2340; --blue: #1a4a8a; --accent: #2d7dd2; --light-blue: #e8f1fb;\n    --gold: #c9973a; --text: #1c2b3a; --muted: #5a6a7e; --border: #d5e0ef; --bg: #f7f9fc; --white: #ffffff;\n  }\n  body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }\n  .hero { background: linear-gradient(135deg, #0d2d4a 0%, #1a5c8a 100%); color: white; padding: 48px 32px 40px; text-align: center; position: relative; overflow: hidden; }\n  .hero::before { content: ''; position: absolute; inset: 0; background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\"); }\n  .hero-tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; padding: 4px 16px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }\n  .hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 400; margin-bottom: 8px; }\n  .hero h1 span { color: #8bbfe8; }\n  .hero-sub { font-size: 1rem; font-weight: 300; opacity: 0.85; }\n  .main { max-width: 900px; margin: 0 auto; padding: 40px 24px 80px; }\n  .day-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }\n  .day-badge { background: var(--navy); color: white; padding: 8px 18px; border-radius: 6px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; white-space: nowrap; }\n  .day-title { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--navy); }\n  .day-line { flex: 1; height: 1px; background: var(--border); }\n  .schedule-table { width: 100%; border-collapse: collapse; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 48px; }\n  .schedule-table th { background: var(--navy); color: white; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; padding: 13px 18px; text-align: left; }\n  .schedule-table th:first-child { width: 130px; }\n  .schedule-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); font-size: 0.9rem; vertical-align: middle; }\n  .schedule-table tr:last-child td { border-bottom: none; }\n  .schedule-table tr:nth-child(even) { background: var(--light-blue); }\n  .schedule-table tr:hover { background: #ddeaf8; }\n  .time-cell { font-weight: 600; color: var(--blue); font-size: 0.82rem; white-space: nowrap; }\n  .event-break { color: var(--muted); font-style: italic; }\n  .event-keynote { color: var(--navy); font-weight: 600; }\n  .event-social { color: var(--gold); font-weight: 600; }\n  .section-title { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--navy); margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); display: flex; align-items: center; gap: 10px; }\n  .section-title .badge { background: var(--accent); color: white; font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; }\n  .paper-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; margin-bottom: 10px; display: flex; gap: 16px; align-items: flex-start; transition: box-shadow 0.2s, transform 0.2s; }\n  .paper-card:hover { box-shadow: 0 4px 16px rgba(26,74,138,0.12); transform: translateY(-1px); }\n  .paper-card-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--light-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 15px; }\n  .paper-card-body { flex: 1; min-width: 0; }\n  .paper-title { font-weight: 600; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; line-height: 1.4; }\n  .paper-authors { font-size: 0.8rem; color: var(--muted); line-height: 1.4; }\n  .paper-mode { font-size: 0.72rem; font-weight: 600; padding: 2px 8px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; align-self: center; }\n  .mode-geneva { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }\n  .mode-zoom { background: #e3f2fd; color: #1565c0; border: 1px solid #bbdefb; }\n  .mode-tbd { background: #fff8e1; color: #f57f17; border: 1px solid #ffecb3; }\n  .talk-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 10px; }\n  .talk-speaker { font-weight: 600; font-size: 0.88rem; color: var(--navy); margin-bottom: 2px; }\n  .talk-topic { font-size: 0.82rem; color: var(--muted); font-style: italic; }\n  .closing-box { background: linear-gradient(135deg, var(--navy), var(--blue)); color: white; border-radius: 10px; padding: 28px 32px; margin-top: 48px; text-align: center; }\n  .closing-box h2 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; margin-bottom: 8px; }\n  .closing-box p { font-size: 0.9rem; opacity: 0.85; }\n  footer { text-align: center; padding: 28px; font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--border); margin-top: 20px; }\n  @media (max-width: 640px) { .schedule-table { font-size: 0.82rem; } .schedule-table td, .schedule-table th { padding: 10px 10px; } .paper-card { flex-wrap: wrap; } }\n<\/style>\n<\/head>\n<body>\n<main class=\"main\">\n\n  <div class=\"day-header\">\n    <div class=\"day-badge\">Day 3<\/div>\n    <div class=\"day-title\">Wednesday, 3 June 2026<\/div>\n    <div class=\"day-line\"><\/div>\n  <\/div>\n\n  <table class=\"schedule-table\">\n    <thead><tr><th>Time<\/th><th>Room H8-01-C (Main)<\/th><th>Room H8-01-D (Second)<\/th><\/tr><\/thead>\n    <tbody>\n      <tr><td class=\"time-cell\">09:00\u201309:15<\/td><td class=\"event-keynote\">Welcome to CASAXR26<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">09:15\u201310:00<\/td><td class=\"event-keynote\">\ud83c\udfa4 Keynote 2<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:00\u201310:30<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">10:30\u201311:45<\/td><td>Session 1-9<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">11:45\u201313:00<\/td><td>Session 1-10<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">13:00\u201314:00<\/td><td class=\"event-break\">\ud83c\udf7d\ufe0f Lunch Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">14:00\u201315:15<\/td><td>Session 1-11<\/td><td>\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:15\u201315:45<\/td><td class=\"event-break\">\u2615 Coffee Break<\/td><td class=\"event-break\">\u2014<\/td><\/tr>\n      <tr><td class=\"time-cell\">15:45\u201316:15<\/td><td class=\"event-social\">\ud83c\udfc6 Award Ceremony &amp; Closing Session<\/td><td>\u2014<\/td><\/tr>\n    <\/tbody>\n  <\/table>\n\n","protected":false},"excerpt":{"rendered":"<p>CASAXR26 \u2014 Day 1 Program Day 1 Monday, 1 June 2026 Time Room H8-01-C (Main) Room H8-01-D (Second) 09:00\u201309:15 Welcome to CASAXR26 \u2014 Prof. Nadia Magnenat Thalmann \u2014 09:15\u201310:00 \ud83c\udfa4 &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"footnotes":""},"class_list":["post-1522","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CONFERENCE PROGRAM - CASAXR26<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CONFERENCE PROGRAM - CASAXR26\" \/>\n<meta property=\"og:description\" content=\"CASAXR26 \u2014 Day 1 Program Day 1 Monday, 1 June 2026 Time Room H8-01-C (Main) Room H8-01-D (Second) 09:00\u201309:15 Welcome to CASAXR26 \u2014 Prof. Nadia Magnenat Thalmann \u2014 09:15\u201310:00 \ud83c\udfa4 ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/\" \/>\n<meta property=\"og:site_name\" content=\"CASAXR26\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-06T07:22:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/\",\"url\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/\",\"name\":\"CONFERENCE PROGRAM - CASAXR26\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#website\"},\"datePublished\":\"2025-11-11T11:56:45+00:00\",\"dateModified\":\"2026-05-06T07:22:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/conference-program\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/index.php\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CONFERENCE PROGRAM\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#website\",\"url\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/\",\"name\":\"CASAXR26\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#organization\",\"name\":\"CASAXR26\",\"url\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-CASAxr26.png\",\"contentUrl\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cropped-CASAxr26.png\",\"width\":1640,\"height\":369,\"caption\":\"CASAXR26\"},\"image\":{\"@id\":\"https:\\\/\\\/cgs-network.org\\\/CASAXR26\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CONFERENCE PROGRAM - CASAXR26","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","og_locale":"en_US","og_type":"article","og_title":"CONFERENCE PROGRAM - CASAXR26","og_description":"CASAXR26 \u2014 Day 1 Program Day 1 Monday, 1 June 2026 Time Room H8-01-C (Main) Room H8-01-D (Second) 09:00\u201309:15 Welcome to CASAXR26 \u2014 Prof. Nadia Magnenat Thalmann \u2014 09:15\u201310:00 \ud83c\udfa4 ...","og_url":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","og_site_name":"CASAXR26","article_modified_time":"2026-05-06T07:22:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","url":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/","name":"CONFERENCE PROGRAM - CASAXR26","isPartOf":{"@id":"https:\/\/cgs-network.org\/CASAXR26\/#website"},"datePublished":"2025-11-11T11:56:45+00:00","dateModified":"2026-05-06T07:22:47+00:00","breadcrumb":{"@id":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/conference-program\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/home\/"},{"@type":"ListItem","position":2,"name":"CONFERENCE PROGRAM"}]},{"@type":"WebSite","@id":"https:\/\/cgs-network.org\/CASAXR26\/#website","url":"https:\/\/cgs-network.org\/CASAXR26\/","name":"CASAXR26","description":"","publisher":{"@id":"https:\/\/cgs-network.org\/CASAXR26\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cgs-network.org\/CASAXR26\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cgs-network.org\/CASAXR26\/#organization","name":"CASAXR26","url":"https:\/\/cgs-network.org\/CASAXR26\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cgs-network.org\/CASAXR26\/#\/schema\/logo\/image\/","url":"https:\/\/cgs-network.org\/CASAXR26\/wp-content\/uploads\/2025\/11\/cropped-CASAxr26.png","contentUrl":"https:\/\/cgs-network.org\/CASAXR26\/wp-content\/uploads\/2025\/11\/cropped-CASAxr26.png","width":1640,"height":369,"caption":"CASAXR26"},"image":{"@id":"https:\/\/cgs-network.org\/CASAXR26\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/pages\/1522","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/comments?post=1522"}],"version-history":[{"count":8,"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/pages\/1522\/revisions"}],"predecessor-version":[{"id":1664,"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/pages\/1522\/revisions\/1664"}],"wp:attachment":[{"href":"https:\/\/cgs-network.org\/CASAXR26\/index.php\/wp-json\/wp\/v2\/media?parent=1522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}