NetworkedGunPolitics

Networked Gun Politics

In the context of the 2018 gun control movement in the U.S., we analyzed Facebook URLs Share data to see (1) how the focus of media coverage has evolved over about a year-long span, and (2) to examine how different types of information actors focus on which aspects of the movement.

PUBLICATION CITATION: Kwon, K. H., Shao, C., Walker, S., Vinay, T. (2022). Mobilizing consensus on Facebook: Networked framing of the U.S. gun-control movement on Facebook.Proceedings of the 55th Hawaii International Conference on System Science (HICSS, pp.3232-3241), January 4—7, Hawaii, USA . http://hdl.handle.net/10125/79730

Research Questions:

  1. How do different types of media sources talk about gun violence and MFOL?
  2. (Optional, TBD) How the agendas have changed over time (before, during and after MFOL)?

Collction, preprocessing, and word tokenization of URL headline/blurbs

  1. Time window: 2/14-12/18
  2. Search keywords: Provided by Hazel’s manualcompilation based on the Nexus/Lexus news search
  3. Out of the total URLs (N = 49518), we removed the URLS that contained the keyword “protest” from April to Dec dataset. Rationale: After the manual review of the 5% of stratified samples, we concluded that the URLs that include “protest” since Aprial are mostly about other protests that occurred around the world, not necessarily about MFOL or other events related gun-related movement.
  4. Preprocesing/Tokenization: Used the URL’s headline and blurbs as the text corpus. We removed stop words, cleaned the texts by using the standard nltk package, and applied lemmatization. We decided lemmatization, not stemming, to enhance interpretability. We then examined the bigrams and trigrams list and concatenated **the trigrams that occurred more than 1000 times (N= ???), and then the bigrams that occurred 150 times or more

Media types:

  1. References: Vargo, C. J., & Guo, L. (2017). Networks, big data, and intermedia agenda setting: An analysis of traditional, partisan, and emerging online US news. Journalism & Mass Communication Quarterly, 94(4), 1031-1055.
  2. Manually coded parent domains of URLs into six categories, N = 3333

Prepare text network analysis: Create nodes and edges lists

  1. Number of unigrams in each category (Note: we reviewed frequently appearing bi- and tri-grams, and converted some of them into unigrams where we see fit).
    • traditional : 25807
    • online partisan: 20467
    • nonpartisan online outlet : 22959
    • advocacy-related organizational : 14944
    • socialmedia/aggregate channel : 18908
  2. Computed the document frequency (DF: the number of documents (URLs) that contain the word) separately for each media type.
  3. Get 200 of highest DF from each media type. Many overlap across the media types, totalling 315 unique words in the combined list. After the collaborative review of the list carefully, we removed generic words (e.g., go, since, let, say), days and numbers (e.g., monday, three, year), and words that were hard to interpret (e.g., de, la, el), retaining a total of 254 words as the final nodeset.
  4. Get seperate edge lists for each media type for text network analysis.