From 6e68f8d39ed1ff48622575f9a0680fe8d9a5b59c Mon Sep 17 00:00:00 2001 From: cheddarChoi Date: Tue, 14 Apr 2026 17:22:08 +0900 Subject: [PATCH] Add ACM publication link for recent paper --- src/data/publications.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/publications.ts b/src/data/publications.ts index cec647b..0e8cfc2 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -269,6 +269,10 @@ export const PUBLICATIONS: Publication[] = [ url: 'https://arxiv.org/abs/2310.01331', type: PublicationLinkType.ARX, }, + { + url: 'https://dl.acm.org/doi/10.1145/3742413.3789107', + type: PublicationLinkType.ACM, + }, ], }, {