Metro Maps of the News
December 13, 2012Metro maps are a visual metaphor for complex, interdependent story lines developed by Dafna Shahaf. Dafna’s thesis involved techniques for automatically taking a corpus of news articles and extracting a coherent narratives that covered the overall space. For our final CS448b project, we took one of the narratives Dafna had generated and created a system for displaying the maps. (The demo is best viewed on a large monitor.)

We only had enough time to get the viewer aspect polished, but we think that it would not be too difficult to extend this framework for the construction of metro maps (in case you don’t have access to Dafna’s algorithm).
This is joint work with Russell Chou and Jacob Jensen.
Dafna wrote a paper about applying it to that domain: http://www.cs.cmu.edu/~dshahaf/kdd2012-shahaf-guestrin-horvitz.pdf
But as far as a researcher is concerned, the paper is a nice proof of concept but doesn’t actually give me anything that I can use, alas!
Ooops. The code lives here: https://github.com/ezyang/metromaps
Our layout algorithm is really fast (i.e. realtime) but as a result, it needs some human input to get out of local optima. If you play around with the debug mode http://metro.ezyang.com/#debug some of the quirks should become clear. Some really good future work would be to figure out how to get the layout algorithm user friendly.
Hello, Can you share the layout algorithm with us. I see in the sample that X and Y coordinates are already present in the JSON file. Is that a requirement or do we have something that can generate the X and Y co-ordinates at the runtime based on the data in JSON?
Thank you. VT