{% load bootstrap %} {% load user_groups %} {# Save all Permission groups into template variables #} {% is_ed_admin request.user as is_ed_admin %} {% is_scipost_admin request.user as is_scipost_admin %} {% is_advisory_board request.user as is_advisory_board %} {% is_vetting_editor request.user as is_vetting_editor %} {% is_ambassador request.user as is_ambassador %} {% is_junior_ambassador request.user as is_junior_ambassador %} {% is_registered_contributor request.user as is_registered_contributor %} {% is_tester request.user as is_tester %} {% is_production_officer request.user as is_production_officer %} {% 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 is_scipost_admin %}

You are a SciPost Administrator.

{% endif %} {% if is_ed_admin %}

You are a SciPost Editorial Administrator.

{% endif %} {% if is_advisory_board %}

You are a member of the Advisory Board.

{% endif %} {% if is_vetting_editor %}

You are a SciPost Vetting Editor.

{% endif %} {% if is_registered_contributor %}

You are a Registered Contributor.

{% endif %} {% if is_tester %}

You are a SciPost Tester.

{% endif %} {% if is_ambassador %}

You are a SciPost Ambassador.

{% endif %} {% if is_junior_ambassador %}

You are a SciPost Junior Ambassador.

{% endif %} {% if is_production_officer %}

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 %}