{% extends 'colleges/base.html' %} {% load scipost_extras %} {% load add_get_parameters %} {% block breadcrumb_items %} {{ block.super }} Colleges {% endblock %} {% block meta_description %}{{ block.super }} Fellowships{% endblock meta_description %} {% block pagetitle %}: Fellowships{% endblock pagetitle %} {% block content %}
Branch of Science |
Fields |
---|---|
{{ branch.name }} |
|
Fellow [Click for details] |
Type | Field Specialties |
Start date End date |
Assignments [last year / total] | |||||
---|---|---|---|---|---|---|---|---|---|
Ongoing | Requested | Accepted | Refused | Deprecated | Fulfilled | ||||
{{ fellow.contributor }} | {% if fellow.guest %}Guest Fellow{% else %}Regular Fellow{% endif %} | {{ fellow.contributor.profile.acad_field }}
{% for specialty in fellow.contributor.profile.specialties.all %} {{ specialty.code }}
{% endfor %}
|
{{ fellow.start_date|default:'No start date' }} {{ fellow.until_date|default:'No end date' }} |
{{ fellow.contributor.editorial_assignments.ongoing.count }} | {{ fellow.contributor.editorial_assignments.last_year.count }} / {{ fellow.contributor.editorial_assignments.count }} | {{ fellow.contributor.editorial_assignments.last_year.accepted.count }} / {{ fellow.contributor.editorial_assignments.accepted.count }} | {{ fellow.contributor.editorial_assignments.last_year.declined.count }} / {{ fellow.contributor.editorial_assignments.declined.count }} | {{ fellow.contributor.editorial_assignments.last_year.deprecated.count }} / {{ fellow.contributor.editorial_assignments.deprecated.count }} | {{ fellow.contributor.editorial_assignments.last_year.completed.count }} / {{ fellow.contributor.editorial_assignments.completed.count }} |
No fellowships found |