Skip to content

Commit

Permalink
Added Ben.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jan 22, 2024
1 parent 8e72d99 commit 01a68f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/People.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
import type Person from '../lib/models/Person';

export const People: readonly Person[] = [
{
id: 'benzhou',
name: 'Benjamin Zhou',
active: true,
advised: true,
level: 'undergrad',
dept: 'Paul G. Allen School of Computer Science & Engineering',
coadvisor: null,
bio: 'Ben is an undergraduate student at the University of Washington, specializing in computer science. He has an interest in exploring the intersection of coding education and cognitive science, particularly focusing on how to make teaching computer science more inclusive and effective.',
url: 'https://benshapi.ro/',
startdate: 2023,
enddate: null,
achievements: [],
},
{
id: 'rbs',
name: 'R. Ben Shapiro',
Expand Down

0 comments on commit 01a68f3

Please sign in to comment.