-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
68 lines (66 loc) · 1.94 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
project:
type: book
output-dir: docs
book:
title: "Dynamic Prediction in Clinical Survival Analysis"
subtitle: ""
author: "Hans van Houwelingen & Hein Putter"
date: last-modified
sidebar:
logo: front-curves.png
title: " "
page-footer:
left: |
Dynamic Prediction in Clinical Survival Analysis
right: |
Built with <a href="https://quarto.org/">Quarto</a> and <a href="https://posit.co/products/open-source/rstudio/">RStudio</a>
cover-image: dynpred-cover.jpg
favicon: front-curves.png
repo-actions: issue
repo-url: https://github.com/survival-lumc/DynamicPrediction-book
chapters:
- index.qmd
- part: "Prognostic models for survival data using (clinical) information available at baseline, based on the Cox model"
chapters:
- chapters/chapter_01.qmd
- chapters/chapter_02.qmd
- chapters/chapter_03.qmd
- chapters/chapter_04.qmd
- part: "Prognostic models for survival data using (clinical) information available at baseline, when the proportional hazards assumption of the Cox model is violated"
chapters:
- chapters/chapter_05.qmd
- chapters/chapter_06.qmd
- chapters/chapter_07.qmd
- part: "Dynamic prognostic models for survival data using time-dependent information"
chapters:
- chapters/chapter_08.qmd
- chapters/chapter_09.qmd
- chapters/chapter_10.qmd
- part: "Dynamic prognostic models for survival data using genomic data"
chapters:
- chapters/chapter_11.qmd
- chapters/chapter_12.qmd
- errata.qmd
execute:
warning: false
message: false
cache: true
format:
html:
code-block-border-left: "#6C6C6C"
code-block-bg: true
code-fold: show
code-tools:
source: false
toggle: true
caption: "Show/hide all code"
code-summary: "Code show/hide"
fig-width: 11.69
fig-height: 8.27
number-depth: 0
toc-depth: 5
theme:
- cosmo
- dynpredb.scss
editor: source
number-sections: true