From 9f775e03ca5dfa6a4a94f4483ba604190ff37acc Mon Sep 17 00:00:00 2001 From: Hyehyun Date: Mon, 13 Apr 2026 19:51:07 +0900 Subject: [PATCH 1/2] Add doi link --- src/data/publications.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/publications.ts b/src/data/publications.ts index 3dfe0da..f9c42d4 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -96,6 +96,10 @@ export const PUBLICATIONS: Publication[] = [ url: 'https://icantkeepup.kixlab.org/', type: PublicationLinkType.WEB, }, + { + url: 'https://doi.org/10.1145/3772318.3790458', + type: PublicationLinkType.ACM, + }, ], }, { From 0ab644bd95a8d90e0fd5f353a52f9e63c15e1d19 Mon Sep 17 00:00:00 2001 From: seank021 Date: Tue, 14 Apr 2026 11:50:21 +0900 Subject: [PATCH 2/2] link to dl.acm.org --- src/data/publications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/publications.ts b/src/data/publications.ts index f9c42d4..0fa1110 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -97,7 +97,7 @@ export const PUBLICATIONS: Publication[] = [ type: PublicationLinkType.WEB, }, { - url: 'https://doi.org/10.1145/3772318.3790458', + url: 'https://dl.acm.org/doi/10.1145/3772318.3790458', type: PublicationLinkType.ACM, }, ],