{% if site.data.settings.hero.hero_avatar %}
{{ site.data.settings.hero.hero_title }}
{% endif %}

{{ site.data.settings.hero.hero_title }}

{% if site.data.settings.social %} {% endif %} {% if site.data.settings.hero.hero_description %}
{{ site.data.settings.hero.hero_description | markdownify }}
{% endif %} {% if site.data.settings.hero.hero_stats %}
{{ site.data.settings.hero.hero_stats }}
{% endif %} {% if site.data.settings.hero.hero_facts %}
{% for fact in site.data.settings.hero.hero_facts %}
{{ fact }}
{% endfor %}
{% endif %}
{% if site.data.settings.hero.hero_button_text %} {{ site.data.settings.hero.hero_button_text }} {% endif %} {% if site.data.settings.hero.hero_secondary_button_text %} {{ site.data.settings.hero.hero_secondary_button_text }} {% endif %}
Ongoing Projects
{% assign featured_publications = site.publications | where: "featured", true | sort: "date" | reverse %} {% for post in featured_publications limit: 2 %}

{{ post.title }} {% if post.venue %} {{ post.venue }} {% endif %} {% if post.award %} {{ post.award }} {% endif %}

{{ post.authors_display | default: post.citation | default: post.author }}

{% if post.tldr %}

TL;DR: {{ post.tldr }}

{% endif %}
{% endfor %}
{% if site.data.settings.hero.scene_demos %}
{% assign default_demo = site.data.settings.hero.scene_demos[3] | default: site.data.settings.hero.scene_demos[0] %}
{% endif %} Past Projects