{%- extends "base.html" %} {%- import "macros.html" as utils %} {%- block title %}NFDI Dashboard{% endblock %} {%- macro external_mapping_card(title, external_prefix, mappings) %}
python -m bioregistry.curation.nfdi.sync.
| Collection | Consortium | {{ title }} Collection |
|---|---|---|
| {{ collection_id }} | {{ collections[collection_id].name.removesuffix(" Collection") }} | {{ external_id }} |
| Collection | Consortium | Resources Missing License | Resources Missing Domain | Resources Missing Download |
|---|---|---|---|---|
| {{ collection.identifier }} | {{ collection.name.removesuffix(" Collection") }} | {% if n_license %}{{ n_license }} ({{ (0.5 + 100 * n_license / n_total) | int }}%){% endif %} | {% if n_domain %}{{ n_domain }} ({{ (0.5 + 100 * n_domain / n_total) | int }}%){% endif %} | {% if n_download %}{{ n_download }} ({{ (0.5 + 100 * n_download / n_total) | int }}%){% endif %} |
| Prefix | Name | # Consortia |
|---|---|---|
| {{ utils.render_prefix(prefix) }} | {{ manager.get_name(prefix) }} | {{ count }} |
There are {{ tib_opportunities | length }} resources appearing in NFDI collections that have concrete download links in {{ config.METAREGISTRY_TITLE }}, but are not yet indexed in the TIB OLS. Download All OLS Configurations
| Collection | Consortium | # Resources | Example | OLS Config. |
|---|---|---|---|---|
| {{ collection_id }} | {{ collections[collection_id].name.removesuffix(" Collection") }} | {{ prefixes | length }} |
{{ manager.get_name(prefixes[0]) }} ({{ prefixes[0] }})
|
The following resources are made by the consortium.
| Prefix | Name | Consortia |
|---|---|---|
| {{ utils.render_prefix(resource.prefix) }} | {{ resource.get_name() }} | {%- for consortium in consortia %} {{ consortium.name.removesuffix(" Collection") }} {%- endfor %} |