{% extends 'scipost/base.html' %} {% load render_bundle from webpack_loader %} {% load static %} {% block headsup %} {{ block.super }} {% endblock %} {% block body_class %}{{ block.super }} homepage{% endblock %} {% block meta_description %}{{ block.super }} homepage{% endblock meta_description %} {% block pagetitle %}Homepage{% endblock pagetitle %} {% block content %}

The Home of Genuine Open Publishing

SciPost is a complete publishing infrastructure serving professional scientists worldwide.

We implement
Genuine Open Access

  • {% include 'bi/check-square.html' %} Community Ownership
  • {% include 'bi/check-square.html' %} Open Infrastructure
  • {% include 'bi/check-square.html' %} Copyright to Authors
  • {% include 'bi/check-square.html' %} Open Access
  • {% include 'bi/check-square.html' %} Open Citations
  • {% include 'bi/check-square.html' %} Fee Free
  • {% include 'bi/check-square.html' %} Non Profit
  • {% include 'bi/check-square.html' %} Open Finances
  • {% include 'bi/check-square.html' %} Academic Editing

Info

{% if not user.is_authenticated %}

Register

Professional scientists (PhD students and above) can become Contributors to SciPost by filling the registration form.

{% endif %}

Portals

{% for branch in branches %} {% if branch.name != 'Multidisciplinary' and branch.journals.all|length > 0 %} {% for acad_field in branch.academic_fields.all %} {% if acad_field.journals.active.all|length > 0 %} {{ acad_field.name }} {% endif %} {% endfor %} {% endif %} {% endfor %}
{% endblock %} {% block content_footer %}

News

Latest

{{ latest_newsitem.headline }}

{{ latest_newsitem.date|date:'j F Y' }}

{{ latest_newsitem.blurb_short }}

Read more →

Further news

Sponsors

SciPost guarantees free online access to all publications in all its Journals and does not charge any article processing fees for publishing. Sponsors provide operating funds to SciPost through a cost-slashing consortial model.

We invite organizations benefitting from SciPost's activities to join our growing list of Sponsors. Look at our one-page Prospectus and at our full Sponsorship Agreement template.

Scientists, please help us out: Please petition your local librarian/director/... to consider sponsoring us. You can use this email template.


{% endblock %}