{% load request_filters %} {% load staticfiles %} {% load notifications_tags %} {% load scipost_extras %} {% load journals_extras %} {% load user_groups %} {% is_editorial_college request.user as is_editorial_college %} Home Journals Journals homepage View all publications {% for discipline in disciplines %} {{ discipline.0 }} {% for subdiscipline in discipline.1 %} {% with journals|in_discipline:subdiscipline.0 as journals_subdisc %} {% if journals_subdisc|length > 0 %} {{ subdiscipline.1 }} {% for journal in journals_subdisc %} {% if journal.active %} {{ journal.name }} {% elif perms.scipost.can_view_pool %} {{ journal.name }} {% endif %} {% endfor %} {% endif %} {% endwith %} {% empty %} No journal yet! {% endfor %} {% if not forloop.last %} {% endif %} {% endfor %} Submissions View all Submissions Submit a manuscript Author guidelines Referee guidelines Editorial Colleges 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 Our Business Model 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 %}