Skip to content

Commit

Permalink
Update collaborators
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Jan 3, 2024
1 parent 8eb03a7 commit 9e3e4ac
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,14 @@ const board = [

const collaborators = [
['Bill Anderegg', 'University of Utah'],
['Anna Trugman', 'UC Santa Barbara'],
[
<span>
Anna Trugman
<br />
Iris Holzer
</span>,
'UC Santa Barbara',
],
['Barbara Haya', 'UC Berkeley'],
[
<span>
Expand Down Expand Up @@ -107,6 +114,8 @@ const collaborators = [
Jennifer Pett-Ridge
<br />
Eric Slessarev
<br />
Noah Sokol
</span>,
'Lawrence Livermore National Laboratory',
],
Expand All @@ -118,7 +127,16 @@ const collaborators = [
</span>,
'Ordinary Things',
],
['Jon Wang', 'UC Irvine'],
[
<span>
Jon Wang
<br />
Julianne DeAngelo
<br />
Steven Davis
</span>,
'UC Irvine',
],
]

export { team, board, collaborators }

1 comment on commit 9e3e4ac

@vercel
Copy link

@vercel vercel bot commented on 9e3e4ac Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

carbonplan.org – ./

carbonplanorg-carbonplan.vercel.app
carbonplan.org
carbonplanorg-git-main-carbonplan.vercel.app

Please sign in to comment.