Skip to content

Commit

Permalink
Add two new DE views (Thieme and Elsevier)
Browse files Browse the repository at this point in the history
  • Loading branch information
njahn82 committed Oct 11, 2023
1 parent a62e1b8 commit c3da2e2
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 47 deletions.
8 changes: 7 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ website:
contents:
- section: "DEAL"
contents:
- text: "Elsevier"
href: "oam/elsevierdeal/index.qmd"
- text: "Springer"
href: oam/springerhybriddeal/index.qmd
- text: "Wiley"
Expand Down Expand Up @@ -123,10 +125,14 @@ website:
href: oam/portlandpresstib/index.qmd
- text: "RSC"
href: oam/rsctib/index.qmd
- section: "ZBMED"
contents:
- text: "Thieme"
href: oam/thiemezbmed/index.qmd
- section: "ZBW"
contents:
- text: "Taylor and Francis"
href: oam/taylorfranciszbw
href: oam/taylorfranciszbw/index.qmd
- text: "About"
href: "about.qmd"
footer: funding_note.md
Expand Down
2 changes: 2 additions & 0 deletions config.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ publisher,collection
"BMJ Publishing","jct"
"EDP Sciences","jct"
"The Royal Society","jct"
"Elsevier (DEAL)","oam"
"Springer Hybrid (DEAL)","oam"
"Wiley Hybrid (DEAL)","oam"
"Sage (BSB)","oam"
Expand All @@ -34,3 +35,4 @@ publisher,collection
"Karger (BSB)","oam"
"Hogrefe (SUB Göttingen)","oam"
"TaylorFrancis (ZBW)","oam"
"Thieme (ZB MED)","oam"
2 changes: 1 addition & 1 deletion create_qmd.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ library(readr)
library(fs)

