{% extends 'page_base.html' %} {% load static %} {% block page-subtitle %} : Network Graph{% endblock %} {% block head-extras %} {{ block.super }} {% endblock %} {% block page-content %}
See also:

Force-directed network graph people, places, and organizations. (Graph is weighted, and nodes of zero-degree have been omitted.) Notes are colored by type. Mouse over a label to see the text more clearly.

{% include 'network/snippets/graph_with_controls.html' %} {% endblock %}