{% 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 }}
{% if request.user|is_in_group:'SciPost Administrators' %}

You are a SciPost 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 %}

Update your personal data or password

{% if request.user|is_in_group:'SciPost 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

    {% if perms.scipost.can_vet_registration_requests %}
  • Vet Registration requests ({{ nr_reg_to_vet }})
  • Awaiting validation ({{ nr_reg_awaiting_validation }}) (no action necessary)
  • {% endif %} {% if perms.scipost.can_manage_registration_invitations %}
  • Manage Registration Invitations
  • {% endif %}
{% 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:'SciPost Administrators' or request.user|is_in_group:'Editorial College' %}

Submissions assignments

{% endif %}

Submissions for which you are Editor-in-charge

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