wip
This commit is contained in:
24
text/0_doc.tex
Normal file
24
text/0_doc.tex
Normal 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
1
text/1_intro.tex
Normal file
@@ -0,0 +1 @@
|
||||
\section{Introduction}
|
||||
4
text/2_relwork.tex
Normal file
4
text/2_relwork.tex
Normal file
@@ -0,0 +1,4 @@
|
||||
\section{Related Work}
|
||||
|
||||
%tutorial: Bernal et al. \cite{bernal2017interrupted}
|
||||
%literatur analyse todo
|
||||
10
text/bib.bib
Normal file
10
text/bib.bib
Normal 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}
|
||||
}
|
||||
Reference in New Issue
Block a user