diff --git a/CONTRIBUTORS.yaml b/CONTRIBUTORS.yaml index 4cc4b73a7bb440..e47ea50279e0bb 100644 --- a/CONTRIBUTORS.yaml +++ b/CONTRIBUTORS.yaml @@ -297,6 +297,8 @@ bgruening: bazante1: name: Bazante Sanders joined: 2020-12 + affiliations: + - avans-atgm BasileGoussard: name: Basile Goussard @@ -495,6 +497,8 @@ dirowa: joined: 2021-10 linkedin: Donny Vrins email: D.vrins@live.nl + former_affiliations: + - avans-atgm dlalgroup: name: Dennis Lal group @@ -746,8 +750,14 @@ hexylena: fediverse_flavor: akkoma affiliations: - gallantries + - by-covid - erasmusmc + - elixir-europe + - elixir-converge + former_affiliations: + - deNBI - avans-atgm + - uni-freiburg contact_for_training: false location: country: NL @@ -803,6 +813,8 @@ ilveroluca: name: Luca Pireddu joined: 2023-04 orcid: 0000-0002-4663-5613 + affiliations: + - by-covid IrelCM: name: Irelka Colina @@ -999,6 +1011,8 @@ kikkomep: joined: 2023-04 orcid: 0000-0002-5207-0030 elixir_node: it + affiliations: + - by-covid KlemensFroehlich: name: Klemens Fröhlich @@ -1448,6 +1462,8 @@ pauldg: joined: 2023-04 elixir_node: be orcid: 0000-0002-8940-4946 + affiliations: + - by-covid paulzierep: name: Paul Zierep @@ -1656,6 +1672,8 @@ simleo: joined: 2023-04 elixir_node: it orcid: 0000-0001-8271-5429 + affiliations: + - by-covid slegras: name: Stéphanie Legras @@ -1697,6 +1715,8 @@ stain: lon: -2.233631283105614 fediverse: https://scholar.social/@soilandreyes fediverse_flavor: mastodon + affiliations: + - by-covid stephanierobin: name: Stéphanie Robin @@ -1881,6 +1901,7 @@ wm75: fediverse: https://scholar.social/@zerodivision fediverse_flavor: mastodon affiliations: + - by-covid - uni-freiburg xiliu: diff --git a/_includes/contributor-list.html b/_includes/contributor-list.html index 86d74a96a330bd..d70791f74da975 100644 --- a/_includes/contributor-list.html +++ b/_includes/contributor-list.html @@ -1,6 +1,11 @@ {%- if include.contributors -%} {%- capture people -%} -{% for id in include.contributors %}{{ include.sep }}{% if include.badge %}{% include _includes/contributor-badge.html id=id %}{% else %}{% assign name = contributors[id].name | default: id -%}{{ name -}}{% endif %}{%- endfor -%} +{%- if include.shuffle -%} + {%- assign zz_contributors = include.contributors | shuffle -%} +{%- else -%} + {%- assign zz_contributors = include.contributors -%} +{%- endif -%} +{% for id in zz_contributors %}{{ include.sep }}{% if include.badge %}{% include _includes/contributor-badge.html id=id %}{% else %}{% assign name = contributors[id].name | default: id -%}{{ name -}}{% endif %}{%- endfor -%} {%- if include.newcontributors -%}{{ include.sep }}{% if include.badge %}{% include _includes/contributor-badge.html id='newcontributors' %}{% endif %}{% endif %} {%- endcapture -%} {%- endif -%} diff --git a/_layouts/contributor_index.html b/_layouts/contributor_index.html index 5f5536fe0e57ed..596fe496d47206 100644 --- a/_layouts/contributor_index.html +++ b/_layouts/contributor_index.html @@ -53,21 +53,35 @@
These individuals have noted that they are affiliated in some way with this organisation. This list is non-exhaustive.
These individuals have noted that they previously were affiliated in some way with this organisation. This list is non-exhaustive.
+