---
layout: default
---
{% include header.html %}
{% include sides.html %}
{% include sorry.html %}
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 %}