forked from elong0527/r4csr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
80 lines (70 loc) · 2.03 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
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: |
This book will teach you how to prepare tables, listings, and figures for
clinical study report and submit to regulatory agencies,
the essential part of clinical trial development.
cover-image: "images/cover.png"
image: "images/preview.png"
favicon: "images/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: https://r4csr.org/images/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: https://r4csr.org/images/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]
pdf:
documentclass: scrbook