aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/report/report.tex75
1 files changed, 75 insertions, 0 deletions
diff --git a/doc/report/report.tex b/doc/report/report.tex
new file mode 100644
index 0000000..630fa73
--- /dev/null
+++ b/doc/report/report.tex
@@ -0,0 +1,75 @@
+\documentclass[lettersize,conference]{IEEEtran}
+\usepackage{biblatex}
+\usepackage{hyperref}
+
+\addbibresource{../references.bib}
+
+\title{
+ Analog Gauge Driver with CAN Interface \\
+ \large \textsc{Comp} 490 Final Report
+}
+
+\author{
+ \IEEEauthorblockN{Sam Anthony}
+ \IEEEauthorblockA{Concordia University\\
+ Student ID: 40271987\\
+ Email: sam@samanthony.xyz}
+ \and
+ \IEEEauthorblockN{Supervised by Hovhannes Harutyunyan, PhD}
+ \IEEEauthorblockA{Concordia University\\
+ Department of Computer Science and Software Engineering\\
+ Email: haruty@encs.concordia.ca}
+}
+
+\begin{document}
+
+\maketitle
+
+\begin{abstract}
+ TODO
+\end{abstract}
+
+\tableofcontents
+\newpage
+
+
+\section{Introduction}
+
+TODO
+
+
+\section{Objectives}
+
+TODO
+
+
+\section{Hardware}
+
+TODO
+
+
+\section{Firmware}
+
+TODO
+
+
+\section{Software}
+
+TODO
+
+
+\section{Testing}
+
+TODO
+
+
+\section{Conclusion}
+
+TODO
+
+
+\newpage
+\printbibliography
+\vfill
+
+\end{document}