{% extends 'scipost/base.html' %} {% block pagetitle %}: personal page{% endblock pagetitle %} {% block headsup %} {% load scipost_extras %} {% endblock headsup %} {% block bodysup %} {% 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, {{ user.username }}


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

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.as_table }}
{% 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' %}

Pending Editorial Actions


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

Registration actions

{% 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 request.user|is_in_group:'Editorial Administrators' or request.user|is_in_group:'Editorial College' %}

Submissions assignments

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

{% endif %}
{% endif %} {% if perms.scipost.can_referee %}

Refereeing Tasks

{% if pending_ref_tasks %}

Pending Refereeing Tasks:

{% endif %}
{% endif %}

Submissions

{% if own_submissions %}

Submissions for which you are identified as an author:

{% endif %}

Commentaries

{% if own_commentaries %}

Commentaries for which you are identified as an author:

{% endif %}

Theses

{% if own_thesislinks %}

Theses for which you are identified as an author:

{% endif %}
{% if own_comments %}

Your Comments

{% endif %} {% if own_authorreplies %}

Your Author Replies

{% endif %}

Lists

{% if lists_owned %}

Lists you own:

{% endif %} {% if lists %}

Lists to which you have access:

{% endif %}

Teams

{% if teams_led %}

Teams you are leading:

{% endif %} {% if teams %}

Teams of which you are a member:

{% endif %}

Graphs

{% if graphs_owned %}

Graphs you own:

{% endif %} {% if graphs_private %}

Private graphs which you can access:

{% endif %}
{% endif %} {% endblock bodysup %}