diff --git a/src/data/education.ts b/src/data/education.ts index fa0df6d..a4d8718 100644 --- a/src/data/education.ts +++ b/src/data/education.ts @@ -1,6 +1,13 @@ import type { EducationEntry } from '@/components/svelte/EducationItem.svelte' export const education: EducationEntry[] = [ + { + school: 'Georgia Institute of Technology', + degree: 'Masters of Computer Science', + location: 'Atlanta, USA', + startYear: 2026, + startMonth: 'Sept', + }, { school: 'University of Guelph', degree: 'Bachelor of Computing', @@ -12,7 +19,7 @@ export const education: EducationEntry[] = [ endYear: 2024, endMonth: 'May', expected: false, - courses: ['Data Structures', 'Algorithms', 'Software Engineering', 'Operating Systems', 'Databases', 'Computer Networks'], + courses: ['Data Structures', 'Algorithms', 'Software Engineering', 'Operating Systems', 'Databases', 'Computer Networks', 'Cloud Computing', 'Systems Programming'], awards: [ { name: "Dean's List", description: 'In each full-time semester' }, { name: 'Weiner Mathematical Scholarship', description: 'Highest mathematics average (1st year)' },