Presenters: Anthony Barbee Qi Bing Alisher Pazylbekov Nathan Rosa

Slides:



Advertisements
Similar presentations
PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
Advertisements

PHP and MySQL Database. Connecting to MySQL Note: you need to make sure that you have MySQL software properly installed on your computer before you attempt.
Electrical and Computer Engineering Vitaly Gordievsky Alex Trefonas Scott Richard Matt Beckford Final Project Review.
Mobile application for van drivers to maintain customer records while out from the office Shokan Mustafa, MSc in Advanced Computing Supervisor: Dr Mario.
Electrical and Computer Engineering PeopleFinder Vitaly Gordievsky Alex Trefonas Scott Richard Matt Beckford Comprehensive Design Review.
School location collector
AN ALTERNATIVE BIO- SPECIMEN BARCODE INITIATOR, READER AND UPDATER APPLICATION By Toluwaleke Ademuyiwa Supervisor : Prof. Venter Co-supervisor : Prof.
Copyright © 2007, SAS Institute Inc. All rights reserved. SAS Activity-Based Management Survey Kit (ASK): User Management & Security.
GRIN-Global Project the global plant genebank information management system.
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
Tutorial 1: Getting Started with Adobe Dreamweaver CS4.
Stephen Booth EPCC Stephen Booth GridSafe Overview.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
Hello We are looking for a coder to code the following We have a network that has different sites: we need an application that will scan the network and.
Database Administration COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Looking for simple php script Language: PHP Must be php>>>>> I can not use an other language Budget: $30.0 If more than $30.0 Please do not bid Login page.
Engineering on Display: Back-End Development for Sensor Instrumentation Systems Student: Brian J Kapala Supervisor: Dr. Cavalcanti.
An Overview of Single Sign-On, Federation, Its Benefits, and Basic Procedures for Integrating Applications.
Tweets Metadata May 4, 2015 CS Multimedia, Hypertext and Information Access Department of Computer Science Virginia Polytechnic Institute and State.
Texas Forty-Two By: Nate Normandin CS 470. What is Texas Forty-Two? A Domino Game A way for people to learn the game A way for people to play others A.
DATABASE TOOLS CS 260 Database Systems. Overview  Database accounts  Oracle SQL Developer  MySQL Workbench.
Project Objectives  Create a GUI application that: Opens a mySQL database and visualize its content using a table view Enable a pre-defined set of queries.
Online Restaurant Booking System James Beck (EC) Hardware & CMS John Charlton (EC) XHTML & CSS Design Jamie Hart ( EC) PDA Diary Design Gareth Davies (EC)
Experiment Management System CSE 423 Aaron Kloc Jordan Harstad Robert Sorensen Robert Trevino Nicolas Tjioe Status Report Presentation Industry Mentor:
If you need to use some information that is not contained in one of the pre-selected tables, you can find out where that data is stored through the Banner.
DataFlow Diagram – Level 0
1 California State University, Fullerton Chapter 3 Information System Fundamentals.
CISB113 Fundamentals of Information Systems IS Development.
Collegiate Times Grades James O’Hara Hang Lin Client: Alex Koma, managing editor, Collegiate Times Blacksburg March 4, 2014 Virginia Tech CS 4624.
SQL Injection Anthony Brown March 4, 2008 IntroductionQuestionsBackgroundTechniquesPreventionDemoConclusions.
0Copyright 2014 FUJITSU New Zealand Limited FUJITSU CONFIDENTIAL UNLESS SPECIFIED OTHERWISE Microsoft CRM Tablet App for Dynamics CRM 2013 Travis Chen.
CMPE 226 Database Systems April 19 Class Meeting Department of Computer Engineering San Jose State University Spring 2016 Instructor: Ron Mak
VA Primavera P6: Accessing the Program Department of Veterans Affairs Office of Information and Technology IT Workforce Development (ITWD) in collaboration.
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
15 Copyright © Oracle Corporation, All rights reserved. Managing Users.
TREVOR BOARDMAN, TRISTAN HUMMEL, JOSEPH KADRICH, ERIC ROBY.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
Program Studi S-1 Teknik Informatika FMIPA Universitas Padjadjaran
IST VLabs Tutorial Fall 2010 Dongwon Lee, Ph.D..
Social Interactome Breathalyzer “Breathe-EZ”
The Participants Module
Visual Classification of Football Teams
Introduction to Dynamic Web Programming
Sheep – NLIS database – MBM requires
MVC Architecture, Symfony Framework for PHP Web Apps
Outline Introduction Standards Project General Idea
Welcome to Salem State University
Introduction to Geospatial Technologies in Ag
Client / Server Application Presentation
Integrated ILL GUI desktop
the global plant genebank information management system
An educational system for medical billers in training
Virginia Tech Center for Drug Discovery Website Migration and Redesign
How Can I Download My Transactions Directly Into Quicken
Database Driven Websites
Maptivity Conor O’Neill, Kaz Eslami, Cody Douglass
Multimedia Database Virginia Polytechnic Institute and State University Blacksburg, VA CS 4624 Multimedia, Hypertext and Information Access Client.
Web-based Console for Controlling a Wireless Sensor Network (WeConWSN)
Collegiate Times Grades
PHP and MySQL.
Dynamic Communities : “Samudaya”
Chapter 3 What Is Money?.
SHU: The Running Companion
Web Servers / Deployment
Create New User in Database. First Connect the System.
SENIOR PROJECT WEBSITE
The Database Environment
Tareq Khan, Ph.D. Assistant Professor,
Cycle 3: Unit 27 Lessons 104 – 111.
Presentation transcript:

Presenters: Anthony Barbee Qi Bing Alisher Pazylbekov Nathan Rosa Poison Ivy Appalachian Trail Mega-Transect Data Collection Application Presenters: Anthony Barbee Qi Bing Alisher Pazylbekov Nathan Rosa Virginia Polytechnic Institute and State University, Blacksburg, VA, 24061 CS 4624 April 28, 2016

Purpose/ Background Client: Dr. John G. Jelesko Research program to study molecular biology and the evolution of plant metabolism Record current poison ivy trends along the AT His research program seeks to understand the molecular biology and evolution of plant metabolism responsible for making valuable chemicals. In recent years, there has been a higher demand for chemical feed stocks to supply the manufacturing of economically important medicines and materials due to a decline in synthetic reserves “Identification of Poison Ivy Urushiol Biosynthetic Genes Using RNAseq” - aimed at developing informatic resources enabling the identification of urushiol biosynthetic genes Urushiol is the oily allergen found in poison ivy that causes the reaction of a skin rash in some individuals

Requirements Android application (stored on external SD) Record GPS coordinates, growth habit, and plant id Sync to remote database when reconnected External Controller (e.g., headphones) Documented and available code Tutorials

Application Overview

External Hardware

Databases Local (SQLite) Server (MySQL and PHP)

Problems Faced and Lessons Learned Solutions/Lessons Learned Connectivity GPS connectivity dependent on service provider GPS Location Service Choose best known location or last known External Headphone to Software Connection Make best use of build-in functions VT Server Configuration Just because it work on one system it won’t always work on another Pronunciation It’s pronounced “Appa-LATCH-uh” External SD Card Migration Manually move the PIAT app to SD card

Demo

The home button brings you to the homepage The local database button displays in a table format the current records and their respective properties. The settings button displays the input fields for the user to input their respective teams, MySQL username, and password.

QUESTIONS?