Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.2 KB

fp-kabailey-lijl-naveenks

Team Members

  1. Katelin Bailey ([email protected])
  2. Jialin Li ([email protected])
  3. Naveen Kumar Sharma ([email protected])

Project Name

Visualizing Data from Massive Online Open Courses

Separation of Work

  • Katelin Bailey:

    1. Data cleanup and transformation
    2. Aggregate view
    3. Timescale view
    4. Clustering Scripts
  • Jialin Li:

    1. Midterm and final views
    2. Exam per question view
    3. Exam comparison view
    4. Information box
  • Naveen Kumar Sharma:

    1. Page layout and design
    2. CSS styles
    3. Demographic view

Comment on the research/development process

We are given a very large amount of data with lots of different fields. Therefore the possible number of ways to present these data is gigantic, and the hardest question is to figure out which ones are the most effective. We received a lot of valuable recommendations from actual Coursera instructors as well as other people at the poster session. The structure of our project makes it easy to split the work, with each member working on some different views. It could be better if we have designed some common frameworks in the first place, possibly using some object oriented techniques.