{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Compare Networks{% endblock %} {% block content %}

Network Comparison

{% for entry in ['nodes', 'edges', 'citations', 'annotations'] %}

{{ entry|capitalize }}

{{ network_1 }}
{{ data[entry][0] }}
Overlap
{{ data[entry][1] }}
{{ network_2 }}
{{ data[entry][2] }}
{% endfor %}
{% endblock %}