From e96c6426204a4a1b8c2fc0681eda93007767779e Mon Sep 17 00:00:00 2001 From: "Amy J. Ko" Date: Wed, 9 Oct 2024 20:41:59 -0700 Subject: [PATCH] Fixed advisors syntax error. --- src/lib/models/advisors.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/models/advisors.ts b/src/lib/models/advisors.ts index ac7ce7f..8fab09c 100644 --- a/src/lib/models/advisors.ts +++ b/src/lib/models/advisors.ts @@ -1050,11 +1050,11 @@ const advisors: [string, string, string, string, string, string][] = [ [ 'Alejandra J. Magana*', 'https://polytechnic.purdue.edu/profile/admagana', - 'Cyberlearning in STEM, embodied learning, modeling and simulation, discipline'based computation', + 'Cyberlearning in STEM, embodied learning, modeling and simulation, discipline-based computation', 'Department of Computer and Information Technology', 'Purdue University', 'USA', - ] + ], ]; export default advisors;