Skip to content

Commit

Permalink
Added Janet.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed May 15, 2024
1 parent 1e1fae9 commit 99f828a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/data/People.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
import type Person from '../lib/models/Person';

export const People: readonly Person[] = [
{
id: 'janet',
name: 'Janet Jiang',
active: true,
advised: true,
level: 'undergrad',
dept: 'Computer Science (Duke University)',
coadvisor: null,
bio: 'Janet is an undergraduate student at Duke University majoring in Computer Science. She is interested in addressing barriers that marginalized students face entering and persisting in computing related fields. Additionally, she hopes to design new technologies and pedagogy that make computer science curricula more inclusive.',
url: 'https://www.linkedin.com/in/janetcjiang/',
startdate: 2024,
enddate: null,
achievements: [],
},
{
id: 'hardin',
name: 'Caroline Hardin',
active: true,
advised: false,
level: 'faculty',
dept: 'Computer Hardin',
dept: 'Computer Science (Western Washington University)',
coadvisor: null,
bio: 'Caroline and I collaborate on CS teacher education topics.',
url: 'https://cs.wwu.edu/hardinc3',
Expand Down
Binary file added static/images/headshots/janet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99f828a

Please sign in to comment.