Skip to content

Commit

Permalink
feat(browser): update Teams page content
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Jan 9, 2025
1 parent 58daefd commit 808912f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 38 deletions.
1 change: 1 addition & 0 deletions browser/about/contributors/alumni.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Laurent Francioli (production and analysis)
- Jeff Gentry (data generation)
- Thibault Jeandet (data generation)
- Steve Jahl (browser)
- Diane Kaplan (data generation)
- Monkol Lek (production and analysis)
- Eric Minikel (analysis)
Expand Down
Binary file removed browser/about/contributors/headshots/steve_jahl.jpg
Binary file not shown.
7 changes: 1 addition & 6 deletions browser/src/TeamPage/TeamMembers.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,9 @@
},
{
"name": "Riley Grant",
"bio": "is an Associate Software Engineer at the Broad Institute, where he works on the gnomAD Browser. He's interested in encouraging collaboration through open source software and open access datasets.",
"bio": "is a Software Engineer at the Broad Institute, where he works on the gnomAD Browser. He's interested in encouraging collaboration through open source software and open access datasets.",
"headshotSource": "riley_grant.jpg"
},
{
"name": "Steve Jahl",
"bio": "is a Site Reliability Engineer working on keeping the gnomAD Browser stable, performant, and secure. Steve has worked previously as an SRE for a Boston-based fintech startup, and as a software engineer and systems administrator for research computing groups at MIT CSAIL and Harvard Medical School.",
"headshotSource": "steve_jahl.jpg"
},
{
"name": "Konrad Karczewski",
"bio": "works on the gnomAD browser.",
Expand Down
34 changes: 2 additions & 32 deletions browser/src/TeamPage/__snapshots__/TeamPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1064,38 +1064,7 @@ exports[`Team Page has no unexpected changes 1`] = `
className="c12"
>
is an Associate Software Engineer at the Broad Institute, where he works on the gnomAD Browser. He's interested in encouraging collaboration through open source software and open access datasets.
</span>
</div>
</div>
</div>
<div
className="c6"
>
<div
className="c7"
>
<div
className="c8"
>
<img
alt="Headshot of Steve Jahl"
className="c9"
/>
</div>
<div
className="c10"
>
<span
className="c11"
>
Steve Jahl
</span>
<span
className="c12"
>
is a Site Reliability Engineer working on keeping the gnomAD Browser stable, performant, and secure. Steve has worked previously as an SRE for a Boston-based fintech startup, and as a software engineer and systems administrator for research computing groups at MIT CSAIL and Harvard Medical School.
is a Software Engineer at the Broad Institute, where he works on the gnomAD Browser. He's interested in encouraging collaboration through open source software and open access datasets.
</span>
</div>
</div>
Expand Down Expand Up @@ -1832,6 +1801,7 @@ exports[`Team Page has no unexpected changes 1`] = `
- Laurent Francioli (production and analysis)
- Jeff Gentry (data generation)
- Thibault Jeandet (data generation)
- Steve Jahl (browser)
- Diane Kaplan (data generation)
- Monkol Lek (production and analysis)
- Eric Minikel (analysis)
Expand Down

0 comments on commit 808912f

Please sign in to comment.