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