Name: Erika Siregar
- Assignment : Visualization Implementation (VI7)
- Course: Information Visualization (CS725)
- Semester : Spring 2016
- Node-link diagram: Force-Directed Graph
- Adjacent Matrix : Les Misérables Co-occurrence
- Data : contiguous-usa.dat
*I grouped the data based on their GMT regions. There are 4 regions being displayed: GMT+5 (blue color), GMT+6 (red color), GMT+7 (green color), and GMT+8 (orange color). *I encode DC with bigger size of node to make it more obvious to users. So, users can easily compare or measure the distance between DC and other states. *From the node link we can easily see the states that directly adjacent to each other. The adjacent states are connected with a link. The interesting thing to be considered here is since I grouped the nodes by region, we can directly see which states that connect to each other but have different GMT regions. For example: Indiana (IN) is located in GMT+8 region (orange color), but it is neighboring with Illinois (IL) which is located in GMT+7 (green color). *Another interesting point is users can measure the distance between one state to another by counting the number of links that separate them. For example, there are two links between Oregon and Wyoming through Idaho. It means Oregon is located 2 states away from Wyoming, if we go through Idaho. On the other hand, Oregon and Wyoming are located 3 states away from each other if we go through Nevada and Utah, since there are 3 links that separate them.
*I found the matrix view is more difficult to comprehend compare to node-link diagram. I provide a dropdown list where user can choose how they like to order the states: either by name, number of connections, or time region. Here are some insights that I could gain from the adjacent matrix:
https://d3js.org/d3.v3.min.js