Skip to content

Commit

Permalink
Update page_team.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis authored Dec 17, 2024
1 parent 324aeb6 commit 7b71a86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/page_team.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
{% assign key = key | split: "-" %}
{% assign lab = key[0] %}
{% assign team = key[1] %}
{% if item == 'platform' %}
{% assign team = 'gaia-analysis-platform' %}
{% endif %}
{% assign research_sorted = site.research | where: "cat", lab | where: "subcat", team | sort: "added" | reverse %}
{% assign people_sorted = site.people | where: "cat", lab | where: "subcat", team | sort: 'joined' %}
{% assign people_array = "pi|engineer|postdoc|gradstudent|alumni" | split: "|" %}
Expand Down

0 comments on commit 7b71a86

Please sign in to comment.