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

SciPost Reply to Comment Page

{% 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:

{% if comment.commentary %}

{{ comment.commentary.pub_abstract }}

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

{{ comment.submission.abstract }}

{% endif %}

The Comment you wish to reply to:

Date: {{ comment.date_submitted }}

{{ comment.comment_text|linebreaks }}

Write your Reply to this Comment here:

{% csrf_token %}
  • Specify categorization:

  • {{ form.is_rem }} remark
  • {{ form.is_que }} question
  • {{ form.is_ans }} answer to question
  • {{ form.is_obj }} objection
  • {{ form.is_rep }} reply to objection
  • {{ form.is_val }} validation or rederivation
  • {{ form.is_lit }} pointer to related literature
  • {{ form.is_sug }} suggestion for further work

Write your comment here:

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