From b8e23bb26dd2997967b7b991be066cd21e13223f Mon Sep 17 00:00:00 2001
From: bebatut
Date: Tue, 29 Aug 2023 12:06:22 +0200
Subject: [PATCH 1/9] Add Taj and titles for team members
---
_data/people.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_data/people.yaml b/_data/people.yaml
index c8b80b804..6015f8e05 100644
--- a/_data/people.yaml
+++ b/_data/people.yaml
@@ -3380,6 +3380,7 @@ jilaga:
pronouns: She/her
title: Brand design intern
twitter: nohmaah
+ title: Designer (contract)
jmmaok:
bio: Independent scholar advancing open knowledge through a portfolio of projects
in open education, open science, and open data. PhD in Public Policy with research
@@ -5082,6 +5083,7 @@ msundukova:
orcid: 0000-0003-1328-0008
pronouns: she/her
twitter: mayya_sundukova
+ title: Resident Fellow
muhammetcelik:
country: Turkey
first-name: Muhammet
@@ -5404,6 +5406,7 @@ npdebs:
bio: I am a spirited human who specialises in breaking stereotypes and exceeding
expectation. A student nurse by day, and techie by night. I enjoy podcasts, horror
flicks and Jack Reacher novels.
+ title: Developer (contract)
npscience:
affiliation: Science Practice, Uk
bio: I've wandered through science (neuroscience), access to science communication
@@ -5589,6 +5592,7 @@ pazbc:
pronouns: she/her
twitter: PazByC
website: https://openlifesci.org/posts/2022/08/10/welcome-paz/
+ title: Community researcher and Programme coordinator (contract)
peranti:
first-name: Pradeep
last-name: Eranti
@@ -5673,6 +5677,7 @@ pherterich:
orcid: 0000-0002-4542-9906
pronouns: she/her
twitter: pherterich
+ title: Finance coordinator and Resident fellow
piero-beraun:
affiliation: Scihack
bio: 22 years old and Bachelor in Bioengineering. I like strawberries, plants, arthropods,
@@ -6701,6 +6706,11 @@ tai-rocha:
last-name: Rocha
orcid: 0000-0001-6874-2447
twitter: Tai_Rocha_
+tajuddeen1:
+ country: Nigeria
+ first-name: Tajuddeen
+ last-name: Gwadabe
+ title: Programme manager, Catalyst (contract)
tallmar:
bio: Marta is a scientific project manager within the training team at EMBL-EBI.
She organises and facilitates training activities in several European projects
From d2672ea0ae9e34b8035e8adbfa2cf82996bf0161 Mon Sep 17 00:00:00 2001
From: bebatut
Date: Tue, 29 Aug 2023 12:06:56 +0200
Subject: [PATCH 2/9] Add missing team member and restructure team data
---
_data/community.yaml | 17 ++++++++++-------
community.md | 16 ++--------------
2 files changed, 12 insertions(+), 21 deletions(-)
diff --git a/_data/community.yaml b/_data/community.yaml
index c18200e13..32df1dc39 100644
--- a/_data/community.yaml
+++ b/_data/community.yaml
@@ -1,12 +1,15 @@
---
team:
- directors:
- - bebatut
- - emmyft
- - malvikasharan
- - yochannah
- staff:
- - pazbc
+ - bebatut
+ - emmyft
+ - malvikasharan
+ - yochannah
+ - pazbc
+ - tajuddeen1
+ - pherterich
+ - msundukova
+ - npdebs
+ - jilaga
advisors: []
trainers:
ols: []
diff --git a/community.md b/community.md
index 426ea06b1..dd150e870 100644
--- a/community.md
+++ b/community.md
@@ -1,6 +1,6 @@
---
layout: page
-title: Team & Community
+title: Team # & Community
image: /images/about.jpg
photos:
name: Bérénice Batut
@@ -27,20 +27,8 @@ We have high ethical standards, including:
-## Directors
-
-
-{% for entry in community.team.directors %}
- {% assign username = entry %}
- {% assign user = people[username] %}
- {% include _includes/people.html username=username user=user %}
-{% endfor %}
-
-
-## Staff
-
-{% for entry in community.team.staff %}
+{% for entry in community.team %}
{% assign username = entry %}
{% assign user = people[username] %}
{% include _includes/people.html username=username user=user %}
From 3d4ee1d84b3c48884902bf24565d870273301eb7 Mon Sep 17 00:00:00 2001
From: bebatut
Date: Tue, 29 Aug 2023 12:07:15 +0200
Subject: [PATCH 3/9] Fix title display
---
_includes/people.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/_includes/people.html b/_includes/people.html
index e38b3bab4..8666ba7d0 100644
--- a/_includes/people.html
+++ b/_includes/people.html
@@ -50,17 +50,16 @@
- {% if ols-roles and ols-roles != '' or user.title %}
+ {% if user.title or ols-roles and ols-roles != '' %}
Role in OLS:
{% if user.title %}
{{ user.title }}
- {% endif %}
+ {% endif %}
{% if ols-roles and ols-roles != '' %}
{{ ols-roles }}
{% endif %}
-
{% endif %}
From aa1f3daf3c4375e86bdea56c42aadfc1f9254992 Mon Sep 17 00:00:00 2001
From: bebatut
Date: Tue, 29 Aug 2023 12:08:00 +0200
Subject: [PATCH 4/9] Rename team page on navbar
---
_includes/default-header.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/default-header.html b/_includes/default-header.html
index 221765fba..2acf45e32 100644
--- a/_includes/default-header.html
+++ b/_includes/default-header.html
@@ -69,7 +69,7 @@
About
People
-
Team & Community
+
Team
Funding & Supporters
Partners
From c275101b063ffd49705c6cd81b5e34fe2ac2b254 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?=
Date: Tue, 29 Aug 2023 15:44:17 +0200
Subject: [PATCH 5/9] Update people.yaml
---
_data/people.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/_data/people.yaml b/_data/people.yaml
index 6015f8e05..07bda26a4 100644
--- a/_data/people.yaml
+++ b/_data/people.yaml
@@ -1164,6 +1164,7 @@ bethaniley:
last-name: Iley
pronouns: she/her
twitter: bethaniley
+ title: Resident Fellow
bgruening:
bio: Björn is working in the European Galaxy team and tries to help make science
open wherever he can. He is an expert in the topics related to Container, Conda,
@@ -1415,6 +1416,10 @@ camila-gómez:
first-name: Camila
last-name: Gómez
orcid: 0000-0001-7642-6049
+camille-gonz-va:
+ first-name: Camille
+ last-name: Gonzalez
+ title: Executive assistant (contract)
carmel-carne:
first-name: Carmel
last-name: Carne
@@ -2520,6 +2525,11 @@ federico-cestares:
orcid: 0000-0002-7443-3314
pronouns: He- él
twitter: fecestares
+flavioazevedo:
+ country: United Kingdom
+ first-name: Flavio
+ last-name: Azevedo
+ title: Resident Fellow (contract)
fnyasimi:
affiliation: International Centre of Insect Physiology and Ecology (ICIPE)
bio: Festus is a researcher in bioinformatics and data science. His main interestes
@@ -3034,6 +3044,7 @@ iramosp:
last-name: Ramos
orcid: 0000-0003-3315-2281
pronouns: she / her
+ title: NASA Cohort Coordinator (contract)
iratxepuebla:
affiliation: Asapbio
bio: |-
From e1b28ec4f0c2f83812406e92e3686b1adddf0172 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?=
Date: Tue, 29 Aug 2023 15:45:41 +0200
Subject: [PATCH 6/9] Update _data/community.yaml
Co-authored-by: Yo Yehudi
---
_data/community.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/_data/community.yaml b/_data/community.yaml
index 32df1dc39..35f1f8adb 100644
--- a/_data/community.yaml
+++ b/_data/community.yaml
@@ -10,6 +10,10 @@ team:
- msundukova
- npdebs
- jilaga
+ - flavioazevedo
+ - bethaniley
+ - camille-gonz-va
+ - iramosp
advisors: []
trainers:
ols: []
From 785a210a30b7ead6ddf64095ea375090f41139e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?=
Date: Tue, 29 Aug 2023 15:46:15 +0200
Subject: [PATCH 7/9] Apply suggestions from code review
---
_data/people.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/_data/people.yaml b/_data/people.yaml
index 07bda26a4..54430f74a 100644
--- a/_data/people.yaml
+++ b/_data/people.yaml
@@ -1419,7 +1419,7 @@ camila-gómez:
camille-gonz-va:
first-name: Camille
last-name: Gonzalez
- title: Executive assistant (contract)
+ title: Executive Assistant (contract)
carmel-carne:
first-name: Carmel
last-name: Carne
@@ -5603,7 +5603,7 @@ pazbc:
pronouns: she/her
twitter: PazByC
website: https://openlifesci.org/posts/2022/08/10/welcome-paz/
- title: Community researcher and Programme coordinator (contract)
+ title: Community Researcher & Programme Coordinator (contract)
peranti:
first-name: Pradeep
last-name: Eranti
@@ -5688,7 +5688,7 @@ pherterich:
orcid: 0000-0002-4542-9906
pronouns: she/her
twitter: pherterich
- title: Finance coordinator and Resident fellow
+ title: Finance Coordinator & Resident Fellow
piero-beraun:
affiliation: Scihack
bio: 22 years old and Bachelor in Bioengineering. I like strawberries, plants, arthropods,
@@ -6721,7 +6721,7 @@ tajuddeen1:
country: Nigeria
first-name: Tajuddeen
last-name: Gwadabe
- title: Programme manager, Catalyst (contract)
+ title: Programme Manager & Catalyst (contract)
tallmar:
bio: Marta is a scientific project manager within the training team at EMBL-EBI.
She organises and facilitates training activities in several European projects
From 987504912ad02a86f298a8698b8e34d75bfe384e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?=
Date: Tue, 29 Aug 2023 15:50:21 +0200
Subject: [PATCH 8/9] Update people.yaml
---
_data/people.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/_data/people.yaml b/_data/people.yaml
index 54430f74a..1d5425723 100644
--- a/_data/people.yaml
+++ b/_data/people.yaml
@@ -1146,7 +1146,7 @@ bebatut:
last-name: Batut
orcid: 0000-0001-9852-1987
pronouns: she/her
- title: Director of learning and technology
+ title: Director of Learning and Technology
twitter: bebatut
website: https://research.bebatut.fr
benkrikler:
@@ -2327,7 +2327,7 @@ emmyft:
last-name: Tsang
orcid: 0000-0002-9248-1280
pronouns: she/her
- title: Director of finance and operations
+ title: Director of Finance and Operations
twitter: emmy_ft
website: https://emmyft.github.io
esbusis:
@@ -4362,7 +4362,7 @@ malvikasharan:
last-name: Sharan
orcid: 0000-0001-6619-7369
pronouns: she/her
- title: Director of partnerships and strategy
+ title: Director of Partnerships and Strategy
twitter: malvikasharan
website: https://malvikasharan.github.io
mannyco:
@@ -7171,7 +7171,7 @@ yochannah:
last-name: Yehudi
orcid: 0000-0003-2705-1724
pronouns: they/them
- title: Executive director, Business and development lead
+ title: Executive Director, Business and Development Lead
twitter: yoyehudi
website: https://yo-yehudi.com
yvanlebras:
From ed507ee5d051a07fd583c05f9851e84ded0f4c0b Mon Sep 17 00:00:00 2001
From: Yo Yehudi
Date: Thu, 7 Sep 2023 14:32:48 +0100
Subject: [PATCH 9/9] Update patricia to her new title
---
_data/people.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/people.yaml b/_data/people.yaml
index 1d5425723..925b1b0b9 100644
--- a/_data/people.yaml
+++ b/_data/people.yaml
@@ -5688,7 +5688,7 @@ pherterich:
orcid: 0000-0002-4542-9906
pronouns: she/her
twitter: pherterich
- title: Finance Coordinator & Resident Fellow
+ title: Fellowship and Finance Manager
piero-beraun:
affiliation: Scihack
bio: 22 years old and Bachelor in Bioengineering. I like strawberries, plants, arthropods,