{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: personal page{% endblock pagetitle %} {% block headsup %} {% load scipost_extras %} {% endblock headsup %} {% block content %} {% if not request.user|is_in_group:'Registered Contributors' %}

Your credentials will soon be verified by an Editor.

If accepted, you will become a registered Contributor, enabling you to submit, comment and vote.

{% else %}

Welcome to your SciPost Personal Page, {{ appellation }}


Your Account

Your personal details:

{{ contributor.private_info_as_table }}

Your main discipline:

  • {{ contributor.discipline_as_string }}

Your expertises:

{% if contributor.expertises %} {{ contributor.expertises_as_ul }} {% else %}

You haven't listed your expertise(s).
Do so by updating your personal data

{% endif %}
{% if request.user|is_in_group:'SciPost Administrators' %}

You are a SciPost Administrator.

{% endif %} {% if request.user|is_in_group:'Editorial Administrators' %}

You are a SciPost Editorial Administrator.

{% endif %} {% if request.user|is_in_group:'Advisory Board' %}

You are a member of the Advisory Board.

{% endif %} {% if request.user|is_in_group:'Editorial College' %}

You are a member of the Editorial College.

{% endif %} {% if request.user|is_in_group:'Vetting Editors' %}

You are a SciPost Vetting Editor.

{% endif %} {% if request.user|is_in_group:'Registered Contributors' %}

You are a Registered Contributor.

{% endif %} {% if request.user|is_in_group:'Testers' %}

You are a SciPost Tester.

{% endif %} {% if request.user|is_in_group:'Ambassadors' %}

You are a SciPost Ambassador.

{% endif %} {% if request.user|is_in_group:'Junior Ambassadors' %}

You are a SciPost Junior Ambassador.

{% endif %}

Update your personal data or password


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-DD-MM):

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

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

{% endif %}
{% if request.user|is_in_group:'SciPost Administrators' or request.user|is_in_group:'Editorial Administrators' or request.user|is_in_group:'Editorial College' or request.user|is_in_group:'Vetting Editors' or request.user|is_in_group:'Ambassadors' or request.user|is_in_group:'Junior Ambassadors' %}

Pending Editorial Actions

{% if request.user|is_in_group:'SciPost Administrators' or request.user|is_in_group:'Advisory Board' or request.user|is_in_group:'Ambassadors' or request.user|is_in_group:'Junior Ambassadors' %}

Registration actions

{% if perms.scipost.can_manage_registration_invitations %}

Notifications

{% endif %}

Email communications

{% endif %}

Vetting actions

    {% if perms.scipost.can_vet_commentary_requests %}
  • Vet Commentary Page requests ({{ nr_commentary_page_requests_to_vet }})
  • {% endif %} {% if perms.scipost.can_vet_comments %}
  • Vet submitted Comments ({{ nr_comments_to_vet }})
  • {% endif %} {% if perms.scipost.can_vet_thesislink_requests %}
  • Vet Thesis Link Requests ({{ nr_thesislink_requests_to_vet }})
  • {% endif %} {% if perms.scipost.can_vet_authorship_claims %}
  • Vet Authorship Claims ({{ nr_authorship_claims_to_vet }})
  • {% endif %} {% if perms.scipost.can_vet_submitted_reports %}
  • Vet submitted Reports ({{ nr_reports_to_vet }})
  • {% endif %}
{% if perms.scipost.can_attend_VGMs %}

Virtual General Meetings

{% endif %}
{% if request.user|is_in_group:'Editorial Administrators' or request.user|is_in_group:'Editorial College' %}

Info

Submissions assignments

    {% if perms.scipost.can_view_pool %}
  • Your assignments
  • View assignments overview
  • {% endif %} {% if perms.scipost.can_assign_submissions %}
  • Assign Submissions via the Submissions Pool ({{ nr_submissions_to_assign }})
  • {% endif %} {% if perms.scipost.can_take_charge_of_submissions %}
  • Accept or decline assignments via the Submissions Pool ({{ nr_assignments_to_consider }})
  • {% endif %}

Voting

  • Prepare Editorial Recommendations for voting via the Submissions Pool ({{ nr_recommendations_to_prepare_for_voting }})
{% endif %}
{% if active_assignments %}

Submissions for which you are Editor-in-charge

    {% for assignment in active_assignments %} {{ assignment.header_as_li_for_eic }} {% endfor %}
{% endif %}
{% endif %} {% if perms.scipost.can_referee %}

Refereeing Tasks

{% if pending_ref_tasks %}

Pending Refereeing Tasks:

{% endif %}
{% endif %}
{% if own_submissions %}

Submissions for which you are identified as an author:

    {% for sub in own_submissions %} {{ sub.header_as_li_for_authors }} {% if request.user.contributor == sub.submitted_by %}

    Write to the Editor-in-charge.

    {% endif %} {% endfor %}
{% endif %}
{% if own_commentaries %}

Commentaries for which you are identified as an author:

    {% for com in own_commentaries %} {{ com.header_as_li }} {% endfor %}
{% endif %}
{% if own_thesislinks %}

Theses for which you are identified as an author:

    {% for thesis in own_thesislinks %} {{ thesis.header_as_li }} {% endfor %}
{% endif %}

Your Comments

    {% for own_comment in own_comments %} {{ own_comment.header_as_li }} {% empty %}
  • You have not commented yet.
  • {% endfor %}
{% if own_authorreplies %}

Your Author Replies

    {% for own_reply in own_authorreplies %} {{ own_reply.header_as_li }} {% endfor %}
{% endif %}
{% if lists_owned %}

Lists you own:

    {% for list in lists_owned %} {{ list.header_as_li }} {% endfor %}
{% endif %} {% if lists %}

Lists to which you have access:

    {% for list in lists %} {{ list.header_as_li }} {% endfor %}
{% endif %}
{% if teams_led %}

Teams you are leading:

    {% for team in teams_led %} {{ team.header_as_li }} Add a member {% endfor %}
{% endif %} {% if teams %}

Teams of which you are a member:

    {% for team in teams %} {{ team.header_as_li }} {% endfor %}
{% endif %}
{% if graphs_owned %}

Graphs you own:

    {% for graph in graphs_owned %} {{ graph.header_as_li }} {% endfor %}
{% endif %} {% if graphs_private %}

Private graphs which you can access:

    {% for graph in graphs_private %} {{ graph.header_as_li }} {% endfor %}
{% endif %}
{% endif %} {% endblock content %}