accepted into OMSCS at Georgia Tech!
This commit is contained in:
@@ -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)' },
|
||||||
|
|||||||
Reference in New Issue
Block a user