Skip to content

Commit

Permalink
Update index.Rmd
Browse files Browse the repository at this point in the history
Add |Mary Ann Liebert to SAGE
  • Loading branch information
MiWohlgemuth authored Dec 17, 2024
1 parent 365d44c commit 88eb392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ doaj_journals[grepl("Wiley|American Geophysical Union", doaj_journals$Publisher,
doaj_journals[grepl("BMC|Springer|Nature Publishing|Nature Portfolio", doaj_journals$Publisher, ignore.case = TRUE), "Publisher"] <- "Springer Nature"
doaj_journals[grepl("Taylor & Francis|F1000 Research|Dove Medical", doaj_journals$Publisher, ignore.case = TRUE), "Publisher"] <- "Taylor & Francis"
doaj_journals[grepl("Wolters Kluwer", doaj_journals$Publisher, ignore.case = TRUE), "Publisher"] <- "Wolters Kluwer"
doaj_journals[grepl("SAGE|Sage Publishing", doaj_journals$Publisher, ignore.case = FALSE), "Publisher"] <- "SAGE"
doaj_journals[grepl("SAGE|Sage Publishing|Mary Ann Liebert", doaj_journals$Publisher, ignore.case = FALSE), "Publisher"] <- "SAGE"
doaj_journals[grepl("De Gruyter|Brill|Vandenhoeck|Sciendo", doaj_journals$Publisher, ignore.case = FALSE), "Publisher"] <- "De Gruyter Brill"
doaj_journals[grepl("MDPI", doaj_journals$Publisher, ignore.case = FALSE), "Publisher"] <- "MDPI"
doaj_journals[grepl("Frontiers Media", doaj_journals$Publisher, ignore.case = FALSE), "Publisher"] <- "Frontiers"
Expand Down

0 comments on commit 88eb392

Please sign in to comment.