{% extends 'scipost/base.html' %} {% load static %} {% load crispy_forms_tags %} {% block body_class %}{{ block.super }} pool{% endblock %} {% block breadcrumb %} {% endblock %} {% block pagetitle %}: Submissions Pool{% endblock pagetitle %} {% block content %}

SciPost Submissions Pool

Do you know qualified candidates who could serve as Fellow in a College?
Nominate them.
{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %} {% endif %}
Tips for Fellows

As of January 2023, there has been a big update of the internal editorial handling tools, in order to increase the efficiency of our workflows.

You will first notice that the presentation of information in the pool has been modified: clicking on the light blue background of a summary box will expand a series of informative tabs.

One of the tabs to explore is the Graphs tab, which contains an illustration of our editorial processes. In the pool, the graphs are submission-specific and (will, in the course of time) contain detailed information about steps taken, timescales, events etc (filtered versions will be visible to authors and site visitors; a generic version is also publicly visible on the editorial procedure page).

As a Fellow, the most important change is that the (email) editorial invitations to take charge of a specific Submission are being phased out to reduce email noise.

You are thus in complete control of your involvement.

That said, to make it all work, you will be expected (and reminded) to regularly visit the pool to make sure things don't get stuck.

In particular, please make sure you maintain info on your unavailability periods, which you can do either at the top of this page, or from your personal page (Account tab). This info is used here.

During the Assignment stage, the workflow is now:

This will enable us to unblock the assignment stage, which has historically been our greatest source of delays.

Thanks a lot for your patience and involvement!

{% if assignments_to_consider or recs_to_vote_on or recs_current_voted %} {% if assignments_to_consider %}

Your open Assignment Requests {% include 'bi/exclamation-circle-fill.html' %}

{% endif %} {% if recs_to_vote_on %}

Recommendations to vote on {% include 'bi/exclamation-circle-fill.html' %}

{% endif %} {% if recs_current_voted %}

Current recommendations you have voted on:

{% endif %}
{% endif %}
Search / filter
{% crispy form %}
The list should update automatically. Feels stuck? {% include "bi/arrow-clockwise.html" %} Refresh

{% include "bi/info-circle-fill.html" %}Tip: click anywhere on a Submission header's light blue background to expand detailed tabs

{% endblock content %} {% block footer_script %} {% endblock %}