From 08920675f9dcd308bccf883efb1a9bf3b730223d Mon Sep 17 00:00:00 2001
From: Pedro Feijoo <pfeijoogarcia@gatech.edu>
Date: Mon, 7 Oct 2024 23:05:51 -0400
Subject: [PATCH] Update advisors.ts with Pedro Feijoo, Helen Chavez, and
 Alejandra Magana

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
---
 src/lib/models/advisors.ts | 30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

diff --git a/src/lib/models/advisors.ts b/src/lib/models/advisors.ts
index 296a003..ac7ce7f 100644
--- a/src/lib/models/advisors.ts
+++ b/src/lib/models/advisors.ts
@@ -1011,7 +1011,7 @@ 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',
     ],
@@ -1019,7 +1019,7 @@ const advisors: [string, string, string, string, string, string][] = [
         'Ashok Goel*',
         'https://dilab.gatech.edu/ashok-k-goel/',
         'AI in education',
-        'Computer Science',
+        'School of Interactive Computing',
         'Georgia Tech',
         'USA',
     ],
@@ -1027,10 +1027,34 @@ const advisors: [string, string, string, string, string, string][] = [
         '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;