UTMOST: Unregistered Transport Mobility, Safety and new Technologies Midterm

Size: px
Start display at page:

Download "UTMOST: Unregistered Transport Mobility, Safety and new Technologies Midterm"

Transcription

1 UTMOST: Unregistered Transport Mobility, Safety and new Technologies Midterm Martin Kolbeinsvik, Kjetil Sletten and Jon-Robert Skaarberg Wednesday 8 th October, 2014 i

2 Contents 1 Introduction Motivation Background Question/Problem/Hypothesis Theory GPS and location data Other solutions Technical review Logging Visualisation Relevant course literature Cityflocks Aspects of personal navigation with collborative user feedback Negotiating Privacy Boundaries in Social Applications for Accessibility Mapping Location-Based Crowdsourcing of Hyperlocal News Case - and method User and Stakeholders Methods to address the questions Conclusion and further work 9 ii

3 1 Introduction 1.1 Motivation The UTMOST project wants to improve the data on accident exposure in previously unregistered means of transportation, such as walking, cycling, leisure boating and snowmobiling. In this project there are three major issues, two of which we are addressing: collecting the data and visualizing it. This would be useful for several reasons; better knowledge of what activities that are done, where it happens and how prone the people doing them are to accidents. In this project, the main goal is to visualise the data from a pilot project by Oslo municipality. The secondary goals are to learn new mobile technologies and to explore the different approaches of digital logging. Specifically, secondary transport types. 1.2 Background main goal of the UTMOST project is to gather data on accident exposure, and we want to contribute to this. Little is known about how and where people move during leisure activities in Norway. Figure 1: Travel to School A study made by TØI in cooperation with Oslo municipality collected data from two schools. This was done by creating an agent app, called Skoleveiagenten, allowing the school kids to be secret agents and reporting to TØI. The data gathered is time and GPS data that registers the route travelled to school, as well as traffic issues. These issues are safety aspected and the agents can select issues such as low visibility and lots of traffic. 1

4 This app has been used by school children in a few selected Oslo schools, and some pilot data has been collected. The data collected by this app will be used by us for our representation purposes, but the app itself is not exactly what we are after. Cycle routes are somewhat of a hot topic in Oslo this year, and a number of news articles are found on osloby.no newspaper 1. In one of the articles a map with more than 2000 reader contributions as of October 2014 shows where in Oslo the readers feel unsafe when using their bicycle, but it only shows these single dangerous locations and not their route 2. These dangerous locations are of course interesting, but it is not sufficient for mapping dangerous routes. In Oslo there are city bikes, and early on this was discussed by the group as a way of obtaining travel data. However, the data is only about departure and arrival locations, and we would be left to guess what had been done in between. This data is not accurate enough for representing real-world usage and we abandoned this idea. 1.3 Question/Problem/Hypothesis As little is currently known about the unregistered types of travel mentioned earlier, one of our main problems is to obtain travel data. We explore several different possibilities for doing this. Neither Transportøkonomisk institutt (TØI) or Oslo municipality currently has a good way of visualizing this kind of big data, and we thus want to find a good option of doing this in a way that allows for large expansions of data in the future. Our two main questions are as follows: 1. Is there a good way of collecting travel data of previously unregistered travel? 2. What is the best way of representing this data?

5 2 Theory 2.1 GPS and location data Satellite based navigation systems, such as GPS and Galileo, help to pinpoint location based data based on the time and geological readings (latitude, longitude, elevation/altitude). The accuracy of such readings by the (GPS) receiver and satellite vary based on weather conditions, inside or outside position, and by the availability of land or satellite based enhancement/augmentation systems. GPS can be accurate to within 3 meters without enhancement systems and down to centimeters and millimeters in conjunction with some such systems 3. The GPS features in smartphones are manufactured for power consumption above location accuracy. On a clear sky such receivers can generally identify which road a user is travelling, as well as the direction and speed (via geospatial calculations). It can not, however, detect with certainty which side of the road the user is on or if the user is using the sidewalk or street. If the GPS device is used within the context of a car as a route planner the device can utilize computer algorithms to map the car to the correct side of the road based on direction and the legal restrictions that applies to cars. This solution is not as viable for bikes as cyclists are allowed to ride their bikes on sidewalks, in bike lanes and on the road. 2.2 Other solutions Mobile training apps such as Strava 4 and Endomondo 5 are very popular and has a big user base, the latter has more than one billion logged miles, more than half of which are logged by bike 6. These apps are, however, mostly used for logging workouts, and does not provide much data on how people move in their daily life. For this project we need data on how people get to work, how they travel to school, and generally patterns of travel all over the City. 2.3 Technical review Logging In terms of logging there are several applications and different gadgets to log travelling. However, by relying on user-feedback the data can be error-prone and lacking. It also drains power from the user s

6 Figure 2: The technical review of the proposed solution cellphone quite quickly. Another problem with user-feedback applications is that people tend to focus on their selfish self, and do not contribute with proper feedback [4]. As for the Skoleveiagenten, which works as a crowdsourcing application, it is important to understand readers willingness to participate and how they understand their position as collaborators in news making with media organisations [5]. The same applies for the data collection for Skoleveiagenten or similar logging applications. In order to obtain data from users (crowdsourcing), the user s affects has to be addressed and privacy issues has to be maintained. We think therefore, in terms of logging, a more passive approach is more suitable. By doing the data collection in a passive way, it ensures that the user does not forget to turn on/off the GPS and it is not dependent on the battery of the user s cellphone. A passive approach also includes problems regarding privacy issues. Not everyone wants to log their entire life digitally and exposing one whereabouts, preferences, needs and opinions in a more public sphere raises issues not only related to trust, but also about aspects of privacy [3]. A solution for an passive approach is by developing a prototype for bicycle with its underlying technology being Arduino. Arduino is an open-source physical computing platform, which makes it possible to interact with different sensors, motors, physical outputs etc. The hardware is cheap for prototyping and allows for cross-platform development. Our initial thought was to attach the Arduino-prototype to a bicycle, most preferably on some of the City bikes in Oslo. This will again rise some problems with regards to privacy, but more important : how will the data from the bike be collected? There are several approaches: 4

