{% 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, formatted for readability. Once you accept them, they will be flattened to a single line and overwrite the current metadata shown below.


{% csrf_token %} {{ form|bootstrap }} {% if errors %}
XML validation result:
    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
{% else %}
XML validation result: Valid
{% endif %} Back to Admin

Current metadata xml


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