{% extends "layout.html" %} {% block headers %} {% endblock %} {% block body %}
{% if profile.image %}
{% endif %} {% if member != "other" %}
{{member_url_name.replace('_',' ')}} logo
{% endif %} {% if statistics %}
usage stats
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.location %}
linkedin
{{profile.linkedin}}
{% endif %} {% if profile.twitter %}
twitter
{{profile.twitter}}
{% endif %} {% if categories %}
categories
{% endif %}

{{profile.full_name}}

{% if profile.orcid_id %}
orcid logo {{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 4TU.ResearchData account.
{% endif %}
{% endblock %}