{% from "macros.html" import orcid_url, image %} {% block header %} {% endblock %} Toggle navigation About FAQ {% if current_user.confirmed %} {% if current_user.org_links|length > 1 %} {% for ol in current_user.org_links %} {{ol.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 Upload Researcher Urls Upload Researcher Other Names Upload Researcher Keyword Sync Profiles 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 {% if current_user.is_tech_contact_of() %} Set Webhooks {% endif %} {% endif %} {% if current_user.has_role("SUPERUSER") %} Hub Admin Users ORCID Tokens Onboard Organisation 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 -%} User Invitations Organisation Invitations {% if has_audit_logs %} Audit Logs Organisations Users Tasks {% 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 {% if current_user.orcid %} Remove ORCID Linkage {% endif %} {% endif %} log out {% else %} {% if config.SHIBBOLETH_DISABLED %} Register or Connect your ORCID iD {% 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 ol in current_user.org_links %} {{ol.org_name}} {% endfor %}
{{ current_user.name }}
{{ current_user.email }}
Edu Person Affiliation: {{ current_user.affiliations }}
{% if current_user.organisation.confirmed %} Profile {% if current_user.orcid %}
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.