Dataset Viewer
The dataset viewer is not available for this split.
Job manager crashed while running this job (missing heartbeats).
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

Summary

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.

Structure

{
  "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}}
}

Fields

  • 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.
Downloads last month
24

Collection including cometadata/2025-08-datacite-normalized-affiliation-dois