You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
2.9 KiB
TeX
106 lines
2.9 KiB
TeX
\documentclass{article}
|
|
|
|
%Setup Subfiles
|
|
\usepackage{subfiles}
|
|
|
|
|
|
|
|
%Include preambles
|
|
\input{../assets/preambles/MathPreamble}
|
|
\input{../assets/preambles/TikzitPreamble}
|
|
\input{../assets/preambles/BibPreamble}
|
|
\input{../assets/preambles/GeneralPreamble}
|
|
|
|
\usepackage{float}
|
|
|
|
|
|
%setup paragraph level indexing
|
|
\usepackage{titlesec}
|
|
\setcounter{secnumdepth}{4}
|
|
|
|
\titleformat{\paragraph}
|
|
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
|
|
\titlespacing*{\paragraph}
|
|
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
|
|
|
|
\title{The effects of market conditions on enrollment and completion of clinical trials\\ \small{Preliminary Draft}}
|
|
\author{William King}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
%Describe sections
|
|
%\begin{center}
|
|
%\textbf{Abstract}
|
|
%\end{center}
|
|
|
|
|
|
|
|
%---------------------------------------------------------------
|
|
\section{Introduction}\label{SEC:Introduction}
|
|
%---------------------------------------------------------------
|
|
|
|
\subfile{sections/01_introduction}
|
|
%---------------------------------------------------------------
|
|
\section{Literature Review}\label{SEC:LiteratureReview}
|
|
%---------------------------------------------------------------
|
|
\subfile{sections/05_LitReview}
|
|
|
|
%---------------------------------------------------------------
|
|
\section{Causal Story and Data}\label{SEC:Data}
|
|
%---------------------------------------------------------------
|
|
\subfile{sections/10_CausalStory}
|
|
\subfile{sections/02_data}
|
|
|
|
% %---------------------------------------------------------------
|
|
% \section{Causal Identification}\label{SEC:CausalIdentification}
|
|
% %---------------------------------------------------------------
|
|
% \subfile{sections/03_CausalIdentification}
|
|
|
|
%---------------------------------------------------------------
|
|
\section{Econometric Model}\label{SEC:EconometricModel}
|
|
%---------------------------------------------------------------
|
|
\subfile{sections/04_EconometricModel}
|
|
|
|
%---------------------------------------------------------------
|
|
\section{Results}\label{SEC:Results}
|
|
%---------------------------------------------------------------
|
|
\subfile{sections/06_Results}
|
|
|
|
%---------------------------------------------------------------
|
|
\section{Improvements}\label{SEC:Improvements}
|
|
%---------------------------------------------------------------
|
|
\subfile{sections/08_PotentialImprovements}
|
|
|
|
%---------------------------------------------------------------
|
|
\section{Conclusion}\label{SEC:Conclusion}
|
|
%---------------------------------------------------------------
|
|
\subfile{sections/09_Conclusion}
|
|
|
|
\newpage
|
|
%---------------------------------------------------------------
|
|
\section{References}
|
|
%---------------------------------------------------------------
|
|
\printbibliography
|
|
|
|
\newpage
|
|
%---------------------------------------------------------------
|
|
\section{Appendicies}
|
|
%---------------------------------------------------------------
|
|
|
|
\newpage
|
|
\tableofcontents
|
|
\end{document}
|
|
|
|
% NOTES:
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|