{{ SITENAME }}

{{ BIO }}

{% if MENUITEMS or DISPLAY_PAGES_ON_MENU %}
    {% if MENUITEMS %} {% for title, url in MENUITEMS %}
  • {{ title }}
  • {% endfor %} {% endif %} {% if DISPLAY_PAGES_ON_MENU %} {% for p in pages %}
  • {{ p.title }}
  • {% endfor %} {% endif %}
{% 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 %}