{% extends 'scipost/base.html' %} {% block pagetitle %}: Adjust Publication Fractions{% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% load bootstrap %} {% block content %}

Adjust support fractions for {{ publication.doi_label }}

{% include 'journals/_publication_li_content.html' with publication=publication %}

Which Organizations supported the research in this publication?

Please indicate which Organizations should be credited with supporting the research published in this publication.
Data provided here is indicative and does not need to be extremely accurate.
Note however that this data is used to set the suggested level of support from external Organizations which SciPost needs to remain sustainable.

The Organizations listed here appear as either host institutions for the authors, or as acknowledged funders.

{% csrf_token %} {{ formset.management_form }} {% for form in formset %} {% if forloop.first %} {% for field in form.visible_fields %} {% endfor %} {% endif %} {% for field in form.visible_fields %} {% endfor %} {% endfor %}
{{ field.label }}
{% if forloop.first %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% endif %} {{ field.errors.as_ul }} {{ field }}
{% if formset.non_form_errors %}

Error: {{ formset.non_form_errors }}

{% endif %}

Back to Admin

{% endblock content %}