Skip to content

Commit

Permalink
Updated Lena.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jan 18, 2024
1 parent f4124ab commit 0f3bafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/People.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ export const People: readonly Person[] = [
{
id: 'lenaa',
name: 'Lena Armstrong',
active: true,
active: false,
advised: true,
level: 'undergrad',
dept: 'Computer Science + Cognitive Science',
coadvisor: null,
bio: 'Lena is a computer science and cognitive science double major at the University of Pennsylvania. She is interested in improving CS education and mitigating algorithmic bias to create more inclusive and meaningful experiences with technology.',
bio: 'Lena was a computer science and cognitive science double major at the University of Pennsylvania. She is interested in improving CS education and mitigating algorithmic bias to create more inclusive and meaningful experiences with technology. She went to Harvard CS to study HCI and AI.',
url: 'https://www.linkedin.com/in/lena-armstrong/',
startdate: 2022,
enddate: 2023,
Expand Down

0 comments on commit 0f3bafc

Please sign in to comment.