Warning, /epic.github.io/_includes/documents/cnf.md is written in an unsupported language. File is not indexed.
0001 {%- assign c4y=site.data.keywords | where_exp: "item", "item.year==include.year" | where_exp: "item", "item.category=='conference'" | sort: "name" -%}
0002
0003 <table width="80%" border="1">
0004 <tr><th class="text-center">Keyword</th><th class="text-center">Conference Description</th></tr>
0005 {% for item in c4y %}
0006 <tr>
0007 <td width="20%"><nobr><a href="{{ site.zenodo_query_base }}{{ item.name }}" target="_blank">{{ item.name }}</a></nobr></td>
0008 <td width="80%">{{ item.description}}</td>
0009 </tr>
0010 {% endfor %}
0011 </table>