{% extends 'colleges/base.html' %} {% load staticfiles %} {% load scipost_extras %} {% load colleges_extras %} {% load add_get_parameters %} {% block breadcrumb_items %} {{ block.super }} Colleges {% endblock %} {% block pagetitle %}: Colleges{% endblock pagetitle %} {% block content %} {% if perms.scipost.can_manage_college_composition %} {% endif %}

SciPost's Editorial Colleges

Below, you will find the composition of each of our Editorial Colleges, one of which is formed for each field in which SciPost carries out publishing activities.

The Editorial College of a certain field, composed of a collection of Fellows, takes end responsibility for editorial matters for all Journals operating in that field. For interdisciplinary submissions, the services of Fellows from distinct Colleges can be called upon during the evaluation process.

{% include 'submissions/_guidelines_dl.html' %}

{% for branch in scipost_disciplines %} {% if branch.0 != 'Multidisciplinary' %} {% with object_list|fellowships_in_branch:branch.0 as fellowships_branch %} {% endwith %} {% endif %} {% endfor %}

Branch of Science

Fields
(click to see list of Fellows)

{{ branch.0 }} {% for discipline in branch.1 %} {% with fellowships_branch|fellowships_in_discipline:discipline.0 as fellowships_disc %} {% if fellowships_disc|length > 0 %} {% else %} {% endif %} {% endwith %} {% endfor %}

Does your field not have a College yet? Help us to form one by sending us your suggestions for potential Fellows.

{% endblock content %}