{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Gilda Grounding Service

The Gilda grounding service (v{{ version }}) can be used to identify structured identifiers for entity names.

For programmatic access, see the API documentation and the user guide for more information.

{% block gcontent %}{% endblock %}

Gilda is developed by INDRA labs which is part of the Harvard Program in Therapeutic Science (HiTS). The development of Gilda was funded under the DARPA Communicating with Computers program (ARO grant W911NF-15-1-0544) and the DARPA Young Faculty Award (ARO grant W911NF-20-1-0255). Point of contact: Benjamin M. Gyori (benjamin_gyori [AT] hms.harvard.edu).

{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% macro render_species_modal() %} {% endmacro %} {% macro render_form(form) %}

Gilda Grounding Input

{{ wtf.form_field(form.text) }} {{ wtf.form_field(form.context) }} {{ wtf.form_field(form.organisms, class_="form-control") }} {{ wtf.form_field(form.submit, class="btn btn-primary") }}
{{ render_species_modal() }}
{% endmacro %} {% macro render_ner_form(form) %}

Gilda NER Input

{{ wtf.form_field(form.text) }} {{ wtf.form_field(form.organisms, class_="form-control") }} {{ wtf.form_field(form.submit, class="btn btn-primary") }}
{{ render_species_modal() }} {% endmacro %}