From 488edb83cfa81e294bcd1c11cac7fbbc3e0ffb6f Mon Sep 17 00:00:00 2001 From: cheddarChoi Date: Sat, 20 Jun 2026 09:24:29 -0400 Subject: [PATCH] Add new publication links to the DIS 26 publications list --- src/data/publications.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/data/publications.ts b/src/data/publications.ts index f96b58a..f444c6b 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -70,6 +70,14 @@ export const PUBLICATIONS: Publication[] = [ url: 'https://arxiv.org/abs/2507.22134', type: PublicationLinkType.ARX, }, + { + url: 'https://intentflow.kixlab.org/', + type: PublicationLinkType.WEB, + }, + { + url: 'https://dl.acm.org/doi/10.1145/3800645.3812999', + type: PublicationLinkType.ACM, + }, ], }, { @@ -85,6 +93,14 @@ export const PUBLICATIONS: Publication[] = [ url: 'https://arxiv.org/abs/2507.22163', type: PublicationLinkType.ARX, }, + { + url: 'https://ideablocks.kixlab.org/', + type: PublicationLinkType.WEB, + }, + { + url: 'https://dl.acm.org/doi/10.1145/3800645.3813005', + type: PublicationLinkType.ACM, + }, ], }, {