{% extends 'scipost/base.html' %} {% block pagetitle %}: personal page{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %}

Welcome to your SciPost Personal Page, {{ user.username }} (rank {{ contributor.rank }} Contributor)


Your Account

Your personal details

{{ contributor.private_info_as_table|safe }}

Update your personal data or password

{% if contributor.rank >= 2 %}

Pending Editorial Actions


{% if contributor.rank >= 4 %}

Registration actions

{% endif %}

Vetting actions

{% if contributor.rank >= 3 %}

Submissions processing

{% 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 contributor.rank == 0 %}

Your credentials will soon be verified by an Editor. If accepted, your rank (currently 0: newly registered) will be set to 1 (normal user), enabling you to submit, comment and vote.

{% endif %} {% if own_comments %}

Your Comments

{% endif %} {% if own_authorreplies %}

Your Author Replies

{% endif %} {% endblock bodysup %}