--- layout: page --- {{ content }} {% assign people = site.people | where_exp: "person", "person.projects contains page.project_id" %} {% if people.size > 0 %}

People

{% include person-cards-small.html people=people %} {% endif %}

Recent Publications

{% bibliography -q @*[project ~= {{page.project_id}}] --max 10 %}