# 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

How the PCT works


The first prototype of the PCT

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)


The important of open access models


The PCT in 2020

.pull-left[

Geographic levels in the PCT

.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)

Live demo of the PCT for Bristol

See https://www.pct.bike/


.pull-left[

Uses of the PCT

Uses that were not initially planned

]

--

.pull-right[

Deploying in new contexts

]

--

For further info, see the training materials at itsleeds.github.io

Many use cases on the PCT website: pct.bike/manual.html


New possibilities in the PCT approach

See web.tecnico.ulisboa.pt for interactive map

background-image: url(https://raw.githubusercontent.com/saferactive/saferactive/master/figures/la-multipliers.gif)

--

Estimating change in exposure

Tackling denominator neglect


Estimating safety levels in KSI/bkm at high resolution


Estimating health benefits of cycling uptake with the PCT


From evidence to network plans

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)

The Rapid tool - see cyipt.bike/rapid


References

PrintBibliography(my_bib)
# RefManageR::WriteBib(my_bib, "refs-geostat.bib")


ITSLeeds/pct documentation built on April 13, 2025, 5:49 p.m.