My Graphs

    {% for cooc in coocs %}
  1. Graph created at {{cooc.date}}
    • Start period: {{cooc.hyperdata.start}}
    • End period: {{cooc.hyperdata.end}}
    • Distances:
      • Conditional with bridgeness 5 or 10 or 20
      • Distributional with bridgeness 5 or 10 or 20
    • Nodes: {% for key, value in coocs_count.items %} {% if key == cooc.id %} {{value}} {% endif %} {% endfor %}
  2. {% endfor %} {% endblock %}