forked from SwissClinicalTrialOrganisation/stats_platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
71 lines (67 loc) · 1.59 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
project:
type: website
output-dir: docs
website:
title: "Statistics and Methodology - tools and support"
page-footer: CC-BY SCTO Statistics and Methodology
favicon: doc/SCTO_Platforms.png
navbar:
# logo: docs/quarto.png
logo: doc/SCTO_Platforms.png
background: white
left:
- text: Home
file: index.qmd
sidebar:
style: "floating"
search: true
align: left
collapse-level: 1
# background: red
contents:
- text: Home
file: index.qmd
- text: About us & contact
file: about.qmd
- section: Guidance
contents:
- DataSharing.qmd
- ReportingGuidelines.qmd
- IDMC.qmd
# - section: "For clinicians"
# contents:
# - DataSharing.qmd
# - SampleSizeCalculation.qmd
# - section: "For programmers"
# contents:
# - baselinetables.qmd
# - software.qmd
- section: Tutorials
contents:
- text: Overview
file: tutorials.qmd
- SampleSizeCalculation.qmd
- baselinetables.qmd
- AdjustedSurvivalCurves.qmd
- safetyreporting.qmd
- excel_db.qmd
- text: Other tutorials
href: tutorials.qmd#others
- text: Courses
file: courses.qmd
- software.qmd
# - text: Software
# file: software.qmd
- text: Links
file: Links.qmd
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
execute:
freeze: auto
bibliography: references.bib
citations-hover: true