{% extends "graphs/base.html" %} {% load cache %} {% block breadcrumb_items %} {% endblock breadcrumb_items %} {% block content %}

Graphs

At SciPost we take pride in the openness and transparency of our data. Below you will find a selection of pre-made graphs based on our data to help you understand our operations and impact.

These graphs are updated automatically as new data becomes available, so you can be sure you are always looking at the most recent information. If you have any questions about the data or ideas about other meaningful plots and visualizations, please send us an email at tech support.

{% if perms.scipost.can_explore_graphs %}

You may also customize these graphs or create your own through our Graph Explorer.

{% endif %}
{% for graph in premade_graphs %}
{{ graph.title }} {% if perms.scipost.can_explore_graphs %} Customize {% endif %}
{% cache 3600 graphs_premade_graph graph %}
{{ graph.plot_svg|safe }}
{% endcache %}
{% endfor %}
{% endblock content %}