{% extends "prose.html" %} {% block title %}{{ config.METAREGISTRY_TITLE }} Attribution{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %} {{ config.METAREGISTRY_CITATION | safe }} {% if config.METAREGISTRY_FIRST_PARTY %} {{ config.METAREGISTRY_BADGE_BLOCK | safe }} {% endif %}

External Resource Acknowledgements

This contains special notes for some external registries used as data sources in the {{ config.METAREGISTRY_TITLE }}, when applicable. The remaining information about each data source ingested in the {{ config.METAREGISTRY_TITLE }} can be found directly on the registry pages.

{% for registry in registries %} {% set code_link = registry.get_code_link() %} {% if registry.prefix != "bioregistry" and (code_link or registry.license) %}
{{ registry.name }}

{% if registry.logo_url %} {{ registry.name }} logo {% endif %} {% if code_link %} This resource was ingested with the following code available on GitHub. {% endif %} {% if registry.license and registry.license == "missing" %} Licensing information could not be located for this resource. {% elif registry.license %} {% if registry.license.startswith("See https://github.com/biopragmatics/bioregistry/") %} ⚠️ Data from this resource does not have an explicit license. {{ registry.license }}. {% else %} Data from this resource is redistributed under the {{ registry.license }} license. {% endif %} {% endif %}

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