{% if page.i_author_image %} {% picture author_info authors/{{ page.i_author_image }} alt="{{ page.i_author_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-fluid" %} {% else %} no-author {% endif %}

{{ page.t_author }}

{% if page.t_author_position %}

{{ page.t_author_position }}

{% endif %} {% if page.t_author_short_biography %}

{{ page.t_author_short_biography }}

{% endif %}
{% if page.p_author_twitter %} {% endif %} {% if page.p_author_linkedin %} {% endif %} {% if page.p_author_facebook %} {% endif %} {% if page.p_author_instagram %} {% endif %}
{% if page.t_author_long_biography %}

{{ page.t_author_long_biography }}

{% endif %} {% if page.t_author_topics_areas_interest %}

Topic / Areas of Interest

{{ page.t_author_topics_areas_interest }}

{% endif %}
{% if page.v_author_id %}

Recent Articles and Publications

{% assign collection = page.language | append: '_articles' %} {% assign atuhorname = page.t_author %} {% assign items = collection | where: 'p_meta_author', 'atuhorname' %}
{% for item in site[items] %} {% if item.p_author_id == page.v_author_id %}

{{ item.t_meta_category }}

{% if item.i_h1_image %} {% picture blog_listing collections/{{ item.i_h1_image }} class="card-img-top" alt="{{ item.i_h1_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% endif %}
{% endif %} {% endfor %}
{% assign collection = page.language | append: '_topiccluster' %} {% assign atuhorname = page.t_author %} {% assign items = collection | where: 'p_meta_author', 'atuhorname' %}
{% for item in site[items] %} {% if item.p_author_id == page.v_author_id %} {% if item.t_pillar_name %} {% assign dt = item.v_meta_date_published %}

{{ item.t_keyword }}

{% if item.i_h1_image %} {% picture cluster_icon topiccluster/{{item.i_h1_image}} class="card-img-top" %} {% endif %}
{{ item.t_h1_headline }}

{{ item.t_summary | truncate: 120 }}

{{ page.t_read_more }}
{% endif %} {% endif %} {% endfor %}
{% endif %}