Stamina, a Coffee Monitoring System

Total Page:16

File Type:pdf, Size:1020Kb

Stamina, a Coffee Monitoring System Stamina, a coffee monitoring system Alexandra Rouhana 1, Lorenzo Scutigliani 2, and Quentin McGaw 3 1 Electrical and electronic engineering, Imperial College London [email protected] 2 Electrical and electronic engineering, Imperial College London [email protected] 3 Electrical and electronic engineering, Imperial College London [email protected] 28 March 2016 Abstract. Coffee drinking allows to reduce tiredness and is widely used in our society. In particular, the caffeine contained in coffee influences the quality of sleep of coffee drinkers. However, since each person reacts differently to caffeine, there is no rule of thumb to determine the optimal coffee intake schedule in order to maximise performance during the day while ensuring high quality sleep at night. Stamina is a solution providing this missing information to the coffee drinker, by monitoring and analysing the activity of the user over several days. It uses the sensors of both an Android smartphone and smartwatch to analyse the activity of the users, such as when they wake up, go to sleep or drink coffee. A remote server stores these data and analyses them with a clustering machine learning technique to provide suggestions to the users through their mobile devices about their daily coffee consumption. Keywords: Caffeine, Sleep quality, Activity recognition, Smartwatch, Affinity propagation, Clustering 1 Introduction ● The selection process of a clustering algorithm adapted for the detection of Today’s economy faces an increasing demand for patterns between multiple days, in order to products improving one’s well-being and maximising determine various predictions according to physical and intellectual performance [6]. The aim of the predicted type of day. this project named Stamina is to improve users' health ● The detection of daily activities with the and performance by tackling a habit at the heart of their mobile application Staminapp through the daily lives: coffee drinking. Stamina is a system which smartwatch sensors and the GPS capabilities monitors and correlates coffee intakes, sleep patterns of the smartphone. These activities can be and daily activities to output to the end users whether sleeping, waking up, drinking coffee, or not they could drink a cup of coffee to optimise their performing a physical activity or entering sleep and activities. Stamina tracks the activities of its coffee zones (a radius of 40 meters around users through a mobile application analysing the data the user’s favourite coffee shop or place). collected from the smartwatch’s sensors and the ● The development of a secured webserver and smartphone’s GPS localisation. The mobile database communicating with Staminapp. application, called Staminapp, is compatible with smartwatches and smartphones with Android This report first summarises the related work done in operating systems 5.0 or higher. the coffee/sleep management area. Then, the facts and hypotheses Stamina is based on are stated. The design of Stamina is divided into three parts: the Afterwards the designed system is explored by Android mobile application, the webserver and describing its different components and justifying all database, and the back-end machine learning design choices. Finally, the experimental procedure program. This report explores the following topics: used to test Stamina is summarised and the obtained results are discussed together with their associated issues. 2 Related work of each of the previously stated similar existing products. Note also that Sen.se and UP coffee require In the past decade, a lot of research focused on extra devices, whereas Stamina focused on providing merging smartphone and smartwatch sensors data to a solution using only an Android smartphone and detect the users’ daily habits [1] [2] [3]. Classification smartwatch, hence being more affordable. algorithms such as the Support Vector Machines have been widely used to differentiate many real life activities from the smartwatch accelerometer and gyroscope sensors’ data [4] [5]. Physical activities such as running, biking, walking, seating, and standing or even more complex activities such as drinking coffee can be detected through wearable device sensors [5]. Although the activity detection implemented in Stamina is relatively simple and does not include any classification algorithm (see part 4.3), it is definitely possible to enhance Stamina by implementing machine learning techniques for activity recognition. Table 1: Features proposed by existing similar However, this project focused on correlating coffee products intake with daily habits and sleeping patterns using machine learning. In particular, very little published research exists today in this domain. 3 Facts and Hypotheses Three similar products exist on the market: UPCofee Before describing Stamina any further, it is important to by Jawbone, Sen.se [10] and Caffeine Timezone 2 [8]. understand the underlying facts and hypotheses used Only UPCoffee [9] uses analytics but no information on to develop the project. There are mainly four medical the algorithms used is currently available. Caffeine facts Stamina is based on. First, each individual reacts Timezone 2 has been developed by Frank E. Ritter and differently to caffeine [18][22]. This highlights the need Kuo-Chuan (Martin) Yeh from Pennsylvania State for a personalised coffee monitoring system such as University [8]. This mobile application defines sleep Stamina. Secondly, the consumption of coffee (with zones in which the user will be able to sleep, and active caffeine) negatively influences the sleep of the user zones where the user is stimulated by coffee. Caffeine [18][19][20][21], suggesting that coffee should only be timezone 2 does not monitor sleeping patterns or drunk after determining whether or not the sleep is activities automatically. The caffeine absorption and compromised. Drinking coffee before a physical activity elimination models underlying the application are open apparently enhances the physical performance of the source. The sleep zone and the active zone thresholds person [18], which appears as a good thing. Drinking can be modified manually by the user. Caffeine levels coffee is also considered healthy [23], as long as it are calculated each second and stored in a SQLite does not deteriorate the sleep quality. database. The evolution of vascular caffeine levels of the user is plotted each time the application is Concerning the assumptions, there are also four of launched. According to the pharmacodynamics model them. First, it is assumed the sleep quality mainly used in Caffeine Timezone 2, caffeine elimination depends on the consumption of coffee and not on other follows a nonlinear exponential equation shown below factors such as stress or drugs. Second, the users are in equation (1) [8]. The caffeine calculations in Stamina assumed not to be sleeping or having poor sleep is based on a similar equation. quality if they are moving while sleeping. This assumption allows to determine a sleeping quality 푡 (1) : 퐶(푡) = 퐶 푒푥푝(− ), percentage which is needed for this project. Days with 0 푇 similar wake up times and sleep durations are assumed to have similar physical activity times (if any) where 퐶0 and 푇 corresponds respectively to the average caffeine quantity in a cup of coffee and to the and sleep times. Finally, an obvious but necessary caffeine elimination half-life. assumption is that the users are expected to wear their smartwatch most of the time and to always drink with The following table (Table 1) summarises the features the hand on which their smartwatch is attached. This allows Staminapp to detect the user's’ activities at all ● Physical activity movement time, including the coffee drinking action. The smartwatch’s linear acceleration reaches a high threshold on any of the three axes more than four times in 10 minutes. 4 System design The threshold was experimentally found to −2 be 90푐푚. 푠 . As explained in the introduction, Stamina is divided into ● Drinking movement three parts: the mobile front-end side, the remote The smartwatch’s linear acceleration and server and database, and the machine learning gyroscope data during the last 10 minutes program. Each part is described, justified and contain a similar pattern within a margin of evaluated in the following sections. error according to a experimentally predefined drinking model with a trial and error method. ● Coffee shop 4.1 Mobile part: Staminapp The smartphone’s GPS coordinates are The front-end consists of Staminapp, an Android contained in a circular area with radius 40m application deployed on both smartphone and centered around the GPS location of the smartwatch. It is developed using Android Studio 2.0 coffee place. This area is called a coffee with Java 7 because of the familiarity with Android zone; This event is triggered each 3 hours if development. It is compatible with Android operating the user is in the same coffee place and is system 5.0 and higher, which fully support Android not sleeping. smartwatches. The mobile part has two objectives, the first is to detect and confirm real life activities of the Regarding the physical activity and drinking movement user, and the second is to exchange this information detections, these are notified to the user who has to with the remote server to obtain useful information and confirm them through interactive notifications, since suggestions related to the user’s coffee consumption. these could simply be other unrelated events such as drinking water. 4.1.1 Detecting and uploading real life activities The mobile application uses the GPS capabilities of the The linear acceleration is chosen to be used in most of smartphone as well as the linear acceleration and the cases as it is straightforward to understand and to gyroscope integrated sensors of the smartwatch to interpret its data. This type of sensor is similar to an detect movements associated to the user’s real life accelerometer except that constant forces such as activities, according to the following conditions: gravity are not present in the 3 dimensional data.
Recommended publications
  • Apache Service Manual
    AIRPLANE SERVICE MANUAL CARD 1 OF 2 APACHE PA-23-150 PA-23-160 Courtesy of Bomar Flying Service www.bomar.biz PIPER AIRCRAFT CORPORATION PART NUMBER 752-422 REVISED: OCT. 5, 1999 1A1 Published by Technical Publications © The New Piper Aircraft, Inc. 2926 Piper Drive Vero Beach, Florida 32960 U.S.A. Member General Aviation Manufacturers Association 1A2 PIPER COMANCHE SERVICE MANUAL AEROFICHE REVISION STATUS Revisions to this service manual 752 422, originally published (on paper only) in 1954, reissued (on paper only) March 15, 1968 and published on microfiche May 28, 1976 are as follows: Revisions Publication Date Aerofiche Card Effectivity ORIGINAL (Paper only) 1954 None COMPLETE REISSUE (Paper only) October 1960 None COMPLETE REISSUE (Paper only) March 15, 1968 None 1st (Paper only) December 21, 1973 None 2nd May 28, 1976 1 and 2 3rd February 13, 1980 1 and 2 4th February 23, 1983 1 and 2 5th April 29, 1986 1 6th September 15, 1998 1 and 2 7th* October 5, 1999 1 and 2 * Revisions appear in both cards. Accordingly, discard your existing card set and replace it with these cards dated October 5, 1999. A. Consult the latest Piper Customer Service Information Catalog No. 1753-755 (Aerofiche) for current revision dates for this manual. B. The General Aviation Manufacturers Association (GAMA) has developed specifications for microfiche reproduction of aircraft publications. The information compiled in this Aerofiche Service Manual will be kept current by revisions distributed periodically. These revisions will supersede all previous revisions and will be complete Aerofiche card replacements and shall supersede Aerofiche cards of the same number in the set.
    [Show full text]
  • Agethen2020.Pdf (3.818Mb)
    ADATA-DRIVENMOTIONPLANNING FRAMEWORKFORINTERACTIVEWALK PATHSIMULATIONWITHINTHE AUTOMOTIVEINDUSTRY PHILIPPAGETHEN from Gräfelfing DOCTORALTHESIS A thesis submitted in fulfillment of the requirements for the degree of Doctor rerum naturalium (Dr. rer. nat.) Human-Computer-Interaction Group Institute of Media Informatics Faculty of Engineering, Computer Science and Psychology 2020 acting dean: Prof. Dr. Maurits Ortmanns, Ulm University referees: Prof. Dr. Enrico Rukzio, Ulm University Prof. Dr. Martin Manns, University of Siegen day of defense: October 23th 2020 Philipp Agethen: A Data-Driven Motion Planning Framework for Interactive Walk Path Simulation Within the Automotive Industry, Doctoral dissertation. ©2020 This document was typeset in LATEX using the typographical look-and-feel classicthesis developed by André Miede. classicthesis is available for both LATEX and LYX: https://bitbucket.org/amiede/classicthesis/ DEDICATEDTOMYWIFEHANNA COPYRIGHT [citation] For the sake of clarity, literally used or only marginally modified text passages, being previously published by the author, are highlighted in the margin notes. An example can be found on the left side. This particularly applies for following manuscripts: [6] Philipp Agethen, Felix Gaisbauer, and Enrico Rukzio. “A Proba- bilistic Steering Parameter Model for Deterministic Motion Planning Algorithms.” In: Computer Graphics Forum 38.1 (2019), pp. 549–563. doi: 10.1111/cgf.13591. With permission of Wiley. [4] Philipp Agethen et al. “Towards Realistic Walk Path Simulation of Single Subjects: Presenting a Probabilistic Motion Planning Algo- rithm.” In: Proceedings of the 11th Annual International ACM SIGGRAPH Conference on Motion, Interaction, and Games. MIG ’18. Limassol, Cyprus: ACM, 2018, pp. 1–10. isbn: 978-1-4503-6015-9. doi: 10.1145/3274247. 3274504. With permission of ACM.
    [Show full text]
  • Using React Native and AWS Lambda for Cross-Platform Development in a Startup
    Linköping University | Department of Computer and Information Science Master thesis | Computer Science Spring term 2017 | LIU-IDA/LITH-EX-A--17/058—SE Using React Native and AWS Lambda for cross-platform development in a startup Jonas Andersson Tutor, Arunkumar Palanisamy Examinator, Kristian Sandahl Upphovsrätt Detta dokument hålls tillgängligt på Internet – eller dess framtida ersättare – under 25 år från publiceringsdatum under förutsättning att inga extraordinära omständigheter uppstår. Tillgång till dokumentet innebär tillstånd för var och en att läsa, ladda ner, skriva ut enstaka kopior för enskilt bruk och att använda det oförändrat för ickekommersiell forskning och för undervisning. Överföring av upphovsrätten vid en senare tidpunkt kan inte upphäva detta tillstånd. All annan användning av dokumentet kräver upphovsmannens medgivande. För att garantera äktheten, säkerheten och tillgängligheten finns lösningar av teknisk och administrativ art. Upphovsmannens ideella rätt innefattar rätt att bli nämnd som upphovsman i den omfattning som god sed kräver vid användning av dokumentet på ovan beskrivna sätt samt skydd mot att dokumentet ändras eller presenteras i sådan form eller i sådant sammanhang som är kränkande för upphovsmannens litterära eller konstnärliga anseende eller egenart. För ytterligare information om Linköping University Electronic Press se förlagets hemsida http://www.ep.liu.se/. Copyright The publishers will keep this document online on the Internet – or its possible replacement – for a period of 25 years starting from the date of publication barring exceptional circumstances. The online availability of the document implies permanent permission for anyone to read, to download, or to print out single copies for his/hers own use and to use it unchanged for non-commercial research and educational purpose.
    [Show full text]
  • Motion Planning for a Six-Legged Robot
    Die approbierte Originalversion dieser Diplom-/ Masterarbeit ist in der Hauptbibliothek der Tech- nischen Universität Wien aufgestellt und zugänglich. http://www.ub.tuwien.ac.at The approved original version of this diploma or master thesis is available at the main library of the Vienna University of Technology. http://www.ub.tuwien.ac.at/eng Motion Planning for a Six-Legged Robot DIPLOMARBEIT zur Erlangung des akademischen Grades Diplom-Ingenieur im Rahmen des Studiums Technische Informatik eingereicht von Bernhard Wimmer Matrikelnummer 0928776 an der Fakultät für Informatik der Technischen Universität Wien Betreuung: Asst.-Prof. Dr. Ezio Bartocci Wien, 28. April 2016 Bernhard Wimmer Ezio Bartocci Technische Universität Wien A-1040 Wien Karlsplatz 13 Tel. +43-1-58801-0 www.tuwien.ac.at Motion Planning for a Six-Legged Robot DIPLOMA THESIS submitted in partial fulfillment of the requirements for the degree of Diplom-Ingenieur in Computer Engineering by Bernhard Wimmer Registration Number 0928776 to the Faculty of Informatics at the TU Wien Advisor: Asst.-Prof. Dr. Ezio Bartocci Vienna, 28th April, 2016 Bernhard Wimmer Ezio Bartocci Technische Universität Wien A-1040 Wien Karlsplatz 13 Tel. +43-1-58801-0 www.tuwien.ac.at Erklärung zur Verfassung der Arbeit Bernhard Wimmer Aßmayergasse 23/8 Hiermit erkläre ich, dass ich diese Arbeit selbständig verfasst habe, dass ich die verwen- deten Quellen und Hilfsmittel vollständig angegeben habe und dass ich die Stellen der Arbeit – einschließlich Tabellen, Karten und Abbildungen –, die anderen Werken oder dem Internet im Wortlaut oder dem Sinn nach entnommen sind, auf jeden Fall unter Angabe der Quelle als Entlehnung kenntlich gemacht habe.
    [Show full text]
  • 235095054.Pdf
    EFFECTIVE IDENTITY MANAGEMENT ON MOBILE DEVICES USING MULTI-SENSOR MEASUREMENTS A Dissertation Presented to the Faculty of the Department of Computer Science University of Houston In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy By Tao Feng May 2015 EFFECTIVE IDENTITY MANAGEMENT ON MOBILE DEVICES USING MULTI-SENSOR MEASUREMENTS Tao Feng APPROVED: Weidong Shi, Chairman Dept. of Computer Science Albert Cheng Dept. of Computer Science Stephen Huang Dept. of Computer Science Shishir Shah Dept. of Computer Science Bogdan Carbunar School of Computing and Information, FIU Dean, College of Natural Sciences and Mathematics ii ACKNOWLEDGEMENTS First of all, I would like to thank my advisor Dr. Weidong Shi for his support, guidance and help. He always tried his best to offer me a better platform to pursue more achievements. I cherish the opportunities and experience he provided me: the SRA internship opportunity, which helped me to gain experience in working in industry; the patent composition, which helped me to understand how the intel- lectual property system works; a variety of research projects in different domains, which helped me to broad my version; and most importantly, the time he spent to advice, guide, and teach me how to solve research problems. All these would be the fortune of my life and I really appreciate all the things he has done for me. I also want to thank his wife, Yang Lu, for her support, help, and care for me and my family members during my last four years. I would also like to thank the other professors, Dr. Albert Cheng, Dr.
    [Show full text]
  • Smartphone Fingerprinting Via Motion Sensors: Analyzing Feasibility at Large-Scale and Studying Real Usage Patterns
    Smartphone Fingerprinting Via Motion Sensors: Analyzing Feasibility at Large-Scale and Studying Real Usage Patterns Anupam Das Nikita Borisov Edward Chou University of Illinois at University of Illinois at University of Illinois at Urbana-Champaign Urbana-Champaign Urbana-Champaign [email protected] [email protected] [email protected] Muhammad Haris Mughees Hong Kong University of Science and Technology [email protected] ABSTRACT An important question not addressed by prior work is whether Advertisers are increasingly turning to fingerprinting techniques such fingerprinting can be effective at scale, as state-of-the-art tech- to track users across the web. As web browsing activity shifts to niques [29] have only been evaluated on a set of 100 devices. We mobile platforms, traditional browser fingerprinting techniques be- first perform a larger-scale evaluation of the methods, collecting come less effective; however, device fingerprinting using built-in motion sensor data from a total of 610 devices, and showing that sensors offers a new avenue for attack. We study the feasibility of high accuracy classification is still feasible. We then used the data using motion sensors to perform device fingerprinting at scale, and we collected to develop a model to predict classification accuracy explore countermeasures that can be used to protect privacy. for larger data sets, by fitting a parametric distribution to model We perform a large-scale user study to demonstrate that motion inter- and intra-cluster distances. We can then use these distri- sensor fingerprinting is effective with 500 users. We also develop a butions to predict the accuracy of a k-NN classifier, used with model to estimate prediction accuracy for larger user populations; state-of-the-art distance metric learning techniques; our evaluation our model provides a conservative estimate of at least 12% classifi- shows that even with 100 000 devices, 12–16% accuracy can be cation accuracy with 100 000 users.
    [Show full text]
  • Scenarios to Use React Native, Native Code Or Integrate Both Technologies Escenarios Para Utilizar React Native, Código Nativo
    Artículo original/ Original article Scenarios to use React Native, native code or integrate both technologies Escenarios para utilizar React Native, código nativo o integrar las dos tecnologías C.F. Valarezo1 R. Triviño2 1ThoughtWorks, Quito, Ecuador E-mail: [email protected], [email protected] 2Universidad de las Fuerzas Armadas, Sangolquí, Ecuador E-mail: [email protected] Abstract Resumen Over the last years, different techniques and En los últimos años, diferentes técnicas y frameworks frameworks have risen to provide a solution for han surgido con el fin de proveer una solución para creating a cross-platform application. The goal is to crear aplicaciones cross-platform. El objetivo es develop only one source code that can be deployed to desarrollar un solo código que puede ser desplegado different operating systems and provide a native en diferentes sistemas operativos y proveer una experience. Since 2015, React Native has been experiencia completamente nativa. Desde 2015, React promoted as an option to build mobile applications to Native ha sido promocionado como una opción para write the code once and deploy it to any platform desarrollar aplicaciones móviles con el objetivo de seamlessly. In the current time, there is not other escribir el código una sola vez y desplegarlo en library that promotes native mobile development cualquier plataforma perfectamente. Al momento no using JavaScript. This work makes an experimental hay otra librería JavaScript que permita el desarrollo analysis with an unbiased vision, based on the de aplicaciones móviles nativas. Este trabajo realiza application development experience using React un análisis experimental con una visión imparcial, v2.n1.2020.01 - Native and native code of several mobile applications.
    [Show full text]
  • Mobile Web Design
    Thursday, March 14, 2013 an Infopeople webinar presented by Chad Mairn Mobile Web Design Image sources: apple.com & samsung.com Today’s Agenda • Know 3 innovaEve library mobile website designs. • Understand how HTML, CSS, and JavaScript work together to build mobile websites. • Know what a mobile framework is and why they are used. • Know 3 exisEng mobile services/apps that can be included in library-­‐created mobile websites. • Know the best pracEces in mobile Web development. • Have a step-­‐by-­‐step guide for implemenEng a mobile website. Quick Poll Some Mobile Examples A simple mobile-­‐opEmized Website can work on all devices! <p><a class="call" href="tel:17273417177" accesskey="0">Call the Library</a> | (727) 341-­‐7177<br /> <a href="wtai://wp/ap;+17273417177; SPC%20Library">[Add to Phone Book]</a><br /> Learn and borrow from sites you like. hdp://m.novarelibrary.com/ Or you can build something using HTML, CSS, and JavaScript that acts like a naEve app! Built using jQTouch Built using jQuery Mobile jQuery Mobile is … a unified, HTML5-­‐based user interface system for all popular mobile device plakorms. Source: hdp://jquerymobile.com/ jQuery Mobile is well-­‐documented and there are great demos to get you started Advanced Example (Web SQL Database stores data within user’s browser. No cookies!) HTML5 has offline storage capabiliEes! Favorites List Favorites Found: 4 Conference Commidee, Friday, 8-­‐9am, Azalea A Building the Next GeneraEon of E-­‐Govt, Thurs. 1-­‐2pm, Jasmine Opening General Session, Wed. 9:15-­‐11:15am, Floral Ballroom hdp://novarelibrary.com/FLAmobile/ Note: this URL is not a best pracEce.
    [Show full text]
  • D3.3 Firmware Documentation H2020-643924-Eot
    Ref. Ares(2016)1050784 - 01/03/2016 Horizon 2020 PROGRAMME ICT-01-2014: Smart Cyber-Physical Systems This project has received funding from the European Union’s Horizon 2020 research and innovation programme under Grant Agreement No 643924 D3.3 Firmware Documentation Copyright © 2015 The EoT Consortium The opinions of the authors expressed in this document do not necessarily reflect the official opinion of EOT partners or of the European Commission. 1. DOCUMENT INFORMATION Deliverable Number D3.3 Deliverable Name Firmware documentation Authors N. Vallez (UCLM), J. L. Espinosa-Aranda (UCLM), J. M. Rico (UCLM), S. Krauss (DFKI), R. Reiser (DFKI), A. Pagani (DFKI), A. Dehghani (MOVIDIUS) Responsible Author Oscar Deniz (UCLM) e-mail:[email protected] phone: +34 926295300 Ext.6286 Keywords EoT Firmware, API WP WP3 Nature R Dissemination Level PU Planned Date 01.03.2016 Final Version Date 29.02.2016 Reviewed by O. Deniz (UCLM) Verified by C. Fedorczak (THALES) D3.3 Firmware Documentation H2020-643924-EoT 2. DOCUMENT HISTORY Person Date Comment Version N. Vallez 02.02.2016 Initial 0.1 J. L. Espinosa- 11.02.2016 WiFi Data Transfer section 0.2 Aranda Camera interface and Video N. Vallez 12.02.2016 0.3 Streaming sections J. L. Espinosa- Other vision libraries section and Aranda and N. 16.02.2016 0.4 revision of previous sections Vallez Revision of Other vision libraries N. Vallez 17.02.2016 0.5 section Introduction and Computer J. L. Espinosa- 19.02.2016 vision: Sparse optical flow (LK 0.6 Aranda point tracking) sections Power Management section and N.
    [Show full text]
  • Sams Teach Yourself Jquery Mobile in 24 Hours
    ptg8286219 www.finebook.ir Praise for Sams Teach Yourself jQuery Mobile in 24 Hours “Phil does a great job taking you through the mobile ecosystem and how jQuery Mobile makes it dead simple to break into it. Going from the fundamentals of web and mobile to advanced topics like video and themes, anyone looking to gain greater knowledge in mobile development will profit from this book.” —Brett Child, Software Consultant, Software Technology Group “Sams Teach Yourself jQuery Mobile in 24 Hours by Phil Dutson is full of rock-solid real-world examples that can be easily built upon to create a functional, rich, custom, completely ptg8286219 usable mobile website. The book reads incredibly easy; you find that the learning comes almost effortlessly as you read and work through the tutorials. In addition to learning the elements you need to build your own website, you’ll also learn how to extend and fill your mobile website with elements such as video and the creation and scanning of QR and Microsoft Tag codes. It even covers the introduction of jQuery Mobile into WordPress and the development of Android-based applications using jQuery Mobile and PhoneGap. I highly recommend a read if you’re doing any type of mobile web development.” —Drew Harvey, Solution Architect, CrossView, Inc. “This book is an excellent resource for any developer looking to integrate jQuery mobile into their next project. Phil covers the fundamentals of jQuery mobile while also providing best practices for mobile development.” —Jim Hathaway, Web Developer “This book is an excellent read for beginners and web veterans alike.
    [Show full text]
  • Resume-Maifee Ul Asad
    Maifee Ul Asad +880-1783-529-570 ● Halishahar, Chittagong, Bangladesh ● [email protected] About Learner. Just trying to get myself familiar with newdata structures, algorithms and tools every day as much as possible. EDUCATION University of Chittagong| B.Sc. in Computer Science & Engineering 2017 - Current ● CGPA: 3.04/4.00 BAF Shaheen College Chattogram | HSC - Science 2015 ● GPA: 4.67/5.05 Government Muslim High School| SSC - Science 2013 ● GPA: 5.00/5.00 SKILLS Spring Boot, JPA, H2 , JWT |JS, React.js, TypeScript, Node.js, Redux, React Router, React Navigation, React Native | Android, Kotlin, Java | Swing | Python | Tensorflow | OpenCV | C, C++,C# | Unity Achievements Champion | EDU Engineering Day Mar 2020 5th place | IIUC Hackathon Jan 2020 Problem Solving 300+ UVa problems | https://uhunt.onlinejudge.org/id/822640 2017 - Current 350+ URI problems | https://www.urionlinejudge.com.br/judge/en/profile/142984 2017 - Current Certifications Blockchain |Coursera 2020 Distributed Apps |Coursera 2020 Smart Contract |Coursera 2020 Tensorflow |Coursera 2020 Spring Framework |Udemy 2020 Problem Solving (Basic) |HackerRank 2020 React (Basic) |HackerRank 2021 Languages ● Bengali ● English ● Hindi Open Source Contributions Successful PR#12035 |GitHub Desktop Apr 2021 Projects Reddit Wallpaper Apr 2021 - Present Source : gh/maifeeulasad/reddit-wallpaper ● Simple Node.js application, not electron based ● Downloads wallpaper from reddit and set them ● Works for Linux based system, working on making standalone application React JS Copy clipboard
    [Show full text]
  • Smart GPS System EEL 4915 - Senior Design II
    2013 Smart GPS System EEL 4915 - Senior Design II Group B/14 Carlos Gonzalez Melissa Grenier Gina McGhee Sainjulien Senatus Table of Contents 1 Executive Summary ..................................................................................................... 1 2 Project Description ...................................................................................................... 2 2.1 Motivation ............................................................................................................ 2 2.2 Goals and Objectives ............................................................................................ 3 2.3 Requirements and Specifications ......................................................................... 3 3 Research ....................................................................................................................... 4 3.1 Existing Technology and Products ....................................................................... 4 3.2 Outdoor Tracking System .................................................................................... 5 3.2.1 LS20031 ........................................................................................................ 5 3.2.2 Microcontrollers for GPS ............................................................................ 16 3.2.3 Communication Protocol ............................................................................ 20 3.2.4 Tracking Device .........................................................................................
    [Show full text]