{% extends "base.html" %} {% block title %}Bioregistry{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block container %}
The following users have made contributions to the Bioregistry either directly (i.e., prefix submitter, prefix reviewer, collection submitter) or they are listed as the primary responsible person for a prefix or registry.
Name | ORCID | {#Prefixes | Reviews | Collections | Contexts | Resource | Registry | |
{{ row.name }} | {{ row.orcid }} | {#{% if row.email %} {{ row.email }} {% endif %} | #}{{ prefix_contributions.get(row.orcid, []) | length }} | {{ prefix_reviews.get(row.orcid, []) | length }} | {{ collections.get(row.orcid, []) | length }} | {{ contexts.get(row.orcid, []) | length }} | {{ prefix_contacts.get(row.orcid, []) | length }} | {{ registries.get(row.orcid, []) | length }} |