-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
148 lines (146 loc) · 5.25 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
project:
type: website
title: "HOAD Dashboard"
output-dir: docs
resources:
- fonts/*
execute-dir: project
website:
title: "HOAD"
site-url: https://subugoe.github.io/hoaddash/
twitter-card: true
open-graph: true
page-footer:
left:
- text: "This website is licensed under <a href='https://creativecommons.org/publicdomain/zero/1.0/'>CC0</a>."
center:
- text: "Privacy"
href: privacy.qmd
- text: "Imprint"
href: https://www.sub.uni-goettingen.de/impressum/
right:
- icon: github
href: https://github.com/subugoe/hoaddash/
aria-label: Project GitHub
sidebar:
background: "#ffffff"
border: false
logo: "hoad_logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/subugoe/hoaddash
text: "GitHub Dashboard Repo"
- icon: "file-bar-graph"
href: https://github.com/subugoe/hoaddata
text: "GitHub Data Repo"
- icon: "bug"
text: "Report a Bug"
href: https://github.com/subugoe/hoaddash/issues
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Publishers"
contents:
- text: Overview
href: index.qmd
- href: jct/elsevier/index.qmd
text: "Elsevier"
- href: jct/springernature/index.qmd
text: Springer Nature
- href: jct/wiley/index.qmd
text: Wiley
- section: "Others"
contents:
- text: American Chemical Society
href: jct/americanchemicalsociety/index.qmd
- text: "American Physical Society"
href: jct/americanphysicalsociety/index.qmd
- text: "BMJ Publishing"
href: jct/bmjpublishing/index.qmd
- text: "Cambridge University Press"
href: jct/cambridgeuniversitypress/index.qmd
- text: "Karger"
href: jct/karger/index.qmd
- text: "IEEE"
href: jct/ieee/index.qmd
- text: "IOP Publishing"
href: jct/ioppublishing/index.qmd
- text: "Oxford University Press"
href: jct/oxforduniversitypress/index.qmd
- text: "Royal Society of Chemistry"
href: jct/royalsocietyofchemistry/index.qmd
- text: "Sage"
href: jct/sage/index.qmd
- href: jct/taylorandfrancis/index.qmd
text: Taylor and Francis
- text: "Thieme"
href: jct/thieme/index.qmd
- text: "Walter de Gruyter"
href: jct/walterdegruyter/index.qmd
- section: "Agreements with German consortia"
contents:
- text: "Overview"
href: oam/index.qmd
- section: "Consortia"
contents:
- section: "DEAL"
contents:
- text: "Elsevier"
href: "oam/elsevierdeal/index.qmd"
- text: "Springer"
href: oam/springerhybriddeal/index.qmd
- text: "Wiley"
href: oam/wileyhybriddeal/index.qmd
- section: "BSB"
contents:
- text: "BMJ"
href: oam/bmjbsb/index.qmd
- text: "CUP"
href: oam/cupbsb/index.qmd
- text: "Karger"
href: oam/kargerbsb/index.qmd
- text: "Sage"
href: oam/sagebsb/index.qmd
- section: "MPDL"
contents:
- text: "Nature"
href: oam/naturempdl/index.qmd
- section: "SUB Göttingen"
contents:
- text: "De Gruyter"
href: oam/degruytersubgöttingen/index.qmd
- text: "Hogrefe"
href: oam/hogrefesubgöttingen/index.qmd
- section: "TIB"
contents:
- text: "ESC"
href: oam/ecstib/index.qmd
- text: "IOP"
href: oam/ioptib/index.qmd
- text: "Portland Press"
href: oam/portlandpresstib/index.qmd
- text: "RSC"
href: oam/rsctib/index.qmd
- section: "ZB MED"
contents:
- text: "Thieme"
href: oam/thiemezbmed/index.qmd
- section: "ZBW"
contents:
- text: "Taylor and Francis"
href: oam/taylorfranciszbw/index.qmd
- text: "About"
href: "about.qmd"
footer: funding_note.md
format:
html:
theme: [cosmo, styles.scss]
toc: true
toc-location: right
grid:
sidebar-width: 300px
execute:
cache: false