{% extends "base.html" %} {% block title %}{{ config.METAREGISTRY_TITLE }} - Contributors{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block container %}
The following {{ unique_direct_count }} researchers have made direct contributions to the {{ config.METAREGISTRY_TITLE }} by having submitted a prefix, contributed an update for a prefix, reviewed a prefix, submitted a collection, or taken responsibility for a context). Additional, {{ unique_indirect_count }} researchers have contributed indirectly by being listed as the primary responsible person for a prefix or registry (not shown in the table).
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 }} |