From b8068af9fa6371f706d04014fc441c61b2c19d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grace=20Kim=20=EA=B9=80=EC=9D=80=ED=98=9C?= Date: Mon, 27 Apr 2026 22:53:17 +0900 Subject: [PATCH] [feat] add chi poster to paper list --- src/data/publications.ts | 14 ++++++++++++++ tsconfig.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/data/publications.ts b/src/data/publications.ts index 0e8cfc2..1d1fc80 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -228,6 +228,20 @@ export const PUBLICATIONS: Publication[] = [ }, ], }, + { + title: 'Supporting Design Reasoning in AI-assisted Interface Prototyping for HCI Research', + authors: [MEMBERS.eunhyekim, MEMBERS.minjuyoo, MEMBERS.jennyyang, MEMBERS.daeunchoi], + venue: 'CHI 2026 Extended Abstracts (Late Breaking Work)', + year: 2026, + topics: ['human-AI interaction'], + type: 'Poster', + links: [ + { + url: 'https://dl.acm.org/doi/10.1145/3772363.3798883', + type: PublicationLinkType.ACM, + }, + ], + }, { title: 'GUIDE: A Benchmark for Understanding and Assisting Users in Open-Ended GUI Tasks', authors: [ diff --git a/tsconfig.json b/tsconfig.json index ceefe45..072d0dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, - "jsx": "react-jsx", + "jsx": "preserve", "incremental": true, "plugins": [ {