Skip to content

Commit

Permalink
Merge pull request #202 from fisherman05/patch-1
Browse files Browse the repository at this point in the history
Update advisors.ts with Pedro Feijoo, Helen Chavez, and Alejandra Magana
  • Loading branch information
amyjko authored Oct 10, 2024
2 parents abc93c4 + 0892067 commit e526668
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions src/lib/models/advisors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1011,26 +1011,50 @@ const advisors: [string, string, string, string, string, string][] = [
'Thad Starner*',
'https://sites.cc.gatech.edu/home/thad/',
'plagiarism detection in large scale programming classes, navigating large class forums',
'Computer Science',
'School of Interactive Computing',
'Georgia Tech',
'USA',
],
[
'Ashok Goel*',
'https://dilab.gatech.edu/ashok-k-goel/',
'AI in education',
'Computer Science',
'School of Interactive Computing',
'Georgia Tech',
'USA',
],
[
'David Joyner*',
'https://dilab.gatech.edu/david-joyner/',
'scaling large online classes and higher education',
'Computer Science',
'School of Interactive Computing',
'Georgia Tech',
'USA',
],
[
'Pedro Guillermo Feijóo García',
'https://www.pfeijoo.com/',
'Human-Centered AI, computing education, broadening participation in computing.',
'School of Computing Instruction',
'Georgia Tech',
'USA',
],
[
'Maria Elena Chavez Echeagaray*',
'https://search.asu.edu/profile/1215971',
'Human-Centered AI, affective computing, educational technology, engineering education',
'School of Computing and Augmented Intelligence',
'Arizona State University',
'USA',
],
[
'Alejandra J. Magana*',
'https://polytechnic.purdue.edu/profile/admagana',
'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 e526668

Please sign in to comment.