{{ nomination.profile }} {{ nomination.college }} Outcome: {% if nomination.decision %} {{ nomination.decision.get_outcome_display }} {% else %} pending {% endif %}

Nominated by {{ nomination.nominated_by }} on {{ nomination.nominated_on|date:"Y-m-d" }}

{% if nomination.nominator_comments %}
Nominator comments:
{{ nomination.nominator_comments }}
{% endif %}
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 %}