diff --git a/src/main.tex b/expose/src/main.tex similarity index 52% rename from src/main.tex rename to expose/src/main.tex index b95736b..e762014 100644 --- a/src/main.tex +++ b/expose/src/main.tex @@ -8,13 +8,13 @@ \usepackage{amsmath} % biber bibliography \usepackage[backend=biber]{biblatex} -\addbibresource{main.bib} +\addbibresource{../../main.bib} % Document \begin{document} % title section - \title{Expose: Transformer-based Models for Analyzing and Predicting Temperature Data based on Menstrual Cycles} + \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 @@ -24,6 +24,19 @@ \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 diff --git a/src/main.bib b/main.bib similarity index 100% rename from src/main.bib rename to main.bib