Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 959 Bytes

participants.md

File metadata and controls

36 lines (31 loc) · 959 Bytes
layout title
page
Participants

[![Group photo]({{ site.baseurl }}/photos/GAP_Days_2015-spring_photo-thumb.jpg "Group photo")]({{ site.baseurl }}/photos/GAP_Days_2015-spring_photo.jpg)

    {% for p in site.data.participants %}
  1. {{ p.name }} {% if p.affiliation != null %} ({{ p.affiliation }}){% endif %} {% if p.slides != null %} (slides) {% endif %} {% if p.demo != null %} (examples) {% endif %}
    {% comment %} {% if p.talk != null %} Talk: {{ p.talk }}{% endif %} {% endcomment %}
  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 %}