-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
216 lines (194 loc) · 7.12 KB
/
references.bib
File metadata and controls
216 lines (194 loc) · 7.12 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
@inproceedings{SUMO2018,
title = {Microscopic Traffic Simulation using SUMO},
author = {Pablo Alvarez Lopez and Michael Behrisch and Laura Bieker-Walz and Jakob Erdmann and Yun-Pang Fl{\"o}tter{\"o}d and Robert Hilbrich and Leonhard L{\"u}cken and Johannes Rummel and Peter Wagner and Evamarie Wie{\ss}ner},
publisher = {IEEE},
booktitle = {The 21st IEEE International Conference on Intelligent Transportation Systems},
year = {2018},
journal = {IEEE Intelligent Transportation Systems Conference (ITSC)},
keywords = {traffic simulation, modelling, optimization},
url = {https://elib.dlr.de/124092/}
}
@article{knuth84,
author = {Knuth, Donald E.},
title = {Literate Programming},
year = {1984},
issue_date = {May 1984},
publisher = {Oxford University Press, Inc.},
address = {USA},
volume = {27},
number = {2},
issn = {0010-4620},
url = {https://doi.org/10.1093/comjnl/27.2.97},
doi = {10.1093/comjnl/27.2.97},
journal = {Comput. J.},
month = may,
pages = {97–111},
numpages = {15}
}
@techreport{IMOB,
title={Mobilidade e funcionalidade do território nas {Áreas Metropolitanas do Porto e de Lisboa}: 2017},
url={https://www.ine.pt/xportal/xmain?xpid=INE&xpgid=ine_publicacoes&PUBLICACOESpub_boui=349495406&PUBLICACOESmodo=2&xlang=pt},
author= {INE},
institution = {{Instituto National de Estatística}},
address={Lisboa},
isbn={978-989-25-0478-0},
year={2018}
}
@techreport{INEcensus,
title={{Censos 2021- XVI Recenseamento Geral da População. VI Recenseamento Geral da Habitação}},
url={https://censos.ine.pt/xurl/pub/65586079},
author= {INE},
institution = {{Instituto National de Estatística}},
address={Lisboa},
isbn={978-989-25-0619-7},
year={2022}
}
@book{sf,
author = {Edzer Pebesma and Roger Bivand},
year = 2023,
title = {Spatial Data Science: With Applications in {R}},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton},
URL = {https://doi.org/10.1201/9780429459016},
doi = {10.1201/9780429459016}
}
@article{Lovelace2022,
journal={Findings},
doi={10.32866/001c.33873},
publisher={Findings Press},
title={Jittering: A Computationally Efficient Method for Generating Realistic Route Networks from Origin-Destination Data},
author={Robin Lovelace and Rosa Félix and Dustin Carlino},
date={2022-04-08},
year=2022,
month=4,
day=8,
}
@article{Pereira2021r5r,
journal={Findings},
doi={10.32866/001c.21262},
publisher={Findings Press},
title={r5r: Rapid Realistic Routing on Multimodal Transport Networks with R\textsuperscript{5} in R},
author={Pereira, Rafael H. M. and Saraiva, Marcus and Herszenhut, Daniel and Braga, Carlos Kaue Vieira and Conway, Matthew Wigginton},
date={2021-03-04},
year=2021,
month=3,
day=4,
}
@Manual{centr,
title = {centr: Weighted and Unweighted Spatial Centers},
author = {Ryan Zomorrodi},
year = {2024},
note = {R package version 0.2.0, https://github.com/ryanzomorrodi/centR},
url = {https://ryanzomorrodi.github.io/centr/},
}
@article{stplanr,
author = {Robin Lovelace and Richard Ellison},
title = {stplanr: A Package for Transport Planning},
year = {2018},
volume = {10},
number = {2},
journal = {{The R Journal}},
pages = {10},
doi = {10.32614/RJ-2018-053},
}
@Manual{od,
title = {od: Manipulate and Map Origin-Destination Data},
author = {Robin Lovelace and Malcolm Morgan},
year = {2024},
note = {R package version 0.5.1, https://itsleeds.github.io/od/},
url = {https://github.com/itsleeds/od},
}
@book{intror,
author = {Claudia A Engel},
year = 2023,
title = {Introduction to R},
URL = {cengel.github.io/R-intro/},
}
@book{geocomputation,
title={Geocomputation with R},
edition={Second},
author={Robin Lovelace and Jakub Nowosad and Jannes Muenchow},
year={2024},
publisher={Chapman and Hall/CRC},
url={https://r.geocompx.org/}
}
@book{accessibility,
title={Introduction to urban accessibility: a practical guide with R},
author={Pereira, Rafael HM and Herszenhut, Daniel},
year={2023},
publisher={Instituto de Pesquisa Econ{\^o}mica Aplicada (Ipea)},
url={https://ipeagit.github.io/intro_access_book/}
}
@manual{checklist,
title={Guide: The Open Data Consumer Checklist},
author={{The Open Data Institute}},
year={2013},
url={https://theodi.org/insights/guides/the-open-data-consumer-checklist/},
}
@article{
pereira2021,
title={r5r: Rapid Realistic Routing on Multimodal Transport Networks with R ⁵ in R},
ISSN={2652-8800},
url={https://findingspress.org/article/21262-r5r-rapid-realistic-routing-on-multimodal-transport-networks-with-r-5-in-r},
DOI={10.32866/001c.21262},
journal={Findings},
author={Pereira, Rafael H. M. and Saraiva, Marcus and Herszenhut, Daniel and Braga, Carlos Kaue Vieira and Conway, Matthew Wigginton},
year={2021},
month={Mar} }
@Manual{siteselection2024,
title = {SiteSelection: An R script to find complex areas for the Streets4All Project},
author = {{Rosa Félix} and {Gabriel Valença}},
year = {2024},
note = {R package version 0.3},
url = {https://u-shift.github.io/SiteSelection/},
}
@techreport{flowers2022,
title={{±15-Minute City: Human-centred planning in action - Mobility for more liveable urban spaces}},
url={https://www.eiturbanmobility.eu/wp-content/uploads/2022/11/EIT-UrbanMobilityNext9_15-min-City_144dpi.pdf},
author= {Benjamin Büttner and Sebastian Seisenberger and María Teresa Baquero Larriva and Ana Graciela Rivas De Gante and Sindi Haxhija and Alba Ramirez and Bartosz McCormick},
institution = {{EIT Urban Mobility, Technical University of Munich}},
address={Munich},
isbn={978-989-25-0619-7},
year={2022},
month={11}
}
@Manual{od,
title = {od: Manipulate and Map Origin-Destination Data},
author = {Robin Lovelace and Malcolm Morgan},
year = {2024},
note = {R package version 0.5.1, https://itsleeds.github.io/od/},
url = {https://github.com/itsleeds/od},
}
@article{herszenhut2022,
title = {The impact of transit monetary costs on transport inequality},
author = {Herszenhut, Daniel and Pereira, Rafael H.M. and Portugal, Licinio da Silva and Oliveira, Matheus Henrique de Sousa},
year = {2022},
month = {02},
date = {2022-02},
journal = {Journal of Transport Geography},
pages = {103309},
volume = {99},
doi = {10.1016/j.jtrangeo.2022.103309},
url = {http://dx.doi.org/10.1016/j.jtrangeo.2022.103309},
langid = {en}
}
@article{el-geneidy2016,
title = {The cost of equity: Assessing transit accessibility and social disparity using total travel cost},
author = {El-Geneidy, Ahmed and Levinson, David and Diab, Ehab and Boisjoly, Genevieve and Verbich, David and Loong, Charis},
year = {2016},
month = {09},
date = {2016-09},
journal = {Transportation Research Part A: Policy and Practice},
pages = {302--316},
volume = {91},
doi = {10.1016/j.tra.2016.07.003},
url = {http://dx.doi.org/10.1016/j.tra.2016.07.003},
langid = {en}
}
@article{LTSmineta,
title={Low-stress bicycling and network connectivity},
author={Mekuria, Maaza C and Furth, Peter G and Nixon, Hilary},
year={2012},
publisher={Mineta Transportation Institute},
url={https://transweb.sjsu.edu/research/Low-Stress-Bicycling-and-Network-Connectivity}
}