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

The following users have made contributions to the {{ config.METAREGISTRY_TITLE }} either directly (i.e., {{ unique_direct_count }} unique researchers have submitted a prefix, contributed an update for a prefix, reviewed a prefix, submitted a collection, or taken responsibility for a context) or indirectly (i.e., {{ unique_indirect_count }} unique researchers are listed as the primary responsible person for a prefix or registry).

{# #} {% for row in rows %} {# #} {% endfor %}
Name ORCIDEmailPrefixes 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 }}
{% endblock %}