--- layout: default has_math: false has_science_table: false primary_link_url: /blog --- {% assign primary_title = site.headings.news %} {% assign layout_class = 'sidebar-right' %} {% capture content %}

{{page.title}}

{{ page.date | date: "%a, %b %d, %Y" }} {% if page.authors %} · {% for author_short_name in page.authors %} {% assign author = site.authors | where: 'short_name', author_short_name | first %} {{ author.name }}{% if forloop.length > 1 and forloop.last != true %}, {% endif %} {% endfor %} {% endif %}
{% include post_import.html %} {{ content }}
{% include share-buttons.html %}
{% if page.next.url %} {% endif %} {% if page.previous.url %} {% endif %}
{% endcapture %} {% capture content_related %}
{% for author_short_name in page.authors %} {% assign author = site.authors | where: 'short_name', author_short_name | first %} {%- include author_panel.html author=author linked="true" -%} {% endfor %}
{% endcapture %} {% include copy_banner.html %} {% include base_3col.html %} {% if page.has_math == true %} {%- include include-mathjax.html -%} {% endif %}