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}
|
||||
@@ -0,0 +1,5 @@
|
||||
%! Author = alex
|
||||
%! Date = 3/6/25
|
||||
|
||||
|
||||
\section{Conclusion}\label{sec:conclusion}
|
||||
@@ -0,0 +1,4 @@
|
||||
%! Author = alex
|
||||
%! Date = 3/6/25
|
||||
|
||||
\section{Discussion}\label{sec:discussion}
|
||||
@@ -0,0 +1,6 @@
|
||||
%! Author = alex
|
||||
%! Date = 3/6/25
|
||||
|
||||
\section{Introduction}\label{sec:introduction}
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
%! Author = alex
|
||||
%! Date = 3/6/25
|
||||
|
||||
\section{Methodology}\label{sec:methodology}
|
||||
@@ -0,0 +1,4 @@
|
||||
%! Author = alex
|
||||
%! Date = 3/6/25
|
||||
|
||||
\section{Related Work}\label{sec:related_work}
|
||||
@@ -0,0 +1,4 @@
|
||||
%! Author = alex
|
||||
%! Date = 3/6/25
|
||||
|
||||
\section{Results}\label{sec:results}
|
||||
Reference in New Issue
Block a user