{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}{{ config.METAREGISTRY_TITLE }} - {{ name }}{% endblock %} {% block container %}
Metaregistry {{ name }}
{% if entry.logo_url %} Logo for {{ name }} {% endif %}

{{ description }}

Metaprefix
{{ metaprefix }}
{% if entry.bioregistry_prefix and metaprefix != entry.bioregistry_prefix %}
Bioregistry Prefix
For this registry, the metaprefix (i.e., the key for the registry) is not the same as the Bioregistry prefix. Follow this link for additional information.
{{ utils.render_prefix(entry.bioregistry_prefix) }}
{% endif %}
Links
{% if homepage %} Homepage {% else %} Missing Homepage {% endif %} {% if entry.governance.issue_tracker %} Issue Tracker {% else %} No Issue Tracker {% endif %} {% if entry.download %} Download {% else %} No Download Available {% endif %} Download Prefix Mappings Download Slim Registry {% for target, target_registry in manager.metaregistry.items() %} {% if target != entry.prefix and target != "bioregistry" %} {{ target_registry.get_short_name() }} {% endif %} {% endfor %}
Capabilities
Registry Provider Resolver Lookup
Contact
{% if entry.contact %} {{ utils.render_author(entry.contact) }} {% else %} Missing Contact {% endif %}
{% if entry.license %}
License
{{ entry.license }}
{% endif %}
Example Prefix
{{ entry.example }}
{% if entry.provider_uri_format %}
Example Prefix Page
{{ example_prefix_url }}
{% endif %} {% if example_curie %}
Example CURIE
{{ example_curie }}
{% endif %} {% if entry.resolver_uri_format %} {% set example_resolution = example_identifier and entry.resolve(entry.example, example_identifier) %}
{% if entry.resolver_type == "lookup" %} Example CURIE Page {% elif entry.resolver_type == "resolver" %} Example CURIE Link {% endif %}
{% if example_resolution %} {{ example_resolution }} {% else %} Unable to generate URL for {{ example_curie }} {% endif %}
{% endif %}
{% endblock %}