7 1. Attach an WiFi-shield to the Arduino-device Attach Bluetooth-shield to the Arduino-device. 3. Remove SD-card once a week/month. (1) The device will consume more power and there is not free WiFi everywhere. (2) More power consumption. The thought was to make an app that made the user of the bike share the travels via bluetooth. This will result in a tedious approach (many steps, no immediate gratification) and probably not gain many users. (3) A very cumbersome approach, this will take a lot of resources Visualisation The data that is obtained from the Skoleveiagenten project registered by the agents at the school. The data is stored in a GPX-format which is served as the de-facto XML-standard for lightweight interchange of GPS data 8. Our plan is then to use these data in an single-page web application. The underlying technology for the visualisation of the data will be; Polymer, D3.js, Bootstrap. Polymer Polymer is a library for building custom web components 9. With help of syntactic sugar and polyfills 10 it makes it possible for older browsers to implement such web components. We wanted to make an prototype with new technology and using web components falls into that category. Bootstrap Bootstrap is a collection of different tools to make it easier to build a website. It provides different sets of buttons, typography, forms. D3.js Javascript framework which makes it easier to visualise data in the web browser. D3.js is making it possible to bind data to the Data Object Model (DOM) and then apply transformations to those data. 2.4 Relevant course literature Cityflocks CityFlocks is a mobile service prototype for tourists and other newcomers, that allows them to benefit from local knowledge. The app uses both direct and indirect communication, and explores the difference

8 Figure 3: GUI mockup between these. The types of direct communication are SMS, phone calls and direct voice link and text messages, while the types of indirect communication are comments, reviews and browsing location based user comments. As people can be an indication of popularity, this can prove useful. GPS and geo-tagging is used to share knowledge [1] Aspects of personal navigation with collborative user feedback OurWay is a prototype for collaborative route planning with focus on wheelchairs. Their main objective is to provide better routes for the whole community - their findings resulted in a more selfish approach from the user. The user were only interested with finding the best route and rarely thought about the so-called community in OurWay. This is interesting in terms of the Skoleveiagenten project, where there were no particular problems in terms of logging and collaboration. But in OurWay it lacks 6

9 collaboration with the users, because of the selfish approach [4] Negotiating Privacy Boundaries in Social Applications for Accessibility Mapping Discusses privacy issues that might arise with the OurWay application and its users. The way the OurWay users registers accessibility issues is similar to that of the Skoleveiagenten users. Whenever an issue arises - accessibility or traffic related - the users registers it on their respective apps. For both project the data gathered and registered by users can benefit other people and the effect is cumulative. The more users registration issues the richer the data set and the more valuable it is. As such there is a real privacy issue of how and how much of the data should be shared, as well as who to disclose this data to [3] Location-Based Crowdsourcing of Hyperlocal News Discusses mobile users preferences and concerns of using location-based assignments (LBA) and geotagging in crowdsourced news making. What are the attitudes toward geo-tagging and the anonymity of the user when location based data is published alongside the news. The users in the study found the benefits of geo-tagging to be greater than the perceived risks. This is relevant for the Skoleveiagenten project as it uses agents - school children - to crowdsource geo-tagging traffic issues with the intention to make traffic safer for them [5]. 7

10 3 Case - and method 3.1 User and Stakeholders The solution we are developing needs a solid foundation of data, as it will not give an accurate picture of travel patterns unless there are enough data entries to establish these patterns. The Skoleveiagenten project allows children to be agents and report their location and findings, and more of this data would be helpful in the project. It does, however, need different data in addition to this, and this is where we are using the cyclists. Several stakeholders would be interested in the result; TØI, Oslo municipality, the Norwegian government amongst others. The data allows for e.g. accident prevention and planning new cycle routes. 3.2 Methods to address the questions For quantitative data we will use different sources. For the earlier parts of the project, the Norwegian national travel survey is used [2]. This is first and foremost used for understanding how much the Norwegian people walks and use their bicycles, how often they do this, how long an average journey is, and in what context the travel is made. After much deliberation, we have decided against interviewing people in this project. We made this decision because we simply did not see the need for further elaboration of the data we can already get from the national travel survey. This means we are most interested in quantitative data. The data collection issues has been addressed in other parts of this report (see the technical review). 8

11 4 Conclusion and further work There are several approaches for the plan forward. We plan to look more at the technical aspect of the GPX format and how the data from the Skoleveiagenten project can be mapped to different visualizing formats, such as heat maps and perhaps tables. We will look at the national travel survey to find travel patterns and other useful information for deciding what kind of logging is preferable. Another approach involves mockups and paper prototypes. We want to make an webapp and the design must be simple yet flexible, so that users can select the different visualization format they feel is relevant to them. In this regard we will look at existing software and libraries to quickly prototype at least one solution. Bootstrap, Javascript libraries for map visualization and mapping services such as Google Maps or Openstreetmap is all highly relevant. We will also look at testing our application with real users. 9

12 References [1] Mark Bilandzic, Marcus Foth, and Alexander De Luca. CityFlocks: designing social navigation for urban mobile information systems. In: Proceedings of the 7th ACM conference on Designing interactive systems. ACM. 2008, pp [2] Inge Brechan, Randi Hjorthol, and Liva Vågane. Den nasjonale reisevaneundersøkelsen nøkkelrapport. Tech. rep. 1130/2011. Transportøkonomisk institutt, [3] Harald Holone and Jo Herstad. Negotiating privacy boundaries in social applications for accessibility mapping. In: Proceedings of the 6th Nordic Conference on Human-Computer Interaction: Extending Boundaries. ACM. 2010, pp [4] Harald Holone et al. Aspects of personal navigation with collaborative user feedback. In: Proceedings of the 5th Nordic conference on Human-computer interaction: building bridges. ACM. 2008, pp [5] Heli Väätäjä, Teija Vainio, and Esa Sirkkunen. Location-based crowdsourcing of hyperlocal news: dimensions of participation preferences. In: Proceedings of the 17th ACM international conference on Supporting group work. ACM. 2012, pp

