aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-12-08 16:11:26 -0500
committerSam Anthony <sam@samanthony.xyz>2025-12-08 16:11:26 -0500
commitf628085e01c0920781c27901b0a4f0963385933d (patch)
tree11e8afa63c624d7687b4dbb822d232c7052844a1
parentb8704d98e828c14682187c71f99a02adad94c321 (diff)
downloadcan-gauge-interface-f628085e01c0920781c27901b0a4f0963385933d.zip
report: outline
-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}