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

SciPost Submission Page

(for papers submitted to SciPost Journals)

Submission:

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

Title: {{ submission.title }}
Author(s): {{ submission.author_list }}
arXiv link: {{ submission.arxiv_link }}
Date submitted: {{ submission.submission_date }}
Submitted to: {{ submission.submitted_to_journal }}
Specialization: {{ submission.specialization }}

Abstract:

{{ submission.abstract }}

{% if reports %}

Reports on this Submission


{% for report in reports %}

{{ report.id }}

Date: {{ report.date_submitted }}

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

Strengths:

{{ report.strengths }}

Weaknesses:

{{ report.weaknesses }}

Report:

{{ report.report }}

{% for reply in author_replies %} {% if reply.in_reply_to_report.id = report.id %}

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

{{ reply.reply_text }}

{% endif %} {% endfor %}

{% endfor %}
{% endif %} {% if user.is_authenticated and submission.open_for_reporting %}

Contribute a Report

{% endif %} {% if comments %}

Comments on this Submission


{% 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 submission.open_for_commenting %}

Contribute a Comment

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