Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ size_categories:
|
|
| 17 |
|
| 18 |
This dataset contains 20,512,320 enrichment records mapping author affiliation strings from DataCite metadata to [Research Organization Registry (ROR)](https://ror.org) identifiers. It covers 5,812,774 unique DOIs from the [DataCite Public Data File](https://support.datacite.org/docs/datacite-public-data-file).
|
| 19 |
|
| 20 |
-
Each record is formatted as a DataCite enrichment input record, designed for use with the [DataCite enrichment pipeline](https://github.com/
|
| 21 |
|
| 22 |
## Record Structure
|
| 23 |
|
|
@@ -81,8 +81,10 @@ Each record is formatted as a DataCite enrichment input record, designed for use
|
|
| 81 |
|
| 82 |
## Methodology
|
| 83 |
|
|
|
|
|
|
|
| 84 |
1. Unique affiliation strings were extracted from the DataCite Public Data File
|
| 85 |
-
2. Each affiliation string was
|
| 86 |
3. Matched ROR IDs were reconciled back to individual DOI/author/affiliation records
|
| 87 |
4. Only creators with at least one successful ROR match are included
|
| 88 |
5. Affiliations that already had ROR IDs assigned in the source DataCite metadata were excluded from matching
|
|
@@ -103,7 +105,8 @@ JSONL (JSON Lines), one enrichment record per line.
|
|
| 103 |
|
| 104 |
## Source Code
|
| 105 |
|
| 106 |
-
[match-datacite-affiliations-to-ror-ids](https://github.com/
|
|
|
|
| 107 |
|
| 108 |
## Related Datasets
|
| 109 |
|
|
|
|
| 17 |
|
| 18 |
This dataset contains 20,512,320 enrichment records mapping author affiliation strings from DataCite metadata to [Research Organization Registry (ROR)](https://ror.org) identifiers. It covers 5,812,774 unique DOIs from the [DataCite Public Data File](https://support.datacite.org/docs/datacite-public-data-file).
|
| 19 |
|
| 20 |
+
Each record is formatted as a DataCite enrichment input record, designed for use with the [DataCite enrichment pipeline](https://github.com/cometadata/datacite-enrichment). Records use the `updateChild` action on the `creators` field, providing a per-creator `originalValue`/`enrichedValue` pair that adds ROR identifiers to existing affiliation strings.
|
| 21 |
|
| 22 |
## Record Structure
|
| 23 |
|
|
|
|
| 81 |
|
| 82 |
## Methodology
|
| 83 |
|
| 84 |
+
[match-datacite-affiliations-to-ror-ids](https://github.com/cometadata/match-datacite-affiliations-to-ror-ids) was used to extract affiliations from the DataCite Public Data File, match them to ROR IDs, and reconcile the results into enrichment records.
|
| 85 |
+
|
| 86 |
1. Unique affiliation strings were extracted from the DataCite Public Data File
|
| 87 |
+
2. Each affiliation string was matched to a ROR ID using the [single search matching strategy](https://ror.readme.io/v2/docs/api-affiliation) in the ROR API, with [v2.3 of the ROR data](https://doi.org/10.5281/zenodo.18761279)
|
| 88 |
3. Matched ROR IDs were reconciled back to individual DOI/author/affiliation records
|
| 89 |
4. Only creators with at least one successful ROR match are included
|
| 90 |
5. Affiliations that already had ROR IDs assigned in the source DataCite metadata were excluded from matching
|
|
|
|
| 105 |
|
| 106 |
## Source Code
|
| 107 |
|
| 108 |
+
- [match-datacite-affiliations-to-ror-ids](https://github.com/cometadata/match-datacite-affiliations-to-ror-ids) - Extract affiliations, match to ROR IDs, and reconcile into enrichment records
|
| 109 |
+
- [datacite-enrichment](https://github.com/cometadata/datacite-enrichment) - DataCite enrichment pipeline
|
| 110 |
|
| 111 |
## Related Datasets
|
| 112 |
|