--- layout: default ---

{{ page.publication }}

{{ page.title }}

{% capture time %}{{ page.content | reading_time }}{% endcapture %} {{ time }} min read

{%- assign author = site.data.experts | where_exp:"expert", "expert.name == page.author" -%} {%- if author.size > 0 -%}

By {{author[0].name}}

{%- else -%}

By {{ page.author | markdownify | remove:"

" | remove:"

"}}

{%- endif -%}

Tags: {% for tag in page.tags %}{{ tag }} {% unless forloop.last %}/ {% endunless %} {% endfor %}

{{ page.summary }}
{{content}}