From 38a510f959cb966d851f406afbe053bab49d3a4f Mon Sep 17 00:00:00 2001 From: "Rodrigo V. Honorato" Date: Mon, 14 Jul 2025 13:33:48 +0200 Subject: [PATCH 1/4] add social icons --- assets/icons/bluesky.svg | 1 + assets/icons/github.svg | 1 + assets/icons/linkedin.svg | 7 +++++++ assets/icons/orcid.svg | 1 + 4 files changed, 10 insertions(+) create mode 100644 assets/icons/bluesky.svg create mode 100644 assets/icons/github.svg create mode 100644 assets/icons/linkedin.svg create mode 100644 assets/icons/orcid.svg diff --git a/assets/icons/bluesky.svg b/assets/icons/bluesky.svg new file mode 100644 index 000000000..ce0126eda --- /dev/null +++ b/assets/icons/bluesky.svg @@ -0,0 +1 @@ +Bluesky \ No newline at end of file diff --git a/assets/icons/github.svg b/assets/icons/github.svg new file mode 100644 index 000000000..538ec5bf2 --- /dev/null +++ b/assets/icons/github.svg @@ -0,0 +1 @@ +GitHub \ No newline at end of file diff --git a/assets/icons/linkedin.svg b/assets/icons/linkedin.svg new file mode 100644 index 000000000..02530e75a --- /dev/null +++ b/assets/icons/linkedin.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/assets/icons/orcid.svg b/assets/icons/orcid.svg new file mode 100644 index 000000000..129c604bc --- /dev/null +++ b/assets/icons/orcid.svg @@ -0,0 +1 @@ +ORCID \ No newline at end of file From 7696d6c85295d73294178b57edbc695ef660d6ff Mon Sep 17 00:00:00 2001 From: "Rodrigo V. Honorato" Date: Mon, 14 Jul 2025 13:34:05 +0200 Subject: [PATCH 2/4] add social formatting on `people.html` --- _layouts/people.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/_layouts/people.html b/_layouts/people.html index bd5d0a301..b824648dd 100644 --- a/_layouts/people.html +++ b/_layouts/people.html @@ -52,7 +52,28 @@

Current members

{% endif %}

{{ member.name }}

- {{ member.position }} + {{ member.position }} +
+ {% if member.orcid %} + + + + {% endif %} + {% if member.github %} + + + + {% endif %} + {% if member.linkedin %} + + + + {% endif %} + {% if member.bluesky %} + + + + {% endif %} {% if member.bio %}

{{ member.bio }}

