{% extends 'scipost/base.html' %} {% block pagetitle %}: Create metadata xml{% endblock pagetitle %} {% block bodysup %}

Create metadata XML (for Crossref deposit)

{% if errormessage %}

{{ errormessage }}

{% endif %}
{% csrf_token %} {{ create_metadata_xml_form.as_p }}

Current metadata xml:

{{ publication.metadata_xml|linebreaks }}


Once you're happy with this metadata, you can return to the publication's page

{% endblock bodysup %}