From 70df2ce43a95f4c6b4f3ac3d217d9896fdb4671c Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 13 Dec 2021 17:58:08 -0500 Subject: [PATCH] [F] Fix typos in report document --- .gitignore | 1 + src/resources/report_document.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be8cda8..6e383b0 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,4 @@ config.json5 data/ /report/ /src/report +.DS_Store diff --git a/src/resources/report_document.md b/src/resources/report_document.md index 4a5e761..ac6377f 100644 --- a/src/resources/report_document.md +++ b/src/resources/report_document.md @@ -25,7 +25,7 @@ We also counted the number of people speaking each language: 2. We also downloaded all tweets from our sampled users through the user-timeline API [(documentation)](https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines/api-reference/get-statuses-user_timeline). Due to rate limiting, the program took around 16 hours to finish, and we obtained 7.7 GB of raw data (uncompressed). During processing, for each tweet, we extracted only its date, popularity (likes + retweets), whether it is a retweet, and whether it is COVID-related. The text of the tweets are not retained, and the processed data directory `data/twitter/user-tweets/processed/` is 141.6 MB in total. -3. We also used the COVID-19 daily cases data published by New York Times [[3]](#ref3) to compare with peaks and throughs in our frequency over date graph. +3. We also used the COVID-19 daily cases data published by New York Times [[3]](#ref3) to compare with peaks and through in our frequency over date graph. ## Computation & Filtering @@ -196,7 +196,7 @@ These findings might not be surprising, but they might have again demonstrated p -[1] Bremmen, N. (2010, September 3). The 100 most influential news media twitter accounts. _Memeburn_. Retrieved November 27, 2021, from https://memeburn.com/2010/09/the-100-most-influential-news-media-twitter-accounts/. +[1] Bremmen, N. (2010, September 3). The 100 most influential news media Twitter accounts. _Memeburn_. Retrieved November 27, 2021, from https://memeburn.com/2010/09/the-100-most-influential-news-media-twitter-accounts/.