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

SciPost Commentary Page requests to vet:

{% for commentary_to_vet in commentary_requests_to_vet %}

Title: {{ commentary_to_vet.pub_title }}
Author(s): {{ commentary_to_vet.author_list }}
arXiv link (including version nr): {{ commentary_to_vet.pub_DOI_link }}
DOI Link: {{ commentary_to_vet.pub_DOI_link }}
Date published: {{ commentary_to_vet.pub_date }}

Abstract:

{{ commentary_to_vet.pub_abstract }}

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