--- layout: default --- {% assign username = page.url | replace: '/people/', '' | replace: '/', '' %}
{{ page.fullname }}
{% assign role = site.roles | where: "id", page.role %} {% assign role = role[0] %} {{role.name}} {% if page.start_date %}
KWARCie {% unless page.end_date %} since {% endunless %} {% include date.html date=page.start_date %} {% if page.end_date %}  -  {% include date.html date=page.end_date %} {% endif %} {% endif %} {% if page.affiliation %}
{{ page.affiliation }} {% endif %}
{% assign projects = site.pages | where: "layout", "project" | where: "active", true %} {% for project in projects %} {% if project.people contains username %} {% assign pid = project.url | replace: '/projects/', '' | replace: '/', '' %} {% include project_chip.html project=pid %} {% endif %} {% endfor %}
{% assign systems = site.pages | where: "layout", "system" %} {% for system in systems %} {% unless system.end_date %} {% if system.people contains username %} {% assign sid = system.url | replace: '/systems/', '' | replace: '/', '' %} {% include system_chip.html system=sid %} {% endif %} {% endunless %} {% endfor %}
{% if page.website %} Website   {% endif %} {% if page.publink == "auto" %} Publications {% elsif page.publink %} Publications {% endif %}
{{content}}