|
1 | 1 | template:
|
2 |
| - bootstrap: 5 |
3 |
| - bootswatch: cosmo |
4 |
| - bslib: |
5 |
| - font_scale: 1.0 |
6 |
| - primary: '#C41230' |
7 |
| - link-color: '#C41230' |
8 |
| - navbar-bg: '#C41230' |
9 |
| - navbar-fg: '#f8f8f8' |
| 2 | + bootstrap: 5 |
10 | 3 |
|
| 4 | +development: |
| 5 | + mode: auto |
| 6 | + |
| 7 | +# Colors from epipredict & epidatr, including Carnegie Red https://www.cmu.edu/brand/brand-guidelines/visual-identity/colors.html |
11 | 8 | navbar:
|
12 |
| - bg: '#C41230' |
13 |
| - fg: '#f8f8f8' |
14 |
| - |
| 9 | + bg: "#C41230" |
| 10 | + fg: "#f8f8f8" |
| 11 | + bootswatch: cosmo |
| 12 | + bslib: |
| 13 | + font_scale: 1.0 |
| 14 | + primary: "#C41230" |
| 15 | + link-color: "#C41230" |
| 16 | + navbar-bg: "#C41230" |
| 17 | + navbar-fg: "#f8f8f8" |
| 18 | + |
15 | 19 | url: https://cmu-delphi.github.io/epiprocess/
|
16 | 20 |
|
17 | 21 | home:
|
18 |
| - links: |
19 |
| - - text: Introduction to Delphi's Tooling Work |
20 |
| - href: https://cmu-delphi.github.io/delphi-tooling-book/ |
21 |
| - - text: Get the epipredict R package |
22 |
| - href: https://cmu-delphi.github.io/epipredict/ |
23 |
| - - text: Get the epidatr R package |
24 |
| - href: https://github.com/cmu-delphi/epidatr |
| 22 | + links: |
| 23 | + - text: Introduction to Delphi's Tooling Work |
| 24 | + href: https://cmu-delphi.github.io/delphi-tooling-book/ |
| 25 | + - text: Get the epipredict R package |
| 26 | + href: https://cmu-delphi.github.io/epipredict/ |
| 27 | + - text: Get the epidatr R package |
| 28 | + href: https://github.com/cmu-delphi/epidatr |
| 29 | + - text: Get the epidatasets R package |
| 30 | + href: https://cmu-delphi.github.io/epidatasets/ |
25 | 31 |
|
26 | 32 | articles:
|
27 |
| -- title: Using the package |
28 |
| - desc: Basic usage and examples. |
29 |
| - navbar: ~ |
30 |
| - contents: |
31 |
| - - epiprocess |
32 |
| - - slide |
33 |
| - - growth_rate |
34 |
| - - correlation |
35 |
| - - aggregation |
36 |
| - - outliers |
37 |
| - - archive |
38 |
| - - advanced |
39 |
| - - compactify |
| 33 | + - title: Using the package |
| 34 | + desc: Basic usage and examples. |
| 35 | + navbar: ~ |
| 36 | + contents: |
| 37 | + - epiprocess |
| 38 | + - slide |
| 39 | + - growth_rate |
| 40 | + - correlation |
| 41 | + - aggregation |
| 42 | + - outliers |
| 43 | + - archive |
| 44 | + - advanced |
| 45 | + - compactify |
40 | 46 |
|
41 | 47 | repo:
|
42 |
| - url: |
43 |
| - home: https://github.com/cmu-delphi/epiprocess/tree/main/ |
44 |
| - source: https://github.com/cmu-delphi/epiprocess/blob/main/ |
45 |
| - issue: https://github.com/cmu-delphi/epiprocess/issues |
46 |
| - user: https://github.com/ |
47 |
| - |
| 48 | + url: |
| 49 | + home: https://github.com/cmu-delphi/epiprocess/tree/main/ |
| 50 | + source: https://github.com/cmu-delphi/epiprocess/blob/main/ |
| 51 | + issue: https://github.com/cmu-delphi/epiprocess/issues |
| 52 | + user: https://github.com/ |
48 | 53 |
|
49 | 54 | reference:
|
50 |
| -- title: "`epi_df` basics" |
51 |
| - desc: Details on `epi_df` format, and basic functionality. |
52 |
| -- contents: |
53 |
| - - matches("epi_df") |
54 |
| -- title: "`epi_*()` functions" |
55 |
| - desc: Functions that act on `epi_df` objects. |
56 |
| -- contents: |
57 |
| - - epi_slide |
58 |
| - - epi_cor |
59 |
| -- title: Vector functions |
60 |
| - desc: Functions that act directly on signal variables. |
61 |
| -- contents: |
62 |
| - - growth_rate |
63 |
| - - detect_outlr |
64 |
| - - detect_outlr_rm |
65 |
| - - detect_outlr_stl |
66 |
| -- title: "`epi_archive` basics" |
67 |
| - desc: Details on `epi_archive`, and basic functionality. |
68 |
| -- contents: |
69 |
| - - matches("archive") |
70 |
| -- title: "`epix_*()` functions" |
71 |
| - desc: Functions that act on an `epi_archive` and/or `grouped_epi_archive` object. |
72 |
| -- contents: |
73 |
| - - starts_with("epix") |
74 |
| - - group_by.epi_archive |
75 |
| -- title: Example data |
76 |
| -- contents: |
77 |
| - - archive_cases_dv_subset |
78 |
| - - incidence_num_outlier_example |
79 |
| - - contains("jhu_csse") |
80 |
| -- title: internal |
81 |
| - contents: |
82 |
| - - epiprocess |
83 |
| - - max_version_with_row_in |
84 |
| - - next_after |
85 |
| - - guess_period |
86 |
| - |
| 55 | + - title: "`epi_df` basics" |
| 56 | + desc: Details on `epi_df` format, and basic functionality. |
| 57 | + - contents: |
| 58 | + - matches("epi_df") |
| 59 | + - title: "`epi_*()` functions" |
| 60 | + desc: Functions that act on `epi_df` objects. |
| 61 | + - contents: |
| 62 | + - epi_slide |
| 63 | + - epi_cor |
| 64 | + - title: Vector functions |
| 65 | + desc: Functions that act directly on signal variables. |
| 66 | + - contents: |
| 67 | + - growth_rate |
| 68 | + - detect_outlr |
| 69 | + - detect_outlr_rm |
| 70 | + - detect_outlr_stl |
| 71 | + - title: "`epi_archive` basics" |
| 72 | + desc: Details on `epi_archive`, and basic functionality. |
| 73 | + - contents: |
| 74 | + - matches("archive") |
| 75 | + - title: "`epix_*()` functions" |
| 76 | + desc: Functions that act on an `epi_archive` and/or `grouped_epi_archive` object. |
| 77 | + - contents: |
| 78 | + - starts_with("epix") |
| 79 | + - group_by.epi_archive |
| 80 | + - title: Example data |
| 81 | + - contents: |
| 82 | + - archive_cases_dv_subset |
| 83 | + - incidence_num_outlier_example |
| 84 | + - contains("jhu_csse") |
| 85 | + - title: internal |
| 86 | + contents: |
| 87 | + - epiprocess |
| 88 | + - max_version_with_row_in |
| 89 | + - next_after |
| 90 | + - guess_period |
0 commit comments