{% load request_filters %} {% load staticfiles %} {% load notifications_tags %} {% load scipost_extras %} {% load user_groups %} {% is_editorial_college request.user as is_editorial_college %} Home Journals Journals homepage View all publications Physics {% for journal in journals %} {% if journal.active %} {{ journal.get_name_display }} {% elif perms.scipost.can_view_pool %} {{ journal.get_name_display }} {% endif %} {% endfor %} Submissions View all Submissions Submit a manuscript Author guidelines Referee guidelines Physics Atomic, Molecular and Optical Physics - Experiment Atomic, Molecular and Optical Physics - Theory Biophysics Condensed Matter Physics - Experiment Condensed Matter Physics - Theory Condensed Matter Physics - Computational Fluid Dynamics Gravitation, Cosmology and Astroparticle Physics High-Energy Physics - Experiment High-Energy Physics - Theory High-Energy Physics - Phenomenology Mathematical Physics Nuclear Physics - Experiment Nuclear Physics - Theory Quantum Physics Statistical and Soft Matter Physics More Commentaries Theses About SciPost About SciPost The Foundation FAQ News Feeds Organizationsbenefitting from our activities Sponsors Finances {% if user.is_authenticated %} Logged in as {% if user.last_name %}{% if user.contributor %}{{ user.contributor.get_title_display }} {% endif %}{{ user.first_name }} {{ user.last_name }}{% else %}{{ user.username }}{% endif %} {% if request.user.contributor and not request.user.contributor.is_currently_available %} {% endif %} {% if user.contributor %} Personal Page {% if is_editorial_college %} Submissions Pool {% endif %} {% endif %} {% if perms.scipost.can_view_production %} Production {% endif %} {% if perms.scipost.can_manage_organizations or user.org_contact %} Orgs dashboard {% endif %} Forums and Meetings Helpdesk Logout {% else %} Login or register {% endif %}