-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
92 lines (82 loc) · 3 KB
/
_quarto.yml
File metadata and controls
92 lines (82 loc) · 3 KB
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
project:
type: website
render:
- "**.qmd"
- "!templates/*.qmd"
output-dir: docs
pre-render:
- python resources/scripts/get_counts.py PPT_ENTRY_COUNT=packages_projects_tools GRAPH_GALLERY_ENTRY_COUNT=graph_catalogue TECHNIQUE_ENTRY_COUNT=techniques --out-file resources/generated_counts.yml
# Set default options for every bookpage that may or may not include webR.
webr:
show-startup-message: false # Disable displaying status of webR initialization
packages: ['ggplot2', 'dplyr'] # Install R packages on document open
# Attach webR extension for the project
filters:
- webr
website:
title: The Healthcare Service Analytics & Decision Intelligence Atlas
draft-mode: unlinked
site-url: https://atlas.hsma.co.uk
description: "A guide to modern healthcare analytics, modelling and data science"
google-analytics:
tracking-id: "G-41QML5TFEF"
anonymize-ip: true
cookie-consent:
type: express
style: simple
palette: dark
page-footer:
center: |
[{width=150px}](https://www.hsma.co.uk/)
[{width=250px}](https://arc-swp.nihr.ac.uk/)<br/><br/>
*This report is independent research supported by the National Institute for Health and Care Research Applied Research Collaboration South West Peninsula.<br/>
The views expressed in this publication are those of the author(s) and not necessarily those of the National Institute for Health and Care Research
or the Department of Health and Social Care.*
<br/><br/>
navbar:
title: false
collapse-below: "lg"
logo: "resources/atlas_logo_outline_transparent_white.png"
tools:
- icon: github
menu:
- text: Submit an Atlas entry or a bug report
href: https://github.com/hsma-programme/decision_intelligence_atlas/issues/new/choose
- text: View the code for the Atlas
href: https://github.com/hsma-programme/decision_intelligence_atlas
- text: View planned Atlas entries
href: https://github.com/orgs/hsma-programme/projects/2/views/7
right:
- href: index.qmd
text: Welcome
- href: packages_projects_tools/index.qmd
text: Packages, Projects and Tools
- href: techniques/index.qmd
text: Techniques
- href: graph_catalogue/index.qmd
text: Graph Catalogue
- href: about/about.qmd
text: About
- href: about/contributing.qmd
text: Contribute
language:
title-block-published: "Page last modified"
format:
html:
theme:
light:
- flatly
- resources/themes/theme-light.scss
- resources/fonts/css/lexend.css
dark:
- darkly
- resources/themes/theme-dark.scss
- resources/fonts/css/lexend.css
css: resources/themes/styles.css
toc: true
mainfont: Lexend
include-in-header:
file: resources/header.html
include-before-body:
file: resources/post-header.html
title-block-banner: true