{% extends "admin/core/base.html" %}} {% load foundation static bool_fa securitytags %} {% block title %}Edit Metadata - {{ article.pk }}{% endblock title %} {% block breadcrumbs %} {{ block.super }}
  • Edit
  • {{ article.safe_title }}
  • Metadata
  • {% endblock breadcrumbs %} {% block head %} {{ block.super }} {{ info_form.media }} {% endblock %} {% block body %} {% can_see_pii_tag article as can_see_pii %}

    Edit Metadata

    Back
    {% include "elements/translations/form_tabs.html" with object=article %} {% include "elements/forms/errors.html" with form=info_form %} {% csrf_token %}
    {{ info_form.title|foundation }}
    {{ info_form.abstract|foundation }}
    {% if journal_settings.general.submission_summary %}
    {{ info_form.non_specialist_summary|foundation }}
    {% endif %}
    {{ info_form.language|foundation }}
    {{ info_form.section|foundation }}
    {{ info_form.license|foundation }}
    {{ info_form.article_number|foundation }}
    {{ info_form.first_page|foundation }}
    {{ info_form.last_page|foundation }}
    {{ info_form.page_numbers|foundation }}
    {{ info_form.total_pages|foundation }}
    {{ info_form.peer_reviewed }} Check if this article is reviewed
    {{ info_form.is_remote }} {{ info_form.is_remote.field.help_text }}
    {{ info_form.remote_url|foundation }}
    {{ info_form.primary_issue|foundation }}

    Hit Enter to add a new keyword.

    {{ info_form.jats_article_type_override|foundation }}
    {% if request.journal.submissionconfiguration.competing_interests %}
    {{ info_form.competing_interests|foundation }}
    {% endif %}
    {{ info_form.custom_how_to_cite|foundation }}
    {{ info_form.rights|foundation }}
    {% include "admin/elements/submission/additional_fields.html" with form=info_form additional_fields=additional_fields %}
    {% include "elements/author_summary_table.html" %}

    Funding

    {% blocktrans %} You can search the Crossref Funder Registry to add known funders. {% endblocktrans %}

    Current Funders

    {% for funder in article.funders.all %} {% empty %} {% endfor %}
    Name FundRef ID Grant Number {% trans "Funding Statement" %} Edit Delete
    {{ funder.name|default_if_none:"" }} {{ funder.fundref_id|default_if_none:"" }} {{ funder.funding_id|default_if_none:"" }} {{ funder.funding_statement|safe }} Edit Delete
    No funders added.
    Add funder
    {% csrf_token %} {{ funder_form|foundation }}
    {% endblock body %} {% block js %} {% include 'admin/elements/fundref/fundref.html' %} {% endblock js %}