{% if page.i_author_image %} {% picture author_info authors/{{ page.i_author_image }} alt="{{ page.t_author }}" class="img-fluid" %} {% else %} no-author {% endif %}

{{ page.t_author }}

{% if page.t_author_position %}

{{ page.t_author_position }}

{% endif %} {% if page.t_author_description %}

{{ page.t_author_description }}

{% 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' %}
{% for item in site[collection] %} {% if item.article_body.author.p_author_id == page.v_author_id %}

{{ item.category | strip_html}}

{% if item.article_body.content.heading.image.i_image %} {% picture blog_listing collections/{{ item.article_body.content.heading.image.i_image }} alt="{{ item.article_body.content.heading.t_title | strip_htm }}" class="card-img" %} {% endif %}
{{ item.article_body.content.heading.t_title | strip_html }}

{% if item.article_body.content.heading.t_description %} {{ item.article_body.content.heading.t_description | strip_html | truncate: 60 }} {% endif %}

{{site.data.languages[page.language]global.t_read_more}}
{% endif %} {% endfor %}
{% assign collection = page.language | append: '_topiccluster' %}
{% for item in site[collection] %} {% if item.article_body.author.p_author_id == page.v_author_id %} {% if item.type == 'pillar' %}

{{ item.t_keyword }}

{% if item.article_body.content.heading.image.i_image %} {% picture thumbnail_img collections/{{item.article_body.content.heading.image.i_image}} alt="{{ item.article_body.content.heading.image.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="card-img-top" %} {% endif %}
{{ item.article_body.content.heading.t_title | strip_html }}

{{ item.article_body.content.heading.t_description | strip_html | truncate: 120 }}

{{site.data.languages[page.language]global.t_read_more}}
{% endif %} {% endif %} {% endfor %}
{% endif %}