Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"jsx": "preserve",
"incremental": true,
"plugins": [
{
Expand Down
Loading