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

About BEL Commons

BEL Commons is a free, open-source web platform for Biological Expression Language (BEL) that was originally developed by Charles Tapley Hoyt and Daniel Domingo-Fernández at the Fraunhofer SCAI Department of Bioinformatics with support from the IMI project, AETIONOMY. It is built on top of PyBEL, an open source project.

If you find BEL Commons useful in your work, please consider citing:

API

Our RESTful service is documented with the OpenAPI specification. It can be accessed through the Swagger UI or programatically.

Artwork

The PyBEL logos are derivatives of Ringing bell by Lorc, used under CC BY 3.0. The PyBEL logos are licensed under CC BY 3.0 by Scott Colby. See its usage guidelines.

{% include "help/index.html" %}

Historical Support

This application was originally developed at the Fraunhofer SCAI Department of Bioinformatics.

The Human Brain Pharmacome is a project focusing on integrating quantitative chemical information with mechanistic models of complex neurodegenerative disease in order to identify and propose drug repurposing candidates.

The IMI is an EU public-private partnership funding health research and innovation.

AETIONOMY is a project aimed to develop a mechanism-based taxonomy of Alzheimer's disease and Parkinson's disease in order to support stratifying patients.

Application Metadata

{% for key, value in metadata %}

{{ key }}

{{ value }}

{% endfor %}
{% if managers %}

Bio2BEL Managers

{% for name, m in managers.items()|sort %}

{{ name[:-8] }}

{% if name in unpopulated %}

Unpopulated

{% elif name in summaries %}
{% for k, v in summaries[name].items() %}
{{ k }}
{% if v is mapping %} {{ v|length }} {% else %} {{ v }} {% endif %}
{% endfor %}
{% else %}

Unable to summarize

{% endif %}
{% endfor %}
{% endif %}

Dependencies

{% endblock %}