{% from "macros.html" import orcid_url, image %} {% block header %} {% endblock %} Toggle navigation About FAQ {% if current_user.confirmed %} {% if current_user.organisations.count() > 1 %} {% for uo in current_user.userorg_set %} {{uo.org.name}} {% endfor %} {% endif %} {% if current_user.organisation.confirmed %} Your ORCID {% if current_user.has_role("ADMIN") %} Your People View/Export People New Student/Staff Invitation Tasks Upload Affiliations Upload Funding Upload Works Upload Peer Reviews Uploaded Tasks {% endif %} {% endif %} {% if current_user.is_tech_contact_of() or current_user.is_admin_of() %} Settings {% if current_user.is_tech_contact_of() %} Your Organisation {% if current_user.organisation.can_use_api %} Hub API Registration {% endif %} {% endif %} Customize Email Logo Template Manage GroupId Records Set Webhooks {% endif %} {% if current_user.has_role("SUPERUSER") %} Onboard Organisation Hub Admin Users ORCID Tokens Active Organisations Organisation Setup Upload Organisation Data Manage Organisation Data Reports Users Organisation Invitations User Invitations {%- if config.REDIS_URL %} Message Queues Scheduled Jobs {% endif -%} {% endif %} {% endif %} {% if current_user.confirmed %} {{orcid_url(current_user)}} {{ current_user.name }} {{ current_user.name }} {{ current_user.email }} Edu Person Affiliation: {{ current_user.affiliations }} {% if current_user.organisation.confirmed %} Profile {% endif %} log out {% else %} {% if config.SHIBBOLETH_DISABLED %} log in {% else %} log in Log in using your: × Institutional credentials I'm currently employed by, or studying, with a Tuakiri-member organisation Login via Tuakiri This log in takes you to the Tuakiri Directory Service where you can select your Home Organisation. Once returned to the Hub, you'll be able to give your organisation permission to write your affiliation to your ORCID record ORCID record I'm the Tech Contact or Administrator for a Non-Tuakiri member organsation Login via ORCID This log in takes you to ORCID to let the Hub retrieve your ORCID iD. Once you've linked your ORCID iD to an organisation using the Hub, you can use this ORCID record to log in. {% endif %} {% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{% for uo in current_user.userorg_set %} {{uo.org.name}} {% endfor %}
{{ current_user.name }}
{{ current_user.email }}
Edu Person Affiliation: {{ current_user.affiliations }}
{% if current_user.organisation.confirmed %} Profile {% endif %}
I'm currently employed by, or studying, with a Tuakiri-member organisation
This log in takes you to the Tuakiri Directory Service where you can select your Home Organisation. Once returned to the Hub, you'll be able to give your organisation permission to write your affiliation to your ORCID record
I'm the Tech Contact or Administrator for a Non-Tuakiri member organsation
This log in takes you to ORCID to let the Hub retrieve your ORCID iD. Once you've linked your ORCID iD to an organisation using the Hub, you can use this ORCID record to log in.