Warning, /epic.github.io/_meetings/nominations.md is written in an unsupported language. File is not indexed.
0001 ---
0002 title: ePIC Conference Speaker Nominations
0003 description: Nominations of speakers for conferences
0004 name: nominations
0005 layout: default
0006 ---
0007
0008 {% include layouts/title.md %}
0009
0010 {% assign conferences=site.data.keywords | where_exp: "item", "item.category=='conference'" | sort: "year" %}
0011
0012 {% for conf in conferences reversed %}
0013 {% if conf.nominations %}
0014
0015 #### {{ conf.description }}
0016
0017 {% include layouts/simple_table_nom.md data=conf.nominations %}
0018
0019 ---
0020
0021 {% endif %}
0022 {% endfor %}
0023
0024
0025 {% comment %}
0026 {% for nom in conf.nominations %}
0027 {{ nom.name }}
0028 {% endfor %}
0029 {% endcomment %}