platforms Android BlackBerry OS ios Windows Phone NOTE: apps But not all apps are safe! malware essential

platforms Android BlackBerry OS ios Windows Phone NOTE: apps But not all apps are safe! malware essential Best Practices for Smartphone Apps A smartphone is basically a computer that you can carry in the palm of your hand. Like computers, smartphones have operating systems that are often called platforms.

More information

To take this survey online, visit:

To take this survey online, visit: To take this survey online, visit: www.njsaferoutes.org Dear Parent or Caregiver, Your child s school has partnered with the NJ Department of Transportation and researchers at the Rutgers University Voorhees

More information

Indoor Triangulation System. Tracking wireless devices accurately. Whitepaper

Indoor Triangulation System. Tracking wireless devices accurately. Whitepaper Indoor Triangulation System Tracking wireless devices accurately Whitepaper 2 Navizon, the company that pioneered geopositioning for smart phone users with its Navizon One system, has come up with another

More information

Public Sector Solutions

Public Sector Solutions Public Sector Solutions The New Jersey DOT Command Center uses INRIX real-time data and analytics to monitor congestion and deploy resources proactively to manage traffic flow and inform travelers. INRIX

More information

HOW UNIVERSAL DESIGN PRINCIPLES CAN ENHANCE THE INTERFACE OF 3D PRINTING PROGRAMS

HOW UNIVERSAL DESIGN PRINCIPLES CAN ENHANCE THE INTERFACE OF 3D PRINTING PROGRAMS INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION 4 & 5 SEPTEMBER 2014, UNIVERSITY OF TWENTE, THE NETHERLANDS HOW UNIVERSAL DESIGN PRINCIPLES CAN ENHANCE THE INTERFACE OF 3D PRINTING

More information

REAL TIME MONITORING AND TRACKING SYSTEM FOR AN ITEM USING THE RFID TECHNOLOGY

REAL TIME MONITORING AND TRACKING SYSTEM FOR AN ITEM USING THE RFID TECHNOLOGY Review of the Air Force Academy No 3 (30) 2015 REAL TIME MONITORING AND TRACKING SYSTEM FOR AN ITEM USING THE RFID TECHNOLOGY For the past few years, location systems have become a major studying field,

More information

Population Analytics. Population Analytics: A New Opportunity for Mobile Operators. » Mobile Operators POPULATION ANALYTICS BENEFITS AT A GLANCE

Population Analytics. Population Analytics: A New Opportunity for Mobile Operators. » Mobile Operators POPULATION ANALYTICS BENEFITS AT A GLANCE Population Analytics Population Analytics: A New Opportunity for Mobile Operators Few new mobile-based technologies have the potential to change the way that organisations think about their customers and

More information

Smartphone Applications for ITS

Smartphone Applications for ITS Smartphone Applications for ITS Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation Best Cases and Examples 1 of 13 Purpose Smartphone

More information

Completed by Robert Giusti I www.robertgiusti.com MAPPING BICYCLE MOVEMENT IN TORONTO

Completed by Robert Giusti I www.robertgiusti.com MAPPING BICYCLE MOVEMENT IN TORONTO Completed by Robert Giusti I www.robertgiusti.com MAPPING BICYCLE MOVEMENT IN TORONTO Technicity Final Project, 2013 INTENT OF THE PROJECT To better understand bicycle movement within the City of Toronto,

More information

Digital Cities: Open Data Developments in New York, London and Hong Kong

Digital Cities: Open Data Developments in New York, London and Hong Kong Digital Cities: Open Data Developments in New York, London and Hong Kong By Waltraut Ritter Hong Kong likes to compare itself to New York and London, but when it comes to opening up public data for digital

More information

Bringing European values to the Internet of Things

Bringing European values to the Internet of Things SPEECH/10/279 Neelie Kroes European Commissioner for Digital agenda Bringing European values to the Internet of Things 2 nd Annual Internet of Things Conference Brussels, 1 st June 2010 Ladies and gentlemen,

More information

MODERN LOW EMISSION VEHICLE FLEET MANAGEMENT SERVICE

MODERN LOW EMISSION VEHICLE FLEET MANAGEMENT SERVICE MODERN LOW EMISSION VEHICLE FLEET MANAGEMENT SERVICE Achieving financial and environmental savings for public and private organisations SOCIAL ENTERPRISE PARTNERSHIP COMMUNITY INTEREST COMPANY Community

More information

S t r o n a 1 Nauki ścisłe priorytetem społeczeństwa opartego na wiedzy Artykuły na platformę CMS

S t r o n a 1 Nauki ścisłe priorytetem społeczeństwa opartego na wiedzy Artykuły na platformę CMS S t r o n a 1 Introduction This article is informative, it is routed to the secondary school students - can be a reminder of issues raised in middle school. Texts and multimedia materials are to encourage

More information

Doctor's appointment. Summary. Problem description. Main actor (s) Activity scenario

Doctor's appointment. Summary. Problem description. Main actor (s) Activity scenario was specified as part of the UbiComp project in order to identify potential users of the technology that will be developed in the project and to generate design ideas for the services these users might

More information

Channels of Delivery of Travel Information (Static and Dynamic On-Trip Information)

Channels of Delivery of Travel Information (Static and Dynamic On-Trip Information) Channels of Delivery of Travel Information (Static and Dynamic On-Trip Information) Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation

