{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}BEL Document Generator{% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}

This page can be used to make a BEL script that's pre-populated with the most common namespaces and annotations. Optionally, a set of PubMed identifiers can be input to retrieve the abstract and generate the corresponding SET Citation and SET Evidence statements.

Input

{{ wtf.quick_form(form, form_type='horizontal', button_map={'submit_button': 'btn btn-primary'}) }}
{% include "footer.html" %} {% endblock %}