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 }} -
{% if contributor.profile.orcid_authenticated %}
Authenticated via ORCID
{% else %}
Not verified by ORCID
{% endif %}
{% endif %}
{% if not contributor.profile.orcid_id or not contributor.profile.orcid_authenticated %}
{% endif %}
|
Affiliation(s): |
{% include 'profiles/_affiliations_table.html' with profile=contributor.profile 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 }} |