Exploring InfoVis Publication History with Tulip
Contest webpage: http://www.cs.ubc.ca/~tmm/papers/contest04
We pick a single author to investigate, in this case George Robertson. First, we interactively select that node by hitting Control-F for the find panel, choosing the {\it titleshort} property, the {\it =} filter, and the regular expression {\it G.*Rob.*}. We then quickly check to see how he is connected to the entire graph by temporarily moving that node away from the others to see roughly how many edges are attached to it, in the first picture.
We then select the menu item Property->Selection->ReachableSubGraph, type 1 for the depth into the popup panel and 0 for the direction of the edges (outgoing). We then select the menu item Edit->New subgraph to save this selection for further manipulation, naming it GR.1hop.outgoing. We then select this new subgraph in the hierarchy window, and lay out this subgraph using using a hierarchical drawing algorithm. We can see simply from the drawing which papers were published first, as they are cited by the later ones. The result is shown in the second picture: Robertson has published 11 papers in this database. The coloring by the number of citations shows that Cone Trees is his most influential work. When we consider how Robertson fits into the topics described above in Task 2.4 above, it is clear that he is one of the most central contributors to the Focus+Context topics.
Finally, we select all papers by hitting Control-F for the find panel, choosing the {\it type} property, the {\it =} filter, and the value 0 for papers. We explicitly add Robertson to the selection using the ViewSelection property, and save this whole set to a new subgraph that we name GRCite. We then select the Robertson node again as above, use the Property->Selection->ReachableSubGraph, pick a depth of 2 to find all papers that cite a paper written by Robertson, and save the resulting subgraph using the Edit->New subgraph menu. The final image shows the result of using the Property->Layout->Hierarchical Graph layout. property.
In the second row, we zoom in to roughly the same section and view three colorings: the author/green and conference/blue; the Strahler coloring showing that van Wijk and Chuah are very important in the branching structure of the graph; and a blue to red colomap (where blue is low, red is high) with a "prolificness" metric that shows the number of InfoVis papers published. In this case, we see many high ranking people, including the previous two and also Chi, Hetzler, and Keahey. Although the label is not visible in the snapshot, the bright red box near the bottom of the image is Roth. Notice that Mackinlay and Shneiderman are not highly ranked by this local metric.
Although we experimented with creating separate graphs for paper coauthoring and paper cocitation, we found the combined graph to be much more useful.
Many of our answers span tasks 2 and 3: showing some combination of topics, the relationship between authors and topics, and the relationship between authors and authors, and the evolution of all these aspects over time.
We use rainbow colormaps as a quick shortcut for true segmented colormap: we are usually interested in the high ranking part of the dataset where the reds and pinks and blues are clearly distinguishable, and less interested in the more uniform yellow-green region at the low end of the ramp.