adambuttrick commited on
Commit
0c85e18
·
verified ·
1 Parent(s): b184cf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
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)