# get citations refs = RefManageR::ReadZotero(group = "418217", .params = list(collection = "JFR868KJ", limit = 100)) refs_df = as.data.frame(refs) # View(refs_df) # citr::insert_citation(bib_file = "vignettes/refs_training.bib") RefManageR::WriteBib(refs, "refs.bib") # citr::tidy_bib_file(rmd_file = "vignettes/pct_training.Rmd", messy_bibliography = "vignettes/refs_training.bib") options(htmltools.dir.version = FALSE) knitr::opts_chunk$set(message = FALSE) library(RefManageR) BibOptions(check.entries = FALSE, bib.style = "authoryear", cite.style = 'alphabetic', style = "markdown", first.inits = FALSE, hyperlink = FALSE, dashed = FALSE) my_bib = refs
library(RefManageR) my_bib = RefManageR::ReadBib("~/itsleeds/pct/inst/rmd/refs.bib")
# publish results online cp -Rv ~/itsleeds/pct/data-raw/slides/pct-slides-i* ~/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
]
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"))
]
--
See web.tecnico.ulisboa.pt for interactive map
background-image: url(https://raw.githubusercontent.com/saferactive/saferactive/master/figures/la-multipliers.gif)
--
Plans from Leeds City Council responding to national guidance and funding for 'pop-up' cycleways (image credit: Leeds City Council):
background-image: url(https://raw.githubusercontent.com/cyipt/popupCycleways/master/figures/results-top-leeds.png)
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.