Tracking FEMA Kevin Kays, Emily Maier, Tyler Leskanic, Seth Cannon

Slides:



Advertisements
Similar presentations
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Advertisements

Business Development Suit Presented by Thomas Mathews.
Digital Infrastructures for Humanities Research Matthew Milner Assistant Director McGill Digital Humanities institute Edward Bilodeau.
Front and Back End: Webpage and Database Management Prepared by Nailya Galimzyanova and Brian J Kapala Supervisor: Prof. Adriano Cavalcanti, PhD College.
Server-Side vs. Client-Side Scripting Languages
Dynamic Web Pages Bert Wachsmuth. Review  Internet, IP addresses, ports, client-server, http, smtp  HTML, XHTML, XML  Style Sheets, external, internal,
Implementation of One Stop Search by XSLT By Dave Low University of Hong Kong 9-Dec-2003.
There is a certain way that an HTML file should be set up. The HTML section declares a beginning and an ending. Within the HTML, there should be a HEAD.
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
Collections Management Museums Reporting in KE EMu.
Reporting in EMu Crystal != Reporting or Why is reporting so difficult and can we do anything about it? Bernard Marshall KE Software.
Xpantrac connection with IDEAL Sloane Neidig, Samantha Johnson, David Cabrera, Erika Hoffman CS /6/2014.
Web Content Management Systems. Lecture Contents Web Content Management Systems Non-technical users manage content Workflow management system Different.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Joshi R.G. Dept. of Computer Sci. YMA.
READY-TO-WEAR: QUICK AND EASY MICROSITES FOR DATA-DRIVEN REPORTS Brian Karfunkel Data Analyst NYU Furman Center NNIP Idea Showcase July 16,
Robert Currier, Mote Marine Laboratory Dr. Barbara Kirkpatrick, TAMU/GCOOS.
Fall, Privacy&Security - Virginia Tech – Computer Science Click to edit Master title style Design Extensions to Google+ CS6204 Privacy and Security.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
History ChartGizmo was created by Max Kuchin and Galinkskiy Dmitriy, two software developers from Sankt- Petersburg, Russia. The first version of ChartGizmo.
University of Illinois at Urbana-Champaign A Unified Platform for Archival Description and Access Christopher J. Prom, Christopher A. Rishel, Scott W.
Reducing Noise CS5604: Final Presentation Xiangwen Wang, Prashant Chandrasekar.
Tweets Metadata May 4, 2015 CS Multimedia, Hypertext and Information Access Department of Computer Science Virginia Polytechnic Institute and State.
Web Page Concept and Design :
VIRGINIA TECH BLACKSBURG CS 4624 MUSTAFA ALY & GASPER GULOTTA CLIENT: MOHAMED MAGDY IDEAL Pages.
Effects of Visualization and Interface Design on User Comprehensibility of Composite Data Asheem Chhetri, Apoorv Wairagade, Mahesh Gorantla, Hanye Xu,
CS5604: Final Presentation ProjOpenDSA: Log Support Victoria Suwardiman Anand Swaminathan Shiyi Wei Department of Computer Science, Virginia Tech December.
CS4624S13P- Environment/VWRRC BEN KATZ ERIC HOTINGER BLACKSBURG, VIRGINIA. CLASS: CS VIRGINIA TECH, CLIENT: VWRRC,
Web Development Resources for Project 1 Tyler Moore University of Tulsa CS 7403: Secure Electronic Commerce Spring
10 Copyright © 2004, Oracle. All rights reserved. Building ADF View Components.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
IFET COLLEGE OF ENGINEERING DEPARTMENT OF ECE Web Based Tool Management System Presented by Pravina.R Final year/ECE Guided by Mr.M.Arul Pugazhendhi.
MetricsVis: Interactive Visual System of Customized Metrics on Evaluating Multi-Attribute Dataset Nikhil Ghanta, Jieqiong Zhao, Calvin Yau, Hanye Xu, Brian.
A Detailed Introduction To Visual Studio.NET CRB Tech ReviewsCRB Tech Reviews introduces you to the world of Visual.
Best Institutes offering Software Development courses.
Big Data Processing of School Shooting Archives
Getting Started with HTML
Guide for Excel Integration Fusion CRM ADFdi
Internet Made Easy! Make sure all your information is always up to date and instantly available to all your clients.
Michael Liu, Andrew Chuba, Divya Sengar, James Wong, Alan Kai
DLA Library Audio Collection
Human Computer Interaction
Collection Management Webpages
Discover the New SharePoint Content Publishing Experiences
WHAT DOES THE FUTURE HOLD? Ann Ellis Dec. 18, 2000
Background Check Website for R4 OpSec, LLC
Section 17.1 Section 17.2 Add an audio file using HTML
Zenodo Data Archive Irtiza Delwar, Michael Culhane, John Sizemore, Gil Turner Client: Dr. Seungwon Yang Instructor: Dr. Edward A. Fox CS 4624 Multimedia,
Chapter 6: Community Features.
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Trail Study Kevin Cianfarini, Shane Davies, Marshall Hansen, Andrew Eason … CS4624: Multimedia, Hypertext, and Information Access Instructor: Dr. Edward.
Tweet Collections Multimedia, Hypertext, and Information Access
Automation execution portal for Customer-Partner businesses
Hey everyone, I’m Sunny …harsh caroline xavier
Introduction to JavaScript
Collection Management Webpages Final Presentation
Event Trend Detector Ryan Ward, Skylar Edwards, Jun Lee, Stuart Beard, Spencer Su CS 4624 Multimedia, Hypertext, and Information Access Instructor: Edward.
Twitter Equity Firm Value
Validation of Ebola LOD
News Event Detection Website Joe Acanfora, Briana Crabb, Jeff Morris
DSpace Embargo Final Presentation
Text Transformation May 5th, 2015 CS Multimedia/Hypertext
Paleontology Topic Trends
Secure Web Programming
Atomic skills Fahad Khan.
IS1500: Introduction to Web Development
Bootstrap Direct quote from source: bootstrap/
Lab 1: D3 Setup John Fallon
Refactoring Meteorology's Online Weather Center Software Suite
Web Application Development Using PHP
Python4ML An open-source course for everyone
Presentation transcript:

