Skip to content
Snippets Groups Projects
research.html 377 B
Newer Older
---
layout: page
---
{{ content }}

{% assign people = site.people | where_exp: "person", "person.projects contains page.project_id" %}
{% if people.size > 0 %}
<h3>People</h3>
Thomas Wood's avatar
Thomas Wood committed
{% include person-cards.html people=people %}
{% if page.project_id != "sl" %}
<h3>Recent Publications</h3>

pmaksimo's avatar
pmaksimo committed
{% bibliography -q @*[project ~= {{page.project_id}}] --max 10 %}
{% endif %}