-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
87 lines (84 loc) · 2.76 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
project:
type: website
output-dir: docs
website:
title: "OASE/OAUNI Dashboard"
margin-footer: |
<img src="https://raw.githubusercontent.com/Ahobert/dash-oauni-oase/3f1593bc67ce7025224bc4e4407a9e9fab0a963a/BMBF_en.svg" alt="bmbf_sponsored" width="70%"/>
page-footer:
left: |
<img src="https://raw.githubusercontent.com/Ahobert/dash-oauni-oase/main/GAU_SUB_horizontal_cmyk.png" alt="GAU-SUB" width="60%"/>
right: |
<img src="https://raw.githubusercontent.com/Ahobert/dash-oauni-oase/main/gesis_logo.jpg" alt="gesis logo" width="20%"/>
navbar:
left:
- text: "Home"
href: index.qmd
- text: "About"
href: about.qmd
- text: "OA Uptake"
href: oa_uptake.qmd
- text: "Unpaywall BFP"
href: upw_bfp.qmd
- text: "Mobility"
href: mobility.qmd
- text: "OA in Nature"
href: oa_nature.qmd
right:
- text: "Publications"
href: pubs.qmd
- text: "Imprint"
href: https://www.sub.uni-goettingen.de/impressum/
- icon: github
href: https://github.com/Ahobert/dash-oauni-oase/
sidebar:
- title: "Home"
- title: "About"
style: "docked"
contents:
- about.qmd
- oauni.qmd
- oase.qmd
- title: "OA Uptake"
style: "docked"
contents:
- oa_uptake.qmd
- OA_Uptake/uptake_germany.Rmd
- OA_Uptake/oa_variations.Rmd
- section: "OA share vs. productivity"
contents:
- OA_Uptake/scatterplot/scatterplot_uni.Rmd
- OA_Uptake/scatterplot/scatterplot_mpg.Rmd
- OA_Uptake/scatterplot/scatterplot_hg.Rmd
- OA_Uptake/scatterplot/scatterplot_lg.Rmd
- OA_Uptake/scatterplot/scatterplot_fhg.Rmd
- OA_Uptake/scatterplot/scatterplot_gra.Rmd
- title: "Unpaywall BFP"
style: "docked"
contents:
- upw_bfp.qmd
- Unpaywall_BFP/evidence.Rmd
- Unpaywall_BFP/oa_snapshots.Rmd
- title: "Mobility"
style: "docked"
contents:
- mobility.qmd
- International-Academic-Mobility/mobility_proportion_filed_gender.Rmd
- International-Academic-Mobility/mobility_score_distribution.Rmd
- International-Academic-Mobility/country_gender_field.Rmd
- International-Academic-Mobility/mobility_flow.Rmd
- International-Academic-Mobility/centrality.Rmd
- title: "OA in Nature"
style: "docked"
contents:
- oa_nature.qmd
- Springer_Nature-Open_Access/journals_model.Rmd
- Springer_Nature-Open_Access/model_income.Rmd
- Springer_Nature-Open_Access/hybrid_model_income.Rmd
- Springer_Nature-Open_Access/citation.Rmd
format:
html:
theme: cosmo
css: styles.css
toc: true
editor: visual