Title: | {{ contributor.profile.get_title_display }} |
First name: | {{ contributor.user.first_name }} |
Last name: | {{ contributor.user.last_name }} |
Email: |
{{ contributor.user.email }}
→ security check
|
ORCID id: |
{% if contributor.profile.orcid_id %}
{{ contributor.profile.orcid_id }}
{% else %}(no ORCID id known)
{% endif %}
|
Affiliation(s): |
{% include 'profiles/_affiliations_table.html' with contributor=contributor actions=False %}
|
Address: | {{ contributor.address }} |
Personal web page: |
{% if contributor.profile.webpage %}
{{ contributor.profile.webpage }}
{% else %}
(no webpage known)
{% endif %}
|
Accept SciPost emails: | {{ contributor.profile.accepts_SciPost_emails }} |