Twitterstorm data: the Katie Hinde Target t-shirt saga 2017-06-11
收藏Figshare2018-04-11 更新2026-04-08 收录
下载链接:
https://figshare.com/articles/Twitterstorm_data_the_Katie_Hinde_Target_t-shirt_saga_2017-06-11/6096986
下载链接
链接失效反馈官方服务:
资源简介:
This repository contains data from the Twitterstorm that occurred from June 11-13 2017 following a controversial tweet by scientist and public figure Katie Hinde (@Mammals_Suck on Twitter). This is a good dataset for practicing the analysis of text and/or social network data in R. <br><br>1. <b>tweets_raw.rds </b>contains raw text data for all 33261 tweets mentioning @Mammals_Suck in the 36 hours following the original tweet. This file can be read into R using the 'readRDS' function.<br><br>2.<b> tweets_clean.csv </b>contains clean data on all 4843 quote & reply tweets responding to the original tweet over a 36 hour period, including: tweet text, user name, tweet time, # of favorites, # of retweets, # of friends of the user, # of followers of the user, user self-description, user location, type (quote or reply).<br><br>3. <b>social_network.rds </b>contains a social network for users in the twitterstorm as an 'igraph' object. Vertex names correspond to Twitter users, and edge weights are based on co-followers (i.e., the number of mutually followed accounts, which is a proxy for overlap in the interests of two users). Additional vertex attributes can be added to the graph using information about users from the 'tweets_clean.csv' file, such as the time they entered the twitterstorm, their geographic location, or the text content of their tweets. This file can be read into R using the 'readRDS' function. <br><br>For more information, check out the blog posts written by myself and Katie Hinde. Mine focuses on data analysis, while hers focuses on her experience and interpretation of the events. <br><br><b>My blog post:</b> https://rgriff23.github.io/2017/06/29/Katie-Hinde-Twitterstorm.html <br><br><b>Katie Hinde's blog post:</b> https://mammalssuck.blogspot.co.uk/2017/06/portrait-of-unexpected-twitter-storm.html <br><br>The R code I used to compile and analyze this data is on GitHub: https://github.com/rgriff23/Katie_Hinde_Twitter_storm_text_analysis<br><br>Note that the data in the GitHub repo does not match the data included in this figshare repo exactly. This is because the data provided here has been reduced to information collected from Twitter: I eliminated data columns that were produced using subsequent analysis, such as tweet classifications based on sentiment analysis or social network analysis. <br>
创建时间:
2018-04-05



