diff --git a/_data/members.yml b/_data/members.yml index 1d0f2dfb..4e80d436 100644 --- a/_data/members.yml +++ b/_data/members.yml @@ -4,6 +4,8 @@ # # 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 +# pet: /images/people/pets/capitaine-haddock-pet.jpg # easter egg: photo shown on hover +# pet_name: Milou # easter egg: name shown on hover # orcid: https://orcid.org/0000-0000-0000-0000 # github: https://github.com/capitainehaddock # linkedin: https://www.linkedin.com/in/capitainehaddock/ @@ -14,6 +16,8 @@ position: Full Professor url: http://www.uu.nl/staff/amjjbonvin avatar: /images/people/Bonvin-2020-12.jpg + pet: /images/people/pets/Milou.png + pet_name: Milou github: https://github.com/haddocking orcid: https://orcid.org/0000-0001-7369-1322 bluesky: https://bsky.app/profile/amjjbonvin.bsky.social @@ -58,7 +62,7 @@ linkedin: https://www.linkedin.com/in/shantanukhatri/ github: https://github.com/Comp-era x: https://x.com/Shantanu_khtri - + - name: Xiaotong Xu position: Ph.D Candidate avatar: /images/people/Xiaotong-Xu.jpg diff --git a/_layouts/people.html b/_layouts/people.html index 05b4cc71..4df6d25f 100644 --- a/_layouts/people.html +++ b/_layouts/people.html @@ -77,20 +77,52 @@
- {% if member.url %} - {{ member.name }} - {% else %} - {{ member.name }} +
+ {% if member.url %} + {{ member.name }} + {% else %} + {{ member.name }} + {% endif %} +
+ {% if member.pet_name %} +{{ member.pet_name }}
{% endif %} - +{{ member.position }}
{% if member.orcid or member.github or member.linkedin or member.bluesky or member.x %}