ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/xDissertation/phdPreamble.tex
Revision: 3347
Committed: Fri Feb 29 15:20:55 2008 UTC (16 years, 6 months ago) by xsun
Content type: application/x-tex
File size: 2943 byte(s)
Log Message:
writing the dissertation.

File Contents

# User Rev Content
1 xsun 3347 \documentclass[nosummary]{ndthesis}
2    
3 xsun 3336 \usepackage[tbtags]{amsmath}
4 xsun 3347 \usepackage{amsmath,bm}
5 xsun 3336 \usepackage{amssymb}
6     \usepackage{mathrsfs}
7     \usepackage{tabularx}
8 xsun 3347 \usepackage{graphicx}
9     \usepackage{booktabs}
10 xsun 3336 \usepackage{enumitem}
11     \usepackage{color}
12     \usepackage{listings}
13     \usepackage{cite}
14     %\usepackage from oopseDoc.tex
15     \usepackage{times}
16     \usepackage{setspace}
17 xsun 3347 %\usepackage{longtable}
18     %\lstset{language=C++,frame=TB,basicstyle=\small\ttfamily, %
19     % xleftmargin=0in, xrightmargin=0in, %captionpos=b,% breaklines=true, %
20     % abovecaptionskip=0.5cm, belowcaptionskip=0.5cm}
21 xsun 3336 \renewcommand{\lstlistingname}{Scheme}
22     \includeonly{preview}
23    
24     \begin{document}
25    
26     \newcolumntype{A}{p{1.5in}}
27     \newcolumntype{B}{p{0.75in}}
28     \newcolumntype{C}{p{1.5in}}
29     \newcolumntype{D}{p{2in}}
30    
31     \newcolumntype{E}{p{0.5in}}
32     \newcolumntype{F}{p{1.5in}}
33     \newcolumntype{G}{p{3.25in}}
34    
35     \newcolumntype{H}{p{0.75in}}
36     \newcolumntype{I}{p{5in}}
37    
38     \renewcommand{\lstlistlistingname}{SCHEMES}
39     \renewcommand{\lstlistingname}{Scheme}
40     \frontmatter
41    
42     \work{Dissertation} % Change to ``Thesis'' for Master's thesis
43     \title{Algorithms for modeling the dynamics and phase transitions of lipid bilayers}
44     \author{Xiuquan Sun}
45     \degprior{B.S., M.S.} % All previously earned degrees
46     \degaward{Doctor of Philosophy} % What this paper is for
47     \advisor{J. Daniel Gezelter} % supervisor/director/advisor
48     %% \advisorB{} % second supervisor/director/advisor (if present)
49     \department{Chemistry and Biochemistry} % Dept. granting the degree
50    
51     \maketitle % Uncomment to get the title page printed out
52     %% \copypage % Uncomment if you want a copyright page
53     \begin{abstract}
54    
55     \end{abstract}
56    
57     \begin{dedication}
58    
59     To my family.
60    
61     \end{dedication}
62    
63     \tableofcontents
64     \listoffigures % If you don't have any figures or tables, comment
65     \listoftables % out these two lines.
66     \lstlistoflistings
67    
68     \begin{acknowledge} % acknowledgments go here
69    
70     I would like to thank my advisor, Dr. Gezelter for his inspiring and
71     encouraging way to guide me to a deeper understanding of molecular
72     modeling. Without his encouragement and constant guidance, I could not
73     have finished this dissertation. I am also grateful to my colleagues
74 xsun 3347 Charles F.~Vardeman II, Teng Lin, Christopher J.~Fennell, Matthew
75     A.~Meineke, Yang Zheng, Kyle Daily, Kyle S.~Haygarth, who were always
76     here for technical help and moral support. Last, but not least, I
77     thank my family: my father, Jianguo Sun, and my mother, Yumei Lin, for
78     unconditional support and encouragement to pursue my dreams, even when
79     they went beyond boundaries of language and geography. My wife,
80     Yingxin Jiang, for her understanding and love during the past few
81     years. Her support and encouragement was in the end what made this
82     dissertation possible.
83 xsun 3336
84     \end{acknowledge}
85    
86     \mainmatter
87    
88     %\include{Introduction}
89     %\include{mc}
90     %\include{md}
91     %\include{ld}
92     %\include{Conclusion}
93     %\include{Appendix}
94     %\include{phdBib}
95