Indiana University Biostatistics PhD Dissertation Template
Author
Lili Yang, Alexander White
Last Updated
2 anni fa
License
Creative Commons CC BY 4.0
Abstract
Indiana University Biostatistics PhD Dissertation Template
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Indiana University Doctorate Thesis Latex Template %%%%%%%%%%%%%%%
%%% Fullfill the requirement of IU docterate Dissertation %%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{iuphd}
\usepackage[utf8]{inputenc}
\usepackage{setspace}
%%%%%%%%%% added packages %%%%%%%%%%
\usepackage[retainorgcmds]{IEEEtrantools} %%% this package is for long formula that needs to break down into several rows
\usepackage[pdftex]{graphicx}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage[section] {placeins}
\usepackage{morefloats}
\usepackage{natbib}
\usepackage[all]{nowidow} %%% no window and no orphan
%\usepackage{tocbibind}
%%%%%%%%%%%end of edded packages
\makeatletter
\renewcommand*{\l@chapter}[2]{%
\ifnum \c@tocdepth >\m@ne
\addpenalty{-\@highpenalty}%
\vskip 0.24em \@plus\p@
\setlength\@tempdima{1.5em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode
\advance\leftskip\@tempdima
\hskip -\leftskip
{#1}\nobreak\leaders\hbox{%
$\m@th \mkern \@dotsep mu.\mkern \@dotsep mu$}
\hfill\nobreak\hbox to\@pnumwidth{\hfil\textrm{#2}}\par
\penalty\@highpenalty
\endgroup
\fi
}%
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% Input your thesis information here %%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%data for Title Page
\title{Your dissertation title}
\author{Your name}
\date{graduation month and year}
%data for Acceptance Page
\committeechair{committee chair, Ph.D., Chair}
\readertwo{committee member 2, Ph.D.}
\readerthree{committee member 3, Ph.D.}
\readerfour{committee member 4, M.D.}
\readerfive{committee member 5, Ph.D.}
\defensedate{defense date}
%data for Copyright Page
\cryear{2013}
\begin{document}
\maketitle
\begin{frontmatter}
\acceptancepage
\copyrightpage
\begin{dedication}
\centering \vfil\null \emph{To My Family......} \vfil\null
\end{dedication}
\begin{acknowledgments}
I would like to express sincere gratitude to my advisor Dr. XXX for his constant guidance, encouragement and support in my study........
\end{acknowledgments}
%\begin{preface}
%\end{preface}
\begin{abstract}
Your thesis abstract...................
\vskip 3em
\begin{flushright}
committee chair, Ph.D., Chair
\end{flushright}
%%%%%%%%% below is for signed abstract format %%%%%%%%%%%%%%%
%\begin{flushright}
%\makebox[3in]{\hrulefill}\\
%XXX, Ph.D., Chairman
%\vskip 2em
%\makebox[3in]{\hrulefill}\\
%XXX, Ph.D.
%\vskip 2em
%\makebox[3in]{\hrulefill}\\
%XXX, Ph.D.
%\vskip 2em
%\makebox[3in]{\hrulefill}\\
%XXX, M.D.
%\vskip 2em
%\makebox[3in]{\hrulefill}\\
%XXX, Ph.D.
%\end{flushright}
\end{abstract}
\tableofcontents
\listoftables
\listoffigures
\end{frontmatter}
%\clearpage
\pagenumbering{arabic}
\setcounter{page}{1}
\renewcommand{\arraystretch}{1.2}
\include{chap1}
\include{chap2}
\include{chap3}
\include{chap4}
\include{chap5}
%\bibliographystyle{plain}
\bibliographystyle{Chicago}
\addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
\bibliography{myref}
\makeatletter
\renewcommand\@dotsep{1440} % default value 4.5
\makeatother
\cleardoublepage
%\pagestyle{empty}
\begin{flushleft}
\addtocontents{toc}{\contentsline {chapter}{\numberline{}CURRICULUM VITAE}{}}
\end{flushleft}
\begingroup
\let\clearpage\relax
\pagenumbering{gobble}
\include{CV} %% include your CV chapter
\endgroup
\end{document}