--- layout: default --- {% include header.html %} {% include sides.html %} {% include sorry.html %}
{% assign explorations = site.explorations | where: "category", page.category %} {% for exploration in explorations %} {% if exploration.url == page.url %}

{{ forloop.index | prepend: '0'}}

{% endif %} {% endfor %}

{{ page.title }}

Authors:

    {% for author in page.authors %}
  • {{ author }}
  • {% endfor %}

{% if page.network %} {% include network.html%} {% else %} {% include viz.html%} {% endif %}

Tools:

    {% for tool in page.tools %}
  • {{ tool | markdownify | remove: '

    ' | remove: '

    ' }}
  • {% endfor %}

Data source(s):

    {% for datasource in page.datasources %}
  • {{ datasource | markdownify | remove: '

    ' | remove: '

    ' }}
  • {% endfor %}

Data file(s):

{{content}}
{% if jekyll.environment == 'production' or site.github %}
{% include disqus.html %}
{% endif %}