Tasklist

Fellows: below you will find a list of pending tasks, with quick links to facilitate your work.

{% include 'bi/cone-striped.html' %} in construction! This might not contain all your todo items.

{% if assignments_to_consider or assignments_ongoing %}

Assignments

{% if assignments_to_consider %}

Assignments for you to consider {% include 'bi/exclamation-circle-fill.html' %}

{% endif %} {% if assignments_ongoing %}

Ongoing assignments (you are Editor-in-charge)

{% for assignment in assignments_ongoing %} {% endfor %}
Submission Refereeing deadline Required actions
{{ assignment.submission.title }}
by {{ assignment.submission.author_list }}
{{ assignment.submission.reporting_deadline|date:"Y-m-d" }}
    {% for code, action in assignment.submission.cycle.required_actions.items %}
  • {{ action|safe }}
  • {% empty %}
  • No action required. Great job!
  • {% endfor %}
{% include "bi/arrow-right.html" %}Editorial page
{% endif %}
{% endif %}

Voting

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

{% for rec in recs_to_vote_on.all %} {% empty %} {% endfor %}
Submission Recommendation Voting deadline
{{ rec.submission }} {{ rec.get_recommendation_display }} {{ rec.voting_deadline|date:"Y-m-d" }} Vote
You have no recommendations to vote on at the moment

Recommendations in voting (for which you have recently voted)

{% for rec in recs_current_voted.all %} {% empty %} {% endfor %}
Submission Recommendation Voting deadline
{{ rec.submission.title }}
by {{ rec.submission.author_list }}
{{ rec.get_recommendation_display }} {{ rec.voting_deadline|date:"Y-m-d" }} {% include "bi/arrow-right.html" %}View/revise your vote
None found