You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How did Unpaywall find those Open Access full-texts, which were characterized as best matches, and how are these OA types distributed over publication types?
@@ -313,19 +305,16 @@ oa_df %>%
313
305
group_by(oa_status, evidence, genre) %>%
314
306
summarise(Articles= n()) %>%
315
307
arrange(desc(Articles))
316
-
#> # A tibble: 9 x 4
317
-
#> # Groups: oa_status, evidence [9]
308
+
#> # A tibble: 6 x 4
309
+
#> # Groups: oa_status, evidence [5]
318
310
#> oa_status evidence genre Articles
319
311
#> <chr> <chr> <chr> <int>
320
-
#> 1 gold open (via page says license) journal-article 4
321
-
#> 2 bronze open (via free pdf) journal-article 2
322
-
#> 3 green oa repository (via OAI-PMH doi match) journal-article 2
323
-
#> 4 hybrid open (via crossref license) journal-article 2
324
-
#> 5 gold oa journal (via observed oa rate) journal-article 1
325
-
#> 6 gold oa journal (via publisher name) component 1
326
-
#> 7 gold open (via free pdf) journal-article 1
327
-
#> 8 green oa repository (semantic scholar lookup) book 1
328
-
#> 9 hybrid open (via page says license) journal-article 1
312
+
#> 1 bronze open (via free pdf) journal-article 6
313
+
#> 2 gold open (via page says license) journal-article 2
314
+
#> 3 gold oa journal (via publisher name) component 1
315
+
#> 4 green oa repository (semantic scholar lookup) journal-article 1
316
+
#> 5 green oa repository (semantic scholar lookup) monograph 1
317
+
#> 6 hybrid open (via page says license) journal-article 1
roadoi returns the data in a consistent structure improved for further analysis in R.
157
156
158
157
```{r}
@@ -162,11 +161,6 @@ oa_df
162
161
For example, to determine how many full-text links were found and which sources were used:
163
162
164
163
```{r}
165
-
=======
166
-
roadoi returns the data in a consistent structure improved for further analysis in R. For example, to determine how many full-text links were found and which sources were used:
0 commit comments