Files you sent the copyeditor to complete their task.
Label | Filename | Download |
---|---|---|
{{ file.label }} | {{ file.original_filename }} |
{% extends "admin/core/base.html" %} {% load static %} {% block title %}Editor Review Copyedit{% endblock %} {% block title-section %}Review Copyedit Assignment #{{ copyedit.id }} by {{ copyedit.copyeditor.full_name }}{% endblock %} {% block title-sub %}#{{ article.pk }} / {{ article.correspondence_author.last_name }} / {{ article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/copyediting_base.html" %}
Files you sent the copyeditor to complete their task.
Label | Filename | Download |
---|---|---|
{{ file.label }} | {{ file.original_filename }} |
Files the copyeditor has uploaded.
Label | Filename | Download |
---|---|---|
{{ file.label }} | {{ file.original_filename }} | |
There are no copy-edited files. Upload one. |
Requested | Notified | Decision | Decision Date | {% if request.user.is_admin %} | {% endif %} |
---|---|---|---|---|---|
{{ review.assigned|date:"Y-m-d" }} | {% if not review.notified %} Send Notification{% endif %} | {% if review.decision %} {{ review.get_decision_display }} {% else %}Awaiting response{% endif %} | {% if review.date_decided %} {{ review.date_decided|date:"Y-m-d" }} {% else %} --{% endif %} | {% if review.decision %} Cannot delete a completed author review. {% else %} Delete Author Review {% endif %} | {% if request.user.is_admin %}Edit in Admin | {% endif %}
Accepting this copyedit will allow you to move this article into the next stage of production. Requesting author review will allow for another round of copyediting with feedback from the author. Reopening this task will send it back to the copyeditor, asking them to undertake further edits (this should be used if an Author Review turns up "Corrections Required").
{% if copyedit.decision or copyedit.copyedit_reopened %}
{% for item in copyedit.copyedit_log %}
{% if item.date %}
{{ item.date }} {{ item.event }}
{% endif %}
{% endfor %}
{% else %}
Awaiting response
{% endif %}
You can write a note to the copyeditor thanking them for their time.
If you wish to reopen the copyedit task without an author review, you can do so by adding a note below, which will be sent to the copyeditor.