Details
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 %}
Publications in SciPost Journals
    {% for pub in nomination.profile.publications.all %}
  • {{ pub.citation }}
  • {% empty %}
  • No Publication found
  • {% endfor %}
Affiliations
{% include 'profiles/_affiliations_table.html' with profile=nomination.profile actions=False %}
{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
Events {% include 'colleges/_nomination_events_table.html' with nomination=nomination %}
{% endif %}
Comments
{% if nomination.nominator_comments %}
Nominator comments:
{{ nomination.nominator_comments }}

{% endif %}
Voting Rounds
{% comment %} {% if "edadmin" in user_roles %}
All voting rounds
{% for round in nomination.voting_rounds.all %}
#{{ forloop.counter0|add:1 }} from {{ round.voting_opens|date:"Y-m-d" }} to {{ round.voting_deadline|date:"Y-m-d" }} {% include "colleges/_hx_voting_round_results.html" with voting_round=round %}
{% empty %}
No voting round
{% endfor %}
{% else %} {% include "colleges/_hx_voting_round_results.html" with voting_round=nomination.latest_voting_round %} {% endif %} {% endcomment %}