{% extends 'page_base.html' %} {% load static %} {% block page-subtitle %} : {{ flatpage.title }}{% endblock %} {% block page-content %}

{{ flatpage.title }}

{#
#}
A thumbnail of the network graph of people associated with the Belfast Group.
This network graph shows the people directly connected to the Belfast Group, as well as the connections between them.
A thumbnail of the chord diagram visualization of the people associated with the Belfast Group.
This chord diagram makes the connections of an individual associated with the Belfast Group easily visible. It uses the same data as the first network graph.
A thumbnail of the network graph of the two periods of the Belfast Group.
This network graph displays the two time periods of the Belfast Group, helping visualize who was connected to the Group at certain moments.
A thumbnail of a map visualization of places associated with the Belfast Group
A map of places connected to people associated with the Belfast Group: where they lived and worked, as well as places mentioned in their writing.
{% include "flatpages/snippets/flatpage_content.html" %} {% url 'network:gexf' mode='all' as gexf_url %}

Download our network data as GEXF.

{% endblock %}