Skip to content

Commit 6d5a7a5

Browse files
committed
Update team page
1 parent 77f90e6 commit 6d5a7a5

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

data/team.js

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
const team = [
2-
{
3-
name: 'Jeremy Freeman',
4-
role: 'Executive Director',
5-
bio: 'Jeremy is a scientist with a passion for open science, open source software, and bringing cross-disciplinary teams together to tackle big problems. He holds a PhD in Neural Science from New York University and a BA in Neuroscience from Swarthmore College.',
6-
},
72
{
83
name: 'Oriana Chegwidden',
94
role: 'Research Scientist',
@@ -17,12 +12,12 @@ const team = [
1712
{
1813
name: 'Becky Hurst',
1914
role: 'Operations Lead',
20-
bio: 'Becky has extensive experience in the nonprofit sector, and is energized by operations and project management. She is passionate about creating organizational systems that foster team productivity, and is excited to be involved in climate action. She holds a BA in English Literature from Western Washington University.',
15+
bio: 'Becky has extensive experience in the nonprofit sector, and is energized by operations and project management. She is passionate about creating organizational systems that foster team productivity, and is excited to be involved in climate action. She holds a BA from Western Washington University.',
2116
},
2217
{
2318
name: 'Kata Martin',
2419
role: 'Product Lead',
25-
bio: 'Kata is a software engineer focused on front-end web development. She is excited to build web tools that contribute to conversations about climate. She holds a BA in Chemistry from Reed College.',
20+
bio: 'Kata is a software engineer and designer with a background in front-end web development. She works on web tools and graphics that support CarbonPlan’s research. She holds a BA from Reed College.',
2621
},
2722
{
2823
name: 'Raphael Hagen',
@@ -56,8 +51,8 @@ const team = [
5651
},
5752
{
5853
name: 'Tracy Aquino Anderson',
59-
role: 'Deputy Director',
60-
bio: 'Tracy’s had the opportunity to support, and learn from, a range of high-impact, purpose-driven organizations. Previously a program leader at the National Domestic Workers Alliance, she’s helping build CarbonPlan’s capacity and is excited to advance real climate solutions. She earned a BA from Yale University.',
54+
role: 'Interim Executive Director',
55+
bio: 'Tracy joined CarbonPlan in 2024, as Deputy Director, and has supported a range of high-impact, cross-disciplinary teams during her years as a nonprofit leader. She holds a BA from Yale University.',
6156
},
6257
{
6358
name: 'Claire Zarakas',
@@ -67,11 +62,11 @@ const team = [
6762
]
6863

6964
const board = [
70-
['Jeremy Freeman', 'CarbonPlan'],
65+
['Jeremy Freeman', 'CarbonPlan Co-founder'],
7166
['Kelly Gannon', 'National Domestic Workers Alliance'],
7267
['Gernot Wagner', 'Columbia Business School'],
7368
['Arjuna Dibley', 'University of Melbourne / University of Oxford'],
74-
['Tracy Teal', 'Nixtla'],
69+
['Tracy Teal', 'OpenRxiv'],
7570
]
7671

7772
export { team, board }

0 commit comments

Comments
 (0)