Learning Mobility Flows from Urban Features with Spatial Interaction Models and Neural Networks*

Total Page:16

File Type:pdf, Size:1020Kb

Learning Mobility Flows from Urban Features with Spatial Interaction Models and Neural Networks* Learning Mobility Flows from Urban Features with Spatial Interaction Models and Neural Networks* Gevorg Yeghikyan Felix L. Opolka Mirco Nanni Bruno Lepri Pietro Lio` Scuola Normale Superiore University of Cambridge ISTI-CNR FBK University of Cambridge Pisa, Italy Cambridge, UK Pisa, Italy Trento, Italy Cambridge, UK [email protected][email protected] [email protected] [email protected] [email protected] Abstract—A fundamental problem of interest to policy mak- More specifically, the motivation for this task comes from ers, urban planners, and other stakeholders involved in urban a scenario in which it is necessary to assess the impact development projects is assessing the impact of planning and of an urban development project on the OD flows in and construction activities on mobility flows. This is a challenging task due to the different spatial, temporal, social, and economic out of the project’s location. Examples of these motivating factors influencing urban mobility flows. These flows, along with scenarios include retail location choice and consumer spatial the influencing factors, can be modelled as attributed graphs behaviour prediction, which have been approached with the with both node and edge features characterising locations in Huff model and its modifications [7]. These models, however, a city and the various types of relationships between them. suffer from a series of drawbacks related mostly to overly In this paper, we address the problem of assessing origin- destination (OD) car flows between a location of interest and restrictive assumptions. In this paper, we take a different every other location in a city, given their features and the approach and focus on the problem of evaluating OD flows structural characteristics of the graph. We propose three neural in and out of a location of interest. By modelling urban flows network architectures, including graph neural networks (GNN), as attributed graphs in which the nodes represent locations and conduct a systematic comparison between the proposed in a city (i.e. each node is described by a vector of features methods and state-of-the-art spatial interaction models, their modifications, and machine learning approaches. The objective such as population density, Airbnb prices, available parking of the paper is to address the practical problem of estimating areas, etc.), and the edges represent the car flows between potential flow between an urban development project location them (each one described by a vector of features such as road and other locations in the city, where the features of the project distance, average time required to travel, average speed, etc.), location are known in advance. We evaluate the performance this project aims to offer an instrument for assessing flows of the models on a regression task using a custom data set of attributed car OD flows in London. We also visualise the model between a specific location and all other locations in the city. performance by showing the spatial distribution of flow residuals Since a rigorous experimental setting would have required across London. difficult-to-obtain longitudinal data of OD flows before and Index Terms—urban mobility flows, spatial interaction models, after the completion of an urban development project, we set graph neural networks, urban computing up a quasi-experimental setting. We randomly select locations in a city and the flows associated with them as a test set, I. INTRODUCTION and attempt to find a function that takes the urban features Planning and managing city and transportation infrastruc- describing city locations and the remaining flows as input, tures requires understanding the relationship between urban and predicts the flows in the test set as output. mobility flows and spatial, structural, and socio-economic In sum, our paper makes the following contributions: features associated with them. There exists extensive literature • We propose three neural network architectures for pre- addressing this problem ranging from the classical gravity arXiv:2004.11924v1 [cs.SI] 24 Apr 2020 dicting car flows between a location of interest and every model and its modifications [1], [2] to the more recent spatial other location in a city. Two of the models use graph con- econometric interaction models [3] and the non-parametric ra- volutional layers that pool information from geographical diation models [4] that attempt to characterise cross-sectional or topological neighbourhoods around relevant nodes to origin-destination (OD) flow matrices. Furthermore, various incorporate more information (Section V). neural network-based models have been proposed for predict- • We evaluate and compare our models on a custom dataset ing temporal OD flow matrices [5], [6]. However, modelling of aggregate OD car flows in London, containing node OD flow matrices in their entirety, the mentioned works do and edge features (Section VI). not address the problem of assessing flows between a specific • We show that the proposed neural network models outper- location and every other location in the city, given all other form well-known spatial interaction and machine learning flows, other location characteristics, as well as information on models. A comparison among neural network models the dyadic relations between those locations. reveals that graph convolutions do not substantially im- *To appear in the Proceedings of 2020 IEEE International Conference on prove prediction performance on the formulated task Smart Computing (SMARTCOMP 2020) (Sections IV, VI). • We describe our custom dataset and make it publicly disadvantage of considering either spatial agglomeration or available along with the code for this study (Section III). competition effects, ignoring the fact that they can coexist in the same location. Even though a number of extensions to the II. RELATED WORK Huff model and the gravity framework in general have been The problem of estimating human flows between locations proposed to overcome spatial non-stationarity and to include in a geographical space has been first addressed by [1] through a larger array of features affecting the flows [19], [20], this a family of spatial interaction models and subsequently ex- family of models, along with the non-parametric radiation and tended by [2]. Spatial interaction models, extensively used population-weighted opportunities model, have demonstrated to estimate human mobility flows and trip demand between to fall short of high predictive capacity particularly at the city locations as a function of the location features, have be- scale [21], [22], [23]. come an acknowledged method for modelling geographical More recently, machine learning, particularly a Random mobility in transportation planning [8], [9], commuting [10], Forest approach, has shown promising results in reconstructing and spatial economics [11]. The spatial interaction models inter-city OD flow matrices [24]. However, its performance on are usually calibrated via an Ordinary Least Squares (OLS) intra-urban flow data remains to be tested. regression, which assumes normally distributed data. However, Moreover, as already mentioned, the discussed models ad- OD flows are usually not distributed normally, are count data, dress the problem of modelling the OD flow matrix as a whole and contain a large number of zero flows. This makes the and have to be adapted to our specific task of estimating flows setting incompatible with OLS estimation and requires either between a specific location and all other locations, given the a Poisson model or, in the presence of over-dispersion, a other flows in the city, the location features, and the features Negative Binomial Regression (NB) model [12]. describing the dyadic relations between them, respectively. Another major concern in this modelling scenario are the The problem of estimating OD flows has also been ad- complex interactions often caused by spatial dependencies dressed with neural network methods [25]. As flows are most and non-stationarity. The former arises from spill-over effects naturally modelled by graphs, most work has focused on the from a location to its neighbourhoods, while the latter is use of graph neural networks for flow estimation. An early caused by the influence of independent variables varying neural network model for graph structured data has been across space. These issues have been addressed in literature by suggested in [26]. Later work has specifically focused on spatial autocorrelation and geographically weighted modelling generalising Convolutional Neural Networks from the domain techniques [13], [3], [14], [12]. of regular grids to the domain of irregular graphs [27], [28]. Another approach within the spatial interaction modelling One of the most commonly used graph neural network models paradigm is the Huff model and its extensions [7]. Originally is the Graph Convolutional Neural Network (GCN) proposed developed mainly for retail location choice and turnover pre- in [29]. diction, they represent a probabilistic formulation of the grav- Graph neural networks have previously been applied to ity model. The Huff model considers OD flows as proportional urban planning tasks. In [5], they have been used to predict the to the relative attractiveness and accessibility of the destination flow of bikes within a bike sharing system. Unlike our model, flows are modelled as node-level features, which requires a compared to other competing destinations. The probability Pij of a consumer at location i of choosing to shop at a retail different neural network model and does not allow to predict location j is framed as: flows between specific pairs of nodes. Although [30] uses graph neural networks to predict flows between parts of a α −β Aj Dij city, their model operates on spatio-temporal data and focuses Pij = ; (1) Pn AαD−β on the temporal aspect of the data. Beyond flow prediction, j=1 j ij in [31], a graph neural network model has been proposed where Aj is a measure of attractiveness of retail location j, for building site selection. A broader overview of machine such as area or a linear combination of different features, Dij learning methods applied to the task of urban flow prediction is the distance between locations i and j, α and β, estimated is given in [32].
Recommended publications
  • Urban Anomaly Analytics: Description, Detection, and Prediction
    JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2019 1 Urban Anomaly Analytics: Description, Detection, and Prediction Mingyang Zhang, Tong Li,Student Member, IEEE, Yue Yu, Yong Li,Senior Member, IEEE, Pan Hui,Fellow, IEEE and Yu Zheng,Senior Member, IEEE, Abstract—Urban anomalies may result in loss of life or property if not handled properly. Automatically alerting anomalies in their early stage or even predicting anomalies before happening are of great value for populations. Recently, data-driven urban anomaly analysis frameworks have been forming, which utilize urban big data and machine learning algorithms to detect and predict urban anomalies automatically. In this survey, we make a comprehensive review of the state-of-the-art research on urban anomaly analytics. We first give an overview of four main types of urban anomalies, traffic anomaly, unexpected crowds, environment anomaly, and individual anomaly. Next, we summarize various types of urban datasets obtained from diverse devices, i.e., trajectory, trip records, CDRs, urban sensors, event records, environment data, social media and surveillance cameras. Subsequently, a comprehensive survey of issues on detecting and predicting techniques for urban anomalies is presented. Finally, research challenges and open problems as discussed. Index Terms—Anomaly detection, spatiotemporal data mining, urban computing, event detection. F 1 INTRODUCTION their travel routes or transport. In this way, it will save RBAN anomalies are typically unusual events occur- people a lot of time on the commute and further improve U ring in urban environments, such as traffic conges- their quality of lives. tion and unexpected crowd gathering, which may pose Meanwhile, smart devices and various kinds of sensors tremendous threats to public safety and stability if not widely located in cities collect the data produced in urban timely handled [1], [2].
    [Show full text]
  • Machine Learning for Urban Computing Bilgeçağ Aydoğdu, Albert Ali Salah1
    Machine Learning for Urban Computing Bilgeçağ Aydoğdu, Albert Ali Salah1 1. Introduction Increasing urbanization rates and growth of population in urban areas have brought complex problems to be solved in various fields such as urban planning, energy, health, safety, and transportation. Urban computing (UC) is the name of the process that involves collection, integration and analysis of heterogeneous urban data coming from various types of sensors in the city, with the purpose of tackling urban problems (Zheng et al., 2014). Within this framework, the first step of UC is to collect data through sensors like mobile phones, surveillance cameras, vehicles with sensors, or social media applications. The second step is to store, clean, and index the spatiotemporal data through different data management techniques by preparing it for data analytics. The third step is to apply different analysis approaches to solve urban tasks related to different problems. Machine learning methods are some of the most powerful analysis approaches for this purpose, because they can help model arbitrarily complex relationships between measurements and target variables, and they can adapt to dynamically changing environments, which is very important in UC, as cities are constantly in motion. Machine learning (ML) is a subfield of artificial intelligence (AI) that combines computer science and statistics with the objective of optimizing a performance criterion by learning models from data or from past experience (Alpaydın, 2020). The capabilities of ML have sharply increased in the last decades due to increased abilities of computers to store and process large volumes of data, as well as due to theoretical advances.
    [Show full text]
  • ICT of the New Wave of Computing for Sustainable Urban Forms: Their Big Data and Context–Aware Augmented Typologies and Design Concepts
    Accepted Manuscript Title: ICT of the New Wave of Computing for Sustainable Urban Forms: Their Big Data and Context–Aware Augmented Typologies and Design Concepts Author: Simon Elias Bibri John Krogstie PII: S2210-6707(16)30247-5 DOI: http://dx.doi.org/doi:10.1016/j.scs.2017.04.012 Reference: SCS 637 To appear in: Received date: 14-8-2016 Revised date: 20-4-2017 Accepted date: 20-4-2017 Please cite this article as: Bibri, S. E., and Krogstie, J.,ICT of the New Wave of Computing for Sustainable Urban Forms: Their Big Data and ContextndashAware Augmented Typologies and Design Concepts, Sustainable Cities and Society (2017), http://dx.doi.org/10.1016/j.scs.2017.04.012 This is a PDF file of an unedited manuscript that has been accepted for publication. As a service to our customers we are providing this early version of the manuscript. The manuscript will undergo copyediting, typesetting, and review of the resulting proof before it is published in its final form. Please note that during the production process errors may be discovered which could affect the content, and all legal disclaimers that apply to the journal pertain. ICT of the New Wave of Computing for Sustainable Urban Forms: Their Big Data and Context–Aware Augmented Typologies and Design Concepts Simon Elias Bibri 1 NTNU Norwegian University of Science and Technology, Department of Computer and Information Science and Department of Urban Planning and Design, Sem Saelands veie 9, NO–7491, Trondheim, Norway John Krogstie NTNU Norwegian University of Science and Technology, Department of Computer and Information Science, Sem Saelands veie 9, NO–7491, Trondheim, Norway E–mail address: [email protected] Abstract Undoubtedly, sustainable development has inspired a generation of scholars and practitioners in different disciplines into a quest for the immense opportunities created by the development of sustainable urban forms for human settlements that will enable built environments to function in a more constructive and efficient way.
    [Show full text]
  • Machine Learning Approaches to Bike-Sharing Systems: a Systematic Literature Review
    International Journal of Geo-Information Review Machine Learning Approaches to Bike-Sharing Systems: A Systematic Literature Review Vitória Albuquerque 1,* , Miguel Sales Dias 1,2 and Fernando Bacao 1 1 NOVA Information Management School (NOVA IMS), Universidade Nova de Lisboa, Campus de Campolide, 1070-312 Lisboa, Portugal; [email protected] (M.S.D.); [email protected] (F.B.) 2 Instituto Universitário de Lisboa (ISCTE-IUL), ISTAR, 1649-026 Lisboa, Portugal * Correspondence: [email protected] Abstract: Cities are moving towards new mobility strategies to tackle smart cities’ challenges such as carbon emission reduction, urban transport multimodality and mitigation of pandemic hazards, emphasising on the implementation of shared modes, such as bike-sharing systems. This paper poses a research question and introduces a corresponding systematic literature review, focusing on machine learning techniques’ contributions applied to bike-sharing systems to improve cities’ mobility. The preferred reporting items for systematic reviews and meta-analyses (PRISMA) method was adopted to identify specific factors that influence bike-sharing systems, resulting in an analysis of 35 papers published between 2015 and 2019, creating an outline for future research. By means of systematic literature review and bibliometric analysis, machine learning algorithms were identified in two groups: classification and prediction. Keywords: bike-sharing systems; machine learning; classification; prediction; PRISMA method 1. Introduction Citation: Albuquerque, V.; Sales Changes are taking place in the future development of the transport sector. To this Dias, M.; Bacao, F. Machine Learning aim, concrete plans are already in place, such as the Sustainable Development Goals Approaches to Bike-Sharing Systems: (SDGs) [1], the New Urban Agenda [2] and the Organisation for Economic Co-operation A Systematic Literature Review.
    [Show full text]
  • Understanding Urban Dynamics Via Context-Aware Tensor Factorization with Neighboring Regularization
    1 Understanding Urban Dynamics via Context-aware Tensor Factorization with Neighboring Regularization Jingyuan Wang, Junjie Wu, Ze Wang, Fei Gao, and Zhang Xiong Abstract—Recent years have witnessed the world-wide emergence of mega-metropolises with incredibly huge populations. Understanding residents mobility patterns, or urban dynamics, thus becomes crucial for building modern smart cities. In this paper, we propose a Neighbor-Regularized and context-aware Non-negative Tensor Factorization model (NR-cNTF) to discover interpretable urban dynamics from urban heterogeneous data. Different from many existing studies concerned with prediction tasks via tensor completion, NR-cNTF focuses on gaining urban managerial insights from spatial, temporal, and spatio-temporal patterns. This is enabled by high-quality Tucker factorizations regularized by both POI-based urban contexts and geographically neighboring relations. NR-cNTF is also capable of unveiling long-term evolutions of urban dynamics via a pipeline initialization approach. We apply NR-cNTF to a real-life data set containing rich taxi GPS trajectories and POI records of Beijing. The results indicate: 1) NR-cNTF accurately captures four kinds of city rhythms and seventeen spatial communities; 2) the rapid development of Beijing, epitomized by the CBD area, indeed intensifies the job-housing imbalance; 3) the southern areas with recent government investments have shown more healthy development tendency. Finally, NR-cNTF is compared with some baselines on traffic prediction, which further justifies the importance of urban contexts awareness and neighboring regulations. Index Terms—Urban Dynamics, Tensor Factorizations, Urban Planning, Spatio-Temporal Pattern, GPS Trajectory F 1 INTRODUCTION As reported by the World Bank1, at the end of 2016 understand the evolving rules of cities so as to make proper more than 53% population of the world, i.e., about 3.7 urban planning.
    [Show full text]
  • Smart Futures Meet Northern Realities: Anthropological Perspectives on the Design and Adoption of Urban Computing
    B 126 OULU 2015 B 126 UNIVERSITY OF OULU P.O. Box 8000 FI-90014 UNIVERSITY OF OULU FINLAND ACTA UNIVERSITATIS OULUENSIS ACTA UNIVERSITATIS OULUENSIS ACTA HUMANIORAB Johanna Ylipulli Johanna Ylipulli Professor Esa Hohtola SMART FUTURES MEET University Lecturer Santeri Palviainen NORTHERN REALITIES: Postdoctoral research fellow Sanna Taskila ANTHROPOLOGICAL PERSPECTIVES ON THE Professor Olli Vuolteenaho DESIGN AND ADOPTION University Lecturer Veli-Matti Ulvinen OF URBAN COMPUTING Director Sinikka Eskelinen Professor Jari Juga University Lecturer Anu Soikkeli Professor Olli Vuolteenaho UNIVERSITY OF OULU GRADUATE SCHOOL; UNIVERSITY OF OULU, FACULTY OF HUMANITIES, Publications Editor Kirsti Nurkkala CULTURAL ANTHROPOLOGY; FACULTY OF INFORMATION TECHNOLOGY AND ELECTRICAL ENGINEERING, ISBN 978-952-62-0747-6 (Paperback) DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING ISBN 978-952-62-0748-3 (PDF) ISSN 0355-3205 (Print) ISSN 1796-2218 (Online) ACTA UNIVERSITATIS OULUENSIS B Humaniora 126 JOHANNA YLIPULLI SMART FUTURES MEET NORTHERN REALITIES: ANTHROPOLOGICAL PERSPECTIVES ON THE DESIGN AND ADOPTION OF URBAN COMPUTING Academic dissertation to be presented with the assent of the Doctoral Training Committee of Human Sciences of the University of Oulu for public defence in Kuusamonsali (YB210), Linnanmaa, on 6 March 2015, at 1 p.m. UNIVERSITY OF OULU, OULU 2015 Copyright © 2015 Acta Univ. Oul. B 126, 2015 Supervised by Professor Hannu I. Heikkinen Professor Jaakko Suominen Professor Timo Ojala Reviewed by Professor Sarah Pink Doctor Anne Galloway Opponent Professor Gertraud Koch ISBN 978-952-62-0747-6 (Paperback) ISBN 978-952-62-0748-3 (PDF) ISSN 0355-3205 (Printed) ISSN 1796-2218 (Online) Cover Design Raimo Ahonen JUVENES PRINT TAMPERE 2015 Ylipulli, Johanna, Smart futures meet northern realities: Anthropological perspectives on the design and adoption of urban computing.
    [Show full text]
  • A Transdisciplinary Perspective on City Technologies: Touchpoints Between Informatics and Urban Disciplines
    Track: Methods and Technologies for Transformative Planning A Transdisciplinary Perspective on City Technologies: Touchpoints between Informatics and Urban Disciplines Lucia Lupi DIST - Interuniversity Department of Regional and Urban Studies and Planning Politecnico and University of Turin, Turin (IT) [email protected] Abstract: Current digital technologies are not oriented to support the practices of transformative planning and more in general the management of complex social processes in urban environments. The active engagement of scholars and urban practitioners in defining nature and applications of future city technologies meant to addresses this type of challenges is crucial. However, this path requires to move beyond the disciplinary boundaries and conventional research practices of urban disciplines. Assuming a transdisciplinary perspective is essential to effectively combine the consolidated knowledge on city dynamics and urban transformations developed within urban disciplines with the knowledge and expertise in the design of digital technologies in the domain of Informatics. To contribute in establishing synergies for developing a transdisciplinary research agenda on city technologies, this paper outlines a schema for bridging urban disciplines and informatics, in particular, Urban Planning, Urban Design and Urban Studies on one side, and Computer-Supported Cooperative Work, Human-Computer Interaction Design and Information Systems on the other side. This work maps correspondences and affinities between different fields on both sides, highlighting some essential approaches or concepts in each of them that could benefit from the integration with their counterpart in order to advance our understanding on how to rethink digital technologies for serving social change aims and transformative planning practices. Keywords: Transdisciplinarity, City technologies, Transformative planning, Social Change 1.
    [Show full text]
  • 1 Towards Augmented Reality-Driven Human-City
    1 Towards Augmented Reality-driven Human-City Interaction: Current Research on Mobile Headsets and Future Challenges LIK-HANG LEE∗, KAIST, Republic of Korea TRISTAN BRAUD, Division of Integrative Systems and Design (ISD), The Hong Kong University of Science and Technology, Hong Kong SIMO HOSIO, Center for Ubiquitous Computing, The University of Oulu, Finland PAN HUI, Department of Computer Science and Engineering, The Hong Kong University of Science and Technology, Hong Kong and Department of Computer Science, The University of Helsinki, Finland Interaction design for Augmented Reality (AR) is gaining increasing attention from both academia and industry. This survey discusses 260 articles (68.8% of articles published between 2015 – 2019) to review the field of human interaction in connected cities with emphasis on augmented reality-driven interaction. We provide an overview of Human-City Interaction and related technological approaches, followed by reviewing the latest trends of information visualization, constrained interfaces, and embodied interaction for AR headsets. We highlight under-explored issues in interface design and input techniques that warrant further research, and conjecture that AR with complementary Conversational User Interfaces (CUIs) is a crucial enabler for ubiquitous interaction with immersive systems in smart cities. Our work helps researchers understand the current potential and future needs of AR in Human-City Interaction. CCS Concepts: • Human-Centre Computing → Human computer interaction (HCI); • Interaction paradigms → Mixed / augmented reality. Additional Key Words and Phrases: Extended Reality; Augmented Reality; Virtual Reality; Digital Twins; Smartglasses; Urban Computing; Smart City; Interaction Techniques. ACM Reference Format: Lik-Hang Lee, Tristan Braud, Simo Hosio, and Pan Hui. 2021. Towards Augmented Reality-driven Human-City Interaction: Current Research on Mobile Headsets and Future Challenges.
    [Show full text]
  • Interactive Bike Lane Planning Using Sharing Bikes’ Trajectories
    This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TKDE.2019.2907091, IEEE Transactions on Knowledge and Data Engineering JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 1 Interactive Bike Lane Planning using Sharing Bikes’ Trajectories Tianfu He, Jie Bao, Sijie Ruan, Ruiyuan Li, Yanhua Li, Hui He, Yu Zheng Abstract—Cycling as a green transportation mode has been promoted by many governments all over the world. As a result, constructing effective bike lanes has become a crucial task to promote the cycling life style, as well-planned bike lanes can reduce traffic congestions and safety risks. Unfortunately, existing trajectory mining approaches for bike lane planning do not consider one or more key realistic government constraints: 1) budget limitations, 2) construction convenience, and 3) bike lane utilization. In this paper, we propose a data-driven approach to develop bike lane construction plans based on the large-scale real world bike trajectory data collected from Mobike, a station-less bike sharing system. We enforce these constraints to formulate our problem and introduce a flexible objective function to tune the benefit between coverage of users and the length of their trajectories. We prove the NP-hardness of the problem and propose greedy-based heuristics to address it. To improve the efficiency of the bike lane planning system for the urban planner, we propose a novel trajectory indexing structure and deploy the system based on a parallel computing framework (Storm) to improve the system’s efficiency.
    [Show full text]
  • Transdisciplinary Approaches to Urban Computing
    Transdisciplinary Approaches to Urban Computing Guest Editors’ Introduction Hannu Kukka, University of Oulu, Finland Marcus Foth, Queensland University of Technology, Australia Anind K. Dey, Carnegie Mellon University, USA Introduction Welcome to this special issue on transdisciplinary approaches to urban computing. Let us begin by discussing the two titular terms, transdisciplinarity and urban computing, and the reasons these two topics are so closely entwined. Transdisciplinarity as a term is, of course, built from the Latin word trāns, meaning “on the other side of,” and discipline, referring to scientific disciplines. In this sense, the term can be understood to refer to going beyond disciplines, crossing disciplinary boundaries, and examining topics in a holistic fashion through several overlapping lenses – epistemologically, theoretically, and methodologically. The term differs from the related concepts of multidisciplinarity, where a topic is studied by several disciplines that are in service of a “home” discipline, and interdisciplinarity, where methods from one discipline are transferred to another. In compiling this special issue, we called for a multi-themed discussion on urban computing, asking authors from several interrelated fields of study to discuss a more transdisciplinary approach to the field. The starting point that we hoped authors would launch their investigations from, is that urban computing systems are always necessarily an amalgamation of three interrelated components – people, place, and technology (Foth, Choi, & Satchell, 2011; Kukka, Ylipulli, Luusua, & Dey, 2014) . It is clear that with a field as complex and heterogeneous as urban computing, computer scientists cannot expect to stand alone and create systems that can ignore the complex and messy sociocultural context in which these technologies operate.
    [Show full text]
  • A Holistic Approach for Measuring Quality of Life in “La Condesa”
    ILCEA Revue de l’Institut des langues et cultures d'Europe, Amérique, Afrique, Asie et Australie 39 | 2020 Les humanités numériques dans une perspective internationale : opportunités, défis, outils et méthodes A Holistic Approach for Measuring Quality of Life in “La Condesa” Neighbourhood in Mexico City Une approche holistique pour mesurer la qualité de vie dans le quartier de « La Condesa » à Mexico Un enfoque holístico para medir la calidad de vida en el barrio "La Condesa" en la Ciudad de México Genoveva Vargas Solar and Ana-Sagrario Castillo-Camporro Electronic version URL: http://journals.openedition.org/ilcea/10063 DOI: 10.4000/ilcea.10063 ISSN: 2101-0609 Publisher UGA Éditions/Université Grenoble Alpes Printed version ISBN: 978-2-37747-174-4 ISSN: 1639-6073 Electronic reference Genoveva Vargas Solar and Ana-Sagrario Castillo-Camporro, « A Holistic Approach for Measuring Quality of Life in “La Condesa” Neighbourhood in Mexico City », ILCEA [Online], 39 | 2020, Online since 03 March 2020, connection on 10 October 2020. URL : http://journals.openedition.org/ilcea/10063 ; DOI : https://doi.org/10.4000/ilcea.10063 This text was automatically generated on 10 October 2020. © ILCEA A Holistic Approach for Measuring Quality of Life in “La Condesa” Neighbourho... 1 A Holistic Approach for Measuring Quality of Life in “La Condesa” Neighbourhood in Mexico City Une approche holistique pour mesurer la qualité de vie dans le quartier de « La Condesa » à Mexico Un enfoque holístico para medir la calidad de vida en el barrio "La Condesa" en la Ciudad de México Genoveva Vargas Solar and Ana-Sagrario Castillo-Camporro Context and motivation 1 Urban territories are complex living systems where citizens organize their daily life by interacting with the built environment and urban infrastructure.
    [Show full text]
  • Smart Sustainable Cities of the Future: an Extensive Interdisciplinary Literature Review
    Accepted Manuscript Title: Smart Sustainable Cities of the Future: An Extensive Interdisciplinary Literature Review Authors: Simon Elias Bibri, John Krogstie PII: S2210-6707(16)30407-3 DOI: http://dx.doi.org/doi:10.1016/j.scs.2017.02.016 Reference: SCS 595 To appear in: Received date: 2-10-2016 Revised date: 27-2-2017 Accepted date: 27-2-2017 Please cite this article as: Bibri, Simon Elias., & Krogstie, John., Smart Sustainable Cities of the Future: An Extensive Interdisciplinary Literature Review.Sustainable Cities and Society http://dx.doi.org/10.1016/j.scs.2017.02.016 This is a PDF file of an unedited manuscript that has been accepted for publication. As a service to our customers we are providing this early version of the manuscript. The manuscript will undergo copyediting, typesetting, and review of the resulting proof before it is published in its final form. Please note that during the production process errors may be discovered which could affect the content, and all legal disclaimers that apply to the journal pertain. Smart Sustainable Cities of the Future: An Extensive Interdisciplinary Literature Review Simon Elias Bibri1 NTNU Norwegian University of Science and Technology, Department of Computer and Information Science and Department of Urban Planning and Design, Sem Saelands veie 9, NO–7491, Trondheim, Norway John Krogstie NTNU Norwegian University of Science and Technology, Department of Computer and Information Science, Sem Saelands veie 9, NO–7491, Trondheim, Norway E–mail address: [email protected] 1 Corresponding author. Tel.: +47 4 519 7992. E–mail address: [email protected] Postal address: Gløshaugveien 5 APT L 11, NO–7030, Trondheim, Norway Highlights The overview of existing work on smart sustainable cities is comprehensive, thorough, and original.
    [Show full text]