From 59f70bedec3de06aa56bc321aca31655a1e6f51b Mon Sep 17 00:00:00 2001 From: cheddarChoi Date: Sun, 14 Dec 2025 17:50:14 +0900 Subject: [PATCH] Add IUI 2026 publication details and news --- src/data/posts.ts | 7 +++++++ src/data/publications.ts | 35 +++++++++++++++++++++-------------- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/data/posts.ts b/src/data/posts.ts index bb9fcfb..2979a01 100644 --- a/src/data/posts.ts +++ b/src/data/posts.ts @@ -15,6 +15,13 @@ export class Post { } export const POSTS: Post[] = [ + { + title: 'A paper accepted to IUI 2026', + date: new Date('2025-12-14'), + categories: ['publication'], + summary: + 'Our paper "ChoiceMates: Supporting Unfamiliar Online Decision-Making with Multi-Agent Conversational Interactions" led by Jeongeon has been accepted to [IUI 2026](https://iui.acm.org/2026/). Congratulations!', + }, { title: 'A paper accepted to AAAI 2026', date: new Date('2025-11-10'), diff --git a/src/data/publications.ts b/src/data/publications.ts index 930b869..514c3fb 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -44,6 +44,27 @@ export class Publication { } export const PUBLICATIONS: Publication[] = [ + { + title: 'ChoiceMates: Supporting Unfamiliar Online Decision-Making with Multi-Agent Conversational Interactions', + authors: [ + MEMBERS.jeongeonpark, + MEMBERS.bryanmin, + MEMBERS.kihoonson, + 'Jean Y. Song', + 'Xiaojuan Ma', + MEMBERS.juhokim, + ], + venue: 'IUI 2026', + year: 2026, + topics: ['human-AI interaction'], + type: 'Conference', + links: [ + { + url: 'https://arxiv.org/abs/2310.01331', + type: PublicationLinkType.ARX, + }, + ], + }, { title: 'CANVAS: A Benchmark for Vision-Language Models on Tool-Based User Interface Design', authors: [MEMBERS.daeheonjeong, MEMBERS.seoyeonbyun, MEMBERS.kihoonson, MEMBERS.daehyunkim, MEMBERS.juhokim], @@ -886,20 +907,6 @@ export const PUBLICATIONS: Publication[] = [ }, ], }, - { - title: 'ChoiceMates: Supporting Unfamiliar Online Decision-Making with Multi-Agent Conversational Interactions', - authors: [MEMBERS.jeongeonpark, MEMBERS.bryanmin, 'Xiaojuan Ma', MEMBERS.juhokim], - venue: 'arXiv preprint', - year: 2023, - topics: ['human-AI interaction'], - type: 'Preprint', - links: [ - { - url: 'https://arxiv.org/abs/2310.01331', - type: PublicationLinkType.ARX, - }, - ], - }, { title: 'LLM-as-a-tutor in EFL Writing Education: Focusing on Evaluation of Student-LLM Interaction', authors: [