CurationRelevance

class CurationRelevance(*values)[source]

Bases: str, Enum

An enumeration for curation relevance.

Attributes Summary

existing

An existing entry in the bioregistry

irrelevant_other

Completely unrelated information

new_prefix

A resource for new primary identifiers

new_provider

A resolver for existing identifiers

new_publication

A new publication for an existing prefix

non_resource_paper

Self-contained papers that do not link to any external resources

not_identifiers_resource

Papers linking to external non-identifier resources such as software repositories, visualization tools, etc.

not_notable

Relevant for training purposes, but not curated in Bioregistry due to poor/unknown quality

unclear

Not clear how to curate in the bioregistry, follow up discussion required

Attributes Documentation

existing = '6'

An existing entry in the bioregistry

irrelevant_other = '8'

Completely unrelated information

new_prefix = '1'

A resource for new primary identifiers

new_provider = '2'

A resolver for existing identifiers

new_publication = '3'

A new publication for an existing prefix

non_resource_paper = '5'

Self-contained papers that do not link to any external resources

not_identifiers_resource = '4'

Papers linking to external non-identifier resources such as software repositories, visualization tools, etc.

not_notable = '9'

Relevant for training purposes, but not curated in Bioregistry due to poor/unknown quality

unclear = '7'

Not clear how to curate in the bioregistry, follow up discussion required