accepted into OMSCS at Georgia Tech!

This commit is contained in:
2026-04-11 07:48:05 -04:00
parent 688788a80d
commit 497da8038e

View File

@@ -1,6 +1,13 @@
import type { EducationEntry } from '@/components/svelte/EducationItem.svelte' import type { EducationEntry } from '@/components/svelte/EducationItem.svelte'
export const education: EducationEntry[] = [ 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', school: 'University of Guelph',
degree: 'Bachelor of Computing', degree: 'Bachelor of Computing',
@@ -12,7 +19,7 @@ export const education: EducationEntry[] = [
endYear: 2024, endYear: 2024,
endMonth: 'May', endMonth: 'May',
expected: false, 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: [ awards: [
{ name: "Dean's List", description: 'In each full-time semester' }, { name: "Dean's List", description: 'In each full-time semester' },
{ name: 'Weiner Mathematical Scholarship', description: 'Highest mathematics average (1st year)' }, { name: 'Weiner Mathematical Scholarship', description: 'Highest mathematics average (1st year)' },