-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
231 lines (216 loc) · 7.95 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
project:
type: website
output-dir: docs
website:
favicon: media/FACTS_icon.png
search:
location: navbar
type: overlay
title: ""
navbar:
background: "#FFFFFF"
logo: "media/FACTSLogo.png"
pinned: true
left:
- href: introduction/index.qmd
text: "Introduction"
- href: documentation/index.qmd
text: "Documentation"
- href: concepts/index.qmd
text: "Concepts"
right:
- href: blog/index.qmd
text: "Blog"
- href: versions/index.qmd
text: "Versions"
- href: get/index.qmd
text: "Get FACTS"
- href: contact/index.qmd
text: Contact
sidebar:
- id: Contact
title: "Contact"
style: "floating"
collapse-level: 1
contents:
- contact/index.qmd
- id: Blog
title: "Blog"
style: "floating"
collapse-level: 1
contents:
- blog/index.qmd
- id: Get FACTS
title: "Get FACTS"
style: "floating"
collapse-level: 1
contents:
- get/index.qmd
- id: Concepts
title: "Concepts"
style: "floating"
collapse-level: 1
contents:
- concepts/index.qmd
- auto: concepts/*.qmd
- section: concepts/adaptiveDesigns/index.qmd
contents:
- auto: concepts/adaptiveDesigns/*.qmd
- section: concepts/bayes/index.qmd
contents:
- auto: concepts/bayes/*.qmd
- section: FACTS Tips and Tricks
contents:
- auto: concepts/facts/*.qmd
- id: Start
title: "Introduction"
style: "floating"
collapse-level: 1
contents:
- introduction/index.qmd
- section: Getting Started
contents:
- auto: introduction/gettingStarted/*.qmd
- section: Tutorials
contents:
- section: Phase I Trials
contents:
- auto: introduction/tutorials/phase1/*.qmd
- section: Phase I/II Trials
contents:
- auto: introduction/tutorials/phase12/*.qmd
- section: Phase II Trials
contents:
- auto: introduction/tutorials/phase2/*.qmd
- section: Phase II/III Trials
contents:
- auto: introduction/tutorials/phase23/*.qmd
- section: Phase III Trials
contents:
- auto: introduction/tutorials/phase3/*.qmd
- auto: introduction/*.qmd
- id: Documentation
title: "Documentation"
style: "floating"
collapse-level: 3
contents:
- documentation/index.qmd
- section: Version 7.1
contents:
- section: User Guides
contents:
- section: documentation/v71/userguides/core/index.qmd
contents:
- section: Study
contents:
- text: Continuous
href: documentation/v71/userguides/core/study/continuous.qmd
- text: Dichotomous
href: documentation/v71/userguides/core/study/dichotomous.qmd
- text: Time-to-Event
href: documentation/v71/userguides/core/study/tte.qmd
- text: Multiple Endpoint
href: documentation/v71/userguides/core/study/multendpt.qmd
- section: documentation/v71/userguides/core/vsr/index.qmd
contents:
- text: Continuous
href: documentation/v71/userguides/core/vsr/continuous.qmd
- text: Dichotomous
href: documentation/v71/userguides/core/vsr/dichotomous.qmd
- text: Time-to-Event
href: documentation/v71/userguides/core/vsr/tte.qmd
- text: Multiple Endpoint
href: documentation/v71/userguides/core/vsr/multendpt.qmd
- text: Execution
href: documentation/v71/userguides/core/execution.qmd
- section: documentation/v71/userguides/core/qois/index.qmd
contents:
- text: Multiple Endpoint QOIs
href: documentation/v71/userguides/core/qois/multendpt.qmd
- section: Design
href: documentation/v71/userguides/core/design/index.qmd
contents:
- documentation/v71/userguides/core/design/doseresponse.qmd
- documentation/v71/userguides/core/design/frequentistanalysis.qmd
- section: documentation/v71/userguides/core/longitudinalmodels/index.qmd
contents:
- text: Continuous
href: documentation/v71/userguides/core/longitudinalmodels/continuous.qmd
- text: Dichotomous
href: documentation/v71/userguides/core/longitudinalmodels/dichotomous.qmd
- text: Time-to-Event
href: documentation/v71/userguides/core/longitudinalmodels/tte.qmd
- documentation/v71/userguides/core/design/allocation.qmd
- documentation/v71/userguides/core/design/interims.qmd
- documentation/v71/userguides/core/design/successfutility.qmd
- section: documentation/v71/userguides/core/simulation/index.qmd
contents:
- text: Continuous/Dichotomous
href: documentation/v71/userguides/core/simulation/contanddichot.qmd
- text: Time-to-Event
href: documentation/v71/userguides/core/simulation/tte.qmd
- text: Multiple Endpoint
href: documentation/v71/userguides/core/simulation/multendpt.qmd
- documentation/v71/userguides/core/analysis.qmd
- section: documentation/v71/userguides/enrichment/index.qmd
contents:
- documentation/v71/userguides/enrichment/execution.qmd
- documentation/v71/userguides/platform.qmd
- documentation/v71/userguides/crm.qmd
- documentation/v71/userguides/de.qmd
- documentation/v71/userguides/dr.qmd
- documentation/v71/userguides/2dcrm.qmd
- documentation/v71/userguides/flfll.qmd
- documentation/v71/userguides/FACTSfromR.qmd
- section: Examples
contents:
- section: CRM
# contents:
# - auto: documentation/v71/examples/CRM/*.qmd
- section: Staged
# contents:
# - auto: documentation/v71/examples/Staged/*.qmd
- auto: documentation/v71/*.qmd
- id: Versions
title: "Versions"
style: "floating"
collapse-level: 1
contents:
- versions/index.qmd
- auto: versions/*.qmd
- section: FACTS 7 Release Notes
contents:
- versions/v7/facts711.qmd
- versions/v7/facts710.qmd
- versions/v7/facts700.qmd
- section: FACTS 6 Release Notes
contents:
- versions/v6/facts650.qmd
- versions/v6/facts641.qmd
- versions/v6/facts640.qmd
- versions/v6/facts630.qmd
- versions/v6/facts625.qmd
- versions/v6/facts624.qmd
- versions/v6/facts620.qmd
- versions/v6/facts616.qmd
- versions/v6/facts610.qmd
- versions/v6/facts600.qmd
format:
html:
theme: default
css: styles.css
include-in-header:
- fonts.html
- header.html
page-layout: full
toc: true
include-after-body: footer.html
grid:
sidebar-width: 300px
body-width: 2000px
margin-width: 300px
gutter-width: 1.5rem
editor: source
resources:
- CNAME
bibliography: references.bib