diff --git a/src/report/report_document.md b/src/report/report_document.md index 767fb99..0c7aca6 100644 --- a/src/report/report_document.md +++ b/src/report/report_document.md @@ -3,6 +3,11 @@ This section aims at gaining some insights about our data. +Our data come from three samples: +* `500-pop`: The list of 500 most followed users on Twitter. +* `500-rand`: A sample of 500 random users on Twitter who speaks English, Chinese, or Japanese with at least 1000 posts and at least 150 followers. +* `eng-news`: [Top 100 most influential news Twitter accounts by Nur Bremmen](https://memeburn.com/2010/09/the-100-most-influential-news-media-twitter-accounts/), combined with all news accounts which TwitterNews reposted. + ## COVID-19 Posting Frequency ![](/1-covid-tweet-frequency/500-pop.png) diff --git a/src/report/report_page.html b/src/report/report_page.html index fc4f542..f74a918 100644 --- a/src/report/report_page.html +++ b/src/report/report_page.html @@ -23,6 +23,11 @@ h2 { font-size: 1.5em; } + + code { + padding: 1px 5px; + background-color: beige; + }