{% 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 the Gyori Lab for Computational Biomedicine at Northeastern University. Its development is funded by DARPA grants W911NF-15-1-0544, W911NF-20-1-0255, and HR00112220036. Point of contact: Benjamin M. Gyori.

{% 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 %}