pagedown::chrome_print("data-raw/pct-slides-ertico-short.Rmd") browseURL("data-raw/pct-slides-ertico-short.pdf")
library(RefManageR) my_bib = RefManageR::ReadBib("~/itsleeds/pct/inst/rmd/refs.bib")
# publish results online cp -Rv data-raw/pct-slides* ~/saferactive/site/static/slides/ cp -Rv inst/rmd/libs ~/saferactive/site/static/slides/ cd ~/saferactive/site git add -A git status git commit -am 'Update slides' git push cd -
background-image: url(https://media.giphy.com/media/YlQQYUIEAZ76o/giphy.gif) background-size: cover class: center, middle
1st prototype: Hackathon at ODI Leeds in February 2015
We identifying key routes and mapped them
For description of aims, see Lovelace et al. (2017)
knitr::include_graphics("https://raw.githubusercontent.com/npct/pct-team/master/figures/early.png")
Photo: demo of the PCT to Secretary of State for Transport (March 2017)
.pull-left[
.pull-right[
See these levels at www.pct.bike
]
u = "https://github.com/ITSLeeds/pct/releases/download/0.5.0/routes_od_data_df_df.Rds" f = basename(u) if(!file.exists(f)){ download.file(u, f) } r = readRDS(f)
rnet = stplanr::overline(r, "bicycle") plot(rnet, lwd = rnet$bicycle / 10)
.pull-left[
]
.pull-right[
--
Dose/response modelling: about cycling in response to distance, hilliness and other factors. Source: pct R package website
background-image: url(https://user-images.githubusercontent.com/1825120/96583573-d3c1eb00-12d4-11eb-88b8-ca78087b63f7.png)
.pull-left[
Uses that were not initially planned
]
--
.pull-right[
r Citep(my_bib, "lovelace_stplanr:_2018", .opts = list(cite.style = "authoryear"))
r Citep(my_bib, "lovelace_geocomputation_2019", .opts = list(cite.style = "authoryear"))
r Citep(my_bib, "goodman_scenarios_2019", .opts = list(cite.style = "authoryear"))
]
--
PrintBibliography(my_bib) # RefManageR::WriteBib(my_bib, "refs-geostat.bib")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.