Title: | {{ contributor.get_title_display }} |
First name: | {{ contributor.user.first_name }} |
Last name: | {{ contributor.user.last_name }} |
ORCID id: | {{ contributor.orcid_id|default:'-' }} |
Affiliation(s): |
{% for affiliation in contributor.affiliations.active %}
{% if not forloop.first %}
{% endif %}
{{ affiliation.institution }}
{% endfor %}
|
Personal web page: | {{ contributor.personalwebpage|default:'-' }} |