Removing handles from the identifier prefixes #75

Merged
claudio.atzori merged 1 commits from pids-and-identifiers-fixes into main 2024-06-05 10:18:34 +02:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit d53d3b9795 - Show all commits

View File

@ -24,7 +24,7 @@ Such a policy defines a list of data sources that are considered authoritative f
There is an exception though: Handle(s) are minted by several repositories; as listing them all would not be a viable option, to avoid losing them as PIDs, Handles bypass the PID authority filtering rule. There is an exception though: Handle(s) are minted by several repositories; as listing them all would not be a viable option, to avoid losing them as PIDs, Handles bypass the PID authority filtering rule.
In all other cases, PIDs are be included in the graph as alternate Identifiers. In all other cases, PIDs are included in the graph as alternate Identifiers.
## Delegated authorities ## Delegated authorities
@ -72,7 +72,6 @@ Currently, the following data sources are used as "PID authorities":
| pmc | `pmc_________` | Europe PubMed Central, PubMed Central | | pmc | `pmc_________` | Europe PubMed Central, PubMed Central |
| pmid | `pmid________` | Europe PubMed Central, PubMed Central | | pmid | `pmid________` | Europe PubMed Central, PubMed Central |
| arXiv | `arXiv_______` | arXiv.org e-Print Archive | | arXiv | `arXiv_______` | arXiv.org e-Print Archive |
| handle | `handle______` | any repository |
| ena | `ena_________` | EMBL-EBI | | ena | `ena_________` | EMBL-EBI |
| pdb | `pdb_________` | EMBL-EBI | | pdb | `pdb_________` | EMBL-EBI |
| uniprot | `uniprot_____` | EMBL-EBI | | uniprot | `uniprot_____` | EMBL-EBI |

View File

@ -24,7 +24,7 @@ Such a policy defines a list of data sources that are considered authoritative f
There is an exception though: Handle(s) are minted by several repositories; as listing them all would not be a viable option, to avoid losing them as PIDs, Handles bypass the PID authority filtering rule. There is an exception though: Handle(s) are minted by several repositories; as listing them all would not be a viable option, to avoid losing them as PIDs, Handles bypass the PID authority filtering rule.
In all other cases, PIDs are be included in the graph as alternate Identifiers. In all other cases, PIDs are included in the graph as alternate Identifiers.
## Delegated authorities ## Delegated authorities
@ -72,7 +72,6 @@ Currently, the following data sources are used as "PID authorities":
| pmc | `pmc_________` | Europe PubMed Central, PubMed Central | | pmc | `pmc_________` | Europe PubMed Central, PubMed Central |
| pmid | `pmid________` | Europe PubMed Central, PubMed Central | | pmid | `pmid________` | Europe PubMed Central, PubMed Central |
| arXiv | `arXiv_______` | arXiv.org e-Print Archive | | arXiv | `arXiv_______` | arXiv.org e-Print Archive |
| handle | `handle______` | any repository |
| ena | `ena_________` | EMBL-EBI | | ena | `ena_________` | EMBL-EBI |
| pdb | `pdb_________` | EMBL-EBI | | pdb | `pdb_________` | EMBL-EBI |
| uniprot | `uniprot_____` | EMBL-EBI | | uniprot | `uniprot_____` | EMBL-EBI |