More information

Privacy Policy. PortfolioTrax, LLC. 2015 v1.0. PortfolioTrax, LLC Privacy Policy 2

Privacy Policy. PortfolioTrax, LLC. 2015 v1.0. PortfolioTrax, LLC Privacy Policy 2 Privacy Policy 2015 v1.0 Privacy Policy 2 Document Controls and Review This document is to be reviewed once every two quarters and updated to account for any changes in privacy practices that may not have

More information

Personal data in exchange for free services: an unhappy partnership?

Personal data in exchange for free services: an unhappy partnership? Personal data in exchange for free services: an unhappy partnership? 28 January 2016 3 Personal data in exchange for free access to online services may appear to be a balanced exchange in which everybody

More information

1. The information we collect and how we collect it.

1. The information we collect and how we collect it. PRIVACY POLICY AND YOUR PRIVACY RIGHTS CountySportsZone.com aggregates, reports, and publishes high school sports information for jurisdictions across the state of Maryland. In this Privacy Policy, Affiliates

More information

Verizon Wireless Family Locator 4.9 User Guide Contents

Verizon Wireless Family Locator 4.9 User Guide Contents Verizon Wireless Family Locator.9 User Guide Contents Let s get started... Sign up, then activate phones!... Use the Activation Wizard... Set Up an Android... Set Up a BlackBerry... 6 Set Up a Feature...

More information

Six ways to accelerate Android mobile application development

Six ways to accelerate Android mobile application development Six ways to accelerate Android mobile application Creating an integrated solution for collaboration among teams Contents 1 Weaving the invisible thread of innovation 2 Android : vast opportunities and

More information

CELL PHONE LOCATION, PRIVACY AND INTIMATE PARTNER VIOLENCE. by Kaofeng Lee & Erica Olsen *

CELL PHONE LOCATION, PRIVACY AND INTIMATE PARTNER VIOLENCE. by Kaofeng Lee & Erica Olsen * CELL PHONE LOCATION, PRIVACY AND INTIMATE PARTNER VIOLENCE by Kaofeng Lee & Erica Olsen * This article was published in Domestic Violence Report, August/September 2013, Vol. 18, No. 6. Can you hear me

More information

A Bicycle Accident Study Using GIS Mapping and Analysis

A Bicycle Accident Study Using GIS Mapping and Analysis A Bicycle Accident Study Using GIS Mapping and Analysis Petra Staats, Graduate Assistant, Transportation Policy Institute, Rutgers University, New Brunswick, NJ, USA pstaats@eden.rutgers.edu Summary Surveys

More information

Collided Vehicle Position Detection using GPS & Reporting System through GSM

Collided Vehicle Position Detection using GPS & Reporting System through GSM Collided Vehicle Position Detection using GPS & Reporting System through GSM M.M.Raghaveendra 1, N.Sahitya 2, N.Nikhila 3, S.Sravani 4 1 Asst.Professor ECE Department, 2 Student, 3 Student, 4 Student,

More information

GPS Options & Project Planning for Enterprise Mobile Computing

GPS Options & Project Planning for Enterprise Mobile Computing OrbitGPS White Paper GPS Options & Project Planning for Enterprise Mobile Computing 2008 OrbitGPS LLC. All Rights Reserved. Product names mentioned in this manual may be trademarks or registered trademarks

More information

THE DEFINITIVE GUIDE TO PASSENGER INFORMATION SYSTEMS

THE DEFINITIVE GUIDE TO PASSENGER INFORMATION SYSTEMS WHITEPAPER THE DEFINITIVE GUIDE TO PASSENGER INFORMATION SYSTEMS Passenger information systems come in many different forms. They are comprised of direct methods of communication, such as websites and

More information

Commuter Choice Certificate Program

Commuter Choice Certificate Program Commuter Choice Certificate Program Current course offerings (subject to change) Core 1 Commuter Choice Toolbox Required Courses Rideshare Options Audience: This 2 credit required course is targeted to

More information

LOCATION BASED SERVICES FOR RETAIL

LOCATION BASED SERVICES FOR RETAIL LOCATION BASED SERVICES FOR RETAIL CURRENT GLOBAL TRENDS -3% retailers can identify the buyer at the entrance to the shop, 72% plan to implement this within 5 years* -28% of retailers are using mobile

More information

Iknaia Asset and Personnel Tracking Management System for the Construction Industry

Iknaia Asset and Personnel Tracking Management System for the Construction Industry Iknaia Asset and Personnel Tracking Management System for the Construction Industry Introduction The UK construction industry accounts for over 7%* of the UK s Gross Domestic Product and employs over two

More information

Using Cloud Computing Technology to Develop a Emergency. Care System on Android

Using Cloud Computing Technology to Develop a Emergency. Care System on Android Using Cloud Computing Technology to Develop a Emergency Care System on Android Steven K.C. Lo 1 Chi-Ming Chung 2 Chien-Yuan Hunag 3 1 Department of Information Management, Jinwen University of Science

More information

Everyone s online, but not everyone s secure. It s up to you to make sure that your family is.

Everyone s online, but not everyone s secure. It s up to you to make sure that your family is. TrendLabs Everyone s online, but not everyone s secure. It s up to you to make sure that your family is. We live out our digital lives on the Internet. There, communication is quicker and easier, and our

More information

The New Mobility: Using Big Data to Get Around Simply and Sustainably

The New Mobility: Using Big Data to Get Around Simply and Sustainably The New Mobility: Using Big Data to Get Around Simply and Sustainably The New Mobility: Using Big Data to Get Around Simply and Sustainably Without the movement of people and goods from point to point,

More information

Transparent Chennai. Best Practice Documentation June 2010. Researched and Documented By. OneWorld Foundation India

Transparent Chennai. Best Practice Documentation June 2010. Researched and Documented By. OneWorld Foundation India 1 Transparent Chennai Best Practice Documentation June 2010 Researched and Documented By OneWorld Foundation India 2 Contents Executive Summary... 3 Background... 4 Objective... 4 Working Design... 4 Data

More information

How To Use A Gps Tracking System

How To Use A Gps Tracking System GPS TRACKING/FLEET MANAGEMENT What it REALLY does for your company Through the years in this business I have learned that most companies that start looking for a GPS Tracking System are interested in what

More information

VISIT OUR FURTHER WITH FORD 2015 COLLECTION FOR MORE. Download page

VISIT OUR FURTHER WITH FORD 2015 COLLECTION FOR MORE. Download page Jun 23, 2015 SAN FRANCISCO Ford Smart Mobility Shifts from Research to Implementation; Company Announces New Programs, Next Areas of Focus Ford enters the implementation phase of its Ford Smart Mobility

More information

Real-Time Vehicle Tracking System [RKI-1660]

Real-Time Vehicle Tracking System [RKI-1660] Real-Time Vehicle Tracking System [RKI-1660] User Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 Robokits India has partnered with Vehicleonmap.com to bring a Real-Time Vehicle

More information

A Charging LED B Touchscreen C On/Off button D Speaker E External antenna connector F USB connector G RDS-TMC connector H Memory card slot

A Charging LED B Touchscreen C On/Off button D Speaker E External antenna connector F USB connector G RDS-TMC connector H Memory card slot TomTom ONE XL 1. What s in the box What s in the box a Your TomTom ONE XL A B C D E F G H A Charging LED B Touchscreen C On/Off button D Speaker E External antenna connector F USB connector G RDS-TMC connector

More information

A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile

A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile Devendra Thorat, Kalpesh Dhumal, Aniket Sadaphule, Vikas Arade B.E Computer Engineering, Navsahyadri

More information

Outline. Lecture 13: Web Usability. Top Ten Web Design Mistakes. Web Usability Principles Usability Evaluations

Outline. Lecture 13: Web Usability. Top Ten Web Design Mistakes. Web Usability Principles Usability Evaluations Lecture 13: Web Usability Outline Web Usability Principles Usability Evaluations Wendy Liu CSC309F Fall 2007 1 2 What Makes Web Application Development Hard? Target audience can be difficult to define

More information

Remote Android Assistant with Global Positioning System Tracking

Remote Android Assistant with Global Positioning System Tracking IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking

More information

Keep control is essential.

Keep control is essential. Keep control is essential. Visirun tracks your commercial fleet in real time, anytime and everywhere! You can get informations about position of your vehicles and what they re doing, about driver s driving

More information

Driver Distraction in Finland. Petri Jääskeläinen

Driver Distraction in Finland. Petri Jääskeläinen Driver Distraction in Finland Petri Jääskeläinen In Finland mobile communication is very common 5 billion calls from mobile phones yearly. Average duration of a call is 3.2 minutes 5 billion text messages

More information

Two Factor Authentication (TFA; 2FA) is a security process in which two methods of authentication are used to verify who you are.

Two Factor Authentication (TFA; 2FA) is a security process in which two methods of authentication are used to verify who you are. Two Factor Authentication Two Factor Authentication (TFA; 2FA) is a security process in which two methods of authentication are used to verify who you are. For example, one method currently utilized within

More information

Trends and issues Lake Te Koutu walkway, Cambridge

Trends and issues Lake Te Koutu walkway, Cambridge 27 Trends and issues Lake Te Koutu walkway, Cambridge 3 Trends 3.1 Journey to work Over the past two to three decades there has been a significant increase in private vehicle ownership and usage and a

More information

Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller

Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller A.Kalaiarasi 1, Raviram.P 2, Prabakaran. P M 3, ShanthoshKumar.K 4, Dheeraj B P 5 Assistant Professor, Dept. of EEE,

More information

INFORMATION TECHNOLOGY STANDARD

INFORMATION TECHNOLOGY STANDARD COMMONWEALTH OF PENNSYLVANIA DEPARTMENT OF Human Services INFORMATION TECHNOLOGY STANDARD Name Of Standard: Mobile Development Domain: Application Number: Category: STD-EASS010 Date Issued: Issued By Direction

More information

Collaborative Open Market to Place Objects at your Service

Collaborative Open Market to Place Objects at your Service Collaborative Open Market to Place Objects at your Service D6.2.1 Developer SDK First Version D6.2.2 Developer IDE First Version D6.3.1 Cross-platform GUI for end-user Fist Version Project Acronym Project

More information

Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry

Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry July 2014 Introduction Trying to find your way around a large hospital or locating a high-value medical device such as

More information

How To Understand The Power Of The Internet Of Things

How To Understand The Power Of The Internet Of Things Next Internet Evolution: Getting Big Data insights from the Internet of Things Internet of things are fast becoming broadly accepted in the world of computing and they should be. Advances in Cloud computing,

More information

Issues of Hybrid Mobile Application Development with PhoneGap: a Case Study of Insurance Mobile Application

Issues of Hybrid Mobile Application Development with PhoneGap: a Case Study of Insurance Mobile Application DATABASES AND INFORMATION SYSTEMS H.-M. Haav, A. Kalja and T. Robal (Eds.) Proc. of the 11th International Baltic Conference, Baltic DB&IS 2014 TUT Press, 2014 215 Issues of Hybrid Mobile Application Development

More information

Quick Start Guide: Iridium GO! Advanced Portal

Quick Start Guide: Iridium GO! Advanced Portal Quick Start Guide: Iridium GO! Advanced Portal Contents Set-Up... 3 Overview... 4 Main Tab 1: General... 5 Status.... 5 Settings... 8 Audio.... 8 GPS.... 9 Tab 2: Communication... 9 Wi-Fi... 9 Satellite...

More information

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune VEHICLE TRACKING SYSTEM USING GPS Pooja P. Dehankar 1, 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune Prof. S. P. Potdar 2 2 Asst. Professor, SCOE, Vadgaon, Pune Abstract- Global Positioning System is

More information

How GPS works? WHAT IS GPS? HOW TRACKING WORKS?

How GPS works? WHAT IS GPS? HOW TRACKING WORKS? WHAT IS GPS? The Global Positioning System (GPS) is a satellite-based navigation system made up of a network of 24 satellites placed into orbit by the U.S. Department of Defense. GPS was originally intended

More information

Supported by. Powered by

Supported by. Powered by Supported by Powered by VMS Solution For? Most Problem is... How many truck How many driver How many route How many time Real time position Real time checkpoint Real time counseling Idle time Monitoring

More information

Probes and Big Data: Opportunities and Challenges

Probes and Big Data: Opportunities and Challenges Probes and Big Data: Opportunities and Challenges Fiona Calvert, Director Information Services and Mapping, Department of Transport Planning and Local Infrastructure New data sources, probes and big data

More information

Designing and Evaluating a Web-Based Collaboration Application: A Case Study

Designing and Evaluating a Web-Based Collaboration Application: A Case Study Designing and Evaluating a Web-Based Collaboration Application: A Case Study Wenli Zhu Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 USA ABSTRACT The Web has evolved from a simple browsing

More information

Monetizing the Digital Opportunity Speech. April 2014

Monetizing the Digital Opportunity Speech. April 2014 Monetizing the Digital Opportunity Speech April 2014 Key Highlights 2 Norwegian Media Trends (1/2) Business Model 1 Current Business Models 2 Limitations 3 Conclusion The introduction of rich business-model

More information

MOBILE GEOGRAPHIC INFORMATION SYSTEMS: A CASE STUDY ON MANSOURA UNIVERSITY, EGYPT

MOBILE GEOGRAPHIC INFORMATION SYSTEMS: A CASE STUDY ON MANSOURA UNIVERSITY, EGYPT MOBILE GEOGRAPHIC INFORMATION SYSTEMS: A CASE STUDY ON MANSOURA UNIVERSITY, EGYPT Asmaa Ahmed Hussein 1, Elkhedr Hassan Eibrahim 2, Aziza Asem 1 1 Faculty of Computer Sciences and information systems,

More information

House Committee on the Judiciary. Subcommittee on the Constitution, Civil Rights, and Civil Liberties

House Committee on the Judiciary. Subcommittee on the Constitution, Civil Rights, and Civil Liberties House Committee on the Judiciary Subcommittee on the Constitution, Civil Rights, and Civil Liberties Hearing on ECPA Reform and the Revolution in Location Based Technologies and Services Testimony of Professor

More information

Touch 2 Touch 2 with Go Touch 2 with Go Plus. Quick reference guide

Touch 2 Touch 2 with Go Touch 2 with Go Plus. Quick reference guide Touch 2 Touch 2 with Go Touch 2 with Go Plus Quick reference guide Simple. Intuitive. User friendly. Toyota Touch 2 multimedia system delivers information, and entertainment inside your Toyota vehicle

More information

Spot and Park: Where Mobile Technology Meets Parking Management

Spot and Park: Where Mobile Technology Meets Parking Management Spot and Park: Where Mobile Technology Meets Parking Management Sonia Ng Zeng Department of Computer Science University of Maryland, College Park sng@umd.edu ABSTRACT Spot and Park is a parking and event

More information

Mobile Assistant for Monitoring Plant Pests and Diseases

Mobile Assistant for Monitoring Plant Pests and Diseases Mobile Assistant for Monitoring Plant Pests and Diseases Christian Kuhn 1, Juliane Schmitt 1, Manfred Röhrig 2 1 ZEPP Central Institution for Decision Support Systems in Crop Protection Rüdesheimer Str.

More information

TrackRoad GPS User Guide

TrackRoad GPS User Guide TrackRoad GPS User Guide Contents OVERVIEW... 3 GPS FOR FLEETS... 3 GPS FOR CARS... 4 GPS FOR MOTORCYCLES... 5 GPS FOR WATERCRAFTS... 5 GPS FOR LANDSCAPING EQUIPMENT... 6 TRACKROAD WEB BROWSER REQUIREMENTS...

More information

DROFLY PRO V3 User Guide

DROFLY PRO V3 User Guide DROFLY PRO V3 User Guide 1/17 Table Of Contents 1/ INTRODUCTION 1.1/ Presentation 1.2/ Changes 2/ HARDWARE SETUP 2.1/ Setup on your frame 2.2/Connecting Flight Controller a. To BEC b. To Receiver c. To

More information

CONSUMERLAB CONNECTED LIFESTYLES. An analysis of evolving consumer needs

CONSUMERLAB CONNECTED LIFESTYLES. An analysis of evolving consumer needs CONSUMERLAB CONNECTED LIFESTYLES An analysis of evolving consumer needs An Ericsson Consumer Insight Summary Report January 2014 Contents INTRODUCTION AND KEY FINDINGS 3 THREE MARKETS, THREE REALITIES

More information

Honda RSA. Application Manual

Honda RSA. Application Manual Honda RSA Application Manual Index Introducing Honda RSA Application.. 1 Getting Start..... 2 Emergency Roadside Assistance Service How To Use Emergency Roadside Assistance Service..... 4 Other Services

More information

Sustainable. Solutions. Smart Cities. for. What is a Smart City? www.sustainablecitiessolutions.com

Sustainable. Solutions. Smart Cities. for. What is a Smart City? www.sustainablecitiessolutions.com Sustainable for Solutions Smart Cities What is a Smart City? www.sustainablecitiessolutions.com Contents Introduction 3 Executive Summary 4 Background & Methodology 5 Description of a Smart City 6 Most

More information

Recon Rally. The User Experience Design Behind the Rally. By Michael Grubbs, Tiffany Milano, and Daniel Rotondo

Recon Rally. The User Experience Design Behind the Rally. By Michael Grubbs, Tiffany Milano, and Daniel Rotondo Recon Rally The User Experience Design Behind the Rally By Michael Grubbs, Tiffany Milano, and Daniel Rotondo ABSTRACT The Recon Rally application aims to provide alumni, new and current students, parents,

More information

Visitor management strategy

Visitor management strategy Visitor management strategy Introduction Protected areas attract people. Sometimes the protected area management is glad about people who are interested in their work and activities, sometimes protected

More information

Surveys If you want to find out what a large group of people think, the easiest thing to do is carry out a survey.

Surveys If you want to find out what a large group of people think, the easiest thing to do is carry out a survey. Introduction NJ Font Bold 24 As a JTA one of the first things you can do is carry out some research. Research will help you know what topics the people in your school are interested in and will help you

More information

Smart City Live! 9-10 May 2016, Nice

Smart City Live! 9-10 May 2016, Nice Monday, May 9, 2016 Smart City Live! 9-10 May 2016, Nice Draft agenda as of November 20, 2015 SMART LIVING SMART CITY SERVICES 9:00 AM CASE STUDY: Developing Smart Energy communities Understanding the

More information

Sample Exam Foundation Level Syllabus. Mobile Tester

Sample Exam Foundation Level Syllabus. Mobile Tester Sample Exam Foundation Level Syllabus Mobile Tester September 2015 American Software Testing Qualifications Board Sample Exam Foundation Level Syllabus Mobile Tester 1. What types of testing are particularly

More information

Child Cycling Injury Prevention

Child Cycling Injury Prevention Child Cycling Injury Prevention Simone Randle Injury Prevention Advisor SimoneR@adhb.govt.nz Cycling fatalities, 2003-07 All child cyclist deaths: 12 deaths: 11 boys, 1 girl 7 deaths amongst boys 10-14

More information

QUICK GUIDE. How to Use GPS to Improve Fleet Utilization. How to Use GPS to Improve Fleet Utilization

QUICK GUIDE. How to Use GPS to Improve Fleet Utilization. How to Use GPS to Improve Fleet Utilization QUICK GUIDE How to Use GPS to Improve Fleet Utilization 1 How to Use GPS to Improve Fleet Utilization One of the key functions for fleet managers is to ensure their fleet has the right mix of equipment

More information

Big Data Analytics in Mobile Environments