{% endif %} From 7c13dd0afaf119a3d6e90b11d4ee2be9ca9b9263 Mon Sep 17 00:00:00 2001 From: "Rodrigo V. Honorato" Date: Mon, 14 Jul 2025 13:34:15 +0200 Subject: [PATCH 3/4] update linting and data on `members.yml` --- _data/members.yml | 131 ++++++++++++++++++++++++---------------------- 1 file changed, 69 insertions(+), 62 deletions(-) diff --git a/_data/members.yml b/_data/members.yml index 2ecb2340b..e3b61d965 100644 --- a/_data/members.yml +++ b/_data/members.yml @@ -1,62 +1,69 @@ -- name: Alexandre Bonvin - position: Full Professor - url: http://www.uu.nl/staff/amjjbonvin - avatar: /images/people/Bonvin-2020-12.jpg - -- name: Rodrigo Vargas Honorato - position: IT-Researcher (Software Development and Operations) - avatar: /images/people/Rodrigo.jpg - -- name: Stefan Verhoeven - position: Research Software Engineer (Netherlands eScience Center) - avatar: /images/people/Stefan-Verhoeven.png - -- name: Marco Giulini - position: Postdoctoral Researcher - avatar: /images/people/Marco-Giulini.jpeg - -- name: Victor Reys - position: Postdoctoral Researcher - avatar: /images/people/Victor-Reys.png - -- name: Raphaelle Versini - position: Postdoctoral Researcher - avatar: /images/people/Raphaelle-Versini.jpg - -- name: Anna Kravchenko - position: Postdoctoral Researcher - avatar: /images/people/Anna-Kravchenko.jpg - -- name: Your name here? - position: Postdoctoral Researcher - -- name: Your name here? - position: Postdoctoral Researcher - -- name: Xiaotong Xu - position: Ph.D Candidate - avatar: /images/people/Xiaotong-Xu.jpg - -- name: Anna Engel - position: Ph.D Candidate - avatar: /images/people/Anna-Engel.jpg - -- name: Alkis Katsetsiadis - position: M.Sc Student - avatar: /images/people/Alkis-Katsetsiadis.png - -- name: Emile Straat - position: M.Sc Student - avatar: /images/people/Emile-Straat.png - -- name: Yara Weldam - position: M.Sc Student - avatar: /images/people/Yara-Weldam.png - -- name: Ilaria-Coratella - position: M.Sc Student - avatar: /images/people/Ilaria-Coratella.png - -- name: Lorenzo Possanzini - position: M.Sc Student - avatar: /images/people/Lorenzo_Possanzini.jpg +- name: Alexandre Bonvin + position: Full Professor + url: http://www.uu.nl/staff/amjjbonvin + avatar: /images/people/Bonvin-2020-12.jpg + github: https://github.com/haddocking + orcid: https://orcid.org/0000-0001-7369-1322 + bluesky: https://bsky.app/profile/amjjbonvin.bsky.social + linkedin: https://www.linkedin.com/in/alexandrebonvin/ + +- name: Rodrigo Vargas Honorato + position: Engineering and Application Manager + avatar: /images/people/Rodrigo.jpg + github: https://github.com/rvhonorato + orcid: https://orcid.org/0000-0001-5267-3002 + linkedin: https://www.linkedin.com/in/rodrigo-v-honorato/ + +- name: Stefan Verhoeven + position: Research Software Engineer (Netherlands eScience Center) + avatar: /images/people/Stefan-Verhoeven.png + +- name: Marco Giulini + position: Postdoctoral Researcher + avatar: /images/people/Marco-Giulini.jpeg + +- name: Victor Reys + position: Postdoctoral Researcher + avatar: /images/people/Victor-Reys.png + +- name: Raphaelle Versini + position: Postdoctoral Researcher + avatar: /images/people/Raphaelle-Versini.jpg + +- name: Anna Kravchenko + position: Postdoctoral Researcher + avatar: /images/people/Anna-Kravchenko.jpg + +- name: Your name here? + position: Postdoctoral Researcher + +- name: Your name here? + position: Postdoctoral Researcher + +- name: Xiaotong Xu + position: Ph.D Candidate + avatar: /images/people/Xiaotong-Xu.jpg + +- name: Anna Engel + position: Ph.D Candidate + avatar: /images/people/Anna-Engel.jpg + +- name: Alkis Katsetsiadis + position: M.Sc Student + avatar: /images/people/Alkis-Katsetsiadis.png + +- name: Emile Straat + position: M.Sc Student + avatar: /images/people/Emile-Straat.png + +- name: Yara Weldam + position: M.Sc Student + avatar: /images/people/Yara-Weldam.png + +- name: Ilaria-Coratella + position: M.Sc Student + avatar: /images/people/Ilaria-Coratella.png + +- name: Lorenzo Possanzini + position: M.Sc Student + avatar: /images/people/Lorenzo_Possanzini.jpg From d79f073ee60f10b080199ef654bb941d8c939dd0 Mon Sep 17 00:00:00 2001 From: "Rodrigo V. Honorato" Date: Mon, 14 Jul 2025 13:39:00 +0200 Subject: [PATCH 4/4] typo --- _layouts/people.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/people.html b/_layouts/people.html index b824648dd..59079b251 100644 --- a/_layouts/people.html +++ b/_layouts/people.html @@ -70,7 +70,7 @@

{{ member.name }}

{% endif %} {% if member.bluesky %} - + {% endif %}