1 |
\documentclass[nosummary]{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{mathptm} |
9 |
\usepackage{tabularx} |
10 |
\usepackage{graphicx} |
11 |
\usepackage{booktabs} |
12 |
\usepackage{cite} |
13 |
\usepackage{enumitem} |
14 |
\usepackage{mathrsfs} |
15 |
\renewcommand{\appendixname}{APPENDIX} |
16 |
\clubpenalty=10000 |
17 |
\widowpenalty=10000 |
18 |
|
19 |
\begin{document} |
20 |
|
21 |
\frontmatter |
22 |
|
23 |
\title{Computational Studies of Metallic Glasses and Nanoparticles} |
24 |
\author{Charles Francis Vardeman II} |
25 |
\work{Dissertation} |
26 |
\degprior{B.Sc.} |
27 |
\degaward{Doctor of Philosophy} |
28 |
\advisor{J. Daniel Gezelter} |
29 |
\department{Chemistry and Biochemistry} |
30 |
|
31 |
\maketitle |
32 |
|
33 |
\begin{abstract} |
34 |
|
35 |
Describe molecular dynamics of glasses, nanoparticles and glassy nanoparticles. |
36 |
|
37 |
\end{abstract} |
38 |
|
39 |
\begin{dedication} |
40 |
Dedicated to all of those who helped me along the way. |
41 |
\end{dedication} |
42 |
|
43 |
\tableofcontents |
44 |
\listoffigures |
45 |
\listoftables |
46 |
|
47 |
\begin{acknowledge} |
48 |
I would to thank my advisor, J. Daniel Gezelter, for the guidance, |
49 |
perspective, and direction he provided during this work. |
50 |
I would also like to thank my fellow group members - Dr.~Matthew Meineke, Dr.~Teng Lin, Dr. ~Christopher J. Fennell, Kyle Daily, Xiuquan Sun, Yang Zheng, Kyle Haygarth, Patrick Conforti, Megan Sprague, Dan Combest, Dr. Peter DeCarllo, Patrick Holvey, Christie Puglis, Jennifer Morton for helpful comments and suggestions along the way. I would also like to thank Christopher Harrison and Dr.~Steven Corcelli for additional discussions and comments. |
51 |
% CRC, JC, Greg Hartland, Committee members, Kristina Furse, SuperGroup |
52 |
|
53 |
\end{acknowledge} |
54 |
|
55 |
\mainmatter |
56 |
|
57 |
\input{Introduction} |
58 |
|
59 |
\input{metallicglass} |
60 |
|
61 |
\input{nanodiffusion} |
62 |
|
63 |
\input{bulkmod} |
64 |
|
65 |
\input{nanoglass} |
66 |
|
67 |
%\input{Conclusion} |
68 |
|
69 |
\appendix |
70 |
|
71 |
\backmatter |
72 |
|
73 |
\bibliographystyle{ndthesis} |
74 |
\bibliography{dissertation} |
75 |
|
76 |
\end{document} |
77 |
|
78 |
|
79 |
\endinput |