-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslides.Rmd
94 lines (55 loc) · 2.04 KB
/
slides.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
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
---
title: "Visualising transport energy use"
subtitle: "🚴🔋<br/>from area to street levels"
author: "Robin Lovelace"
institute: "Leeds' Institute for Transport Studies, SPS Group"
date: "`r Sys.Date()`"
output:
xaringan::moon_reader:
lib_dir: libs
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
---
background-image: url(https://user-images.githubusercontent.com/1825120/61066243-12dc6d80-a3fd-11e9-8805-826a47c553f6.png)
```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
```
???
Image credit: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Sharingan_triple.svg)
---
class: center, middle
# Why transport and energy?
--

--
It's a growing tough cookie: [Source](http://etheses.whiterose.ac.uk/5027/1/Thesis.pdf#page=24)
--
## It's an enigma
[Source](http://etheses.whiterose.ac.uk/5027/1/Thesis.pdf#page=3)
---
# Origins of interest in energy

Link: http://etheses.whiterose.ac.uk/5027/
Reproducible code: https://github.com/Robinlovelace/thesis-reproducible
---
# Link to social sciences

---
Cycling isn't the answer
Source: http://etheses.whiterose.ac.uk/5027/1/Thesis.pdf#page=311
---
cl# Current work - [visualisation](https://github.com/creds2/od-data)

ass: center, middle
# ---
# Methods
See https://docs.ropensci.org/stplanr/articles/stplanr-od.html
---
# Next
- Open discussion
---
#hanks!
Slides created via the R package [**xaringan**](https://github.com/yihui/xaringan).
The chakra comes from [remark.js](https://remarkjs.com), [**knitr**](http://yihui.name/knitr), and [R Markdown](https://rmarkdown.rstudio.com).