{% extends 'sponsors/base.html' %} {% block pagetitle %}: Sponsors{% endblock pagetitle %} {% load staticfiles %} {% block breadcrumb_items %} {{ block.super }} {% endblock %} {% block content %}

SciPost Sponsors

We cordially invite organizations worldwide to join our Sponsorship scheme, and make Genuine Open Access a reality.


Is your organization benefitting from SciPost's activities (check our organizations page), and are they not in our list of Sponsors below? Then consider helping SciPost:

Community service; no user fees

SciPost does not charge any subscription fees or article processing charges (APCs): all our operations are performed as a community service, with no user-facing charges;

Our initiative's scope is resolutely international: we do not impose any geographical or institutional restrictions on the delivery of our services;

SciPost is dedicated to serving the academic community, with no further competing interests.

Quality through Openness

Our sharp focus on openness through our peer-witnessed refereeing procedure equips us with arguably the most stringent editorial quality control system available;

Our Editorial College is composed of a broad selection of top academics;

Our fully professional publishing services meet or surpass best practices in all respects. Our flagship journal SciPost Physics has been awarded the DOAJ Seal.

Community funded

Our operations are obviously not without cost, but our strictly not-for-profit setup, community-led workflow, streamlined infrastructure and no-frills administration mean that the average per-publication costs are much lower than those of competing services;

Our financing model relies on sponsorship from the organizations which benefit from our activities (see our organizations page);

All sponsorship funds are pooled and exclusively used to run our infrastructure and services.

In a nutshell, for the business savvy: support our model to reduce your costs

We are able to run a fully sustainable infrastructure at an estimated cost of under €400 per publication, much below the current norm for APCs. The more scientists shift their publishing to SciPost, the fewer subscription/article processing charges you will have to pay as an organization. Your sponsorship will help us scale up and make our initiative sustainable.

Our current Sponsors

Platinum sponsors (€20000 and above):

{% for sponsor in sponsors_20kplus %} {% include 'sponsors/_sponsor_card.html' with sponsor=sponsor %} {% endfor %}

Gold sponsors (€10000 and above):

{% for sponsor in sponsors_10kplus %} {% include 'sponsors/_sponsor_card.html' with sponsor=sponsor %} {% endfor %}

Silver sponsors (€5000 and above):

{% for sponsor in sponsors_5kplus %} {% include 'sponsors/_sponsor_card.html' with sponsor=sponsor %} {% endfor %}

All current Sponsors

{% for sponsor in current_sponsors %} {% include 'sponsors/_sponsor_card.html' with sponsor=sponsor %} {% endfor %}
{% endblock content %}