1 |
\documentclass[12pt]{ndthesis} |
2 |
|
3 |
% some packages for things like equations and graphics |
4 |
\usepackage[tbtags]{amsmath} |
5 |
\usepackage{amsmath,bm} |
6 |
\usepackage{amssymb} |
7 |
\usepackage{mathrsfs} |
8 |
\usepackage{tabularx} |
9 |
\usepackage{graphicx} |
10 |
\usepackage{booktabs} |
11 |
\usepackage{cite} |
12 |
\usepackage{enumitem} |
13 |
\renewcommand{\appendixname}{APPENDIX} |
14 |
|
15 |
\begin{document} |
16 |
|
17 |
\frontmatter |
18 |
|
19 |
\title{APPLICATION AND DEVELOPMENT OF MOLECULAR DYNAMICS TECHNIQUES FOR THE |
20 |
STUDY OF WATER} |
21 |
\author{Christopher Joseph Fennell} |
22 |
\work{Dissertation} |
23 |
\degprior{B.Sc.} |
24 |
\degaward{Doctor of Philosophy} |
25 |
\advisor{J. Daniel Gezelter} |
26 |
\department{Chemistry and Biochemistry} |
27 |
|
28 |
\maketitle |
29 |
|
30 |
\begin{abstract} |
31 |
\end{abstract} |
32 |
|
33 |
\begin{dedication} |
34 |
To my wife, for her understanding and support throughout this work. |
35 |
\end{dedication} |
36 |
|
37 |
\tableofcontents |
38 |
\listoffigures |
39 |
\listoftables |
40 |
|
41 |
\begin{acknowledge} |
42 |
I would to thank my advisor, J. Daniel Gezelter, for the guidance, |
43 |
perspective, and direction he provided during this work. He is a great |
44 |
teacher and helped fuel my desire to learn. I would also like to thank |
45 |
my fellow group members - Dr.~Matthew A.~Meineke, Dr.~Teng Lin, |
46 |
Charles F.~Vardeman~II, Kyle Daily, Xiuquan Sun, Yang Zheng, Kyle |
47 |
S.~Haygarth, Patrick Conforti, Megan Sprague, and Dan Combest for |
48 |
helpful comments and suggestions along the way. I would also like to |
49 |
thank Christopher Harrison and Dr. Steven Corcelli for additional |
50 |
discussions and comments. Finally, I would like to thank my parents, |
51 |
Edward P.~Fennell and Rosalie M.~Fennell, for providing the |
52 |
opprotunities and encouragement that allowed me to pursue my |
53 |
interests, and I would like to thank my wife, Kelley, for her |
54 |
unwaivering support. |
55 |
\end{acknowledge} |
56 |
|
57 |
\mainmatter |
58 |
|
59 |
\input{Introduction} |
60 |
|
61 |
\input{Electrostatics} |
62 |
|
63 |
\input{Water} |
64 |
|
65 |
\input{Ice} |
66 |
|
67 |
\input{Conclusion} |
68 |
|
69 |
\appendix |
70 |
|
71 |
\input{IndividualSystems} |
72 |
|
73 |
\input{SHAMS} |
74 |
|
75 |
\backmatter |
76 |
|
77 |
\bibliographystyle{ndthesis} |
78 |
\bibliography{dissertation} |
79 |
|
80 |
\end{document} |
81 |
|
82 |
|
83 |
\endinput |