{% extends "base.html" %} {% block title %}{{ config.METAREGISTRY_TITLE }}{% endblock %} {% block containerattr %}class="col-md-10 col-lg-10"{% endblock %} {% block container %} {% if bioschemas %} {% endif %}

{{ config.METAREGISTRY_TITLE }}

{% if config.METAREGISTRY_HEADER %} {{ config.METAREGISTRY_HEADER | safe}} {% endif %} {# 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 }}
No results
{% endraw %}

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

Resolve

A compact URI (CURIE) like {{ curie_to_str(example_prefix, example_identifier) }}.

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

The integrative registry of databases, ontologies, and resources.

View Metaregistry
{{ metaregistry_size }} registries

The registry of registries.

{% if manager.collections | length > 0 %}
View Collections
{{ manager.collections | length }} collections

Manually curated subsets of the registry.

{% endif %}
View Contributors
{{ contributors_size }} contributors

Contributors to the {{ config.METAREGISTRY_TITLE }}

{% if config.METAREGISTRY_FIRST_PARTY %}
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.
{% endif %}
{% endblock %}