From 238b17ee1e3d145d13a205d3c2cee28f7603dfcd Mon Sep 17 00:00:00 2001 From: doh-ha <101639449+doh-ha@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:05:12 +0900 Subject: [PATCH 1/2] Remove overlapping news items --- src/data/posts.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/data/posts.ts b/src/data/posts.ts index 2979a01..fb70e73 100644 --- a/src/data/posts.ts +++ b/src/data/posts.ts @@ -132,13 +132,7 @@ export const POSTS: Post[] = [ summary: 'Our paper "Can Fans Build Parasocial Relationships through Idols’ Simulated Voice Messages?: A Study of AI Private Call Users’ Perceptions, Cognitions, and Behaviors." led by Eun Jeong has been accepted to [CSCW 2025](https://cscw.acm.org/2025/). Congratulations!', }, - { - title: 'Seoyoung Awarded Outstanding Ph.D Thesis Award from KAIST School of Computing!', - date: new Date('2025-02-11'), - categories: ['award'], - summary: - 'Seoyoung Kim was awarded the prestigious Outstanding Ph.D Thesis Award from the KAIST School of Computing.', - }, + { title: 'Seoyoung successfully defended his Ph.D. thesis', date: new Date('2024-12-02'), From 4880ec5955626754e1e8cf5ac6727b688aee21aa Mon Sep 17 00:00:00 2001 From: doh-ha <101639449+doh-ha@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:49:12 +0900 Subject: [PATCH 2/2] Add graduation and award news --- src/data/posts.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/data/posts.ts b/src/data/posts.ts index fb70e73..057f237 100644 --- a/src/data/posts.ts +++ b/src/data/posts.ts @@ -15,6 +15,27 @@ export class Post { } export const POSTS: Post[] = [ + { + title: 'Three Ph.D. Students and One M.S. Student Successfully Defended Their Theses', + date: new Date('2026-02-20'), + categories: ['news'], + summary: + 'We are proud to announce that Eunyoung, Saelyne, and Taesoo successfully defended their Ph.D. dissertations, and Yeon Su successfully defended her M.S. thesis. Congratulations to all!', + }, + { + title: 'Outstanding Paper Awards – School of Computing', + date: new Date('2026-01-30'), + categories: ['award'], + summary: + 'Eight KIXLAB members received the Outstanding Paper Awards, presented annually to graduating M.S. and Ph.D. students in the School of Computing. Congratulations to Eunyoung, Taesoo, Hyungyu, Saelyne, Yoonjoo, Yeon Su, Hyoungwook, and Bekzat!', + }, + { + title: 'CoE Ph.D. Dissertation Award', + date: new Date('2026-01-28'), + categories: ['award'], + summary: + 'Taesoo received the College of Engineering Ph.D. Dissertation Award for his dissertation, “Disentangling Text for Interactive AI Alignment.” Congratulations!', + }, { title: 'A paper accepted to IUI 2026', date: new Date('2025-12-14'),