Datasets:
Publish DataCite 2026-07 unique affiliation strings
Browse files- README.md +55 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
language:
|
| 4 |
+
- multilingual
|
| 5 |
+
pretty_name: DataCite 2026-07 Unique Affiliation Strings
|
| 6 |
+
size_categories:
|
| 7 |
+
- 1M<n<10M
|
| 8 |
+
tags:
|
| 9 |
+
- datacite
|
| 10 |
+
- affiliations
|
| 11 |
+
- scholarly-metadata
|
| 12 |
+
configs:
|
| 13 |
+
- config_name: default
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: data/*.parquet
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# DataCite 2026-07 Unique Affiliation Strings
|
| 20 |
+
|
| 21 |
+
This dataset contains the exact unique, non-empty affiliation strings found on creators and contributors in the DataCite Monthly Data File for the 2026-07 release.
|
| 22 |
+
|
| 23 |
+
## Contents
|
| 24 |
+
|
| 25 |
+
- Rows: 1,680,322
|
| 26 |
+
- Split: `train`
|
| 27 |
+
- Column: `affiliation` (`string`)
|
| 28 |
+
- Ordering: Unicode code-point sort for deterministic publication
|
| 29 |
+
|
| 30 |
+
Uniqueness is exact and case-sensitive; strings are not normalized or language-filtered.
|
| 31 |
+
|
| 32 |
+
## Provenance
|
| 33 |
+
|
| 34 |
+
- Source: DataCite Monthly Data File, release 2026-07
|
| 35 |
+
- Source bucket: `hf://buckets/cometadata/shared-storage/datacite-monthly-data-file-2026-07`
|
| 36 |
+
- Input: 14,224 compressed JSONL files (40,973,486,014 bytes)
|
| 37 |
+
- Extractor: [cometadata/match-datacite-affiliations-to-ror-ids](https://github.com/cometadata/match-datacite-affiliations-to-ror-ids)
|
| 38 |
+
- Extractor commit: [`6ac67a976e20c7dd2e71ae8fdac4406157e418ce`](https://github.com/cometadata/match-datacite-affiliations-to-ror-ids/commit/6ac67a976e20c7dd2e71ae8fdac4406157e418ce)
|
| 39 |
+
- Extraction command: `datacite-ror extract`
|
| 40 |
+
- Generated: 2026-08-11T12:23:31.194427+00:00
|
| 41 |
+
|
| 42 |
+
The raw sorted JSON array, Parquet file, and provenance metadata are also retained at `hf://buckets/cometadata/shared-storage/datacite-unique-affiliations-2026-07`.
|
| 43 |
+
|
| 44 |
+
## Usage
|
| 45 |
+
|
| 46 |
+
```python
|
| 47 |
+
from datasets import load_dataset
|
| 48 |
+
|
| 49 |
+
dataset = load_dataset("cometadata/2026-07-datacite-unique-affiliations")
|
| 50 |
+
print(dataset["train"][0]["affiliation"])
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
## License
|
| 54 |
+
|
| 55 |
+
Released under CC0 1.0, consistent with the DataCite public data source.
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb70dec58a85875858ed9ed2a237a87c2340778b524f0d698599ac49353f6069
|
| 3 |
+
size 26378968
|