{% extends 'scipost/base.html' %} {% block pagetitle %}: Create metadata xml{% endblock pagetitle %} {% block breadcrumb %}
{% endblock %} {% load bootstrap %} {% block content %}

Create metadata XML (for Crossref deposit)

The following field is prefilled with data from the Publication object. Once you accept them, they will overwrite the current metadata, shown below.


{% csrf_token %} {{ form|bootstrap }} Back to Admin for {{ publication.doi_label }}

Current metadata xml


{{ publication.metadata_xml|linebreaksbr }}
{% endblock content %}