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 %}
{% with round=nomination.voting_rounds.first %}
Voting Round Details
{% if session_fellowship and session_fellowship in round.eligible_to_vote.all or "edadmin" in user_roles %} {% if round.is_open and session_fellowship in round.eligible_to_vote.all %}
{% else %} {% include "colleges/_hx_voting_round_results.html" with voting_round=round %} {% endif %} {% else %}

You are not called upon to vote in this round.

{% endif %}
{% endwith %} {% 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 %}
{% endif %}