Skip to content

Commit e24e8d9

Browse files
authored
Add graduation and award news (#217)
* Remove overlapping news items * Add graduation and award news
1 parent 70abe4e commit e24e8d9

1 file changed

Lines changed: 22 additions & 7 deletions

File tree

src/data/posts.ts

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,27 @@ export class Post {
1515
}
1616

1717
export const POSTS: Post[] = [
18+
{
19+
title: 'Three Ph.D. Students and One M.S. Student Successfully Defended Their Theses',
20+
date: new Date('2026-02-20'),
21+
categories: ['news'],
22+
summary:
23+
'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!',
24+
},
25+
{
26+
title: 'Outstanding Paper Awards – School of Computing',
27+
date: new Date('2026-01-30'),
28+
categories: ['award'],
29+
summary:
30+
'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!',
31+
},
32+
{
33+
title: 'CoE Ph.D. Dissertation Award',
34+
date: new Date('2026-01-28'),
35+
categories: ['award'],
36+
summary:
37+
'Taesoo received the College of Engineering Ph.D. Dissertation Award for his dissertation, “Disentangling Text for Interactive AI Alignment.” Congratulations!',
38+
},
1839
{
1940
title: 'A paper accepted to IUI 2026',
2041
date: new Date('2025-12-14'),
@@ -132,13 +153,7 @@ export const POSTS: Post[] = [
132153
summary:
133154
'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!',
134155
},
135-
{
136-
title: 'Seoyoung Awarded Outstanding Ph.D Thesis Award from KAIST School of Computing!',
137-
date: new Date('2025-02-11'),
138-
categories: ['award'],
139-
summary:
140-
'Seoyoung Kim was awarded the prestigious Outstanding Ph.D Thesis Award from the KAIST School of Computing.',
141-
},
156+
142157
{
143158
title: 'Seoyoung successfully defended his Ph.D. thesis',
144159
date: new Date('2024-12-02'),

0 commit comments

Comments
 (0)