Data Portraits: Difference between revisions

From Berkman Klein Google Summer of Code Wiki
Jump to navigation Jump to search
(New page: The long-term goal of the project is to develop a series of visualizations of people based on their digital data. (See http://vivatropolis.com/judith/papers/DataPortraits.Siggraph.Leonard...)
 
No edit summary
Line 14: Line 14:
The second part of the project is visualization:  
The second part of the project is visualization:  
*designing and coding an evocative, legible and visually appealing representation of this data
*designing and coding an evocative, legible and visually appealing representation of this data
*topic-modeling and other NLP analysis of the subject's postings
*recommend using [http://processing.org/ Processing], but open to other suggestions
*recommend using [http://processing.org/ Processing], but open to other suggestions

Revision as of 15:26, 9 March 2012

The long-term goal of the project is to develop a series of visualizations of people based on their digital data. (See http://vivatropolis.com/judith/papers/DataPortraits.Siggraph.Leonardo.pdf )

This project will focus on portraying Twitter users. The goal of the project is to create a visualization that gives the viewer a more intuitive sense of the interests of a Twitter user and their role in the community.


The first stage of the project is data collection:

  • writing the code to download a given user's tweets
  • download the tweets of those they follow
  • summarize who follows their followers
    • how many followers they had
    • how many they were following


The second part of the project is visualization:

  • designing and coding an evocative, legible and visually appealing representation of this data
  • topic-modeling and other NLP analysis of the subject's postings
  • recommend using Processing, but open to other suggestions