{% include 'scipost/personal_page/_hx_tablist.html' with selected='account' %} {% load bootstrap %} {% load user_groups %} {% recommend_new_totp_device request.user as recommend_totp %}

Your Account

Your personal details:

{% include "scipost/_private_info_as_table.html" with contributor=contributor %} {% if contributor %} {# Scientist fields #}

Your main academic field:

Your specialties:

You can add/remove specialties by updating your personal data.

{% endif %}
{% if contributor %} {# Scientist fields #} {% if not contributor.is_currently_available %}

You are currently unavailable

Check your availability underneath if this should not be the case.


{% endif %} {# END: Scientist fields #} {% endif %} {% if recommend_totp %}

{% include 'bi/exclamation-triangle-fill.html' %} Please increase your account's security

Your account grants access to sensitive, confidential information. Therefore we strongly recommend to use two factor authentication, which adds an extra layer of protection to your SciPost account.

Set up two factor authentication here.
{% endif %}

Scientists, please help us out!

If it is not listed on our Sponsors page, please encourage your institution (through a librarian, director, ...) to join. You can use this email template.


{% if "scipost_admin" in user_roles %}

You are a SciPost Administrator.

{% endif %} {% if "edadmin" in user_roles %}

You are a SciPost Editorial Administrator.

{% endif %} {% if "advisory_board" in user_roles %}

You are a member of the Advisory Board.

{% endif %} {% if "vetting_editor" in user_roles %}

You are a SciPost Vetting Editor.

{% endif %} {% if "registered_contributor" in user_roles %}

You are a Registered Contributor.

{% endif %} {% if "tester" in user_roles %}

You are a SciPost Tester.

{% endif %} {% if "ambassador" in user_roles %}

You are a SciPost Ambassador.

{% endif %} {% if "junior_ambassador" in user_roles %}

You are a SciPost Junior Ambassador.

{% endif %} {% if "production_officer" in user_roles %}

You are a SciPost Production Officer.

{% endif %} {% if contributor.fellowships.all %}

Your Fellowships:

Go to the Submissions Pool {% endif %}

Update your personal data or password

Your Affiliations:

{% include 'profiles/_affiliations_table.html' with profile=contributor.profile actions=True %}
{% if unavailability_form %}

Your Availability

To help with the editorial workflow, you can inform us of any periods during which you are unavailable. We will do our best to respect these.

Mark a period as unavailable:

{% csrf_token %} {{ unavailability_form|bootstrap }}
{% if unavailabilities %}

Your unavailability periods in our records

(YYYY-MM-DD)

{% for unav in unavailabilities %} {% endfor %}
Start End
{{ unav.start }} {{ unav.end }}
{% csrf_token %}
{% else %}

You don't have any upcoming unavailability periods on record.

{% endif %}
{% endif %}