CERNMaps Finding buildings at CERN is not a treasure hunt anymore Adrian Alan Pol - PH-CMG-PPD Andrea Giardini - IT-PES-PS.

Slides:



Advertisements
Similar presentations
ESurge User Survey: Results & Conclusions 20 th October 2011.
Advertisements

QR Codes. What is a QR Code?  QR stands for quick response.  These codes can be found almost everywhere you go.  They are used in business, advertising,
Online Postgraduate Admissions Update for Postgraduate Forum – 22 January 2010 Kate Ward.
1 Feel free to contact us at
Event Planning at Pace University Presented by the Office of University Special Events.
Darkstar John, Ya-Ching, Akash, Lynne, Rick Jesse.
QR Codes in Education By Christine Nicholas. 26 Creative Ways to Use QR Codes (18/40) by Bored Panda What are QR codes and what are the used for?
Live Support A “receptionist” on your website (typing) Can answer questions Transfer calls to different departments Take messages Automatically “push”
SMART BUILDING Yousef Awwad Te-Yuan Huang Newlin Rajkumar Group No.11.
Getting There from Here: A Model to Develop Social Media and Digital Strategies to Increase Alumni Engagement with Your Alumni Website David Regan White.
Jordan Maxwell ADVANCED PROGRAMMING. DEFINITIONS PHP: A server side Programming language often used in websites. API: ( Application programming interface.
Restaurants & Mobile Why Your Restaurant Needs A Mobile Experience.
ODS Operational Data Store
C OLLECTIVE MATERIALS O N M OBILE A PPLICATIONS Examples… Uses… Etc… DISEASE GROUP.
Python File Handling. In all the programs you have made so far when program is closed all the data is lost, but what if you want to keep the data to use.
MeDi Access Technology & Innovation Colombia. OUR IDEA : MeDi Access The Problem: the difficulty that people have in order to be able to access properly.
Mobile Apps For Small Businesses Your customers are mobile. Is your business?
Access Marketing- Mobile Apps For Small Businesses Your customers are mobile. Is your business?
Changing Name and Information Information Technology Services July 2011.
Global Forest Observations Initiative Time Series Consistency Methods and Guidance Dr Carly Green – MGD Component Manager SDCG 25 th September 2015, Bonn,
{ Lost Object Locator Status Report #2, Josues Gonzalez Russell Pool John Jenkinson Miguel Alvarez Tracking device with phone application.
EText for iPad App Updated February 21, The Pearson eText Distinction Highest quality, page fidelity to printed textbooks allows for easier classroom.
Turn Based Strategy Game
 Architectural overview  Main APIs. getGames.php getGroupsLocations.php getGroupsScores.php getMessage.php getStreet.php getTime.php login.php sendMessage.php.
ACMH Website ACMH STAFF RETREAT April 15, 2015 ACMH Education Coordinator: Terri Henrizi.
Incorporating Feedback Lesson 5 0. Check-in: paper prototype By now, your paper prototype should be complete, so that you can begin creating your app.
Restaurants & Mobile Why Your Restaurant Needs A Mobile Experience.
PowerShell Package Management for the Enterprise Kirk Aleksandar
| | Top 4 Benefits of Hybrid Mobile Apps.
1 KaaShiv InfoTech  Presents  INTEL XDK For Inplant Training / Internship, please download the "Inplant training registration form" from our website.
Copyright 2014 by Persona GLOBAL, Inc. All rights reserved PC GAMEPLAN Application.
link2 is a GPS software application designed specifically to link professionals.
Team Members Charles Dunbar Ben Kallal Ankit Patel Peter Purcell Kody Reynolds 1 IRP Presentation Client Lisa Hein-Iowa Natural Heritage Foundation Faculty.
By Ishaq Shinwari.  Designing a web site needs careful thinking and planning  The most important thing is to KNOW YOUR AUDIENCE  You Must Design website.
Mobile Apps For Small Businesses Your customers are mobile. Is your business? Myappcompany.com (555)
Dextrosoft SCHEDULED PHONE BACKUP Backup your mobile life Version Copyright © 2015 Dextrosoft Private Limited. All Rights Reserved.
CU Student Organizer Trey McAlhany CPSC 482 Mobile Software Development Clemson University April 14, 2015.
If you are thinking about developing mobile application for your customer, this is an important aspect to consider the platform.
6 Cool Tools HTML5 Game For Development. Games with HTML5 HTML5 acts as a ubiquitous podium on the web for game development. HTML5 introduces many cutting.
Navigate 2 Advantage Access for Introduction to Neurogenic Communication Disorders, Second Edition.
CU Student Organizer Trey McAlhany CPSC 482 Mobile Software Development Clemson University April 7, 2015.
Visibook is instant, simple, and dynamic appointment booking We're headquartered in San Francisco, California "Visibook is awesome. My entire studio was.
Google. Android What is Android ? -Android is Linux Based OS -Designed for use on cell phones, e-readers, tablet PCs. -Android provides easy access to.
Which hairstyle is attractive for celebrities?
The Secret Of Massage Therapy
The Benefits of Hiring a Corporate Sedan Service
GST Helpline - A Complete GST App TO RESOLVE GST INDIA QUERIES
Daily deals script - phpscriptsmall
REDCap Mobile Application
How to stay safe using the internet & App’s
How to stay safe using the internet and app’s?
2 March 2017 Jevgenija Sevcova, EIFL Programmes and events coordinator
Launching of our New Website 14th September 2011
TEST AANKOOP/TEST ACHATS INTERNET SPEEDTEST CAMPAIGN
PC Gameplan Application.
Questions That Should Be Asked to a PPC Consultant
VuFind Account Based Recommender
Lesson 11: Web Services & API's
Use Case: The GEO-Wetlands Community Portal
Advanced features iNaturalist
Reach People when it matters with Location Extensions
Mistakes That You Need to Stop When Applying Nail Polish.
Doublemap & William Paterson University
Moodle Mobile offline features Daniel #mootus16.
Business Requirements
Technical Integration Guide
New Innovations for Faculty
Professional Web Design Company - With Online Presence Of Experts
Request Management System Update
Presentation transcript:

CERNMaps Finding buildings at CERN is not a treasure hunt anymore Adrian Alan Pol - PH-CMG-PPD Andrea Giardini - IT-PES-PS

Offline Light Native

But how do we get all the data?

T HE FINAL AIM IS TO HAVE AN APPLICATION FOR OFFLINE USE W HY : CERN HAS SEVERAL VISITORS DAILY AND MOST OF THEM DON ' T HAVE WIFI / INTERNET ACCESS H OW : N EED TO DUMP THE DATA AND LET THE APPLICATION DOWNLOAD THE UPDATES ON A REGULAR BASIS W HAT : - CERN BUILDING COORDINATES - T PG TRAM AND BUS SCHEDULE - CERN SHUTTLE SERVICE

CERN Buildings -Get a list of all the buildings and get the coordinates for each of them - Users are able to select a building and locate it on the map Unfortunately there is no API to get the coordinates of the building...

TPG tram and bus schedule TPG offers public API to get tram and bus schedule through their OpenData website www. tpg.ch/web/open-data/ But it has serious limitations: - Schedule only for the remaining part of the day - Full day schedule only at 4 in the morning (thanks cronjob) Necessity to dump the data in an external server

TPG tram and bus schedule Currently developing a python module to interact with their API: Code and examples are available on GitHub The module is just a draft, it needs further development. Feel free to contribute creating issues and pull requests

CERN shuttle service We received several comments on the Google store asking to integrate the CERN shuttle inside our application We are currently in contact with the GS department to find a way to get the shuttle schedule and integrate it in our application

Future development - Phonebook? Several people asked to integrate the phonebook on our app, but... - Phone numbers and users data are sensible informations - We should handle this data in a proper way Maybe the only part of the app that needs to be "online"

Conclusions We started this project almost 2 years ago as an hobby and now people are getting interested in it Thanks to feedbacks and comments we improved our application following the suggestions of users Now the code is available on GitHub: Now we want your ideas! :)