update the basic information

This commit is contained in:
2024-11-27 22:32:09 +00:00
parent f8a5f03f58
commit 10657e63ab
3 changed files with 44 additions and 32 deletions

View File

@@ -9,7 +9,9 @@ const educationData : EducationArgs[] = [
startDate: "Sep 2023",
endDate: "Sep 2024",
notes: [
"Expected graduation in September 2024"
"Graduated with Distinction",
"Delivered multiple complex AI projects",
"Conducted in-depth research projects in the NLP field"
]
},
{
@@ -20,7 +22,7 @@ const educationData : EducationArgs[] = [
startDate: "Sep 2020",
endDate: "Jul 2023",
notes: [
"Graduated with Honours, First Class",
"Graduated with First Class Honours",
"Recipient of the Westfield Trust Academic Prize",
"Graduated with overall average at 90%"
]
@@ -37,7 +39,7 @@ const educationData : EducationArgs[] = [
"Final exam in Physics: 97% percentile",
"Final exam in Mathematics: 92% percentile"
],
useWith: true,
useWith: true, //todo fix this (i.e. this does nothing)
}
];