Skip to content

Commit

Permalink
Add MSc category
Browse files Browse the repository at this point in the history
  • Loading branch information
roquelopez committed Jan 6, 2025
1 parent 974ec55 commit 0ef7606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _people/pietro_marini.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Pietro Marini
position: gradstudent
position: mscstudent
avatar:
---
6 changes: 3 additions & 3 deletions team.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permalink: /team/
---

{% assign people_sorted = site.people | sort: 'joined' %}
{% assign role_array = "pi|co|researchstaff|postdoc|phdstudent|gradstudent|visiting|others|alumni" | split: "|" %}
{% assign role_array = "pi|co|researchstaff|postdoc|phdstudent|mscstudent|visiting|others|alumni" | split: "|" %}

{% for role in role_array %}

Expand All @@ -26,8 +26,8 @@ permalink: /team/
<h3>Postdoctoral Fellows</h3>
{% elsif role == 'phdstudent' %}
<h3>PhD Students</h3>
{% elsif role == 'gradstudent' %}
<h3>Graduate Students</h3>
{% elsif role == 'mscstudent' %}
<h3>MSc Students</h3>
{% elsif role == 'visiting' %}
<h3>Visiting Scholars</h3>
{% elsif role == 'others' %}
Expand Down

0 comments on commit 0ef7606

Please sign in to comment.