-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_quarto.yml
More file actions
79 lines (71 loc) · 2.16 KB
/
Copy path_quarto.yml
File metadata and controls
79 lines (71 loc) · 2.16 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
70
71
72
73
74
75
76
77
78
79
project:
type: book
resources:
- CNAME
- slides/
book:
title: "Python for Clinical Study Reports and Submission"
author:
- Yilong Zhang
- Nan Xiao
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: "pycsr"
cover-image: "assets/cover.jpg"
image: "assets/preview.png"
favicon: "assets/favicon.png"
site-url: https://pycsr.org/
repo-url: https://github.com/nanxstats/pycsr
repo-actions: [edit, issue, source]
sharing: [twitter, linkedin]
reader-mode: true
open-graph:
image: assets/preview.png
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.png
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
chapters:
- index.qmd
- preface.qmd
- part: "Environment and toolchain"
chapters:
- env-dev.qmd
- env-uv.qmd
- env-pkg.qmd
- part: "Clinical trial project"
chapters:
- tlf-overview.qmd
- tlf-disposition.qmd
- tlf-population.qmd
- tlf-baseline.qmd
- tlf-ae-summary.qmd
- tlf-ae-specific.qmd
- tlf-efficacy-ancova.qmd
- part: "Analysis package"
chapters:
- pkg-overview.qmd
- pkg-structure.qmd
- pkg-management.qmd
- part: "eCTD submission"
chapters:
- submission-overview.qmd
- submission-package.qmd
- submission-dryrun.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme: [cosmo, custom.scss]
mainfont: "Lato, 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"
pdf:
documentclass: scrreprt