{% extends "admin/core/base.html" %}} {% load foundation %} {% load static %} {% load bool_fa %} {% 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 %}

    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 }}
    {% if request.journal.submissionconfiguration.competing_interests %}
    {{ info_form.competing_interests|foundation }}
    {% endif %}
    {{ info_form.custom_how_to_cite|foundation }}
    {{ info_form.rights|foundation }}

    Hit Enter to add a new keyword.

    {% include "admin/elements/submission/additional_fields.html" with form=info_form additional_fields=additional_fields %}

    Authors

    {% if frozen_author %} Add Author {% else %} Add Author {% endif %}
    {% csrf_token %} {% for f_author in article.frozen_authors %} {% endfor %}
    Name Email Display Email Link? Institution Correspondence Author
    {{ f_author.full_name }} {{ f_author.email }} {{ f_author.display_email|bool_fa }} {{ f_author.institution }} {% if article.correspondence_author and f_author.author == article.correspondence_author %} {% else %}{% endif %}  Edit {% csrf_token %}

    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
    {{ funder.name|default_if_none:"" }} {{ funder.fundref_id|default_if_none:"" }} {{ funder.funding_id|default_if_none:"" }}  
    No funders added.
    Add funder
    {% csrf_token %}

    {% trans funder_form.fields.name.help_text %}

    {% trans funder_form.fields.fundref_id.help_text %}

    {% trans funder_form.fields.funding_id.help_text %}

    {% include "admin/elements/submission/edit_author.html" %} {% endblock body %} {% block js %} {% if modal %} {% include "admin/elements/open_modal.html" with target=modal %} {% endif %} {% include 'admin/elements/fundref/fundref.html' with funder_form=funder_form %} {% endblock js %}