Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc0-1.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Overview
|
| 6 |
+
|
| 7 |
+
This dataset contains preprint-article relationships from [Crossref](https://doi.org/10.5281/zenodo.15124417), filtered to entries where the matched work has a funding (grant) entry in OpenAlex.
|
| 8 |
+
|
| 9 |
+
## Data Structure
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
- `preprint_doi` (string): Preprint DOI from various repositories (e.g., 10.21203/rs.3.rs-*, 10.1101/*, 10.31234/osf.io/*)
|
| 13 |
+
- `article_doi` (string): Published article DOI
|
| 14 |
+
- `deposited_by_article_publisher` (boolean): Whether article publisher deposited the relationship
|
| 15 |
+
- `deposited_by_preprint_publisher` (boolean): Whether preprint publisher deposited the relationship
|
| 16 |
+
- `matching_confidence_score` (float): Matching confidence score (0-1, may be empty)
|