DataCite Affiliation Matching
Collection
Datasets for analyzing and matching affiliations to ROR IDs in DataCite
•
7 items
•
Updated
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
normalized_affiliation_doi_distribution.json lists every normalized affiliation string alongside the DOIs where it
appears in the August 2025 DataCite data file. For each normalized token the file stores the occurrence count, the sorted DOI list (unique per token),
and provider/client frequency summaries.
{
"normalized": "example university",
"occurrences": 314,
"dois": ["10.1234/abc", "10.1234/def"],
"providers": {"unique_total": 2, "counts": {"tib.example": 200, "cdr.sample": 114}},
"clients": {"unique_total": 2, "counts": {"example.client": 314}}
}
normalized (string): normalized affiliation token.occurrences (int): number of rows contributing to the normalized token.dois (array): sorted, de-duplicated DOIs where the token appears.providers / clients (object): assertion counts by provider/client.