Datasets:
Add normalized DataCite affiliation split
Browse files
README.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
pretty_name: DataCite 2026-07 Exact Affiliation Usage
|
| 6 |
size_categories:
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
configs:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# DataCite 2026-07 Exact Affiliation Usage
|
|
@@ -170,3 +174,30 @@ exact affiliation.
|
|
| 170 |
## License
|
| 171 |
|
| 172 |
Released under CC0 1.0, consistent with the DataCite public data source.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
| 3 |
language:
|
| 4 |
+
- multilingual
|
| 5 |
pretty_name: DataCite 2026-07 Exact Affiliation Usage
|
| 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/train-*.parquet
|
| 17 |
+
- split: normalized
|
| 18 |
+
path:
|
| 19 |
+
- data/normalized-00000-of-00002.parquet
|
| 20 |
+
- data/normalized-00001-of-00002.parquet
|
| 21 |
---
|
| 22 |
|
| 23 |
# DataCite 2026-07 Exact Affiliation Usage
|
|
|
|
| 174 |
## License
|
| 175 |
|
| 176 |
Released under CC0 1.0, consistent with the DataCite public data source.
|
| 177 |
+
|
| 178 |
+
<!-- normalized-affiliations:start -->
|
| 179 |
+
|
| 180 |
+
## Normalized affiliations
|
| 181 |
+
|
| 182 |
+
The `normalized` split uses `comet-datacite-ascii-v1`: Unicode text is
|
| 183 |
+
transliterated to ASCII, lowercased, stripped of punctuation while preserving
|
| 184 |
+
internal whitespace, and trimmed. Empty results are excluded. Its columns are
|
| 185 |
+
`normalized_affiliation` (string), `total_occurrence_count` (uint64),
|
| 186 |
+
`raw_affiliation_count` (uint64), and `doi_count` (uint64), plus explicit ROR
|
| 187 |
+
coverage and deterministic ROR support lists. DOI counts are calculated from
|
| 188 |
+
the DOI-affiliation attribution sidecar after normalization, so one DOI shared
|
| 189 |
+
by multiple exact variants is counted once for the normalized key. Compact
|
| 190 |
+
per-prefix attribution rows are published under
|
| 191 |
+
`artifacts/normalized-prefix-attribution-*.parquet`.
|
| 192 |
+
|
| 193 |
+
### Artifact descriptors
|
| 194 |
+
|
| 195 |
+
| Path | Rows | Bytes | SHA-256 | Schema |
|
| 196 |
+
|---|---:|---:|---|---|
|
| 197 |
+
| `data/normalized-00000-of-00002.parquet` | 1000000 | 21223722 | `5afc32fd92f0010a8d4a570a2621a181c5ada23b4b4d18485f9751dbd89985d5` | normalized_affiliation: string, total_occurrence_count: uint64, raw_affiliation_count: uint64, doi_count: uint64, has_valid_ror_id: bool, valid_ror_id_count: uint64, valid_ror_assignment_occurrence_count: uint64, valid_ror_assignment_occurrence_share: double, valid_ror_assignment_doi_count: uint64, valid_ror_assignment_doi_share: double, invalid_ror_assignment_occurrence_count: uint64, invalid_ror_assignment_occurrence_share: double, invalid_ror_assignment_doi_count: uint64, invalid_ror_assignment_doi_share: double, ror_ids: list<item: struct<ror_id: string, occurrence_count: uint64, doi_count: uint64>>, most_common_ror_ids_by_occurrence: list<item: string>, most_common_ror_ids_by_doi: list<item: string> |
|
| 198 |
+
| `data/normalized-00001-of-00002.parquet` | 521768 | 10517490 | `0a352d1c52d35ebd7dc531bd5059c3b4ca815f816df125d79249670be91dabab` | normalized_affiliation: string, total_occurrence_count: uint64, raw_affiliation_count: uint64, doi_count: uint64, has_valid_ror_id: bool, valid_ror_id_count: uint64, valid_ror_assignment_occurrence_count: uint64, valid_ror_assignment_occurrence_share: double, valid_ror_assignment_doi_count: uint64, valid_ror_assignment_doi_share: double, invalid_ror_assignment_occurrence_count: uint64, invalid_ror_assignment_occurrence_share: double, invalid_ror_assignment_doi_count: uint64, invalid_ror_assignment_doi_share: double, ror_ids: list<item: struct<ror_id: string, occurrence_count: uint64, doi_count: uint64>>, most_common_ror_ids_by_occurrence: list<item: string>, most_common_ror_ids_by_doi: list<item: string> |
|
| 199 |
+
| `artifacts/normalized-prefix-attribution-00000-of-00002.parquet` | 1000000 | 41174146 | `21441189bcea95e3f5158d8338b626be3b29bb48d2c31f8cfb9d2971f624094e` | doi_prefix: string, normalized_affiliation: string, total_occurrence_count: uint64, doi_count: uint64, raw_affiliations: list<item: string>, valid_ror_assignment_occurrence_count: uint64, invalid_ror_assignment_occurrence_count: uint64, unassigned_occurrence_count: uint64, valid_ror_assignment_doi_count: uint64, invalid_ror_assignment_doi_count: uint64, ror_ids: list<item: struct<ror_id: string, occurrence_count: uint64, doi_count: uint64>> |
|
| 200 |
+
| `artifacts/normalized-prefix-attribution-00001-of-00002.parquet` | 821254 | 34162806 | `51c28064164b630e184b2c4b0025f15dc504b9f152bb3d9da7fb592c93594b2a` | doi_prefix: string, normalized_affiliation: string, total_occurrence_count: uint64, doi_count: uint64, raw_affiliations: list<item: string>, valid_ror_assignment_occurrence_count: uint64, invalid_ror_assignment_occurrence_count: uint64, unassigned_occurrence_count: uint64, valid_ror_assignment_doi_count: uint64, invalid_ror_assignment_doi_count: uint64, ror_ids: list<item: struct<ror_id: string, occurrence_count: uint64, doi_count: uint64>> |
|
| 201 |
+
| `artifacts/doi-prefix-population-00000-of-00001.parquet` | 4263 | 36359 | `ab0cf2fa66e9ba9582062e8903f576eef148f67fbf9a7c53190f7378a9b53071` | doi_prefix: string, distinct_doi_count: uint64, source_record_count: uint64 |
|
| 202 |
+
|
| 203 |
+
<!-- normalized-affiliations:end -->
|
artifacts/normalized-prefix-attribution-00000-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21441189bcea95e3f5158d8338b626be3b29bb48d2c31f8cfb9d2971f624094e
|
| 3 |
+
size 41174146
|
artifacts/normalized-prefix-attribution-00001-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51c28064164b630e184b2c4b0025f15dc504b9f152bb3d9da7fb592c93594b2a
|
| 3 |
+
size 34162806
|
data/normalized-00000-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5afc32fd92f0010a8d4a570a2621a181c5ada23b4b4d18485f9751dbd89985d5
|
| 3 |
+
size 21223722
|
data/normalized-00001-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a352d1c52d35ebd7dc531bd5059c3b4ca815f816df125d79249670be91dabab
|
| 3 |
+
size 10517490
|
normalization_metadata.json
ADDED
|
@@ -0,0 +1,256 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at": "2026-08-29T09:12:48.406606+00:00",
|
| 3 |
+
"normalization": {
|
| 4 |
+
"empty_result_policy": "exclude",
|
| 5 |
+
"name": "comet-datacite-ascii-v1",
|
| 6 |
+
"steps": [
|
| 7 |
+
"transliterate Unicode text to ASCII with Unidecode",
|
| 8 |
+
"convert letters to lowercase",
|
| 9 |
+
"remove punctuation while preserving internal whitespace",
|
| 10 |
+
"trim surrounding whitespace"
|
| 11 |
+
],
|
| 12 |
+
"unidecode_version": "1.4.0"
|
| 13 |
+
},
|
| 14 |
+
"normalizer": {
|
| 15 |
+
"script": "/data/normalize_datacite.py",
|
| 16 |
+
"sha256": "cc580c76061961b432ae652afc11ff9074560bb072a374192b7ec29365416525"
|
| 17 |
+
},
|
| 18 |
+
"prefix_attribution": {
|
| 19 |
+
"rows": 1821254,
|
| 20 |
+
"schema": {
|
| 21 |
+
"doi_count": "uint64",
|
| 22 |
+
"doi_prefix": "string",
|
| 23 |
+
"invalid_ror_assignment_doi_count": "uint64",
|
| 24 |
+
"invalid_ror_assignment_occurrence_count": "uint64",
|
| 25 |
+
"normalized_affiliation": "string",
|
| 26 |
+
"raw_affiliations": "list<item: string>",
|
| 27 |
+
"ror_ids": "list<item: struct<ror_id: string, occurrence_count: uint64, doi_count: uint64>>",
|
| 28 |
+
"total_occurrence_count": "uint64",
|
| 29 |
+
"unassigned_occurrence_count": "uint64",
|
| 30 |
+
"valid_ror_assignment_doi_count": "uint64",
|
| 31 |
+
"valid_ror_assignment_occurrence_count": "uint64"
|
| 32 |
+
},
|
| 33 |
+
"shards": [
|
| 34 |
+
{
|
| 35 |
+
"bytes": 41174146,
|
| 36 |
+
"path": "artifacts/normalized-prefix-attribution-00000-of-00002.parquet",
|
| 37 |
+
"rows": 1000000,
|
| 38 |
+
"sha256": "21441189bcea95e3f5158d8338b626be3b29bb48d2c31f8cfb9d2971f624094e"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"bytes": 34162806,
|
| 42 |
+
"path": "artifacts/normalized-prefix-attribution-00001-of-00002.parquet",
|
| 43 |
+
"rows": 821254,
|
| 44 |
+
"sha256": "51c28064164b630e184b2c4b0025f15dc504b9f152bb3d9da7fb592c93594b2a"
|
| 45 |
+
}
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"runtime": {
|
| 49 |
+
"dependencies": {
|
| 50 |
+
"PyYAML": "6.0.3",
|
| 51 |
+
"Unidecode": "1.4.0",
|
| 52 |
+
"duckdb": "1.5.5",
|
| 53 |
+
"huggingface-hub": "1.28.0",
|
| 54 |
+
"numpy": "2.3.5",
|
| 55 |
+
"pyarrow": "21.0.0"
|
| 56 |
+
},
|
| 57 |
+
"python_version": "3.12.12"
|
| 58 |
+
},
|
| 59 |
+
"schema_version": 3,
|
| 60 |
+
"shards": [
|
| 61 |
+
{
|
| 62 |
+
"bytes": 21223722,
|
| 63 |
+
"path": "data/normalized-00000-of-00002.parquet",
|
| 64 |
+
"rows": 1000000,
|
| 65 |
+
"sha256": "5afc32fd92f0010a8d4a570a2621a181c5ada23b4b4d18485f9751dbd89985d5"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"bytes": 10517490,
|
| 69 |
+
"path": "data/normalized-00001-of-00002.parquet",
|
| 70 |
+
"rows": 521768,
|
| 71 |
+
"sha256": "0a352d1c52d35ebd7dc531bd5059c3b4ca815f816df125d79249670be91dabab"
|
| 72 |
+
}
|
| 73 |
+
],
|
| 74 |
+
"source": {
|
| 75 |
+
"doi_affiliation_attributions": {
|
| 76 |
+
"files": [
|
| 77 |
+
"artifacts/doi-affiliation-attributions-00000-of-00113.parquet",
|
| 78 |
+
"artifacts/doi-affiliation-attributions-00001-of-00113.parquet",
|
| 79 |
+
"artifacts/doi-affiliation-attributions-00002-of-00113.parquet",
|
| 80 |
+
"artifacts/doi-affiliation-attributions-00003-of-00113.parquet",
|
| 81 |
+
"artifacts/doi-affiliation-attributions-00004-of-00113.parquet",
|
| 82 |
+
"artifacts/doi-affiliation-attributions-00005-of-00113.parquet",
|
| 83 |
+
"artifacts/doi-affiliation-attributions-00006-of-00113.parquet",
|
| 84 |
+
"artifacts/doi-affiliation-attributions-00007-of-00113.parquet",
|
| 85 |
+
"artifacts/doi-affiliation-attributions-00008-of-00113.parquet",
|
| 86 |
+
"artifacts/doi-affiliation-attributions-00009-of-00113.parquet",
|
| 87 |
+
"artifacts/doi-affiliation-attributions-00010-of-00113.parquet",
|
| 88 |
+
"artifacts/doi-affiliation-attributions-00011-of-00113.parquet",
|
| 89 |
+
"artifacts/doi-affiliation-attributions-00012-of-00113.parquet",
|
| 90 |
+
"artifacts/doi-affiliation-attributions-00013-of-00113.parquet",
|
| 91 |
+
"artifacts/doi-affiliation-attributions-00014-of-00113.parquet",
|
| 92 |
+
"artifacts/doi-affiliation-attributions-00015-of-00113.parquet",
|
| 93 |
+
"artifacts/doi-affiliation-attributions-00016-of-00113.parquet",
|
| 94 |
+
"artifacts/doi-affiliation-attributions-00017-of-00113.parquet",
|
| 95 |
+
"artifacts/doi-affiliation-attributions-00018-of-00113.parquet",
|
| 96 |
+
"artifacts/doi-affiliation-attributions-00019-of-00113.parquet",
|
| 97 |
+
"artifacts/doi-affiliation-attributions-00020-of-00113.parquet",
|
| 98 |
+
"artifacts/doi-affiliation-attributions-00021-of-00113.parquet",
|
| 99 |
+
"artifacts/doi-affiliation-attributions-00022-of-00113.parquet",
|
| 100 |
+
"artifacts/doi-affiliation-attributions-00023-of-00113.parquet",
|
| 101 |
+
"artifacts/doi-affiliation-attributions-00024-of-00113.parquet",
|
| 102 |
+
"artifacts/doi-affiliation-attributions-00025-of-00113.parquet",
|
| 103 |
+
"artifacts/doi-affiliation-attributions-00026-of-00113.parquet",
|
| 104 |
+
"artifacts/doi-affiliation-attributions-00027-of-00113.parquet",
|
| 105 |
+
"artifacts/doi-affiliation-attributions-00028-of-00113.parquet",
|
| 106 |
+
"artifacts/doi-affiliation-attributions-00029-of-00113.parquet",
|
| 107 |
+
"artifacts/doi-affiliation-attributions-00030-of-00113.parquet",
|
| 108 |
+
"artifacts/doi-affiliation-attributions-00031-of-00113.parquet",
|
| 109 |
+
"artifacts/doi-affiliation-attributions-00032-of-00113.parquet",
|
| 110 |
+
"artifacts/doi-affiliation-attributions-00033-of-00113.parquet",
|
| 111 |
+
"artifacts/doi-affiliation-attributions-00034-of-00113.parquet",
|
| 112 |
+
"artifacts/doi-affiliation-attributions-00035-of-00113.parquet",
|
| 113 |
+
"artifacts/doi-affiliation-attributions-00036-of-00113.parquet",
|
| 114 |
+
"artifacts/doi-affiliation-attributions-00037-of-00113.parquet",
|
| 115 |
+
"artifacts/doi-affiliation-attributions-00038-of-00113.parquet",
|
| 116 |
+
"artifacts/doi-affiliation-attributions-00039-of-00113.parquet",
|
| 117 |
+
"artifacts/doi-affiliation-attributions-00040-of-00113.parquet",
|
| 118 |
+
"artifacts/doi-affiliation-attributions-00041-of-00113.parquet",
|
| 119 |
+
"artifacts/doi-affiliation-attributions-00042-of-00113.parquet",
|
| 120 |
+
"artifacts/doi-affiliation-attributions-00043-of-00113.parquet",
|
| 121 |
+
"artifacts/doi-affiliation-attributions-00044-of-00113.parquet",
|
| 122 |
+
"artifacts/doi-affiliation-attributions-00045-of-00113.parquet",
|
| 123 |
+
"artifacts/doi-affiliation-attributions-00046-of-00113.parquet",
|
| 124 |
+
"artifacts/doi-affiliation-attributions-00047-of-00113.parquet",
|
| 125 |
+
"artifacts/doi-affiliation-attributions-00048-of-00113.parquet",
|
| 126 |
+
"artifacts/doi-affiliation-attributions-00049-of-00113.parquet",
|
| 127 |
+
"artifacts/doi-affiliation-attributions-00050-of-00113.parquet",
|
| 128 |
+
"artifacts/doi-affiliation-attributions-00051-of-00113.parquet",
|
| 129 |
+
"artifacts/doi-affiliation-attributions-00052-of-00113.parquet",
|
| 130 |
+
"artifacts/doi-affiliation-attributions-00053-of-00113.parquet",
|
| 131 |
+
"artifacts/doi-affiliation-attributions-00054-of-00113.parquet",
|
| 132 |
+
"artifacts/doi-affiliation-attributions-00055-of-00113.parquet",
|
| 133 |
+
"artifacts/doi-affiliation-attributions-00056-of-00113.parquet",
|
| 134 |
+
"artifacts/doi-affiliation-attributions-00057-of-00113.parquet",
|
| 135 |
+
"artifacts/doi-affiliation-attributions-00058-of-00113.parquet",
|
| 136 |
+
"artifacts/doi-affiliation-attributions-00059-of-00113.parquet",
|
| 137 |
+
"artifacts/doi-affiliation-attributions-00060-of-00113.parquet",
|
| 138 |
+
"artifacts/doi-affiliation-attributions-00061-of-00113.parquet",
|
| 139 |
+
"artifacts/doi-affiliation-attributions-00062-of-00113.parquet",
|
| 140 |
+
"artifacts/doi-affiliation-attributions-00063-of-00113.parquet",
|
| 141 |
+
"artifacts/doi-affiliation-attributions-00064-of-00113.parquet",
|
| 142 |
+
"artifacts/doi-affiliation-attributions-00065-of-00113.parquet",
|
| 143 |
+
"artifacts/doi-affiliation-attributions-00066-of-00113.parquet",
|
| 144 |
+
"artifacts/doi-affiliation-attributions-00067-of-00113.parquet",
|
| 145 |
+
"artifacts/doi-affiliation-attributions-00068-of-00113.parquet",
|
| 146 |
+
"artifacts/doi-affiliation-attributions-00069-of-00113.parquet",
|
| 147 |
+
"artifacts/doi-affiliation-attributions-00070-of-00113.parquet",
|
| 148 |
+
"artifacts/doi-affiliation-attributions-00071-of-00113.parquet",
|
| 149 |
+
"artifacts/doi-affiliation-attributions-00072-of-00113.parquet",
|
| 150 |
+
"artifacts/doi-affiliation-attributions-00073-of-00113.parquet",
|
| 151 |
+
"artifacts/doi-affiliation-attributions-00074-of-00113.parquet",
|
| 152 |
+
"artifacts/doi-affiliation-attributions-00075-of-00113.parquet",
|
| 153 |
+
"artifacts/doi-affiliation-attributions-00076-of-00113.parquet",
|
| 154 |
+
"artifacts/doi-affiliation-attributions-00077-of-00113.parquet",
|
| 155 |
+
"artifacts/doi-affiliation-attributions-00078-of-00113.parquet",
|
| 156 |
+
"artifacts/doi-affiliation-attributions-00079-of-00113.parquet",
|
| 157 |
+
"artifacts/doi-affiliation-attributions-00080-of-00113.parquet",
|
| 158 |
+
"artifacts/doi-affiliation-attributions-00081-of-00113.parquet",
|
| 159 |
+
"artifacts/doi-affiliation-attributions-00082-of-00113.parquet",
|
| 160 |
+
"artifacts/doi-affiliation-attributions-00083-of-00113.parquet",
|
| 161 |
+
"artifacts/doi-affiliation-attributions-00084-of-00113.parquet",
|
| 162 |
+
"artifacts/doi-affiliation-attributions-00085-of-00113.parquet",
|
| 163 |
+
"artifacts/doi-affiliation-attributions-00086-of-00113.parquet",
|
| 164 |
+
"artifacts/doi-affiliation-attributions-00087-of-00113.parquet",
|
| 165 |
+
"artifacts/doi-affiliation-attributions-00088-of-00113.parquet",
|
| 166 |
+
"artifacts/doi-affiliation-attributions-00089-of-00113.parquet",
|
| 167 |
+
"artifacts/doi-affiliation-attributions-00090-of-00113.parquet",
|
| 168 |
+
"artifacts/doi-affiliation-attributions-00091-of-00113.parquet",
|
| 169 |
+
"artifacts/doi-affiliation-attributions-00092-of-00113.parquet",
|
| 170 |
+
"artifacts/doi-affiliation-attributions-00093-of-00113.parquet",
|
| 171 |
+
"artifacts/doi-affiliation-attributions-00094-of-00113.parquet",
|
| 172 |
+
"artifacts/doi-affiliation-attributions-00095-of-00113.parquet",
|
| 173 |
+
"artifacts/doi-affiliation-attributions-00096-of-00113.parquet",
|
| 174 |
+
"artifacts/doi-affiliation-attributions-00097-of-00113.parquet",
|
| 175 |
+
"artifacts/doi-affiliation-attributions-00098-of-00113.parquet",
|
| 176 |
+
"artifacts/doi-affiliation-attributions-00099-of-00113.parquet",
|
| 177 |
+
"artifacts/doi-affiliation-attributions-00100-of-00113.parquet",
|
| 178 |
+
"artifacts/doi-affiliation-attributions-00101-of-00113.parquet",
|
| 179 |
+
"artifacts/doi-affiliation-attributions-00102-of-00113.parquet",
|
| 180 |
+
"artifacts/doi-affiliation-attributions-00103-of-00113.parquet",
|
| 181 |
+
"artifacts/doi-affiliation-attributions-00104-of-00113.parquet",
|
| 182 |
+
"artifacts/doi-affiliation-attributions-00105-of-00113.parquet",
|
| 183 |
+
"artifacts/doi-affiliation-attributions-00106-of-00113.parquet",
|
| 184 |
+
"artifacts/doi-affiliation-attributions-00107-of-00113.parquet",
|
| 185 |
+
"artifacts/doi-affiliation-attributions-00108-of-00113.parquet",
|
| 186 |
+
"artifacts/doi-affiliation-attributions-00109-of-00113.parquet",
|
| 187 |
+
"artifacts/doi-affiliation-attributions-00110-of-00113.parquet",
|
| 188 |
+
"artifacts/doi-affiliation-attributions-00111-of-00113.parquet",
|
| 189 |
+
"artifacts/doi-affiliation-attributions-00112-of-00113.parquet"
|
| 190 |
+
],
|
| 191 |
+
"rows": 112163022
|
| 192 |
+
},
|
| 193 |
+
"doi_prefix_population": {
|
| 194 |
+
"files": [
|
| 195 |
+
"artifacts/doi-prefix-population-00000-of-00001.parquet"
|
| 196 |
+
],
|
| 197 |
+
"rows": 4263,
|
| 198 |
+
"schema": {
|
| 199 |
+
"distinct_doi_count": "uint64",
|
| 200 |
+
"doi_prefix": "string",
|
| 201 |
+
"source_record_count": "uint64"
|
| 202 |
+
},
|
| 203 |
+
"shards": [
|
| 204 |
+
{
|
| 205 |
+
"bytes": 36359,
|
| 206 |
+
"path": "artifacts/doi-prefix-population-00000-of-00001.parquet",
|
| 207 |
+
"rows": 4263,
|
| 208 |
+
"sha256": "ab0cf2fa66e9ba9582062e8903f576eef148f67fbf9a7c53190f7378a9b53071"
|
| 209 |
+
}
|
| 210 |
+
]
|
| 211 |
+
},
|
| 212 |
+
"exact": {
|
| 213 |
+
"files": [
|
| 214 |
+
"data/train-00000-of-00002.parquet",
|
| 215 |
+
"data/train-00001-of-00002.parquet"
|
| 216 |
+
],
|
| 217 |
+
"occurrence_count": 334593737,
|
| 218 |
+
"rows": 1681662
|
| 219 |
+
},
|
| 220 |
+
"repo_id": "cometadata/datacite-unique-affiliations",
|
| 221 |
+
"revision": "c3dbd25d7d71fef0d32a38c557163b1f5f03e3da",
|
| 222 |
+
"total_distinct_dois": 132801254
|
| 223 |
+
},
|
| 224 |
+
"split": {
|
| 225 |
+
"doi_affiliation_pair_count": 111934040,
|
| 226 |
+
"excluded_occurrence_count": 7402,
|
| 227 |
+
"excluded_pair_count": 3861,
|
| 228 |
+
"excluded_raw_affiliation_count": 136,
|
| 229 |
+
"invalid_ror_assignment_occurrence_count": 14017,
|
| 230 |
+
"name": "normalized",
|
| 231 |
+
"represented_occurrence_count": 334586335,
|
| 232 |
+
"represented_raw_rows": 1681526,
|
| 233 |
+
"rows": 1521768,
|
| 234 |
+
"schema": {
|
| 235 |
+
"doi_count": "uint64",
|
| 236 |
+
"has_valid_ror_id": "bool",
|
| 237 |
+
"invalid_ror_assignment_doi_count": "uint64",
|
| 238 |
+
"invalid_ror_assignment_doi_share": "double",
|
| 239 |
+
"invalid_ror_assignment_occurrence_count": "uint64",
|
| 240 |
+
"invalid_ror_assignment_occurrence_share": "double",
|
| 241 |
+
"most_common_ror_ids_by_doi": "list<item: string>",
|
| 242 |
+
"most_common_ror_ids_by_occurrence": "list<item: string>",
|
| 243 |
+
"normalized_affiliation": "string",
|
| 244 |
+
"raw_affiliation_count": "uint64",
|
| 245 |
+
"ror_ids": "list<item: struct<ror_id: string, occurrence_count: uint64, doi_count: uint64>>",
|
| 246 |
+
"total_occurrence_count": "uint64",
|
| 247 |
+
"valid_ror_assignment_doi_count": "uint64",
|
| 248 |
+
"valid_ror_assignment_doi_share": "double",
|
| 249 |
+
"valid_ror_assignment_occurrence_count": "uint64",
|
| 250 |
+
"valid_ror_assignment_occurrence_share": "double",
|
| 251 |
+
"valid_ror_id_count": "uint64"
|
| 252 |
+
},
|
| 253 |
+
"unassigned_occurrence_count": 39955270,
|
| 254 |
+
"valid_ror_assignment_occurrence_count": 294617048
|
| 255 |
+
}
|
| 256 |
+
}
|