-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
69 lines (58 loc) · 1.72 KB
/
Copy path_quarto.yml
File metadata and controls
69 lines (58 loc) · 1.72 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
project:
type: book
output-dir: docs
book:
title: Clinical Data Management for Cancer Informatics
favicon: assets/ITN_favicon.ico
bread-crumbs: false
page-navigation: true
search: true
repo-url: https://github.com/fhdsl/Clinical_Data_Management/
repo-actions: [edit]
issue-url: https://docs.google.com/forms/d/e/1FAIpQLSeYwgP9ZKGRCCkLV2vnMZy9ZLSqXZTUKTFKDVYEy95aXzw2Bg/viewform
google-analytics: "G-931MJ5476Z"
chapters:
- index.qmd
- intro.qmd
- data_types.qmd
- multimodal.qmd
- study_design.qmd
- data_acquisition.qmd
- data_uses.qmd
- data_management.qmd
- about.qmd
- appendix.qmd
sidebar:
logo: "assets/ITN_logo.png"
logo-href: "https://www.itcrtraining.org/"
foreground: "#1B365D"
page-footer:
left: |
This book was built with <a href="https://quarto.org/" style="color: #0000FF;">Quarto</a> using
<a href="https://github.com/ottrproject/OTTR_Quarto" style="color: #0000FF;">OTTR</a>.
center: |
All illustrations <a href="https://creativecommons.org/licenses/by/4.0/" style="color: #0000FF;">CC-BY. </a>
<br>
All other materials <a href= "https://creativecommons.org/licenses/by/4.0/" style="color: #0000FF;"> CC-BY </a> unless noted otherwise.
right:
- icon: github
href: https://github.com/
bibliography: book.bib
format:
html:
grid:
sidebar-width: 260px
css: assets/style_ITN.css
linkcolor: "#e0471c"
mainfont: "Karla"
sidebar: true
toc: true
code-copy: true
code-block-bg: true
code-block-border-left: "#31BAE9"
link-external-newwindow: true
image: assets:ITN_favicon.ico
license: "CC BY"
knitr:
opts_chunk:
fig.path: "resources/images/"