started expose
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
%! Author = alex
|
||||
%! Date = 9/17/24
|
||||
|
||||
% Preamble
|
||||
\documentclass[11pt]{article}
|
||||
|
||||
% Packages
|
||||
\usepackage{amsmath}
|
||||
% biber bibliography
|
||||
\usepackage[backend=biber]{biblatex}
|
||||
\addbibresource{../../main.bib}
|
||||
|
||||
% Document
|
||||
\begin{document}
|
||||
|
||||
% title section
|
||||
\title{Expose: Leveraging Body-Core-Temperature and Context Data for Predicting Health Features using a Transformers-based Model Framework}
|
||||
\author{Alexander Blank}
|
||||
\date{September 2024}
|
||||
\maketitle
|
||||
|
||||
|
||||
\section{Introduction}
|
||||
\label{sec:introduction}
|
||||
Test \cite{zhang2023crossformer}
|
||||
|
||||
\section{Research Objectives and Questions}
|
||||
|
||||
\section{Related Work}
|
||||
|
||||
\section{Methodology}
|
||||
|
||||
\section{Expected Results}
|
||||
|
||||
\section{Timeline}
|
||||
|
||||
\section{Conclusion}
|
||||
|
||||
% bibliography
|
||||
\printbibliography
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user