Skip to content

add socials to /people #718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 69 additions & 62 deletions _data/members.yml
Original file line number Diff line number Diff line change
@@ -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
23 changes: 22 additions & 1 deletion _layouts/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,28 @@ <h3>Current members</h3>
<img src="{{ avatar }}" />
{% endif %}
<h3>{{ member.name }}</h3>
<a class='mem-position'>{{ member.position }}</a>
<span class='mem-position'>{{ member.position }}</span>
<br />
{% if member.orcid %}
<a target="_blank" href={{ member.orcid }}>
<img width="10%" src="/assets/icons/orcid.svg">
</a>
{% endif %}
{% if member.github %}
<a target="_blank" href={{ member.github }}>
<img width="10%" src="/assets/icons/github.svg">
</a>
{% endif %}
{% if member.linkedin %}
<a target="_blank" href={{ member.linkedin }}>
<img width="10%" src="/assets/icons/linkedin.svg">
</a>
{% endif %}
{% if member.bluesky %}
<a target="_blank" href={{ member.bluesky }}>
<img width="10%" src="/assets/icons/bluesky.svg">
</a>
{% endif %}
{% if member.bio %}
<p class='mem-bio'>{{ member.bio }}</p>
{% endif %}
Expand Down
1 change: 1 addition & 0 deletions assets/icons/bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/orcid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading