House of Apps: Create great apps for citizens


182905_Hackathon_Banner.png


Photo by CA15212

Help the Citizen Science community
to become more efficient in app development

Extended submission deadline
Please note that the deadline to submit your application has been extended to 24 August 2018.

Participate in the Hackathon and win the travel and accommodation expenses for the OGRS
Symposium that will take place in Lugano (Switzerland) from 9 until 11 October 2018
 

How to participate
1. Look at the challenges under the menu tab below and select one challenge, or get inspired by one or more challenges to create your app.
2. Send an email to the organisers to express your interest and/or to get more information.
3. Submit your app to the organisers by 24 August 2018.


Organisers contact:
Rob Lemmens (r [dot] l [dot] g [dot] lemmens [at] utwente [dot] nl) and Vyron Antoniou (v [dot] antoniou [at] ucl [dot] ac [dot] uk).
Find more details below.


 

Background

Citizen Science is largely realized today through either mobile or web applications. Let’s create a fertile environment where future developers will turn to, so to find the basic building blocks for creating such applications. As most applications currently are isolated, we want to create modular reusable components which can be used by app developers…. think of it like a lego-like house of apps.

Aim

To ease the creation, findability, and re-use of mobile apps for Citizen Scientists. These apps need small software components that focus either on interfacing mobile sensors or on geodata import (e.g., satellite images, in-situ sensor data). Newly created software is welcomed, but there are lots of open software libraries out there that can be reused or recombined! You can have a look into the challenges provided below so to get ideas about expected problems that your component could solve.

Who should participate?

Are you a student, a developer, a UX designer, a researcher? ... Everyone is welcome! Just create any software component that will be easy to be re-used by others like you in a Citizen Science application. You can form your team from the same or from different locations or you can work individually.

What you can win

The winners will get a free trip and accommodation to attend the OGRS Symposium that will take place in Lugano (Switzerland) from 9 until 11 October 2018, see  http://2018.ogrs-community.org/ (according to the COST Actions’ rules that will also apply for all the rest of the COST Action’s members).

What to deliver

You will submit your (mobile or web) application component and document your work with text and a short (max. 2 minutes) video pitch (all of which will be made publicly available). Illustrate the originality and novelty of your approach and reference any external sources you used to help you complete the task.

Timing and evaluation

Deliver your app and its documentation by 24 August 2018 (please find documentation guidelines below). The evaluation will take place at the end of August and the developers of the three best components will attend the OGRS Symposium and present their results at the Citizen Science project session (either individuals or two participants from each team).

Judging Criteria

  • “Stand alone”? Can it serve as a component and be connected to other components?
  • Complexity of the task accomplished
  • Quality/completion of the code documentation
  • Quality and engagement in the video pitch
  • Potential scientific and societal impacts of the results
  • Originality and novelty of the approach taken
  • Overall quality of the entry to the datathon

Notify us for your interest to participate or for any further information needed by contacting Rob Lemmens (r [dot] l [dot] g [dot] lemmens [at] utwente [dot] nl) and Vyron Antoniou (v [dot] antoniou [at] ucl [dot] ac [dot] uk).

Documentation

In order to facilitate the evaluation of your effort and to enable further reuse of your submitted component please provide details for the following points:

  • Methodology used
  • Flow diagram of the followed approach
  • Any libraries used
  • Submit commented code
  • 1 According to the COST Actions’ rules that will also apply for all the rest of the COST Action’s members.
  • Any input needed for the component to run
  • Any output created from your component
  • Example use case scenario
  • Potential links to other components

Programme in Lugano:

The final programme -

> here

Programme Lugano

 

Information for Download

 

The challenges below serve as inspiration for the participants to come up with solutions for the indicated problems. Just select one challenge which you think is interesting or tackle a related problem. Given a challenge, it is not necessary to provide full apps or solutions for all the indicated problems. Even a software component that solves one of the problems of a challenge listed below or any related problem you may come up with will qualify you to participate in the hackathon…but the more problems solved (and thus the more components submitted), the better.

The networking citizen

Challenge 1 | How unusual is it?

Objective
To provide immediate feedback to a citizen scientist whether his/her observation is common or not.

Possible functionality and needs
An app that explores whether an observation is unusual (out of the normal range of measurement) or common. Provide an immediate feedback that should reinforce participation.
Phenomenon: for example, a plant that is flowering, a fish dying in a river, (unusual) heavy rain shower… Should be described by a participant in as many details as possible. Some should be parameters

Parameters:

  • Optional: Intensity of the phenomenon (ex., fish size, fish number, rain high mm)
  • Compulsory: time stamp (date in the year); (automatic)
  • Compulsory: location, space (geographic); (automatic)
  • Optional: some space attributes (e.g., land use)

The app would gather data from social networks (Twitter, Instagram, Google analytic (?)) and calculate the frequency of occurrence of similar phenomenon, and normal range in space and time, and score the observation on a 0-1 likelihood scale (i.e., is it common or uncommon, for example: a plant flowering in December when the normal period is spring; a species outside of its normal distribution – outside its usual habitat; a fish larger than the largest known, etc.).

Intended users
People interested in their natural environment and its variation / participants in citizen science project

Challenge 2 | TRYCSO: TRacing Your Citizen Science Observations

Background and problem
Volunteer motivation in citizen science project is driven by a desire to make tangible impact on science. Unfortunately, feedback on how, where, and whether the data is used in a specific science project, or whether it supported specific scientific findings, is often lacking. Inability to trace one’s data collection contributions is one of the main reasons for this lack of feedback, and consequently the lack of acknowledgment and the sense of inclusion for the volunteer.

Objective
TRYCSO enables automatic tagging of data volunteered in a citizen science project. Each data point is appended with a quasi-unique token, calculated via a hash function, that allows users to identify their contribution in a broader dataset. One component of the project will be implemented as a mobile programming library that streamlines the process of collecting and tagging the data. The other component resides on a server and searches for possible uses of the data, so that a user can be notified whenever her data are used.

Possible functionality needs

  • Hashing data; ideally, hash functions should be tailored to a particular data type (e.g. photo, sound, etc.)
  • Save data locally on a device and append with the metadata (including the calculated hash)
  • Export the data locally to a SD card and remotely via a network
  • Interface with different data repositories (where APIs are available) and efficiently search through them for the given hashes. Search space should be reduced by other metadata parameters (e.g. time of creation, location, data type, etc.)
  • Notify the user when their data is used
  • OPTIONALLY: ensure that the hash is not lost in the process of data transfer/processing

Intended users
Citizen scientists who would like to trace the impact of the data they have collected

Software guidelines
As a proof of concept, we focus on mobile device camera photos:

  • Construct a hash function that summarizes a photo; the function should be tailored to “disperse” hashes in the hash space as much as possible and maximise uniqueness.
  • Build a mobile (Android/iOS) library that allows:
    • A developer to request a camera photo and that returns a photo appended with the metadata, including the calculated hash.
    • Stores the calculated hash (optionally with a photo thumbnail) on a user device (or in a cloud storage assigned to this user)
    • Connection with a server component for tracing the data
  • Build a server component that periodically searches for the hashes provided by the mobile app and notifies the user where and when their data was used.
  • OPTIONALLY: embed the calculated hash in the data, so to ensure it is not lost in the processing (e.g. embed it in the photo).

Challenge 3 | Science to go

Background and problema
In many cases there is a lack of adequate mobilization of scientists (and of citizens), and doing it cross-borders. One of the major threats of Citizen Science is that Scientists are often isolated from the public (Ivory tower problem). This prevents the addressing of multidisciplinary scientific knowledge and the broad diffusion of Citizen Science.

Objective
Develop an app to help scientists and citizens find each other. Amongst other things this will enable the formulation of competent teams and facilitate the distribution of workload. As a secondary result, it can lead to the generation of new ideas.

Possible functionality and needs
Provision of:

  • profiles of citizens and scientists (expertise, interests)
  • Calendar for availability
  • Task distribution system
  • Matchmaking system
  • Workload balancing system
  • Statistics, analytics of participants, matches, etc.

Intended users

  • Citizens, scientists and Citizen Scientists
  • Citizens asking questions to scientists.
  • Scientists and citizens trying to find each other (crowdsourcing, niche-sourcing).

Stay Healthy

Challenge 4 | Am I breathing what I think that I am breathing?

Short description
A software application that will inform citizens on the air quality levels they are exposed to and complement it with discomfort index value calculated on the basis of personalized measurements.

Background and problem
Air pollution (AP) levels affect quality of life especially if taking also into account local weather conditions and parameters like the discomfort index that presents the mean levels of discomfort as a function of air temperature and relative humidity. AP information is now available for the whole of Europe via the Copernicus atmospheric monitoring services-CAMS (link) in urban areas, while temperature and relative humidity readings are commonly available via sensors integrated to smart phones (the Android example). Combining this information taking into account personal profile of health status and preferences, while also incorporating green routing (routes with minimum environmental burden) will be of interest for many EU citizens.

Objective
To develop a small software component that guides a citizen scientist to record temperature and relative humidity via a smart phone, access AP forecasts from CAMS, take into account personal health profile data if possible, and provide with “color coded” quality of life information and advice.

Possible functionality needs

  • GPS awareness
  • Run an already available app to collect temperature and relative humidity readings
  • Web-based access to CAMS data downloads

Intended users
Citizens with respiratory or cardiovascular problems, elderly, those taking care of children, etc.

Software guidelines

  • Trigger by a button click
  • Download local AP forecast
  • Get a set of measurements
  • Combine data to show a simple color message to the user.

Challenge 5 | Promoting sustainable traffic

Background and problem
Planning efficient “green” transportation network can promote people for moving from using vehicle to more environmental friendly means of transport (e.g., walking and cycling). While much effort is currently directed to monitor and plan road networks in cites, less effort is directed to improve sustainable network of pedestrian and cyclist. Pedestrians and cyclists often encounter obstacles that reduce the comfort and efficiency of their journey and this may influence their willingness to use more sustainable means of transport.          

Objective
To develop an app that collects data about pedestrian and cyclist usage of roads, sidewalks and trails, with emphasis on understanding which elements disturb the flow along the path. The aim of this app is to provide data for planners to help design and manage sustainable transportation network for pedestrians and cyclists.

Possible functionality and needs:

  • Path used (GPS location, elevation) and time
  • Number of stops
  • Number of accidents for bikes and pedestrians (if known)
  • Subjective feeling of security and path efficiency
  • Active reporting of obstacles, hazards
  • Measuring of light conditions
  • Parking places
  • Time of years and weather
  • Uploading photos of obstacles and nice places, views…
  • Noise

Intended users
Citizen scientists interested in helping the city to create a more efficient sustainable transport network. The end users (who will get the data) will be planners and engineers that are responsible for the transport network in the city. Sharing the data with citizen scientists and others can help them to better plan their routes and share live info about obstacles. The app could also have a social element that could create a reporting community for sustainable transport network.   

Software guidelines

  • Trigger by record bottom
  • Easy to activate and easy to report obstacles and other elements
  • Can take photos of obstacles and other elements
  • Create database for the use of planners
  • Collect live secondary data from other resources (e.g., traffic info, weather info…)
  • Ask participants questions about their experience during and after the use (e.g. when you have an unexpected stop).

Challenge 6 | Air quality estimation: Clean Window Day

Background and problem
Particulate matter (PM, suspended particles) in air, resulting from traffic, industries, heating, cause huge health problems and costs for the society. There are huge spatial variations in PM levels, and the quality of air can be an important factor for instance when choosing the residence area.

Objective
To engage citizens across Europe in the collection of data regarding the PM deposition. Procedure: Windows are washed and left for three weeks and wiped with a standardized tissue. Tissues (and a clean control tissue) are photographed using the mobile application, under standard conditions. Location (coordinates), orientation of the window and date of the measurement are recorded. The application will provide a map and a position of the submitted sample data on an indicative scale for PM levels as a direct feedback to the user. The application should also provide an interactive map for air quality in different regions.

Possible functionality needs

  • camera usage
  • GPS awareness
  • resolution awareness
  • orientation of the window
  • frequency of the events
  • map service

Intended users
Citizens, decision/policy makers, environmental agencies, scientists, urban planners, health care.

Software guidelines:

  • Creating a user profile (location)
  • Get a photograph
  • Show and save the photo
  • Detecting the grey level of two images (comparison of the clean and used tissue)
  • Visual augmentation of the map service to describe the pollution level

The land user

Challenge 7 | Landuse camera function

Short description
A software library that will handle the smartphone’s camera for Land Use/Land Cover (LU/LC) apps.

Background and problem
A lot of the LU/LC apps are taking advantage of the smartphone camera since they are based on the visual examination of geo-tagged photos. While in-situ and timely data is a great advantage for such applications, many times the photographs taken are not fit-for-purpose. Close-ups, too much sky, not enough land or misleading zoom levels of the photographs can hinder the photo-interpretation. 

Objective
To develop a small software component that guides a citizen scientist to collect a geo-tagged photo with a smartphone. The software should help the user during the picture taking to align the picture to the horizon, indicate the amount of sky, remind the user that there should be no zoom in, that the gps should be active and there should not be any other obstacles in the view, etc.

Possible functionality needs

  • GPS awareness
  • Show the line of the horizon in a proper position
  • Zoom level awareness
  • Calculate sky percentage
  • Flash awareness
  • Provide Info/tips to the user before the photo capturing
  • Panorama mode
  • Resolution awareness