Skip to content

A project to visualize the regular pattern of email response behavior of an email user and his/her contacts

Notifications You must be signed in to change notification settings

TonnyKen/IVFinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing Email Response Time

Description

This is a project to visualize the regular pattern of email response behavior of an email user and his/her contacts.

Using a provided dataset which contains the email information of a user and his/her contacts, we want to figure out the regular pattern of email response behavior between email users and their contacts.

What kinds of problems we want to focus on

There are three primary problems we want solve from the data.

  1. What is the relationship between response time and who is the specific contact (One may often respond a close friend or the boss faster, but respond a stranger slower). That might indicate who are the contacts that an email user close to and who are not.  

  2. What is the relationship between average receiving time from and replying time to a specific contact? And how the response time looks like when comparing with each other?

  3. How does the quantity of email between an email user and his contacts distribute over response time? (For a specific contact A, one could reply 3 emails in 5 minutes, 2 emails between 5 and 10 minutes, 4 emails between 10 and 15 minutes…)

Techniques we use for this project

d3.js, javascript, JQuery, css, html

Code structure

homepage.html : main page of our project
css/style.css : css file
js/main.js : use d3.js to draw charts in our page
data : the datasets we use to visualize

Pictures of our project

alt text alt text alt text

About

A project to visualize the regular pattern of email response behavior of an email user and his/her contacts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published