-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
80 lines (72 loc) · 1.71 KB
/
_pkgdown.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
url: https://bailey-lab.github.io/coiaf
template:
bootstrap: 5
bootswatch: flatly
bslib:
base_font: { google: "Lato" } # usually serif fonts
heading_font: { google: "Fira Sans" } # usually sans-serif fonts
code_font: { google: "Fira Code" } # usually monospace fonts
pkgdown-nav-height: 73.5px
navbar:
structure:
left: [reference, articles, news]
right: [search, github]
components:
news:
text: News
menu:
- text: "Change log"
href: news/index.html
development:
mode: auto
authors:
Aris Paschalidis:
href: "https://www.arispas.com"
OJ Watson:
href: https://www.imperial.ac.uk/people/o.watson15
reference:
- title: Complexity of Infection
desc: >
Determine the complexity of infection (COI) of a sample
contents:
- optimize_coi
- likelihood
- compute_coi
- compute_coi_regression
- optimize_coi_regression
- theoretical_coi
- bootstrap_ci
- title: Real Data
desc: >
Process and run real data
contents:
- process_real
- example_real_data
- title: Simulation
desc: >
Simulate data and run algorithm
contents:
- sim_biallelic
- process_sim
- disc_sensitivity
- cont_sensitivity
- title: Visualize
contents:
- plot-simulation
- error_plot
- sensitivity_plot
- world_map
- theme_coiaf
articles:
- title: Use with real data
navbar: ~
contents:
- example_real_data
- title: Sensitivity analysis
navbar: Sensitivity analysis
contents:
- starts_with("sensitivity_analysis")
- title: Internals
desc: Internal workings of algorithms
contents:
- simulator_details