This commit is contained in:
wea_ondara
2020-01-23 22:40:28 +01:00
parent 8877747692
commit 69221ac8b3
6 changed files with 78 additions and 63 deletions

24
text/0_doc.tex Normal file
View File

@@ -0,0 +1,24 @@
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
%opening
\title{}
\author{}
\begin{document}
\maketitle
\begin{abstract}
\end{abstract}
\include{1_intro}
\include{2_relwork}
\include{3_method}
\include{4_datasets}
\include{5_results}
\include{6_discussion}
\include{7_conclusion}
\end{document}

1
text/1_intro.tex Normal file
View File

@@ -0,0 +1 @@
\section{Introduction}

4
text/2_relwork.tex Normal file
View File

@@ -0,0 +1,4 @@
\section{Related Work}
%tutorial: Bernal et al. \cite{bernal2017interrupted}
%literatur analyse todo

10
text/bib.bib Normal file
View File

@@ -0,0 +1,10 @@
@article{bernal2017interrupted,
title={Interrupted time series regression for the evaluation of public health interventions: a tutorial},
author={Bernal, James Lopez and Cummins, Steven and Gasparrini, Antonio},
journal={International journal of epidemiology},
volume={46},
number={1},
pages={348--355},
year={2017},
publisher={Oxford University Press}
}