1 / 0

VISUAL AND DATA ANALYTICS

Advisor: David S. Ebert Mentor: Shehzad Afzal Student: Niveah Abraham. VISUAL AND DATA ANALYTICS. PROJECT GOAL. DESIGN PROCESS. Implement interactive linked visualizations that support analyzing multivariate social media data.

urbana
Download Presentation

VISUAL AND DATA ANALYTICS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Advisor: David S. Ebert Mentor: Shehzad AfzalStudent: Niveah Abraham VISUAL AND DATA ANALYTICS PROJECT GOAL DESIGN PROCESS Implement interactive linked visualizations that support analyzing multivariate social media data. The data provided was the number of transportation, dengue and weather related tweets that occurred over a span of approximately 3 years in a certain geographic region. I chose these visualizations (displayed to the left) to study : 1) the relationship between number of tweets related to different topics 2) their distribution on the map 3) identify any patterns in the data. PROJECT SUMMARY Learned to use D3 visualization library to design web based visual analytic tools for social media (Twitter) data. D3 library supports creating visualizations using SVG, JavaScript, CSS and data-driven DOM manipulation. These visualizations could run in any web browser with no special installation requirements on client side. Data-intensive and computationally expensive tasks are performed on server side and only data summaries are transferred to client side that supports interactive data exploration and visualization. D3 makes it easy to couple data and visualizations together and DOM manipulations make visualizations adaptable to data changes. The project aims at designing D3 library based linked visualizations for social media data that include:- Multi-series line chart - Crossfiltering- Area charts - Choropleth map Area chart FUTURE GOALS Implementation completed in this project might be included in the ScatterBlogs (Web based Visual Analytics tool for Social Media Data) Project. Future extensions also include exploring 'Node.js' API(platform for server side scalable applications) for integration with D3 based applications.  Multi-Series Line chart Choropleth Crossfilter REFERENCES: Choropleth, Crossfilter, Area chart, MSL chart: D3js.org
More Related