Skip to content
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
13 changes: 12 additions & 1 deletion _data/members.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Example entry — all fields are optional except `name` and `position`
# - name: Capitaine Haddock
# position: Ph.D Candidate # used for role colour: Professor, Engineer/Manager,
# # Postdoc, Ph.D/PhD, M.Sc/MSc, Visiting
# url: https://example.com # personal website (makes the name a link)
# avatar: /images/people/capitaine-haddock.jpg
# orcid: https://orcid.org/0000-0000-0000-0000
# github: https://github.com/capitainehaddock
# linkedin: https://www.linkedin.com/in/capitainehaddock/
# bluesky: https://bsky.app/profile/haddock.bsky.social
# x: https://x.com/capitainehaddock

- name: Alexandre Bonvin
position: Full Professor
url: http://www.uu.nl/staff/amjjbonvin
Expand Down Expand Up @@ -87,4 +99,3 @@
- name: Viktoria Vodilovska
position: M.Sc Student
avatar: /images/people/Viktoria-Vodilovska.jpg

7 changes: 6 additions & 1 deletion _layouts/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h3>Current members</h3>
{% endif %}
</p>
<p class="member-position">{{ member.position }}</p>
{% if member.orcid or member.github or member.linkedin or member.bluesky %}
{% if member.orcid or member.github or member.linkedin or member.bluesky or member.x %}
<div class="member-links">
{% if member.orcid %}
<a href="{{ member.orcid }}" target="_blank" title="ORCID">
Expand All @@ -196,6 +196,11 @@ <h3>Current members</h3>
<img src="/assets/icons/bluesky.svg" alt="Bluesky">
</a>
{% endif %}
{% if member.x %}
<a href="{{ member.x }}" target="_blank" title="X">
<img src="/assets/icons/x.svg" alt="X">
</a>
{% endif %}
</div>
{% endif %}
</li>
Expand Down
1 change: 1 addition & 0 deletions assets/icons/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading