Archive | 2019

Mobile Tools for Community Scientists

 
 
 

Abstract


Abstract. While public participation in scientific achievements has a long history, the last decades have seen more attention and an impressive increase in the number of involved people. Citizen science, the term used for denoting such an attitude, is a very diverse practice, encompassing various forms, depths, and aims of collaboration between scientists and citizen researchers and a broad range of scientific disciplines. Different classifications of citizen science projects exist based on the degrees of influence and contributions of citizens. Haklay, Mazumdar, and Wardlaw (2018) distinguish the citizen science projects in three different classes: Long-running citizen science, which are the traditional ones, the projects similar to those run in the past (Koboriet al., 2016; Bonney et al., 2009) Citizen cyberscience, strictly connected with the use of technologies (Grey, 2009) and which can be subclassified in: volunteer computing, where citizens offer the unused computing resources of their computers; volunteer thinking, where citizens offer their cognitive abilities for performing tasks difficult for machines; passive sensing, where citizens use the sensors integrated into mobile computing devices to carry outautomatic sensing tasks. Community science, involving a more significant commitment of citizens also in designing and planning theproject activities in a more egalitarian (if not bottom-up) approach between scientists and citizen scientists(Jepson & Ladle, 2015; Nascimento, Guimaraes Pereira, & Ghezzi, 2014; Breen, Dosemagen, Warren, L Do It Yourself (DIY) science, which implies participants create their scientific tools and methodology to carry out their researches; civic science, “which is explicitly linked to community goals and questions the state of things” (Haklay et al., 2018). The work presented here is of interest of community scientists which voluntarily offer their time for the development of scientific projects. Many software tools have been developed in order to simplify the insertion of data into structured forms and the aggregation and analysis of the obtained data. In recent years, the growing availability of feature-rich and low-cost smartphones have boosted the development of innovative solutions for data collection using portable devices. In this field, ODK (OpenDataKit) is widely known. It is an open-source suite of tools focused on simplicity of use, which includes an Android application for data collection. We used ODK for the first applications we developed. One of the applications we developed using ODK is Via Regina (http://www.viaregina.eu/app). The application aims to support slow tourism in Via Regina, which is a road that overlooks the west coast of Lake Como in Northern Italy. Over the centuries, Via Regina has been a critical trade and pilgrim route in Europe. Moreover, from this road, a compact system of slow mobility paths departs, which span the mountainous region at the border between Italy and Switzerland. This region is rich in culture, regarding history, art, architecture, cuisine and people’s lifestyle. Considering collecting data on Via Regina and the paths around it would enable to rediscover and promote its culture while enjoying the territory, an Interreg project named “The Paths of Regina” started. The application developed within this project allows collecting data in predefined types: historical and cultural, morphological, touristic, and critical. Moreover, while reporting a point of interest (POI), the application asks the name, the position (through GPS or an interactive map), a picture, and optionally a video and an audio record of it (Antonovic et al., 2015). However, since ODK application can be used only on Android devices, we developed a cross-platform application to collect similar data for the same purpose. It is available on Android, iOS, and web (http://viaregina3.como.polimi.it/app/). The application is developed using Apache Cordova, which is a mobile application development framework that enables running the application in multiple platforms. Leaflet library is used for web mapping. The data is stored in NoSQL PouchDB and CouchDB database, which enables both online and offline data collection. While reporting a POI, the application asks for its type, the user’s rating, a comment, and a picture of it either uploaded from device’s storage or taken using the camera of the mobile device. In addition to being cross-platform, it has the advantage of displaying and enabling the query of POIs reported, compared to the ODK-based version (Brovelli, Kilsedar, & Zamboni, 2016). Regarding citizen science, besides the citizens using these two applications, Iubilantes, a voluntary cultural organization, has been involved in the project as community scientists. Iubilantes created slow mobility paths to walk in and around Via Regina, using their experience gained through studying ancient paths while protecting and enhancing their assets since 1996. Mobile data collection can also be used to compensate for the lack of reference data available for land cover validation. We developed the Land Cover Collector (https://github.com/kilsedar/land-cover-collector) application for this purpose, which collects data using the nomenclature of GlobeLand30. GlobeLand30 is the first global land cover map at 30-meter resolution, provided by National Geomatics Center of China, available for 2000 and 2010 (Chen et al., 2015). There are ten land cover classes in the GlobeLand30 dataset, which are: artificial surface, bare land, cultivated land, forest, grassland, permanent snow and ice, shrubland, tundra, water body, and wetland. The collected data will be used for validating GlobeLand30 (Kilsedar, Bratic, Molinari, Minghini, & Brovelli, 2018). The data is licensed under the Open Database License (ODbL) v1.0 and can be downloaded within the application in JSON format. The application is currently available in eight languages: English, Italian, Arabic, Russian, Chinese, Portuguese, French and Spanish. The technologies used are the same as the cross-platform Via Regina application. As a result, it is available on Android, iOS, and web (https://landcover.como.polimi.it/collector/); and it supports display and query of the collected data. While reporting a POI, the application asks the land cover class of it, the user’s degree of certainty on the correctness of the stated class, photos in north, east, south and west directions, and the user’s comment. Three hands-on workshops were given to teach this application and various ways to validate GlobeLand30: the first on September 1, 2018 at the World Bank in Dar es Salaam, Tanzania (in conjunction with the FOSS4G 2018 conference); the second on September 3, 2018 at the Regional Centre for Mapping of Resources for Development (RCMRD) in Nairobi, Kenya; and the third on October 1, 2018 at the Delft University of Technology in Delft, Netherlands. The workshops, run by representatives of the project s principal investigators – Politecnico di Milano (Italy) and the National Geomatics Center of China (China) – were attended by a total of 100 people with a background in GIS and remote sensing. (Brovelli et al., 2018). Nonetheless, there are no widely adopted cross-platform open-source solutions or systems for on-site surveys that address the problem of information silos: isolated databases, where the information is not adequately shared but rather remains sequestered within each system, which is an obstacle to using data mining to make productive use of data of multiple systems. PSAB (Participatory Sensing App Builder) is a platform that provides an open-source and easy to use cross-platform solution for the creation of custom smartphone applications as well as web applications and catalog service for publishing the data and make them available to everyone. It takes advantage of established standards (like XLSForm for defining the structure of the form and DublinCore for exposing metadata) as well as less known yet effective solutions, like WQ (https://wq.io), a framework developed for building reusable software platforms for citizen science. These technologies have been merged, together with other software like Django, PyCSW, PostgreSQL, in a single solution, in order to assist the user during the entire process, from the definition of the form structure, to the creation of an ad-hoc application and the publication of the collected data, inside a flexible and open-source platform. Users registered to PSAB are allowed to create a new application by filling a web form where they can upload their XLSForm files and submit the metadata describing the data to be collected. A new application for collecting data on the field is generated and accessible via web and Android (while iOS requires a particular setup), ready to be used online and offline. The creator of each application is also the administrator of it, which means he/she is allowed to add or ban users and modify or remove existing data. Data is automatically synchronized between all the users participating in the project. In the presentation we will show the applications we developed, starting from the ODK-based ones and coming to the PSAB application builder, and our experience related to their usage.

Volume 1
Pages 1-3
DOI 10.5194/ICA-ABS-1-30-2019
Language English
Journal None

Full Text