From 8b5aa2ea465e0823940ce315f4c88c9a9f14bbf4 Mon Sep 17 00:00:00 2001 From: gatheluck Date: Fri, 17 Oct 2025 21:06:36 +0900 Subject: [PATCH 1/2] Update program data --- src/data/program.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/data/program.json b/src/data/program.json index 1657f40..100f75c 100644 --- a/src/data/program.json +++ b/src/data/program.json @@ -203,11 +203,11 @@ }, { "id": 19, - "title": "Industrial Synthetic Segment Pre-training", - "authors": "Shinichi Mae, Ryousuke Yamada, Hirokatsu Kataoka", + "title": "DINOv3", + "authors": "Oriane Siméoni et al.", "posterBoard": 81, "links": { - "paper": "https://arxiv.org/abs/2505.13099" + "paper": "https://arxiv.org/abs/2508.10104" } }, { @@ -218,6 +218,15 @@ "links": { "paper": "https://arxiv.org/abs/2410.10491" } + }, + { + "id": 21, + "title": "Industrial Synthetic Segment Pre-training", + "authors": "Shinichi Mae, Ryousuke Yamada, Hirokatsu Kataoka", + "posterBoard": "", + "links": { + "paper": "https://arxiv.org/abs/2505.13099" + } } ] }, From 5416017b2f9db5c15fb0568f1f1871b768dd38ca Mon Sep 17 00:00:00 2001 From: gatheluck Date: Fri, 17 Oct 2025 21:09:14 +0900 Subject: [PATCH 2/2] chore: add comma. --- src/data/program.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/program.json b/src/data/program.json index 100f75c..e7320a2 100644 --- a/src/data/program.json +++ b/src/data/program.json @@ -204,7 +204,7 @@ { "id": 19, "title": "DINOv3", - "authors": "Oriane Siméoni et al.", + "authors": "Oriane Siméoni, et al.", "posterBoard": 81, "links": { "paper": "https://arxiv.org/abs/2508.10104"