ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/xDissertation/phdPreamble.tex
Revision: 3360
Committed: Wed Mar 5 23:34:04 2008 UTC (16 years, 4 months ago) by xsun
Content type: application/x-tex
File size: 2936 byte(s)
Log Message:
writing up the dissertation.

File Contents

# Content
1 \documentclass[nosummary]{ndthesis}
2
3 \usepackage[tbtags]{amsmath}
4 \usepackage{amsmath,bm}
5 \usepackage{amssymb}
6 \usepackage{mathrsfs}
7 \usepackage{tabularx}
8 \usepackage{graphicx}
9 \usepackage{booktabs}
10 \usepackage{enumitem}
11 \usepackage{color}
12 \usepackage{listings}
13 \usepackage{cite}
14 %\usepackage from oopseDoc.tex
15 \usepackage{times}
16 \usepackage{setspace}
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 wife, for her unconditional support, and to my family, for their
60 providence of inspiriting happiness.
61
62 \end{dedication}
63
64 \tableofcontents
65 \listoffigures % If you don't have any figures or tables, comment
66 \listoftables % out these two lines.
67 %\lstlistoflistings
68
69 \begin{acknowledge} % acknowledgments go here
70
71 I would like to thank my advisor, J.~Daniel Gezelter, who guided me
72 into the field of my interests, helped me complete all of the work
73 with his great patience and broad knowledge. I am also grateful to my
74 colleagues Teng Lin, Charles F.~Vardeman II, Shenyu Kuang, Chunlei Li,
75 Christie Puglis, Patrick Holvey, Matthew A.~Meineke, Christopher
76 J.~Fennell, Yang Zheng, Kyle Daily, Kyle S.~Haygarth, Jennifer Morton,
77 who were always here for technical support and helpful
78 suggestions. Finally, I would like to thank my family: my father,
79 Jianguo Sun, and my mother, Yumei Lin, for their understanding and
80 support on the distant other side of the ocean. And my wife, Yingxin,
81 this dissertation could not have been finished without her love.
82
83 \end{acknowledge}
84
85 \mainmatter
86
87 %\include{Introduction}
88 %\include{mc}
89 %\include{md}
90 %\include{ld}
91 %\include{Conclusion}
92 %\include{Appendix}
93 %\include{phdBib}
94