{% extends "base.html" %} {% block title %}Bioregistry{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block container %}
Contributors

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.

{# #} {% for row in rows %} {# #} {% endfor %}
Name ORCIDEmailPrefixes Reviews Collections 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 }} {{ prefix_contacts.get(row.orcid, []) | length }} {{ registries.get(row.orcid, []) | length }}
{% endblock %}