-
Notifications
You must be signed in to change notification settings - Fork 34
/
_quarto.yml
93 lines (82 loc) · 2.43 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
88
89
90
91
92
93
project:
type: book
resources:
- CNAME
- tlf/
- slides/
book:
title: "R for Clinical Study Reports and Submission"
author:
- Yilong Zhang
- Nan Xiao
- Keaven Anderson
- Yalin Zhu
description: |
Learn how to prepare tables, listings, and figures for
clinical study report and submit to regulatory agencies,
the essential part of clinical trial development.
output-file: "r4csr"
cover-image: "assets/cover.png"
image: "assets/preview.jpg"
favicon: "assets/favicon.png"
site-url: https://r4csr.org/
repo-url: https://github.com/elong0527/r4csr
repo-actions: [edit, issue, source]
sharing: [twitter, linkedin]
reader-mode: true
open-graph:
image: assets/preview.jpg
description: |
Learn how to prepare tables, listings, and figures for
clinical study report and submit to regulatory agencies,
the essential part of clinical trial development.
twitter-card:
image: assets/preview.jpg
description: |
Learn how to prepare tables, listings, and figures for
clinical study report and submit to regulatory agencies,
the essential part of clinical trial development.
card-style: summary_large_image
google-analytics: "G-MKYDL3PNW1"
chapters:
- index.qmd
- preface.qmd
- part: "Delivering TLFs in CSR"
chapters:
- tlf-overview.qmd
- tlf-disposition.qmd
- tlf-population.qmd
- tlf-baseline.qmd
- tlf-efficacy-ancova.qmd
- tlf-efficacy-km.qmd
- tlf-ae-summary.qmd
- tlf-ae-specific.qmd
- tlf-assemble.qmd
- part: "Clinical trial project"
chapters:
- project-overview.qmd
- project-folder.qmd
- project-management.qmd
- part: "eCTD submission"
chapters:
- submission-overview.qmd
- submission-package.qmd
- submission-environment.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme: [cosmo, custom.scss]
mainfont: "Invention, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji"
code-link: true
pdf:
documentclass: tex/svmono
include-in-header:
- "tex/preamble.tex"
include-before-body:
- "tex/before_body.tex"
include-after-body:
- "tex/after_body.tex"
cite-method: natbib
keep-tex: true
toc: true