---
layout: page
---
{{ content }}
{% assign people = site.people | where_exp: "person", "person.projects contains page.project_id" %}
{% if people.size > 0 %}
People
{% include person-cards.html people=people %}
{% endif %}
{% if page.project_id != "sl" %}
Recent Publications
{% bibliography -q @*[project ~= {{page.project_id}}] --max 10 %}
{% endif %}