-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.qmd
More file actions
148 lines (87 loc) · 5.21 KB
/
index.qmd
File metadata and controls
148 lines (87 loc) · 5.21 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
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
---
title-block-style: none
toc: false
---
:::::::::::::::::::: {.content-hidden}
HI THERE! Everything inside this `.content-hidden` block is a comment and will
not be included in the rendered document. I am using these to talk about build
elements that are not relevant to the final HTML document.
NOTE: the `include` directives below are needed to load the metadata that are used
to populate the testimonials and orgs sections below. The ultimate effect
of these includes is to sort out the metadata blocks so that the YAML
header of this file remains managable and so that these data can be shared
across several files (e.g. for community/hubs.qmd).
You can find documentation for that directive at
<https://quarto.org/docs/authoring/includes.html>.
::::::::::::::::::::
{{< include /_data/testimonials.qmd >}}
{{< include /_data/active-hubs.qmd >}}
:::{.about-entity .column-page}
{alt="The hubverse" width="75%" style="display: block; margin-left: auto; margin-right: auto;"}
## Improving public health outcomes through collaborative modeling {.subtitle}
:::{.breakin}
Use the hubverse data standards and software to:
- [{{< fa handshake-simple >}} **Collaborate**]{.look-here} with modelers around the world
- [{{< fa retweet >}} **Share**]{.look-here} insights in real time
- [{{< fa person-chalkboard >}} **Inform**]{.look-here} critical decisions with **robust and validated** model outputs
:::
{.breakout alt="screenshots of successful model submissions paired with screenshots of dashboards showing forecast and evaluation visualizations for the flusight hub"}
[**Get started with [**a gentle introduction to modeling hubs**](quickstart/index.html).**]{.breakin}
::::{.breakin}
[{{< fa people-line >}} community](/community/index.qmd){.btn .btn-outline-dark .ms-auto}
<!-- [{{< fa people-pulling >}} Community](/community/index.qmd){.btn .btn-outline-dark .ms-auto} -->
[{{< fa compass >}} Data Standards](/tools/data.qmd){.btn .btn-outline-dark .ms-auto}
[{{< fa tools >}} Software](/tools/software.qmd){.btn .btn-outline-dark .ms-auto}
[{{< fa circle-info >}} About](/about.qmd){.btn .btn-outline-dark .ms-auto}
::::
:::
::: {.grid .column-screen-inset}
:::: {.g-col-12 .g-col-sm-12 .g-col-md-6}
## Data Standards
The core of the hubverse are the [**robust and flexible data standards**](tools/data.qmd) that
allow administrators to write **structured guidelines** for tabular model
output submissions that can be **easily validated, ensembled, and visualized**.
<!-- NOTE: If we do not include the grid class in this figure, it inherits the parent column sized class and outgrows its container -->
{.grid alt='diagram showing hubverse-org/schemas pointing to both tasks.json and admin.json. tasks.json points to model output and target data with the label "data validation". admin.json points to a box that shows contact information, file formats, and data storage'}
::::
:::: {.g-col-12 .g-col-sm-12 .g-col-md-6}
## Software
[**hubverse software**](tools/software.qmd) is written in R and provides tools for
all phases in the life cycle of a hub.
:::{ style="font-size: 1.4rem;"}
- {{< fa gear >}} **set up and manage** a hub with [hubAdmin](https://hubverse-org.github.io/hubAdmin)
- {{< fa check >}} **validate** model submissions with [hubValidations](https://hubverse-org.github.io/hubValidations)
- {{< fa download >}} **fetch model and target data** with [hubData](https://hubverse-org.github.io/hubData)
- {{< fa blender >}} **ensemble** models with [hubEnsembles](https://hubverse-org.github.io/hubEnsembles)
- {{< fa stethoscope >}} **evaluate** model performance with [hubEvals](https://hubverse-org.github.io/hubEvals)
- {{< fa chart-line >}} **visualize** forecasts with [hubViz](https://hubverse-org.github.io/hubVis)
- ... and more!
:::
All of these packages are available at [the hubverse
R-Universe](https://hubverse-org.r-universe.dev)
::::
:::
## Testimonials {#testimonials .column-screen-inset}
:::{.grid}
{{< partial /_partials/testimonial.qmd hmsc >}}
:::
::: {.column-page}
## Organizations using the hubverse
Do you have a hub, but it's not listed? [{{< fa question-circle >}} Tell us about your hub!](/contact.qmd){.btn .btn-outline-dark .ms-auto}
:::{#orgs .grid .text-center style='--bs-gap: 0.5em'}
{{< partial /_partials/orgs.qmd hubs.uscdc id="uscdc">}}
{{< partial /_partials/orgs.qmd hubs.ecdc id="ecdc">}}
{{< partial /_partials/orgs.qmd hubs.epiengage id="epiengage">}}
{{< partial /_partials/orgs.qmd hubs.cadph id="cadph">}}
{{< partial /_partials/orgs.qmd hubs.smhct id="smhct">}}
{{< partial /_partials/orgs.qmd hubs.acefa id="acefa">}}
{{< partial /_partials/orgs.qmd hubs.ai4casting id="ai4casting">}}
{{< partial /_partials/orgs.qmd hubs.hubverse id="hubverse">}}
{{< partial /_partials/orgs.qmd hubs.accidda id="accidda">}}
:::
:::
::: {.next-page}
[Next](/quickstart/index.qmd){.next-label}
[›](/quickstart/index.qmd){.next-arrow}
[**What is a modeling hub?**](/quickstart/index.qmd){.next-title}
:::