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

  • Publications

  • Submissions

{% for publication in publications %} {% include 'journals/_publication_li_content-alt.html' with publication=publication %} {% endfor %}

News {% include 'bi/rss-fill.html' %}

    {% for news in news_items %}
  • {{ news.date|date:'d' }}{{ news.date|date:'M' }}

    {{ news.headline }}

    {{ news.blurb_short }}

  • {% endfor %}
{% endblock %} {% block content_footer %}

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.

See all sponsors

SciPost participates in

Crossref logo DOAJ logo Clockss logo I4OC logo FJN logo
{% endblock %}