{% extends "q_curation.html" %} {% set aspect = "chemical-curation" %} {% block in_ready %} {{ sparql_to_table('missing-properties') }} {{ sparql_to_table('missing-main-subjects') }} {% endblock %} {% block curation_panels %}

Missing chemical properties

Articles possibly about the chemical

The following query looks for articles with the name of the chemical in the name. The use is non-trivial and chemical name entity recognition is notoriously hard. Look up for misassignments because a search for, for example, quassin also matches the more precise (+)-quassin, and L-proline also matches the related-but-different l-proline-based amino acid phenolates.
{% endblock %}