Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 902 Bytes

participants.md

File metadata and controls

37 lines (32 loc) · 902 Bytes
layout title
page
Participants

[![Group photo]({{ site.baseurl }}/photos/groupphoto-gapdays2018-fall_thumb.jpg "Group photo")]({{ site.baseurl }}/photos/groupphoto-gapdays2018-fall.jpg)

    {% for p in site.data.participants %}
  1. {{ p.name }} {% if p.affiliation != null %} ({{ p.affiliation }}){% endif %} {% if p.links != null %} {% for item in p.links %} ({{ item[0] }}) {% endfor %} {% endif %}
    {% if p.talk != null %} Talk: {{ p.talk }}{% endif %}
  2. {% endfor %}

{% if site.data.feedback.size > 0 %}

    {% for p in site.data.feedback %}
  • {{ p.name }} {% if p.package != null %} (author of {{ p.package }}){% endif %}
    {% if p.feedback != null %} {{ p.feedback }}{% endif %}
  • {% endfor %}

{% endif %}