From f628085e01c0920781c27901b0a4f0963385933d Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 8 Dec 2025 16:11:26 -0500 Subject: report: outline --- doc/report/report.tex | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 doc/report/report.tex (limited to 'doc/report/report.tex') 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} -- cgit v1.2.3