{% extends "layout.html" %} {% block headers %} {% endblock %} {% block body %}
{%- if profile.image %}
Profile of {{profile.full_name}}
{%- endif %} {%- if member != "other" %}
{{member_url_name.replace('_',' ')}} logo
{%- endif %} {%- if statistics %}

Usage statistics

Totals for datasets (co-)authored by {{profile.full_name}}

{%- for metric in statistics %}
{{statistics[metric]}}
{{metric}}
{%- endfor %}
{%- endif %} {%- if profile.location %}
Location
{{profile.location}}
{%- endif %} {%- if profile.website %}
Website
{{profile.website}}
{%- endif %} {%- if profile.linkedin %}
LinkedIn
{{profile.linkedin}}
{%- endif %} {%- if profile.twitter %}
Twitter/X
{{profile.twitter}}
{%- endif %} {%- if categories %}
Categories
{%- endif %}

{{profile.full_name}} {% if profile.orcid_id %}{{profile.orcid_id}}{% endif %}

{%- if profile.job_title %}
{{profile.job_title}}
{%- endif %} {%- if profile.biography %}
Biography
{{profile.biography|safe}}
{%- endif %} {%- if datasets %}

Datasets

{%- endif %} {%- if collections %}
Collections
{%- endif %} {%- if associated_authors %}

Co-authors

Co-authors of {{profile.full_name}}'s datasets/collections. Bold: authors with a {{site_name}} account.

{%- endif %}
{% endblock %}