Khôi Lê
U.S. Full-time College Students' Time Use
Data Visualization for the Digital Humanities
Final Project
The Idea
My main inspiration for this project came from a beautiful visualization called A Day in the Life of Americans by Nathan Yau from Flowing Data. In my research to inspect the inner workings of this visualization, I came across a replica of this project by a group of Harvard students . This project by the Harvard students inspired some of the features that I added to the original visualization.
However, the data used in both of these projects was from 2014, and more importantly, it was about the whole U.S. population. As a student who is in their last semester at college, I wanted to see a more relatable aspect.
In other words, my main question for this project is how U.S. full-time college students spend their day. Specifically, I wanted to visualize the duration and the transition, examine the distribution and the differences of the activities by groups.
The Process
At first, I obtained my data using the American Time Use Survey (ATUS) microdata file. However, the data was not in a readable format and it also contained irrelevant information. Hence, decoding each of the categories would be quite inefficient.
Then, I tried using the Integrated Public Use Microdata Series (IPUMS) ATUS extractor, which extracts data from the same database with a more friendly interface and customizable options. Although, due to the nature of the data, the categories were still encoded, it was much easier to work with since I got to choose what is included in the output data file.
The activities were originally put into 18 categories. I felt that some of the categories were overlapping, so I took the liberty to combine them. For example, I grouped “Caring for and Helping Household Members”, “Caring for and Helping Non-Household Members”, and “Volunteer Activities” under “Caring for Others”. While these changes can potentially hinder some insights, they will not affect the broader context of this project. (I might or might not have made the number of categories 12 on purpose so that the data visualization looks like an analog clock)

I filtered the data with Excel and processed the filtered data in Python, putting it in a format that could later be read by d3.js. I decided to use d3.js, same as the original data visualizations, because I think that the way the author chose to portray time is intuitive. As Meirelles commented on a similar visualization by The New York Times called How Different Groups Spend Their Day: “When the goal is to visualize trends in people’s routines, the period we deal with is the twenty-four-hour cycle of the day.” Not only did Nathan Yau describe the recurring pattern but he also conveyed the flow and the duration of the activities. Furthermore, d3.js gives me a lot more control over the design and provides the viewers with interactivity.
The Results
Each of the activities is color-coded and each of the 300 circles represents a person. I added the treemap in the sidebar because I wanted to show the distribution of the activities. Since my data only has one level of hierarchy, a bar graph as done by the Harvard students is much more accurate at conveying the information. However, because I wanted my visualization to be condensed so that it is easier for the viewers to keep up with the changing content and pie chart is hard to read with many sections and small percentages, the treemap is the best compromise in my opinion. The purpose of the chord diagram is to answer my question about the transition of the activities.
There are some interesting things that I found from visualizations. First of all, these students have an unusual amount of sleep compared to my personal experience, although they go to bed very late (at around 1 - 2 a.m.). The second most time consuming activity after sleeping is leisure, which includes socializing, relaxing, and leisure. On the other hand, education only holds the third place on the list. Second, male students tend to spend more time on leisure, work, and sports, while female students seem to spend more time on housework, personal care, and caring for others. Third, the favorite activity after any kind of work, education, work, and housework, is eating & drinking. Breakfast seems to be less important compared to lunch and dinner. Additionally, there is a slight difference between male and female students. While the favorite activity after education for male students is eating and drinking, it is housework for female students.
Some Afterthoughts
I think that d3.js was quite effective at helping me answering my questions. Although there might be shortcomings that are caused by my method of organizing the data and these 300 students might not be the representative of 20 million college students in the U.S., I have gained a new perspective of college life outside of my personal experiences and stories of my friends. For past projects in the course, Gephi, Palladio, etc. were efficient and straightforward ways to produce meaningful visualizations. However, at multiple points, I felt quite limited by the options provided by those tools. As my research questions for those projects were quite simple compared to those posed by humanities scholars, especially those who devote their whole academic career to those topics, I could only imagine how restricted they must feel. As Elijah Meeks argues, it is quite concerning that “humanities scholars show a willingness to defer to tools” and even more troubling that “they may simply surrender to tool builders.” D3.js, although a product of mathematics and computer science that also contains predeterministic features chosen by the author and “isn’t built for humanists,” as “nothing is truly built for humanists,” does open up more possibilities by providing more creative power to author-driven contents and more interactivity for reader-driven exploration. After all, “the human stuff is the main stuff, and the data should enrich it,” and with increasing access to Internet and open-source libraries like d3.js, I hope that works of digital humanities will be “as rich and sophisticated and poetic as that described in our libraries and seminar rooms and long discourses” in a very near future.
References
"Activity Categories." US Time Use Visualization. Accessed May 03, 2018. http://ustimeuse.github.io/.
ATUS Data Files." U.S. Bureau of Labor Statistics. Accessed May 03, 2018. https://www.bls.gov/tus/data.htm.
Bostock, Mike. "Data-Driven Documents." D3.js. Accessed May 03, 2018. https://d3js.org/.
L. Danzico. "Telling stories using data: An interview with Jonathan Harris." 2008. http://bit.ly/jh-int.
"How Different Groups Spend Their Day." The New York Times. July 31, 2009. Accessed May 03, 2018. https://archive.nytimes.com/www.nytimes.com/interactive/2009/07/31/business/20080801-metrics-graphic.html.
Meeks, Elijah. "Digital Humanities as Thunderdome." Journal of Digital Humanities. Accessed May 03, 2018. http://journalofdigitalhumanities.org/1-1/digital-humanities-as-thunderdome-by-elijah-meeks/.
Meirelles, Isabel. Design for Information: An Introduction to the Histories, Theories, and Best Practices behind Effective Information Visualizations. Beverly: Rockport, 2013.
MPC. "AMERICAN TIME USE SURVEY EXTRACT BUILDER." ATUS-X : ATUS Data Extract Builder. Accessed May 03, 2018. https://www.atusdata.org/atus/.
Segel, E., and J. Heer. "Narrative Visualization: Telling Stories with Data." IEEE Transactions on Visualization and Computer Graphics 16, no. 6 (2010): 1139-148. doi:10.1109/tvcg.2010.179.
Yau, Nathan. "A Day in the Life of Americans." FlowingData. December 30, 2017. Accessed May 03, 2018. https://flowingdata.com/2015/12/15/a-day-in-the-life-of-americans/.