From 91ca53147cae590bbb20a2ba074689f40cf01d91 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 5 Nov 2021 00:42:12 -0400 Subject: [PATCH] [+] Add voxdotcom sample data --- proposal/project_proposal.tex | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/proposal/project_proposal.tex b/proposal/project_proposal.tex index 699cfa0..1e2bc9b 100644 --- a/proposal/project_proposal.tex +++ b/proposal/project_proposal.tex @@ -28,7 +28,7 @@ sorting=nyt \indent - Our data will come from individuals’ discussions on many social media or chatting platforms. Some social media platforms provide complete APIs, such as Twitter, which is why we plan to use Twitter as our primary data source. We will gather and analyze textual data from the tweets of famous or important individuals and compare data between individuals. We will also combine these data into meaningful groups to find if any grouping traits will produce meaningful differences. We will also analyze tweets from random individuals to create a broader image that can be generalized to the entire platform’s social environment. + Our data will come from individuals’ discussions on many social media or chatting platforms. Some social media platforms provide complete APIs, such as Twitter, which is why we plan to use Twitter as our primary data source. We will gather and analyze textual data from the tweets of famous or important individuals and compare data between individuals. We will also combine these data into meaningful groups to find if any grouping traits will produce meaningful differences. We will also analyze tweets from random individuals to create a broader image that can be generalized to the entire platform’s social environment. We have attached the processed data from twitter user \texttt{voxdotcom} as an example. All data containing tweet contents will not be included in our final report. Our final report will only be based on whether or not the sample is COVID-related. Another group of data will come from significant news publishers such as New York Times or Guardian News. We plan only to use the title, publishing date, and publisher of the news reports, and we will use the title only to determine whether or not the news report is COVID-related. @@ -59,16 +59,9 @@ sorting=nyt Another variant of the frequency histogram will be plotted not against the date but against the country’s confirmed cases since people’s emotions of anxiety might be influenced by the growing or decreasing of confirmed cases. We will also graph some data using this variant to find more insights. -% \section*{References} + % \section*{References} + % Generate references automatically. + \nocite{*} + \printbibliography -% TODO - -% NOTE: LaTeX does have a built-in way of generating references automatically, -% but it's a bit tricky to use so we STRONGLY recommend writing your references -% manually, using a standard academic format like APA or MLA. -% (E.g., https://owl.purdue.edu/owl/research_and_citation/apa_style/apa_formatting_and_style_guide/general_format.html) - - -\nocite{*} -\printbibliography \end{document}