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

Add author to publication

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

Add an (unregistered) author

Current list of authors as contributors:

Current list of additional authors (unregistered):


Search for missing author:

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

Identified as contributor:

Identified as existing unregistered author:

You can otherwise create an UnregisteredAuthor object instance and link it to this publication:

{% csrf_token %} {{ new_unreg_author_form|bootstrap }}
{% endif %}

Return to the publication's page

{% endblock content %}