Skip to content

Commit 046fe0f

Browse files
authored
Merge pull request #42 from bmkramer/main
update 20230201 for preprints posted up until 20230129
2 parents e7857d1 + 74ad498 commit 046fe0f

8 files changed

+6
-6
lines changed

covid19_preprints.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Results can be filtered on date of creation (year only). To retrieve over 1000 r
308308
309309
##specify years to include
310310
#dc_years <- c("2020", "2021", "2022")
311-
dc_years <- "2022"# for iterative update, only need to use 2022
311+
dc_years <- c("2022", "2023") # for iterative update, only need to use 2023 from next update onwards
312312
313313
###include (not: replace) query for types.resourceTypeGeneral:Preprint as per DataCite metadata schema 4.4
314314
dc_types <- c("types.resourceType:Preprint",

data/covid19_preprints.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:bfc031353e8abed3a9f7738bbb142446cf9e7df7c3dcdf7d309b6b4919439864
3-
size 130312287
2+
oid sha256:c3879347f64c0ecd10b8c3c2d3bc342b8c57e908b1ad367969b6f18980df9ad4
3+
size 132271386

data/metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"release_date": "2022-12-28",
3-
"sample_date": "2022-12-28",
4-
"posted_date": "2022-12-25",
2+
"release_date": "2023-02-01",
3+
"sample_date": "2023-01-31",
4+
"posted_date": "2023-01-29",
55
"url": "https://github.com/nicholasmfraser/covid19_preprints/blob/master/data/covid19_preprints.csv?raw=true"
66
}
-16 KB
Loading
Loading
Loading
2.03 KB
Loading
4.77 KB
Loading

0 commit comments

Comments
 (0)
close