Skip to content

Commit 76338a7

Browse files
committed
fix
1 parent c1f66d4 commit 76338a7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_data/people.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ faculty:
1111
image: "/figs/people/br.png"
1212
bio: Benjamin is an associate professor at the physics department in the Machine Learning group. His main research topics are Graph signal processing, Methods for exploring large graphs (web and social networks), Graphs in biology, Machine learning in audio and explainable AI, Sparsity in data and models.
1313
webpage: "https://bricaud.github.io/"
14+
scholar: "https://scholar.google.fr/citations?user=muGuSyoAAAAJ"
15+
twitter: "https://x.com/GBR_data"
16+
1417

1518
phd:
1619
- name: "Michele Guerra"

people.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ <h1>Meet our team!</h1>
1010
<h2>Faculty Members</h2>
1111
{% for person in site.data.people.faculty %}
1212
<div class="person">
13-
<img src="{{ person.image }}" alt="{{ person.name }}'s profile picture" class="profile-pic" />
14-
<img src="{% if person.image %}{{ person.image }}{% else %}{{ '/img/figs/default.png' | relative_url }}{% endif %}" alt="{{ person.name }}'s profile picture" class="profile-pic" />
13+
<img src="{% if person.image %}{{ person.image }}{% else %}{{ '/figs/default.png' | relative_url }}{% endif %}" alt="{{ person.name }}'s profile picture" class="profile-pic" />
1514
<div class="info">
1615
<h3>{{ person.name }}</h3>
1716
<p>{{ person.bio }}</p>
@@ -33,7 +32,7 @@ <h3>{{ person.name }}</h3>
3332
{% endif %}
3433
{% if person.twitter %}
3534
<a href="{{ person.twitter }}" target="_blank" title="Twitter">
36-
<i class="fab fa-x-twitter"></i>
35+
<i class="fa-brands fa-x-twitter"></i>
3736
</a>
3837
{% endif %}
3938
{% if person.linkedin %}

0 commit comments

Comments
 (0)