{% block head %}
{% block styles %} {{ bootstrap.load_css() }} {% endblock %}
{% block title %}{% endblock %}
{% endblock %}
{{ config.METAREGISTRY_TITLE }}
Registry
Metaregistry
{% if manager.collections | length > 0 %}
Collections
{% endif %} {% if config.METAREGISTRY_FIRST_PARTY %}
Contexts
{% endif %}
About
{% if config.METAREGISTRY_FIRST_PARTY %}
Summary
{% else %}
Summary
{% endif %}
Glossary
Data Model
JSON and RDF Schemata
{% if config.METAREGISTRY_FIRST_PARTY %}
Maintenance
Deployment and Sustainability
Health Report
{% endif %}
Attribution
Related Work
Contributors
How to Cite and Acknowledge
Workshops
WPCI 2021
WPCI 2022
WPCI 2023 (upcoming)
{% if config.METAREGISTRY_FIRST_PARTY %}
Contribute
Project Info
Contribution Guidelines
Code of Conduct
Project Governance
Getting Started
Request a Prefix
Good First Contributions
{% endif %}
Access
{% if config.METAREGISTRY_FIRST_PARTY %}
Downloads
{% endif %}
API Documentation
Programmatic Usage Guide
{% if config.METAREGISTRY_VERSION %}
Version {{ config.METAREGISTRY_VERSION }}
{% endif %}
{% block main %}
{% block container %}{% endblock %}
{% endblock %} {% block scripts %} {{ bootstrap.load_js() }} {% endblock %}