| layout | page |
|---|---|
| title | KR2ML |
| subtitle | Knowledge Representation & Reasoning Meets Machine Learning |
| use-site-title | true |
{% for p in site.data.speakers %}
{% if forloop.index<8 %}
{% endif %} {% endfor %}
{% capture id %}{{ p[0] }}{% endcapture %}
{% include profile.html p=p %}
{% capture id %}{{ p[1] }}{% endcapture %}
{% include profile_detail.html p=p %}
{% endif %} {% endfor %}