Field | {{ nomination.profile.acad_field }} |
Specialties |
{% for specialty in nomination.profile.specialties.all %}
{{ specialty.code }}
{% empty %}
undefined
{% endfor %}
|
ORCID ID | {% if nomination.profile.orcid_id %} {{ nomination.profile.orcid_id }} {% else %} unknown {% endif %} |
Webpage | {% if nomination.profile.webpage %} {{ nomination.profile.webpage }} {% else %} unknown {% endif %} |
You are not called upon to vote in this round.
{% endif %}