Big Data Analytics in Mobile Environments 1 Big Data Analytics in Mobile Environments 熊 辉 教 授 罗 格 斯 - 新 泽 西 州 立 大 学 2012-10-2 Rutgers, the State University of New Jersey Why big data: historical view? Productivity versus Complexity (interrelatedness,

More information

Next Gen Platform: Team & Mentor Guide

Next Gen Platform: Team & Mentor Guide Next Gen Platform: Team & Mentor Guide 1 Introduction For the 2015-2016 season, the FIRST Tech Challenge (FTC) will be adopting a new controller for its robot competitions. The new platform, which will

More information

User Guide. SilverCloud. Real-Time GPS Tracking System

User Guide. SilverCloud. Real-Time GPS Tracking System User Guide SilverCloud Real-Time GPS Tracking System 1 1. About this Guide!!!!!!! 1.1! Thank You First of all, we at LandAirSea Systems want to thank you for purchasing the SilverCloud Real- Time GPS Tracking

More information

Implementation of CVIS ITS Application in a Driving Simulator Environment Kenneth Sørensen, kenneth.sorensen@sintef.no SINTEF

Implementation of CVIS ITS Application in a Driving Simulator Environment Kenneth Sørensen, kenneth.sorensen@sintef.no SINTEF Denne artikel er publiceret i det elektroniske tidsskrift Artikler fra Trafikdage på Aalborg Universitet (Proceedings from the Annual Transport Conference at Aalborg University) ISSN 1603-9696 www.trafikdage.dk/artikelarkiv

More information

Integrating mobility services through a B2B platform. e-monday, 20. Juli 2015. Steffen Schaefer, Siemens AG.

Integrating mobility services through a B2B platform. e-monday, 20. Juli 2015. Steffen Schaefer, Siemens AG. Integrating mobility services through a B2B platform e-monday, 20. Juli 2015. Steffen Schaefer, Siemens AG. Restricted Siemens AG 2015 All rights reserved. Answers for infrastructure and cities. Talking

More information

Incisive Business Guide to Vehicle Tracking

Incisive Business Guide to Vehicle Tracking Incisive Business Guide to Vehicle Tracking Vehicle Tracking Guide Summary This guide from Incisive Business outlines the features and benefits for your business from managing your company vehicles using

More information

Device-Centric Authentication and WebCrypto

Device-Centric Authentication and WebCrypto Device-Centric Authentication and WebCrypto Dirk Balfanz, Google, balfanz@google.com A Position Paper for the W3C Workshop on Web Cryptography Next Steps Device-Centric Authentication We believe that the

More information

Today s mobile ecosystem means shared responsibility

Today s mobile ecosystem means shared responsibility It seems just about everybody has a mobile phone now, including more than three-quarters of U.S. teens and a rapidly growing number of younger kids. For young people as well as adults, the technology has

More information

Chapter 1 What s in the box

Chapter 1 What s in the box TomTom ONE Chapter 1 What s in the box What s in the box a Your TomTom ONE A Touchscreen B Charging LED C On/off button D Speaker E External antenna connector F Memory card slot G USB connector b Windscreen

More information

i C A N 1 5 S w i s s C o n t e s t P r o j e c t A b s t r a c t

i C A N 1 5 S w i s s C o n t e s t P r o j e c t A b s t r a c t i C A N 1 5 S w i s s C o n t e s t P r o j e c t A b s t r a c t Project Title : EyeSpeed Team Members: Coach : Simone Gervasoni (ETH Zurich, Mutli-Scale Robotics Lab) Jan Praprotnik (ETH Zurich, Mutli-Scale

More information

PDF MAPS FOR SMARTPHONES AND TABLETS

PDF MAPS FOR SMARTPHONES AND TABLETS INTRODUCTION Incident mapping often utilizes PDF documents of maps to be created for printing, archiving, and now for the ability to use these products in the field. With the release of Adobe Acrobat 9

More information

Cycle Strategy 2006 2011

Cycle Strategy 2006 2011 Cycle Strategy 2006 2011 TABLE OF CONTENTS 1 INTRODUCTION... 1 2 POLICY BACKGROUND... 2 3 BACKGROUND... 6 4 MAIN OBJECTIVES... 8 5 TARGETS... 9 6 THE CYCLE NETWORK... 10 7 CONCLUSION... 13 Appendix A:

More information

Merging learner performance with browsing behavior in video lectures

Merging learner performance with browsing behavior in video lectures Merging learner performance with browsing behavior in video lectures Konstantinos Chorianopoulos Department of Informatics Ionian University Corfu, GR-49100 Greece choko@ionio.gr Michail N. Giannakos Department

More information

A Cost Efficient Real-Time Vehicle Tracking System

A Cost Efficient Real-Time Vehicle Tracking System A Cost Efficient Real-Time Vehicle Tracking System Rohit Minni VIT University, Vellore, India 304, Satellite, Om Nagar, Andheri(E), Mumbai-99, India ABSTRACT The transportation system plays a vital role

More information

Mobilebits Inc. Privacy Policy

Mobilebits Inc. Privacy Policy Mobilebits Inc. Privacy Policy Notice: We have updated our Privacy Policy as of February 1, 2016 Protection of your privacy is of the utmost importance to the Mobilebits Inc. ( MI, us, or we ). Please

More information

Urban Design Interventions Towards a Bike Friendly City

Urban Design Interventions Towards a Bike Friendly City Denne artikel er publiceret i det elektroniske tidsskrift Artikler fra Trafikdage på Aalborg Universitet (Proceedings from the Annual Transport Conference at Aalborg University) ISSN 1603-9696 www.trafikdage.dk/artikelarkiv

More information

Tutorial: Big Data Algorithms and Applications Under Hadoop KUNPENG ZHANG SIDDHARTHA BHATTACHARYYA

Tutorial: Big Data Algorithms and Applications Under Hadoop KUNPENG ZHANG SIDDHARTHA BHATTACHARYYA Tutorial: Big Data Algorithms and Applications Under Hadoop KUNPENG ZHANG SIDDHARTHA BHATTACHARYYA http://kzhang6.people.uic.edu/tutorial/amcis2014.html August 7, 2014 Schedule I. Introduction to big data

More information

Naturalistic Cycling Studies

Naturalistic Cycling Studies Naturalistic Cycling Studies November 26 th 2013 Marco Dozza CHALMERS University of Technology SAFER presentation for Japan SAFER Goals Phase 1 #1 071220 Summary The cycling safety problem Naturalistic

More information

So what s this session all about?

So what s this session all about? 1 So what s this session all about? It provides an introduction to digital marketing it s benefits and how organisations can use it to effectively support it s business operations It considers the main

More information

Location Based Mobile Advertising

Location Based Mobile Advertising 1 Location Based Mobile Advertising Your Ad Delivered on Mobile Devices Over 14,000 APPS Like Weather Channel, ESPN and more Millions of Impressions Available Daily Location Verified Ads Sent With Pinpoint

More information

An Android Application for Tracking College Bus Using Google Map

An Android Application for Tracking College Bus Using Google Map An Android Application for Tracking College Bus Using Google Map S. Priya 1, B. Prabhavathi 2, P. Shanmuga Priya 3, B. Shanthini 4 1,2, 3 UG Scholar, 4 Head of the Department Department of Information

More information

B.E. Mikkelsen, A.K. Lyseen, M. Dobroczynski, and H.S. Hansen

B.E. Mikkelsen, A.K. Lyseen, M. Dobroczynski, and H.S. Hansen Behavioural Nutrition & Big Data How Geodata, Register Data & GPS, Mobile Positioning, Wi-Fi, Bluetooth & Thermal Cameras Can Contribute to the study of human food behaviour Abstract: Place has traditionally

More information

TomTom App for Android Reference Guide

TomTom App for Android Reference Guide TomTom App for Android Reference Guide Contents Getting started 5 Start TomTom App for Android... 5 Updating your TomTom App for Android... 5 Map updates... 5 GPS reception... 6 Planning a route 7 Planning

More information

SCORPION TRACK.COM. Technologically Advanced Stolen Vehicle Tracking & Fleet Management System. Part of the Scorpion group

SCORPION TRACK.COM. Technologically Advanced Stolen Vehicle Tracking & Fleet Management System. Part of the Scorpion group SCORPION TRACK.COM Technologically Advanced Stolen Vehicle Tracking & Fleet Management System Award Winning Best Consumer Tracking System Best Security Product Best Fleet Management System Best British

More information

A Survey of Existing Technologies, Applications, Products, and Services for Geofencing

A Survey of Existing Technologies, Applications, Products, and Services for Geofencing Report to the US Department of Transportation Research and Innovative Technology Administration A Survey of Existing Technologies, Applications, Products, and Services for Geofencing California PATH Program

More information

Your MSU App - Rave. Alerts, Guardian Safety App and E-TIPS

Your MSU App - Rave. Alerts, Guardian Safety App and E-TIPS Your MSU App - Rave Alerts, Guardian Safety App and E-TIPS Montclair State University continues to be a leader amongst higher education institutions in utilizing mobile technology for students to assist

More information