{% extends 'scipost/base.html' %} {% block pagetitle %}: Add Author Affiliation{% endblock pagetitle %} {% load bootstrap %} {% block breadcrumb %}
{% endblock %} {% block content %}

Author affiliations for author {{ table }} of publication {{ table.publication.doi_label }}


    {% for aff in table.affiliations.all %}
  • {{ aff }}
  • {% empty %}
  • No affiliation found
  • {% endfor %}

Add an affiliation (at moment of publication) to this Author:

{% csrf_token %} {{ add_affiliation_form|bootstrap }}

Can't find it in the selector? Add a new organization to our database (opens in new window)

{% endblock %} {% block footer_script %} {{ block.super }} {{ add_affiliation_form.media }} {% endblock footer_script %}