{% extends 'colleges/base.html' %} {% load scipost_extras %} {% load add_get_parameters %} {% block breadcrumb_items %} {{ block.super }} Colleges Fellowships {% endblock %} {% block meta_description %}{{ block.super }} Fellowships{% endblock meta_description %} {% block pagetitle %}: Fellowships{% endblock pagetitle %} {% block content %}

Fellowships


{% for branch in branches %} {% if branch.name != 'Multidisciplinary' %} {% endif %} {% endfor %}

Branch of Science

Fields
(click to see list of Fellows)

{{ branch.name }}
{% if view.kwargs.acad_field %}

Fellowships {% if view.kwargs.acad_field %}in {{ view.kwargs.acad_field }} {% if view.kwargs.specialty %} ({{ view.kwargs.specialty }}){% endif %} {% endif %} {% if request.GET.text %} with last name starting with {{ request.GET.text }}{% endif %} :


{% endif %} {% for fellow in object_list %} {% empty %} {% endfor %}
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
{% elif fellow.senior %} Senior
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
{% if is_paginated %}
{% include '_pagination.html' with page_obj=page_obj %}
{% endif %} {% endblock %}