{% 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|safe }} {% 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 Update your personal data Change your password {% if request.user|is_in_group:'Vetting Editors' %} Pending Editorial Actions {% if request.user|is_in_group:'SciPost Administrators' %} Registration actions Vet Registration requests ({{ nr_reg_to_vet }}) Awaiting validation ({{ nr_reg_awaiting_validation }}) (no action necessary) Manage Registration Invitations {% endif %} Vetting actions Vet Commentary Page requests ({{ nr_commentary_page_requests_to_vet }}) Vet submitted Comments ({{ nr_comments_to_vet }}) Vet submitted Reports ({{ nr_reports_to_vet }}) Vet Thesis Link Requests ({{ nr_thesislink_requests_to_vet }}) Vet Authorship Claims ({{ nr_authorship_claims_to_vet }}) {% if request.user|is_in_group:'Editorial College' %} Submissions processing Process new SciPost Submissions ({{ nr_submissions_to_process }}) {% endif %} {% endif %} Submissions View/hide your submissions {% if nr_submission_authorships_to_claim > 0 %} Potential authorships to claim (auto-detected: {{ nr_submission_authorships_to_claim}}) {% endif %} Submit an arXiv preprint to a SciPost Journal {% if own_submissions %} Submissions for which you are identified as an author: {% for sub in own_submissions %} {{ sub.header_as_li|safe }} {% endfor %} {% endif %} Commentaries View/hide commentaries on your papers {% if nr_commentary_authorships_to_claim > 0 %} Potential authorships to claim (auto-detected: {{ nr_commentary_authorships_to_claim}}) {% endif %} Request opening a SciPost Commentary Page {% if own_commentaries %} Commentaries for which you are identified as an author: {% for com in own_commentaries %} {{ com.header_as_li|safe }} {% endfor %} {% endif %} Theses View/hide your theses {% if nr_thesis_authorships_to_claim > 0 %} Potential authorships to claim (auto-detected: {{ nr_thesis_authorships_to_claim}}) {% endif %} Request a SciPost ThesisLink {% if own_thesislinks %} Theses for which you are identified as an author: {% for thesis in own_thesislinks %} {{ thesis.header_as_li|safe }} {% endfor %} {% endif %} {% if own_comments %} Your Comments View/hide your comments {% for own_comment in own_comments %} {{ own_comment.header_as_li|safe }} {% endfor %} {% endif %} {% if own_authorreplies %} Your Author Replies View/hide your author replies {% for own_reply in own_authorreplies %} {{ own_reply.header_as_li|safe }} {% endfor %} {% endif %} {% endif %} {% endblock bodysup %}
If accepted, you will become a registered Contributor, enabling you to submit, comment and vote.