diff --git a/_data/team.yml b/_data/team.yml index 56eb7d5..e4726b8 100644 --- a/_data/team.yml +++ b/_data/team.yml @@ -96,7 +96,7 @@ position: PhD student bib_firstname: ["Fabio", "F."] alumni: true - alumni_now: PostDoc at Oxford TVG + alumni_now: PostDoc at MBZUAI alumni_date: 2023/03/01 "Martyniuk": @@ -110,15 +110,19 @@ 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 Harvard "Paul": firstname: Soumava @@ -126,3 +130,18 @@ 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."] \ No newline at end of file diff --git a/_includes/team/member.html b/_includes/team/member.html index f14293d..cbeac80 100644 --- a/_includes/team/member.html +++ b/_includes/team/member.html @@ -27,9 +27,14 @@ {% if member[1].alumni != true %} {{ full_name }}
{{member[1].position}} {% else %} - {{ full_name }}
{{member[1].position}} - {% if member[1].alumni_now != "" and member[1].alumni_now != nil %} -
(now {{member[1].alumni_now}}) + {{ full_name }}
+ {% if member[1].alumni_now != "" %} + {{member[1].position}} + {% if member[1].alumni_now != nil %} +
(now {{member[1].alumni_now}}) + {% endif %} + {% else %} + {{member[1].position}} {% endif %} {% endif %} diff --git a/_sass/_base.scss b/_sass/_base.scss index bc4e972..c420dc9 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -499,6 +499,10 @@ article>.team { margin-bottom: 15px; min-width: 80px; + .nowat{ + font-size: 12px; + } + img { width: 100%; border-radius: 50%; diff --git a/assets/img/team/benigmim_yasser.jpg b/assets/img/team/benigmim_yasser.jpg new file mode 100644 index 0000000..6f50b46 Binary files /dev/null and b/assets/img/team/benigmim_yasser.jpg differ diff --git a/assets/img/team/weihao_xia.png b/assets/img/team/weihao_xia.png new file mode 100644 index 0000000..cb52773 Binary files /dev/null and b/assets/img/team/weihao_xia.png differ