Skip to content

Commit

Permalink
Fixed advisors syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 10, 2024
1 parent e526668 commit e96c642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/models/advisors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit e96c642

Please sign in to comment.