{% 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.
Name | ORCID | {#Prefixes | Reviews | Collections | |
{{ 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 }} |