{% extends 'scipost/_personal_page_base.html' %} {% block breadcrumb_items %} {{block.super}} Virtual General Meetings {{VGM}} {% endblock %} {% block pagetitle %}: VGM detail{% endblock pagetitle %} {% load staticfiles %} {% load bootstrap %} {% block content %}

SciPost Virtual General Meeting

On this page:


Information message from SciPost Administration

{{ VGM_information }}

Quick bullet points:


Feedback on SciPost

Provide feedback

General Feedback provided


Nominations to the Editorial College

Nominate an Editorial Fellow candidate

Current Fellow nominations

Current Fellows ({{current_Fellows|length}}) · view/hide

Invitations currently outstanding ({{pending_inv_Fellows|length}}) · view/hide

Invitations which have been turned down ({{declined_inv_Fellows|length}}) · view/hide

Nominations under consideration ({{nominations|length}})

{% for domain, spec in spec_list %}
{% for sp, val in spec %}

{{ val }}
    {% for nomination in nominations %} {% if sp in nomination.expertises %}
  • {% include 'virtualmeetings/nomination_content.html' with nomination=nomination %}

    Your opinion on this Nomination (voting deadline: {{ nomination.voting_deadline|date:'y-m-d' }}):

    {% csrf_token %}
    {% csrf_token %}
    {% csrf_token %}
    {% if request.user.contributor in nomination.in_agreement.all %} (you have voted: Agreed) {% elif request.user.contributor in nomination.in_notsure.all %} (you have voted: Not sure) {% elif request.user.contributor in nomination.in_disagreement.all %} (you have voted: Disagree) {% endif %}
    Add a remark on this Nomination

    Remarks on this nomination

      {% for rem in nomination.remarks.all %} {% include 'scipost/_remark_li.html' with remark=rem %} {% empty %}
    • No Remarks found
    • {% endfor %}
  • {% endif %} {% endfor %}
{% endfor %}
{% endfor %}

Submit a new Motion

Put a new Motion forward

Motions under consideration

{% for key, val in motion_categories_dict.items %}

{{ val }}:

{% endfor %} {% endblock %}