Skip to content

Commit

Permalink
add new stats editors to team.json (#594)
Browse files Browse the repository at this point in the history
* add new stats editors to team.json

* Update team.json

* Update team.json

* add 'stats: true' to stats alumni

---------

Co-authored-by: Maëlle Salmon <[email protected]>
  • Loading branch information
mpadge and maelle committed Jun 22, 2023
1 parent 66613cf commit 0f8a8b2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 9 deletions.
46 changes: 37 additions & 9 deletions data/team/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
"roles": [
"editor"
],
"stats": true,
"mastodon": "https://fosstodon.org/@adamhsparks",
"github": "adamhsparks",
"home": "https://adamhsparks.com/"
Expand All @@ -297,11 +298,12 @@
"url": "https://ms.mcmaster.ca/~bolker/",
"image": "/img/team/ben-bolker.jpg",
"affiliation": "McMaster University",
"roles": [
"past_roles": [
"stat peer-review advisor",
"editor"
],
"stats": true,
"alumnus": true,
"twitter": "bolkerb",
"home": "https://ms.mcmaster.ca/~bolker/"
},
Expand All @@ -322,11 +324,12 @@
"url": "https://www.stephaniehicks.com/",
"image": "/img/team/stephanie-hicks.jpg",
"affiliation" : "Johns Hopkins University",
"roles": [
"past_roles": [
"stat peer-review advisor",
"editor"
],
"stats": true,
"alumnus": true,
"twitter": "stephaniehicks",
"home": "https://www.stephaniehicks.com/"
},
Expand All @@ -348,16 +351,17 @@
"affiliation": "Lieber Institute for Brain Development",
"url": "https://lcolladotor.github.io",
"image": "/img/team/leo-torres.png",
"roles": [
"past_roles": [
"stat peer-review advisor",
"editor"
],
"stats": true,
"alumnus": true,
"twitter": "lcolladotor",
"home": "https://lcolladotor.github.io"
},
{
"name": "Toby Hocking",
"name": "Toby Hocking",
"affiliation": "Northern Arizona University",
"url": "http://tdhock.github.io/",
"image": "/img/team/toby-hocking.jpg",
Expand All @@ -376,10 +380,10 @@
"past_roles": [
"stat peer-review advisor"
],
"twitter": "topepos",
"stats": true,
"home": "https://appliedpredictivemodeling.com/",
"alumnus": true
"alumnus": true,
"twitter": "topepos",
"home": "https://appliedpredictivemodeling.com/"
},
{
"name": "Martin Morgan",
Expand All @@ -389,9 +393,33 @@
"past_roles": [
"stat peer-review advisor"
],
"twitter": "mt_morgan",
"home": "https://www.roswellpark.org/martin-morgan",
"stats": true,
"alumnus": true,
"twitter": "mt_morgan",
"home": "https://www.roswellpark.org/martin-morgan"
},
{
"name": "Emi Tanaka",
"affiliation": "Biological Data Science Institute, Australian National University",
"url": "https://emitanaka.org/",
"image": "/img/team/emi-tanaka.jpg",
"roles": [
"editor"
],
"twitter": "statsgen",
"home": "https://emitanaka.org/",
"stats": true
},
{
"name": "Jouni Helske",
"affiliation": "University of Jyväskylä, Finland",
"url": "https://jounihelske.netlify.app/",
"image": "/img/team/jouni-helske.jpg",
"roles": [
"editor"
],
"twitter": "jouni_helske",
"home": "https://jounihelske.netlify.app/",
"stats": true
},
{
Expand Down
Binary file added themes/ropensci/static/img/team/emi-tanaka.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/ropensci/static/img/team/jouni-helske.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f8a8b2

Please sign in to comment.