{% extends 'scipost/base.html' %} {% block pagetitle %}: add author to publication{% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% load scipost_extras %} {% load bootstrap %} {% block content %}

Add author to publication

{% include 'partials/journals/publication_li_content.html' with publication=publication %}

Current list of authors


Add an (unregistered) author

Search for missing author

{{ form|bootstrap }}
{% if form.has_changed %}

Identified as Contributor:

You can otherwise add the author manually and link it to the publication

{% csrf_token %} {{ form|bootstrap }}

{% endif %}

Return to the publication's page or to the metadata management page.

{% endblock content %}