Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rdecharette committed Nov 4, 2024
1 parent 866b4b2 commit aff6071
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
21 changes: 20 additions & 1 deletion _data/team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
position: PhD student
bib_firstname: ["Fabio", "F."]
alumni: true
alumni_now: PostDoc at <a href="https://torrvision.com/">Oxford TVG</a>
alumni_now: PostDoc at <a href="https://mbzuai.ac.ae/">MBZUAI</a>
alumni_date: 2023/03/01

"Martyniuk":
Expand All @@ -110,19 +110,38 @@
firstname: Clément
url: https://clement-w.github.io/
profilepic: clement_weinreich.jpeg
alumni: true
position: Intern
bib_firstname: ["Clément", "Clement", "C"]
alumni_now: PhD at Institut Pasteur / Princeton University

"Marengo":
firstname: Matteo
url: https://www.linkedin.com/in/matteolmarengo/
profilepic: matteo_marengo.jpeg
alumni: true
position: Intern
bib_firstname: ["Matteo", "M."]
alumni_now: Research intern at <a href="https://hms.harvard.edu/" target="_blank">Harvard</a>

"Paul":
firstname: Soumava
url: https://mvp18.github.io/
profilepic: soumava_paul.jpg
position: Intern
bib_firstname: ["Soumava", "S."]

"Benigmim":
firstname: Yasser
url: https://scholar.google.com/citations?user=OO9ToJgAAAAJ
profilepic: benigmim_yasser.jpg
position: PhD Visit
bib_firstname: ["Yasser", "Y."]

"Xia":
firstname: Weihao
url: https://weihaox.github.io/
profilepic: weihao_xia.png
position: PhD Visit
alumni: true
bib_firstname: ["Weihao", "W."]
11 changes: 8 additions & 3 deletions _includes/team/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@
{% if member[1].alumni != true %}
{{ full_name }}</a><br>{{member[1].position}}
{% else %}
{{ full_name }}</a><br>{{member[1].position}}
{% if member[1].alumni_now != "" and member[1].alumni_now != nil %}
<br> <span class="nowat">(now {{member[1].alumni_now}})</span>
{{ full_name }}</a><br>
{% if member[1].alumni_now != "" %}
{{member[1].position}}
{% if member[1].alumni_now != nil %}
<br> <span class="nowat">(now {{member[1].alumni_now}})</span>
{% endif %}
{% else %}
{{member[1].position}}
{% endif %}
{% endif %}
</div>
4 changes: 4 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,10 @@ article>.team {
margin-bottom: 15px;
min-width: 80px;

.nowat{
font-size: 12px;
}

img {
width: 100%;
border-radius: 50%;
Expand Down
Binary file added assets/img/team/benigmim_yasser.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/team/weihao_xia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aff6071

Please sign in to comment.