top of page

21st Century:
Words about Women

This project is a data visualization that presents the progress and significant events that have happened in recent years about women's rights and protests.

 

We wanted to do this by exploring the relationship between the frequency of words regarding women used in one of the US's most read newspapers, the New York Times (using the NYT article API to do so).

​

The words we selected from the articles were considered provocative in sexual connotation, relating to body parts, slangs about women, and types of shaming regarding women. 

Timeline

October - November 2020

Tools Used

HTML/CSS/JS/p5js

NYT Article API

Collaborators

Yuran Ding

Margot Gersing 

ezgif-6-92a585d90caf.gif

A Data Visualization On Women's Rights Throughout the 21st Century

Screen Shot 2020-12-21 at 11.11.05 PM.pn

Celebrate women empowerment through words throughout history

Visualize words associated with women in the New York Times

Screen Shot 2020-12-21 at 11.11.28 PM.pn
Screen Shot 2020-12-21 at 11.12.04 PM.pn

Remember the historical events behind these words

Recognize the tribulations of women's rights in history through reading real articles

Screen Shot 2020-12-21 at 11.11.46 PM.pn

Celebrate the achievements of women's rights and empower the future generation of girls
with computational data visualization 


 

The Challenge
The Challenge






 

As a team of female designers, we shared personal experiences on the injustices we faced based on our sex and the stories we’ve heard from others.

This is a common topic that women still face today, and so we wanted to contribute to this conversation with a project that tells the world, with visual representation, of women's empowerment.

We hope that a user by just interacting with an interesting site, he or she may find a deeper message and reflect on the challenges women throughout time has faced, and learn something new.

Process

Process

​

We decided the best way to do this was to find the word count of keywords we chose related to women over time. And due to the timeline we had for this project, I suggested to the team that we could focus our project to the 21st century instead for us to be able to create more details in our visual interactions. 

Screen Shot 2020-12-21 at 6.24.50 PM.png
Screen Shot 2020-12-21 at 5.25.46 PM.png

Obtaining text metadata from the NYT Article API ​

We looked at different NYT APIs such as the archive versus article, and decided to use the latter because the article API provided us with information such as article snippets and summaries compared to the archive API which gave us a count of how many articles were written each year/month. Using this, we searched through each year between 2000 to 2020 on articles with our keywords (around 150 words).

​

​

Calculating word frequency with keywords

This information from the API was purely from a text file. I pasted this information into code that was able to do a word counting for us. Then by coping the word and word count information seen above into excel, I was able to transform the text into a JSON file to input into our visualization

Screen Shot 2020-12-21 at 6.11.17 PM.png
Screen Shot 2020-12-21 at 6.36.03 PM.png

Word count translates into size of text

The JSON input file contains the keyword, its count in a year, as well as which word category it belongs in (we grouped our words into relating to Slurs, Body, Identity and Rights). This would directly translate into the size of the word that appears in our word cloud. The category determines the color of the word that appears. 

Screen Shot 2020-12-21 at 7.46.11 PM.png

Organizing hierarchy and user interaction 

With the data part of the project mostly implemented, we began to refine our HTML/CSS layout. I realized the hierarchy we had in the beginning was not as effective in conveying the impact of our words in relation to the women's rights movement.

Screen Shot 2020-12-21 at 7.49.50 PM.png
Screen Shot 2020-12-21 at 7.58.32 PM.png

Hierarchy 1

I suggested our project be designed where when you click on a word in the word cloud, instead of the definition of that word, it would show a major event related to the word in that year, and then you could click on related articles. I felt that the words did not need a definition since many were common knowledge.

​

​

​

​

​

​

​

​

​

Screen Shot 2020-12-21 at 7.58.32 PM.png

Hierarchy 2

Next Steps

Currently, when you click on any word in the word cloud, it leads to one word with the major event relating to that word. If we had more time, we would want to have each word or at least the largest words in the word cloud be interactive with its unique event description.

bottom of page