Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 598 Bytes

File metadata and controls

25 lines (24 loc) · 598 Bytes
layout page
title EMSICC
subtitle Energy Management for Sustainable Internet-of-Things and Cloud Computing
use-site-title true

Speakers

{% for p in site.data.speakers %} {% if forloop.index<8 %}
{% capture id %}{{ p[0] }}{% endcapture %} {% include profile.html p=p %}
{% capture id %}{{ p[1] }}{% endcapture %} {% include profile_detail.html p=p %}

{% endif %} {% endfor %}