Tracking FEMA Kevin Kays, Emily Maier, Tyler Leskanic, Seth Cannon Spring 2015 CS4624 Professor Edward Fox Department of Computer Science at Virginia Tech

Background Client: Seungwon Yang, postdoctoral researcher at GMU. Goal: Using articles from CTRnet/IDEAL collections, graph trends for emergency management agencies.

Deliverables A website showing interactive visualizations All the scripts used for processing and visualizing data (for future work) Git: https://git.cs.vt.edu/kkays/trackingfema

Implementation Divided Implementation into four parts: Parsing (Emily) Processing (Kevin) Visualizations (Seth) Content Management System (Tyler)

Parsing Python scripts to download all of the articles we’re using Downloaded article base used iteratively in order to create output files Output title, subtitle, author, date, body text, and anchor text

Parsing Python using the BeautifulSoup library It can pull HTML elements out of an article using almost any imaginable criteria Each metadata type has set of functions that examine the document Functions run successively until match found

Processing Python and NLTK (www.nltk.org) Run as a timed job in the background Two major components: Raw article processor creates “Mention Files” Summary file creator organizes information

Processing Raw Article Processor Summary File Creator Finds entity names in articles Records count of entity names, organized by entity type (location, person, agency) Summary File Creator Creates single “Summary Files” for visualizing “Locations by Disaster”, “Related people and agencies”, etc.

Visualization Graphs using D3 Data Representation JavaScript framework Location by disaster People involved by disaster Organizations involved by disaster

Northern Illinois University Shooting

CMS RefineryCMS 2.1.5 Provide user friendly way to edit content of the site. Built in webserver since it’s built on Rails. Future possibility: execute parsing/data processing scripts through admin tool. Bootstrap Front End Framework Provides out of the box styling, that can be customized. Enabled for fast responsive design so site can be used from a mobile phone.

Homepage Layout

Suggested Improvements Automate loading data into the visualizations Process more types of information (dollar amounts, etc) Add more metadata types to the parser Use a different parser more like how humans read

What we learned NLTK is complicated Have more than one person per role

Acknowledgements Seungwon Yang, our client, for the great opportunity, project idea, and suggestions. Dr. Fox and Liangzhe Chen for the quick feedback and guidance with our report

Thank You Questions?