Difference between revisions of "Team Collision"

From Visual Analytics for Business Intelligence
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
{|style="padding: 5px 0 0 0;" width="100%" cellspacing="0" cellpadding="0" valign="top"|
 
{|style="padding: 5px 0 0 0;" width="100%" cellspacing="0" cellpadding="0" valign="top"|
| style="background-color:#465d66; text-align:center;" width="25%" |  
+
| style="background-color:#465d66; text-align:center;" width="20%" |  
 
[[Team Collision | <font color="#ffffff" size=2><b>PROPOSAL</b></font>]]
 
[[Team Collision | <font color="#ffffff" size=2><b>PROPOSAL</b></font>]]
| style="background-color:#263238; text-align:center;" width="25%" |  
+
| style="background-color:#263238; text-align:center;" width="20%" |  
 
[[Team Collision Poster | <font color="#ffffff" size=2><b>POSTER</b></font>]]
 
[[Team Collision Poster | <font color="#ffffff" size=2><b>POSTER</b></font>]]
| style="background-color:#263238; text-align:center;" width="25%" |  
+
| style="background-color:#263238; text-align:center;" width="20%" |  
 
[[Team Collision Application | <font color="#ffffff" size=2><b>APPLICATION</b></font>]]
 
[[Team Collision Application | <font color="#ffffff" size=2><b>APPLICATION</b></font>]]
| style="background-color:#263238; text-align:center;" width="25%" |  
+
| style="background-color:#263238; text-align:center;" width="20%" |  
 
[[Team Collision Research Paper | <font color="#ffffff" size=2><b>RESEARCH PAPER</b></font>]]
 
[[Team Collision Research Paper | <font color="#ffffff" size=2><b>RESEARCH PAPER</b></font>]]
|}  
+
| style="background-color:#263238; text-align:center;" width="20%" |
 +
[[Project_Groups | <font color="#ffffff" size=2><b>OTHER PROJECT GROUPS</b></font>]]
 +
|}
  
 
<br>
 
<br>

Latest revision as of 01:33, 23 November 2016

Team Collision Logo.png

PROPOSAL

POSTER

APPLICATION

RESEARCH PAPER

OTHER PROJECT GROUPS


Problem and Motivation

In United Kingdom (UK), road traffic accidents have resulted in 1,732 deaths in the year 2015, which is a 2% dip as compared to the year 2014. Despite the drop in the number of deaths, the casualties across all severities remained at an alarming figure of 186,130. As there is an increasing demand for the use of public roads, there is a strong need for us to prevent road traffic accidents and make the public roads as safe as possible. In order to prevent such accidents, it is therefore crucial to understand what are the different factors that contribute to road traffic accidents, and these understandings may then be used to prevent road traffic accidents from occurring.

Objective

The objective of the project is to:

  • Understand the demographics of drivers
    1. Distribution of age of drivers.
  • Understand the demographics of casualties
    1. Distribution of age of casualties.
    2. Distribution of severity of casualties.
    3. Distribution of type of casualties.
  • Examine the underlying factors which contributes to accidents. The following are some factors, but not limited to:
    1. Temporal patterns: Accident records based on time.
    2. Weather conditions: Which type of weather conditions would cause more accidents?
    3. Road conditions: Which type of road conditions would cause more accidents?
  • Develop appropriate interactive visualisation to allow discovery of insights from multiple dimensions from the dataset.

Data

In this project, our team will be focusing on 2015 road safety data. The data is obtained from data.gov.uk (https://data.gov.uk/dataset/road-accidents-safety-data). It contains only personal injury accidents on public roads that are reported to the police and recorded using the UK STATS19 accident reporting form. It consists a total of 3 datasets that provide information about the accidents, the types of vehicles involved and the demographics of the casualties. Most of the data attributes are coded and re-coding would be done with the lookup tables provided by data.gov.uk.

The following data attributes are used in this project:

  • Accident Dataset [Accidents_2015.csv]
    1. Accident_Index [Accident No.]
    2. Date
    3. Day_of_Week
    4. Time
    5. Weather_Conditions
    6. Road_Surface_Conditions
  • Vehicles Dataset [Vehicles_2015.csv]
    1. Accident_Index [Accident No.]
    2. Vehicle_Reference [Vehicle No.]
    3. Age_of_Driver
  • Casualties Dataset [Casualties_2015.csv]
    1. Accident_Index [Accident No.]
    2. Vehicle_Reference [Vehicle No.]
    3. Casualty_Reference [Casualty No.]
    4. Casualty_Class [Driver/Rider, Passenger or Pedestrian]
    5. Age_of_Casualty
    6. Casualty_Severity

Research Visualisation

Visualisations Comments
TeamCollision ResearchViz 1.JPG
Interactive Visualisation to Track Fatal Accidents
(http://news.bbc.co.uk/2/hi/in_depth/uk/2009/crash/8414354.stm)
  • The pie-chart on the left allows you to select the desired category of data to display.
  • The radial bar chart will then allow you to look at the distinctive pattern of each age group over a time-period.
  • The radial bar chart will be beneficial for high number of bins, where we will be able to look at all the bars or columns from one view without scrolling back and forth.
TeamCollision ResearchViz 2.JPG
Interactive Visualization to Rush Hour Danger
(http://www.bbc.co.uk/news/uk-15975564)
  • Visualization of the pattern of pedestrian casualties across the week
  • Map which shows the deaths involving pedestrians and buses on London’s world-famous Oxford Street between 1999 and 2010
  • Although this visualization is interesting with the data points of casualties over the years, it lacks the interactivity that our team envision our storyboard to be. We will use this visualization as a reference when we implement an interactive map in our storyboard.

Visualisation Strategy *Revised*

Team Collision Visualization Strategy.png
Revised Strategy: After preliminary assessment on the initial visualisation strategy, we modified the initial visualisation ensure that the graphical furniture can fit within 1 single page. We intend to instead use a top-down approach, where our visualisation is being segmented into 2 major portions (e.g., left with general details, and right shows the detailed factors).

From the left, the first visualisation (Left) serves as the main navigation, where users can focus on the types of casualties to analyse on.

On the right, the graphical furniture shows the underlying factors. This will allow the users to study how the various factors in the data contribute to different casualties for different age-groups.

Tools

The following tools are used in this project:

  • JMP Pro
  • Tableau 10
  • D3.js
  • Text Editor

Technical Challenges

Technical Challenges Action Plan
Data Prepation
  • Work together to ensure standardization in preparing the data
No Prior Experience using D3.js
Implementation of Interactivity/Animation
  • Peer learning
  • Visualize graphs in JMP Pro/Tableau to understand how the graphs should be like
  • View online tutorials/examples at d3js.org
  • Source for libraries that can be used
  • Follow schedule accordingly to ensure ample time for deployment

Schedule and Milestones *Revised*

Team Collision Schedule.PNG

References

Comments