{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Network Catalog{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
Each curated network is backed by a BEL script. Below are options to summarize the networks' contents{% if 'analysis' in blueprints %},{% else %} or{% endif %} explore them with an in-browser navigator{% if 'analysis' in blueprints %}, or run analyses with data sets such as differential gene expression data {% endif %}. {% if 'parser' in blueprints %} Upload more networks here.{% endif %}
{{ network.description }}
{% endif %}