Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ configs:
|
|
| 30 |
|
| 31 |
# COMET DataCite Enrichment Layer (Ingest Format)
|
| 32 |
|
| 33 |
-
This dataset contains metadata enrichment records in [DataCite](https://datacite.org/) ingest format, produced by the [COMET](https://cometadata.org/) (Collaborative Metadata) initiative. Each record represents a single metadata enrichment to be applied to an existing DataCite record, identified by DOI.
|
| 34 |
|
| 35 |
The enrichments were generated against the **February 2026** DataCite data files using the [datacite-enrichment](https://github.com/adambuttrick/datacite-enrichment) tool.
|
| 36 |
|
|
@@ -180,23 +180,8 @@ These enrichment records were produced using the [datacite-enrichment](https://g
|
|
| 180 |
2. Converts it to a standardized enrichment format using domain-specific transformers (one per enrichment type)
|
| 181 |
3. Produces records that carry full provenance tracking: contributor info (COMET as Producer), references to the source dataset and project DOI, and original/enriched values
|
| 182 |
|
| 183 |
-
The conversion was run against
|
| 184 |
|
| 185 |
-
### Generation commands
|
| 186 |
-
|
| 187 |
-
```bash
|
| 188 |
-
# Preprint matching
|
| 189 |
-
datacite-enrich convert preprint_matches.json configs/preprint_matching.yaml \
|
| 190 |
-
-r datacite_records.jsonl.gz -o preprint_matching_enrichments_datacite_format.jsonl
|
| 191 |
-
|
| 192 |
-
# Author affiliations
|
| 193 |
-
datacite-enrich convert author_affiliations.jsonl configs/author_affiliations.yaml \
|
| 194 |
-
-r datacite_records.jsonl.gz -o author_affiliations_enrichments_datacite_format.jsonl
|
| 195 |
-
|
| 196 |
-
# Resource type
|
| 197 |
-
datacite-enrich convert resource_type_reclassifications.json configs/resource_type.yaml \
|
| 198 |
-
-r datacite_records.jsonl.gz -o resource_type_enrichments_datacite_format.jsonl
|
| 199 |
-
```
|
| 200 |
|
| 201 |
## License
|
| 202 |
|
|
|
|
| 30 |
|
| 31 |
# COMET DataCite Enrichment Layer (Ingest Format)
|
| 32 |
|
| 33 |
+
This dataset contains metadata enrichment records in the [DataCite](https://datacite.org/) enrichment ingest format, produced by the [COMET](https://cometadata.org/) (Collaborative Metadata) initiative. Each record represents a single metadata enrichment to be applied to an existing DataCite record, identified by DOI.
|
| 34 |
|
| 35 |
The enrichments were generated against the **February 2026** DataCite data files using the [datacite-enrichment](https://github.com/adambuttrick/datacite-enrichment) tool.
|
| 36 |
|
|
|
|
| 180 |
2. Converts it to a standardized enrichment format using domain-specific transformers (one per enrichment type)
|
| 181 |
3. Produces records that carry full provenance tracking: contributor info (COMET as Producer), references to the source dataset and project DOI, and original/enriched values
|
| 182 |
|
| 183 |
+
The conversion was run against all files in the February 2026 version of the [DataCite monthly data file](https://support.datacite.org/docs/datacite-monthly-data-file).
|
| 184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
|
| 186 |
## License
|
| 187 |
|