From a877b0cb96f1ea8fe1c05b835c83a32693346995 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Fri, 24 Jul 2026 22:36:19 -0700 Subject: [PATCH] feat: merge Oxford college into institution line on About page Show University of Oxford, Lady Margaret Hall on a single line instead of a separate affiliation line. Co-authored-by: Claude --- app/about/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index edabdef..0b38dfa 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -51,8 +51,7 @@ export default function About() { }, { years: "2025 – 2025", - institution: "University of Oxford", - affiliation: "Lady Margaret Hall", + institution: "University of Oxford, Lady Margaret Hall", role: "Summer Visiting Student", subtitle: "Deep Unsupervised Learning", grade: "First Class (A+)",