Data Portraits

From Berkman Klein Google Summer of Code Wiki
Revision as of 18:04, 8 March 2011 by WikiSysop (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
  • recommend using Processing, but open to other suggestions