From 0cc1583908d765dcaa8919113bfe10690e8a39e5 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 3 Nov 2021 19:00:45 -0400 Subject: [PATCH] [+] Add project proposal --- proposal/project_proposal.tex | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 proposal/project_proposal.tex diff --git a/proposal/project_proposal.tex b/proposal/project_proposal.tex new file mode 100644 index 0000000..71bf5e8 --- /dev/null +++ b/proposal/project_proposal.tex @@ -0,0 +1,34 @@ +\documentclass[fontsize=11pt]{article} +\usepackage{amsmath} +\usepackage[utf8]{inputenc} +\usepackage[margin=0.75in]{geometry} + +\title{CSC110 Project Proposal: COVID-19 Discussion Trend Analysis} +\author{Azalea Gui \& Peter Lin} +\date{Friday, November 5, 2021} + +\begin{document} +\maketitle + +\section*{Problem Description and Research Question} + +TODO + +\section*{Dataset Description} + +TODO + +\section*{Computational Plan} + +TODO + +\section*{References} + +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) + +\end{document}