{% extends 'scipost/base.html' %} {% block pagetitle %}: request Commentary{% endblock pagetitle %} {% block bodysup %} {% load scipost_extras %} Request Activation of a Commentary Page: {% if errormessage %} Error: {{ errormessage }} {% if existing_commentary %} {{ existing_commentary.header_as_li }} {% endif %} {% endif %} For published papers, you can prefill the form (except for domain, subject area and abstract) using the DOI: (give the DOI as 10.[4 to 9 digits]/[string], without prefix, as per the placeholder) {% csrf_token %} {{ doiform }} For preprints, you can prefill the form using the arXiv identifier: (give the identifier without prefix, as per the placeholder) {% csrf_token %} {{ identifierform }} {% csrf_token %} {{ request_commentary_form.as_table }} {% endblock bodysup %}
(give the DOI as 10.[4 to 9 digits]/[string], without prefix, as per the placeholder)
(give the identifier without prefix, as per the placeholder)