From 72c5d07b89fa8bada5b9a98fde3fe6b11edc222c Mon Sep 17 00:00:00 2001 From: seank021 Date: Tue, 28 Apr 2026 17:46:55 +0900 Subject: [PATCH 1/2] feat: summer 2026 internship call --- src/data/posts.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/posts.ts b/src/data/posts.ts index 3646620..a011fff 100644 --- a/src/data/posts.ts +++ b/src/data/posts.ts @@ -15,6 +15,14 @@ export class Post { } export const POSTS: Post[] = [ + { + title: 'Summer 2026 Undergraduate Research Internship', + date: new Date('2026-04-28'), + categories: ['position'], + summary: + "We are looking for a few undergraduate research interns to join KIXLAB this summer. You can find more information on [Prof. Juho Kim's website](https://juhokim.com/2026-summer-internship-call).", + endsAt: new Date('2026-05-06'), + }, { title: 'KIXLAB members and papers at CHI 2026', date: new Date('2026-04-10'), From e2e036c27f7d01627cd6f4778a4bfa4cbe6465cc Mon Sep 17 00:00:00 2001 From: seank021 Date: Wed, 6 May 2026 11:44:41 +0900 Subject: [PATCH 2/2] fix: date --- src/data/posts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/posts.ts b/src/data/posts.ts index a011fff..c5c6efe 100644 --- a/src/data/posts.ts +++ b/src/data/posts.ts @@ -21,7 +21,7 @@ export const POSTS: Post[] = [ categories: ['position'], summary: "We are looking for a few undergraduate research interns to join KIXLAB this summer. You can find more information on [Prof. Juho Kim's website](https://juhokim.com/2026-summer-internship-call).", - endsAt: new Date('2026-05-06'), + endsAt: new Date('2026-05-07'), }, { title: 'KIXLAB members and papers at CHI 2026',