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

SciPost Commentary Page   (for non-SciPost publications)

Original publication:

  • Ratings: ({{ commentary.nr_ratings }})
  • clarity: {{ commentary.clarity_rating }}%
  • correctness: {{ commentary.correctness_rating }}%
  • usefulness: {{ commentary.usefulness_rating }}%
{% if user.is_authenticated %}
{% csrf_token %}
  • Rate this publication:
  • {{ commentary_rating_form.as_ul }}
{% endif %}

Title: {{ commentary.pub_title }}
Author(s): {{ commentary.author_list }}
arXiv link: {{ commentary.arxiv_link }}
DOI Link: {{ commentary.pub_DOI_link }}
Date published: {{ commentary.pub_date }}

Abstract:

{{ commentary.pub_abstract }}

{% if reports %}

Reports on this publication


{% endif %} {% if comments %}

Comments on this publication


{% for comment in comments %}

{{ comment.id }}   {% if comment.in_reply_to %} (in reply to {{ comment.in_reply_to.id }}) {% endif %}

Date: {{ comment.date_submitted }}

  • Ratings: ({{ comment.nr_ratings }})
  • clarity: {{ comment.clarity_rating }}%
  • correctness: {{ comment.correctness_rating }}%
  • usefulness: {{ comment.usefulness_rating }}%
{% if user.is_authenticated %}
{% csrf_token %}
  • Rate this comment:
  • {{ comment_rating_form.as_ul }}
{% endif %}

{{ comment.comment_text }}

{% for reply in author_replies %} {% if reply.in_reply_to_comment.id = comment.id %}

Author reply ({{ reply.date_submitted }}):

{{ reply.reply_text }}

{% endif %} {% endfor %}

{% endfor %}
{% endif %} {% if user.is_authenticated and commentary.open_for_commenting %}

Contribute a Comment

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