{% 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 Branch of Science Fields (click to see field-specific detailed list) {% for branch in scipost_disciplines %} {% with journals|journals_in_branch:branch.0 as journals_branch %} {% if journals_branch|length > 0 %} {{ branch.0 }} {% for discipline in branch.1 %} {% with journals_branch|journals_in_discipline:discipline.0 as journals_disc %} {% if journals_disc|length > 0 %} {{ discipline.1 }} {% endif %} {% endwith %} {% endfor %} {% endif %} {% endwith %} {% 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 Careers@SciPost 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 %}