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

Latest Publications


    {% for publication in publications %}
  • {% include 'partials/journals/publication_li_content.html' with publication=publication %}
  • {% endfor %}

View all Publications

Latest Submissions


    {% for submission in submissions %}
  • {% include 'partials/submissions/submission_card_content_homepage.html' with submission=submission %}
  • {% endfor %}

View all Submissions

{% endblock %} {% block sidebar %} {% include 'scipost/index_sidebar_2.html' %} {% endblock %} {% block content_footer %}

Sponsors

See all sponsors
    {% for sponsor in current_sponsors %} {% if sponsor.logo %}
  • {{ sponsor.name }} logo
  • {% endif %} {% endfor %}

SciPost participates in


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