• Image 01
  • Image 02
  • Image 03
  • Image 04
  • Image 05
  • Image 06

UNDERSTANDING OCCUPY'S IMPACT

In the analysis of social movements, emphasis typically falls upon legislative gains, but movements can also have unforseen effects. One possible impact is our conception and awareness of inequality, and one prominent outlet to observe this change is the federal government, namely the President and United States Congress.

Although Occupy did not have immediate impacts on legislation, what effect did the movement have on changing the dialogue of inequality and paying the `fair share` by President Obama and Congress?

METHODS

Data for this project comes from several sources including text data from presidential speeches and congressional records as well as data on Occupy arrests and news coverage of Occupy. Full details are found in the published article, "Occupy the Government". Below, I briefly outline the text-based data sources and methods.

To collect presidential speeches and remarks, I developed a web-scraping application written in Python and Shell (Mausolf 2016a) With respect to President Obama, this yields 4,646 speeches and 6.62 million words between January 21, 2009 and November 15, 2015.

The Congressional Record documents the speeches and proceedings of Congress (both House and Senate) on days Congress is in session (United States, Government Printing Office 2016). For each day of the Congressional Record, a single PDF of the entire record exists, inclusive of the daily digest, extension of remarks, and proceedings of the House and Senate. I developed a second web-scraping script to download and convert these online PDF’s to raw text (Mausolf 2016b). In total, this resulted in 1,256 congressional records, totaling 187.70 million words.

Once the data was collected, I implemented code to analyze each presidential and congressional text for specific keywords and phrases related to Occupy’s motivating issues (Mausolf 2016c). This code builds a dataset of speech metrics consisting of a speech ID, date, summary statistics, and numerous keyword counts for pre-specified, theoretically-driven words and phrases expected to change in response to Occupy Wall Street. This data was merged with datasets on Occupy Wall Street arrests, Google search trends data, national economic data, and data on media coverage.

The observed keyword and phrase counts were examined graphically in relation to Occupy Wall Street arrests and the data were analyzed further using ARFIMA time series models to establish Occupy's role in predicting an increase in front-page and online news coverage of the movement, the indirect effects of Occupy news media on President Obama and Congress, the direct effects of Occupy on President Obama and Congress, and the effect of President Obama's fair share and inequality discourse on Congress. In the results, I show a figure depicting these dynamic relationships and modeled effects.

Results

In my analysis, I test different mechanisms, including repression (Occupy Wall Street arrests), media coverage of Occupy, public opinion, and presidential agenda-setting by applying a novel combination of web scraping, natural language processing, and time series models. I suggest that movement success can be measured in its ability to shape discursive opportunity structures, and I argue that the role of the president should be at the forefront of social movements research. Ultimately, I demonstrate (1) that the repression of Occupy protesters not only predicts media coverage but also increases discursive opportunities through President Obama and Congress, (2) that media coverage of Occupy predicts presidential discourse, (3) that the president’s rhetorical shift increases congressional response, and (4) that this change persists after the movement faltered. Below, I include several graphs from the article that help illustrate the analysis.

Significant Dynamic Relationships Shown in ARFIMA Models

Significant Dynamic Relationships Shown in ARFIMA Models

Note: Solid lines indicate statistically significant coefficients in one or more models. Edge thickness weighted by statistical significance of the most significant factor in any model, reported next to the indicated hypothesis. Significance levels using z-test. Indicated probabilities denote that one or more ARFIMA models has a coefficient predicting the directed edge at the specified probability threshold.




Government Cumulative Observed and Modeled Speech versus Occupy Arrests

Note: Observed Values of ARFIMA Model Predictions from Tables 4 and 5 (Count Models) for Inequality and Fair Share rhetoric by President Obama (Table 4) and Congress (Table 5). Occupy arrests are displayed in each graph (acutely increasing solid line). The two closely correlated lines are observed speech (solid line) versus predicted speech (dashed line). The vertical dashed line marks the beginning of Occupy Wall Street, September 17, 2011. An interactive plot of the observed data is available online.

Project Downloads

This research was conducted by Joshua Gary Mausolf as part of his doctoral studies in the Department of Sociology at The University of Chicago. The article is published in Social Science Research 67:91-114. Links to the paper, appendix, and code are found below.

Paper
Mausolf, Joshua Gary “Occupy the Government: Analyzing Presidential and Congressional Discursive Response to Movement Repression.” Social Science Research.
Appendix
Methods Appendix to SSR 67:91-114.

Code - White House Speeches
Code - Congressional Record
Code - Python Keyword Counter


Follow @jmausolf