update the basic information
This commit is contained in:
@@ -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)
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user