Skip to content

Commit

Permalink
Update advisors.ts with Pedro Feijoo, Helen Chavez, and Alejandra Magana
Browse files Browse the repository at this point in the history
Update advisors.ts with Pedro Feijoo, Helen Chavez, and Alejandra Magana

I also made a minor update to my Georgia Tech colleagues (David, Ashok, and Thad), adding their school (Interactive Computing).

Thank you, Amy!

-Pedro
  • Loading branch information
fisherman05 authored Oct 8, 2024
1 parent b49b725 commit 0892067
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 0892067

Please sign in to comment.