ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/xDissertation/phdPreamble.tex
Revision: 3336
Committed: Wed Jan 30 16:01:02 2008 UTC (16 years, 5 months ago) by xsun
Content type: application/x-tex
File size: 3024 byte(s)
Log Message:
Imported Dissertation

File Contents

# User Rev Content
1 xsun 3336 \documentclass[nosummary,dvips,noindentfirst]{ndthesis}
2     \usepackage{graphicx}
3     \usepackage[tbtags]{amsmath}
4     \usepackage{amsmath, bm}
5     \usepackage{amssymb}
6     \usepackage{mathrsfs}
7     \usepackage{psfrag}
8     \usepackage{tabularx}
9     \usepackage{enumitem}
10     \usepackage{color}
11     \usepackage{listings}
12     \usepackage{cite}
13     %\usepackage from oopseDoc.tex
14     \usepackage{times}
15     \usepackage{setspace}
16     \usepackage{tabularx}
17     \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     \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     Charles F.~Vardeman II, Christopher J.~Fennell, Teng Lin, Yang Zheng,
75     Kyle Daily, Kyle S.~Haygarth, Matthew A.~Meineke, Dan Combest, Pat
76     Conforti, and Megan Sprague, who were always here for technical help
77     and moral support. Last, but not least, I thank my family: my fater,
78     Jianguo Sun, and my mother, Yumei Lin, for unconditional support and
79     encouragement to pursue my dreams, even when they went beyond
80     boundaries of language and geography. My wife, Yingxin Jiang, for her
81     understanding and love during the past few years. Her support and
82     encouragement was in the end what made this dissertation possible.
83    
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