{% extends "base.html" %} {% block title %}{{ config.METAREGISTRY_TITLE }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block containerattr %}class="col-md-10 col-lg-10"{% endblock %} {% block container %}

{{ config.METAREGISTRY_TITLE }}

{{ config.METAREGISTRY_HEADER | safe}} {# This is a Vue template which also uses {{ value }} syntax, use raw to avoid mixups. #} {% raw %}
Prefix and Compact Identifier Search
{{ error_message }}
Does not match pattern {{ current_result.pattern }}
{{ option }}
No results
{% endraw %}

Here's how to get started with the {{ config.METAREGISTRY_TITLE }} site:

Resolve

A compact identifier like {{ example_url }}.

View Registry
{{ "{:,}".format(registry_size) }} entries

The integrative registry of databases, ontologies, and resources.

View Metaregistry
{{ metaregistry_size }} registries

The registry of registries.

View Collections
{{ collections_size }} collections

Manually curated subsets of the registry.

View Contributors
{{ contributors_size }} contributors

Contributors to the {{ config.METAREGISTRY_TITLE }}

Learn

About the motivation for constructing the {{ config.METAREGISTRY_TITLE }}.

{# Donec id elit non mi porta. #}
Download

All of the data in the {{ config.METAREGISTRY_TITLE }} (version {{ config.METAREGISTRY_VERSION }}).

Available under the CC0 1.0 Universal License.
{% endblock %}