{% load staticfiles %} {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %}

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

{% if contributor.rank >= 2 %}

Pending SciPost Editorial Actions


{% if contributor.rank >= 4 %}

Registration actions

{% endif %}

Vetting actions

{% if contributor.rank >= 3 %}

Submissions processing

{% endif %}
{% endif %}

SciPost Submissions

SciPost Commentaries

{% if contributor.rank > 0 %}

Your SciPost Account


Your ratings:

Reports(nr: {{ contributor.nr_reports }})
clarity:{{ contributor.report_clarity_rating }}%
correctness:{{ contributor.report_correctness_rating }}%
usefulness:{{ contributor.report_usefulness_rating }}%
Comments(nr: {{ contributor.nr_comments }})
clarity:{{ contributor.comment_clarity_rating }}%
correctness:{{ contributor.comment_correctness_rating }}%
usefulness:{{ contributor.comment_usefulness_rating }}%
{% else %}

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 %} {% include 'scipost/footer.html' %}