Successfully created a project with the following HZDR-ID: {{ project.hzdr_id }}
{% endif %}
Members and Contributors
This is a list of the project owner and members, as well as external contributors without a HELIPORT login.
Name
Affiliation
Contribution
{{ project.owner }}
{% if project.owner.orcid %}
{% endif %}
{{ project.owner.affiliation }}
{% if co_owners %}
{% for user in co_owners %}
{{ user }}
{% if user.orcid %}
{% endif %}
{{ user.affiliation }}
{% endfor %}
{% endif %}
{% if contributions %}
{% for contribution in contributions %}
{{ contribution.contributor.display_name }}
{% if contribution.contributor.orcid %}
{% endif %}
{{ contribution.contributor.affiliation }}
{% if update == True and isOwner %}
{% else %}
{{ contribution.get_type_display }}
{% endif %}
{% endfor %}
{% endif %}
{% if isOwner %}
Add project members or contributors
You can add single users with a HELIPORT login as project members or add all
users of a specific group to the project. It is also possible to record
contributions from external contributors by providing a name and a
contribution type according to DataCite as well as optionally an ORCID and
an affiliation.