{%- if page.contributors and page.contributors.size != 0 %} Contributors
{%- assign contributors = site.data.CONTRIBUTORS %} {%- assign page_contributors = page.contributors | sort %} {%- for contributor in page_contributors %} {%- assign id = contributors[contributor].git | default: 'no_github' %} {%- capture html_code %} {%- assign stripped_name = contributor | replace: "'", "’" %}
{%- assign id = contributors[contributor].git | default: 'no_github' %}
{%- if contributors[contributor].image_url %} {{ stripped_name }} {%- else %} {{ stripped_name }} {%- endif %} {%- if contributors[contributor].role %} {{ contributors[contributor].role | capitalize }} {%- endif %}

{{ stripped_name }}

{%- if contributors[contributor].affiliation %}

{{ contributors[contributor].affiliation | replace: "'", "’" }}

{%- endif %}
{%- if contributors[contributor].git or contributors[contributor].email or contributors[contributor].orcid %} {%- endif %}
{%- endcapture %}
{%- if contributors[contributor].image_url %} Avatar of the contributor {{ stripped_name }} {%- else %} Avatar of the contributor {{ stripped_name }} {%- endif %}
{{ contributor }}
{%- if page.coordinators %} {%- for coordinator in page.coordinators %} {%- if coordinator == contributor %}
{%- endif %} {%- endfor %} {%- endif %}
{%- endfor %}
{%- endif %}