added structure for latex
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
%! Author = alex
|
||||
%! Date = 3/6/25
|
||||
|
||||
% Preamble
|
||||
\documentclass[11pt]{article}
|
||||
|
||||
% Packages
|
||||
\usepackage{amsmath}
|
||||
% biber bibliography
|
||||
\usepackage[style=ieee, backend=biber]{biblatex}
|
||||
\addbibresource{../main.bib}
|
||||
|
||||
% Document
|
||||
\begin{document}
|
||||
\title{Finding Predictors for Human Ovulation with Attention Mechanisms}
|
||||
\author{Alexander Blank}
|
||||
\date{2025}
|
||||
% university and faculty
|
||||
\maketitle
|
||||
|
||||
\include{sections/introduction/introduction}
|
||||
|
||||
\include{sections/related_work/related_work}
|
||||
|
||||
\include{sections/methodology/methodology}
|
||||
|
||||
\include{sections/results/results}
|
||||
|
||||
\include{sections/discussion/discussion}
|
||||
|
||||
\include{sections/conclusion/conclusion}
|
||||
|
||||
\printbibliography
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user