{% extends "core/base/base.html" %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% block content %}

Project Properties

{% if new %}

Successfully created a project with the following HZDR-ID: {{ project.hzdr_id }}

{% endif %}
{% csrf_token %} {% if project.persistent_id %} {% endif %} {% if project.gate_project %} {% endif %} {% if project.heliport_groups.all %} {% endif %}
HZDR-ID {{ project.hzdr_id }}
{{ project.identifier_label }} {{ project.identifier_display }}
Digital Object ID {{ project.digital_object_id }}
uuid {{ project.uuid }}
GATE-ID {{ project.gate_project.gate_id }}
Proposal Number {{ project.gate_project.proposal }}
Landing Page {{ request.scheme }}://{{ request.get_host }}{% url "core:landing_page" project.digital_object_id %}?format=landing_page
Created {{ project.created }}
Group {% for heliport_group in project.heliport_groups.all %}{{ heliport_group.group_name }}{% endfor %}
Department
Title
Description
{% if update == True %} {% if isOwner %} {% endif %} {% else %} {% if isOwner %} {% if not project.heliport_groups.all %} {% endif %} {% endif %} {% endif %}
Cancel Edit

Tags


Members and Contributors

This is a list of the project owner and members, as well as external contributors without a HELIPORT login.

{% if co_owners %} {% for user in co_owners %} {% endfor %} {% endif %} {% if contributions %} {% for contribution in contributions %} {% endfor %} {% endif %}
Name Affiliation Contribution
{{ project.owner }} {% if project.owner.orcid %} {% endif %} {{ project.owner.affiliation }}
{{ user }} {% if user.orcid %} {% endif %} {{ user.affiliation }}
{% csrf_token %} {% if isOwner %} {% if update == True %} {% else %} {% endif %} {% else %} {% endif %}
{{ contribution.contributor.display_name }} {% if contribution.contributor.orcid %} {% endif %} {{ contribution.contributor.affiliation }} {% if update == True and isOwner %}
{% csrf_token %}
{% else %} {{ contribution.get_type_display }} {% endif %}
{% csrf_token %} {% if isOwner %} {% if update == True %} {% else %} {% endif %} {% else %} {% 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.

{% csrf_token %}
{% if update == True %} {% else %} {% endif %} {% if update == True %} {% else %} {% endif %} or
{% endif %} {% if isOwner %}
{% csrf_token %}
{% if update == True %} {% else %} {% endif %} {% if update == True %} {% else %} {% endif %} {% if update == True %} {% else %} {% endif %} {% if update == True %} {% else %} {% endif %} {% if update == True %} {% else %} {% endif %}
{% endif %}
{% endblock content %} {% block script %} {% include "core/base/digital_object_autocomplete.html" %} {% include "core/base/tag_manager.html" %} {% endblock script %}