{{ SITENAME }}

{{ BIO }}

{% if SIDEBAR_MENU %}
    {% for title, url, children in SIDEBAR_MENU %}
  • {{ title }} {% if children %}
      {% for sub_title, sub_url in children %}
    • {{ sub_title }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}
{% endif %}
{% for name, link in SOCIAL %} {% if name == 'email' %} {% elif name in ['academia', 'acclaim', 'acm', 'acmdl', 'ads', 'arxiv', 'biorxiv', 'ceur', 'coursera', 'cv', 'dataverse', 'dblp', 'depsy', 'doi', 'dryad', 'figshare', 'google-scholar', 'ideas-repec', 'ieee', 'impactstory', 'inspire', 'lattes', 'mathoverflow', 'open-access', 'osf', 'overleaf', 'philpapers', 'piazza', 'publons', 'pubmed', 'researcherid', 'scirate', 'semantic-scholar', 'springer', 'zotero'] %} {% else %} {% endif %} {% endfor %}
{% if FOOTER_TEXT %}

{{ FOOTER_TEXT }}

{% endif %}