{% include /structure/css.html %} {% seo %} {% include /structure/feeds.html %}
Skip to main content
{% include /structure/navigation.html %} {% if page.category %} {% assign class = page.category %} {% else %} {% assign class = 'head' %} {% endif %} {% include /structure/jumbotron.html %}

{{ page.title }}

{{page.title}}'s profile image {% if page.job-title %}

{{ page.job-title}}

{% endif %}

{{ page.content }}

{{ page.institution }} {% if page.twitter %} {{ page.twitter }} {% endif %} {% if page.orcid %} ORCID: {{ page.orcid }} {% endif %} {% if page.website %} {{ page.website }} {% endif %}

{% if page.images %} {% assign rows = page.images.size | divided_by: 2.0 | ceil %} {% for i in (1..rows) %} {% assign offset = forloop.index0 | times: 2 %}
{% for image in page.images limit:2 offset:offset %}

{{ image.caption }}

{% endfor %}
{% endfor %} {% endif %}
{% include share_buttons.html %}
{% include structure/footer_logos.html %} {% include structure/footer.html %} {% include structure/javascript.html %} {% include analytics/google_analytics.html %}