# Load agreements
my_ta <- readr::read_csv("config.csv")
my_ta <- readr::read_csv("config.csv")
# Get ISSNs
get_ta_jns <- function(publisher = NULL, collection = c("jct", "oam")) {
match.arg(collection)
Expand Down
81 changes: 39 additions & 42 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"Matrix": {
"Package": "Matrix",
"Version": "1.6-1.1",
"Version": "1.6-1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -39,7 +39,7 @@
"stats",
"utils"
],
"Hash": "1a00d4828f33a9d690806e98bd17150c"
"Hash": "cb6855ac711958ca734b75e631b2035d"
},
"R6": {
"Package": "R6",
Expand Down Expand Up @@ -253,7 +253,7 @@
},
"credentials": {
"Package": "credentials",
"Version": "2.0.1",
"Version": "1.3.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -263,7 +263,7 @@
"openssl",
"sys"
],
"Hash": "c7844b32098dcbd1c59cbd8dddb4ecc6"
"Hash": "93762d0a34d78e6a025efdbfb5c6bb41"
},
"crosstalk": {
"Package": "crosstalk",
Expand All @@ -285,13 +285,13 @@
},
"curl": {
"Package": "curl",
"Version": "5.1.0",
"Version": "5.0.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "9123f3ef96a2c1a93927d828b2fe7d4c"
"Hash": "511bacbfa153a15251166b463b4da4f9"
},
"data.table": {
"Package": "data.table",
Expand Down Expand Up @@ -365,26 +365,26 @@
},
"evaluate": {
"Package": "evaluate",
"Version": "0.22",
"Version": "0.21",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"methods"
],
"Hash": "66f39c7a21e03c4dcb2c2d21d738d603"
"Hash": "d59f3b464e8da1aef82dc04b588b8dfb"
},
"fansi": {
"Package": "fansi",
"Version": "1.0.4",
"Version": "1.0.5",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"grDevices",
"utils"
],
"Hash": "1d9e7ad3c8312a192dea7d3db0274fde"
"Hash": "3e8583a60163b4bc1a80016e63b9959e"
},
"farver": {
"Package": "farver",
Expand Down Expand Up @@ -452,7 +452,7 @@
},
"gert": {
"Package": "gert",
"Version": "2.0.0",
"Version": "1.9.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -463,7 +463,7 @@
"sys",
"zip"
],
"Hash": "bbbd21a253d473f4671d7dcbd6d8971f"
"Hash": "b544c397820e05a97d391b2d614a921a"
},
"ggiraph": {
"Package": "ggiraph",
Expand Down Expand Up @@ -624,19 +624,19 @@
},
"hoaddata": {
"Package": "hoaddata",
"Version": "0.2.71",
"Version": "0.2.8",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteRepo": "hoaddata",
"RemoteUsername": "subugoe",
"RemoteRef": "HEAD",
"RemoteSha": "a9fc13b8c5880e2ffa19d8d3b3981114660dabd9",
"RemoteSha": "16333bdf5a6f0fc2dfe4242adc6818e7de17656d",
"Requirements": [
"R",
"tibble"
],
"Hash": "dc8a64b637a632817a82b1a6781919cc"
"Hash": "3c73ee53da67011ebd3a869bf1b43864"
},
"htmltools": {
"Package": "htmltools",
Expand Down Expand Up @@ -782,7 +782,7 @@
},
"knitr": {
"Package": "knitr",
"Version": "1.44",
"Version": "1.43",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -794,18 +794,18 @@
"xfun",
"yaml"
],
"Hash": "60885b9f746c9dfaef110d070b5f7dc0"
"Hash": "9775eb076713f627c07ce41d8199d8f6"
},
"labeling": {
"Package": "labeling",
"Version": "0.4.3",
"Version": "0.4.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"graphics",
"stats"
],
"Hash": "b64ec208ac5bc1852b285f665d6368b3"
"Hash": "3d5108641f47470611a32d0bdf357a72"
},
"later": {
"Package": "later",
Expand All @@ -820,7 +820,7 @@
},
"lattice": {
"Package": "lattice",
"Version": "0.21-9",
"Version": "0.21-8",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -831,7 +831,7 @@
"stats",
"utils"
],
"Hash": "5558c61e0136e247252f5f952cdaad6a"
"Hash": "0b8a6d63c8770f02a8b5635f3c431e6b"
},
"lazyeval": {
"Package": "lazyeval",
Expand All @@ -858,7 +858,7 @@
},
"lubridate": {
"Package": "lubridate",
"Version": "1.9.3",
"Version": "1.9.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -867,7 +867,7 @@
"methods",
"timechange"
],
"Hash": "680ad542fbcf801442c83a6ac5a2126c"
"Hash": "e25f18436e3efd42c7c590a1c4c15390"
},
"magrittr": {
"Package": "magrittr",
Expand All @@ -881,7 +881,7 @@
},
"markdown": {
"Package": "markdown",
"Version": "1.9",
"Version": "1.8",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -890,7 +890,7 @@
"utils",
"xfun"
],
"Hash": "4dea09e610da59f847c041d887b4dcfc"
"Hash": "93cecf1e5f828d0fc1605a00ad48e3a2"
},
"memoise": {
"Package": "memoise",
Expand Down Expand Up @@ -957,13 +957,13 @@
},
"openssl": {
"Package": "openssl",
"Version": "2.1.1",
"Version": "2.1.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"askpass"
],
"Hash": "2a0dc8c6adfb6f032e4d4af82d258ab5"
"Hash": "273a6bb4a9844c296a459d2176673270"
},
"patchwork": {
"Package": "patchwork",
Expand Down Expand Up @@ -1054,13 +1054,10 @@
},
"prettyunits": {
"Package": "prettyunits",
"Version": "1.2.0",
"Version": "1.1.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7"
"Hash": "95ef9167b75dde9d2ccc3c7528393e7e"
},
"processx": {
"Package": "processx",
Expand Down Expand Up @@ -1190,13 +1187,13 @@
},
"renv": {
"Package": "renv",
"Version": "1.0.3",
"Version": "1.0.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "41b847654f567341725473431dd0d5ab"
"Hash": "4b22ac016fe54028b88d0c68badbd061"
},
"rlang": {
"Package": "rlang",
Expand All @@ -1211,7 +1208,7 @@
},
"rmarkdown": {
"Package": "rmarkdown",
"Version": "2.25",
"Version": "2.24",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -1231,7 +1228,7 @@
"xfun",
"yaml"
],
"Hash": "d65e35823c817f09f4de424fcdfa812a"
"Hash": "3854c37590717c08c32ec8542a2e0a35"
},
"rprojroot": {
"Package": "rprojroot",
Expand Down Expand Up @@ -1457,13 +1454,13 @@
},
"tinytex": {
"Package": "tinytex",
"Version": "0.47",
"Version": "0.46",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"xfun"
],
"Hash": "8d4ccb733843e513c1c1cdd66a759f0d"
"Hash": "0c41a73214d982f539c56a7773c7afa5"
},
"tzdb": {
"Package": "tzdb",
Expand Down Expand Up @@ -1553,7 +1550,7 @@
},
"vroom": {
"Package": "vroom",
"Version": "1.6.4",
"Version": "1.6.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -1575,7 +1572,7 @@
"vctrs",
"withr"
],
"Hash": "9db52c1656cf19c124f93124ea57f0fd"
"Hash": "8318e64ffb3a70e652494017ec455561"
},
"webshot": {
"Package": "webshot",
Expand Down Expand Up @@ -1611,7 +1608,7 @@
},
"withr": {
"Package": "withr",
"Version": "2.5.1",
"Version": "2.5.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -1620,7 +1617,7 @@
"graphics",
"stats"
],
"Hash": "d77c6f74be05c33164e33fbc85540cae"
"Hash": "c0e49a9760983e81e55cdd9be92e7182"
},
"xfun": {
"Package": "xfun",
Expand Down
Loading

0 comments on commit c3da2e2

Please sign in to comment.