{% extends 'colleges/base.html' %} {% load user_groups %} {% load crispy_forms_tags %} {% block breadcrumb_items %} {{ block.super }} Colleges Nominations {% endblock %} {% block meta_description %}{{ block.super }} Nominations{% endblock meta_description %} {% block pagetitle %}: Nominations{% endblock pagetitle %} {% block content %} {% is_ed_admin request.user as is_ed_admin %}

Fellowship Nominations

Consult the Submissions Monitor page. Any red-highlighted specialty is in need of more Fellows  {% include 'bi/arrow-right.html' %}  Help out by nominating candidates!

Nominate

Procedure

  • Type your search query in the search form
  • When the name you're looking for appears in the Matching profiles list, double-click on it
  • The nomination form will appear below
  • Non-eligibility flags (if any) will appear
  • If eligible, fill the form in (comments are optional)
  • Submit! (the vote will be arranged by EdAdmin)
{% crispy profile_dynsel_form %}

Not found?

Then add to our database by creating a new Profile (opens in new window).

Matching profiles

{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}

EdAdmin/Senior Fellows: ensure specialties in each nominee's profile

{% endif %}

Vote{% if 'edadmin' in user_roles %} (EdAdmin: manage voting){% endif %}

{% if "edadmin" in user_roles %}

EdAdmin: (for elected) invitations

{% endif %}

List / filter

{% crispy search_nominations_form %}

Nominations list

{% endblock content %}