---
layout: default
---
{% capture floatcontent %}
{% include portrait.html lookup=page.slug %}
{% for link in page.links %}
{% assign key = link[0] %}
{% assign value = link[1] %}
{% include button.html type=key link=value style="bare" %}
{% endfor %}
{% endcapture %}
{% include float.html content=floatcontent %}
{{ content }}
{% assign aliases = page.aliases
| default: page.name
| default: page.title
| join: ","
| split: ","
| array_filter
%}
{% capture search -%}
research/?search={% for alias in aliases %}"{{ alias }}" {% endfor %}
{%- endcapture %}
Search for {{ page.name | default: page.title }}'s papers on the Research page
{% capture search -%}
blog/?search={{ page.name }}
{%- endcapture %}