Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/amyjko/faculty
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed May 22, 2024
2 parents 2c8901f + 54b2c12 commit b776cdc
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/lib/models/advisors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,38 @@ const advisors: [string, string, string, string, string, string][] = [
'Northwestern',
'USA',
],
[
'Chris Piech*',
'https://stanford.edu/~cpiech/bio/index.html',
'machine learning to understand human learning',
'Computer Science',
'Stanford',
'USA',
],
[
'Thad Starner*',
'https://sites.cc.gatech.edu/home/thad/',
'plagiarism detection in large scale programming classes, navigating large class forums',
'Computer Science',
'Georgia Tech',
'USA',
],
[
'Ashok Goel*',
'https://dilab.gatech.edu/ashok-k-goel/',
'AI in education',
'Computer Science',
'Georgia Tech',
'USA',
],
[
'David Joyner*',
'https://dilab.gatech.edu/david-joyner/',
'scaling large online classes and higher education',
'Computer Science',
'Georgia Tech',
'USA',
],
];

export default advisors;
17 changes: 17 additions & 0 deletions src/routes/(app)/cer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,23 @@
opinions!</p
>
</li>
<li>
<p
><External to="https://educationaldatamining.org/">EDM</External
>
(the International Conference on Educational Data Mining). Explores
using educational data to understand student learning.
</p>
</li>
<li>
<p
><External
to="https://jedm.educationaldatamining.org/index.php/JEDM"
>JEDM</External
> (the Journal of Educational Data Mining). Publishes research on
the use of data mining in education.</p
>
</li>
</ul>

<h4 id="research-and-practice">Research and practice venues</h4>
Expand Down

0 comments on commit b776cdc

Please sign in to comment.