diff --git a/src/data/educationExtras.ts b/src/data/educationExtras.ts new file mode 100644 index 0000000..67b00fa --- /dev/null +++ b/src/data/educationExtras.ts @@ -0,0 +1,17 @@ +import type { EducationExtra } from '@/types/pmr' + +export const educationExtras: EducationExtra[] = [ + { + documentId: 'doc-mpharm', + extracurriculars: [ + 'President of UEA Pharmacy Society', + 'Secretary & Vice-President of UEA Ultimate Frisbee', + 'Publicity Officer for UEA Alzheimer\'s Society', + ], + researchDescription: 'Final year research project investigating cocrystal formation for improved drug delivery properties. Awarded Distinction grade (75.1%).', + }, + { + documentId: 'doc-mary-seacole', + programmeDetail: 'Formal NHS leadership qualification providing theoretical grounding in healthcare leadership approaches, change management, and system-level thinking.', + }, +]