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

Your personal details

{{ contributor.as_table|safe }}

Update your personal data or password

{% if contributor.rank >= 2 %}

Pending SciPost Editorial Actions


{% if contributor.rank >= 4 %}

Registration actions

  • Vet Registration requests ({{ nr_reg_to_vet }})
  • Awaiting validation ({{ nr_reg_awaiting_validation }}) (no action necessary)
{% endif %}

Vetting actions

{% if contributor.rank >= 3 %}

Submissions processing

{% endif %}
{% endif %}

SciPost Submissions


SciPost Commentaries

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