forked from green-striped-gecko/covid_canberra
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.Rmd
56 lines (40 loc) · 1.73 KB
/
about.Rmd
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
---
title: "About the project"
---
Column {data-width=400}
------------------------------------------------------------
```{r setupabout, include=FALSE, message=FALSE, warning=FALSE}
library(knitr)
library(rmdformats)
## Global options
# options(max.print="75")
knitr::opts_chunk$set(
echo = FALSE,
message = FALSE,
warning = FALSE,
cache = FALSE,
cache.path = "docs/",
# width=75,
comment = NA,
prompt = FALSE,
tidy = TRUE
)
```
This website tracks COVID-19 data and mobility information for the ACT and Canberra using code and data developed in the open source community. This information is only a guide. Please refer to official reports and press releases from government certified resources. <br>
- Government page: [ACT.govt.au](https://www.covid19.act.gov.au/)<br>
- Data: [ACT govt data](https://app.powerbi.com/view?r=eyJrIjoiZTY4NTI1NzQtYTBhYy00ZTY4LTk3NmQtYjBjNzdiOGMzZjM3IiwidCI6ImI0NmMxOTA4LTAzMzQtNDIzNi1iOTc4LTU4NWVlODhlNDE5OSJ9)<br>
```{r fig.align='center', fig.height=10, fig.width=8}
# ACT raw map
knitr::include_url("https://app.powerbi.com/view?r=eyJrIjoiZTY4NTI1NzQtYTBhYy00ZTY4LTk3NmQtYjBjNzdiOGMzZjM3IiwidCI6ImI0NmMxOTA4LTAzMzQtNDIzNi1iOTc4LTU4NWVlODhlNDE5OSJ9")
##html to data here
#save baseline
##check dayly
#interactive map in the future
```
#### ACT vaccine rollout
BRAND NEW and amazing app :) all abc top notch journalism (reproducible and transparent)
```{r fig.height=4, fig.width=8}
knitr::include_url("https://markusmannheim.github.io/act-coronavirus-teaser/")
```
#### Join mail list
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdw-QWPpUsD6eH59kFJC5zJCXD6bExu7lmLboKdixR6iXJhAg/viewform?embedded=true" width="640" height="931" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>