{% load staticfiles %} {% load mathjax %} {% mathjax_scripts %} {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} {% if user.is_authenticated %}

SciPost Reply to Comment Page (for Authors)

{% if comment.commentary %}

The Commentary concerned:

{% endif %} {% if comment.submission %}

The Submission concerned:

{% endif %}
{% if comment.commentary %} {% endif %} {% if comment.submission %} {% endif %}
Title: {{ comment.commentary.pub_title }}
Author(s): {{ comment.commentary.author_list }}
DOI Link: {{ comment.commentary.pub_DOI_link }}
Date published: {{ comment.commentary.pub_date }}
Title: {{ comment.submission.pub_title }}
Author(s): {{ comment.submission.author_list }}
arxiv Link: {{ comment.submission.arxiv_link }}
Date submitted: {{ comment.submission.submission_date }}

Abstract:

{{ comment.commentary.pub_abstract }}


The Comment you wish to reply to:

Date: {{ comment.date_submitted }}

{{ comment.comment_text }}

Ratings:(nr: {{ comment.nr_ratings }})
clarity: {{ comment.clarity_rating }}%
correctness: {{ comment.correctness_rating }}%
usefulness: {{ comment.usefulness_rating }}%

Write your Reply to this Comment here:

{% csrf_token %} {{ form }}
{% endif %} {% include 'scipost/footer.html' %}