-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
100 lines (77 loc) · 5.71 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
\documentclass{ucbthesis}
\usepackage{biblatex}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{mathtools}
%\usepackage[acronym]{glossaries}
%\makeglossaries
%\newacronym{IID}{TFIID}{Transcription factor IID}
\usepackage{acronym}
%One fig per page: try#1
\renewcommand\floatpagefraction{0.001}
\makeatletter
\setlength\@fpsep{\textheight}
\makeatother
% Double spacing, if you want it.
% \def\dsp{\def\baselinestretch{2.0}\large\normalsize}
% \dsp
% If the Grad. Division insists that the first paragraph of a section
% be indented (like the others), then include this line:
% \usepackage{indentfirst}
\newtheorem{theorem}{Jibberish}
\bibliography{Bib_Thesis_label_less3}
\hyphenation{mar-gin-al-ia}
\begin{document}
% Declarations for Front Matter
\title{A dynamic conformational landscape underlies TFIID's ability to interact with core promoter DNA}
\author{Michael A. Cianfrocco}
\degreesemester{Fall}
\degreeyear{2012}
\degree{Doctor of Philosophy}
\chair{Professor Eva Nogales}
\othermembers{Professor James Berger \\
Professor Robert Glaeser \\
Professor Michael Levine}
\numberofmembers{4}
\prevdegrees{B.S. (Providence College) 2007}
\field{Biophysics}
\campus{Berkeley}
% The title page generated by LaTeX is now acceptable for handing in.
% (This was not always the case).
\maketitle
\approvalpage
\copyrightpage
\include{abstract}
\begin{frontmatter}
\begin{dedication}
\null\vfil
\begin{center}
For my dad.
\end{center}
\vfil\null
\end{dedication}
\tableofcontents
\clearpage
\listoffigures
\clearpage
\include{acronyms}
\begin{acknowledgements}
The research presented in this thesis was originally initiated by my inspirational mentor, Eva Nogales. Throughout this work she has served as a constant collaborator, helping to troubleshoot at times of need while also challenging me to propose alternative models to explain our observations. Her efficiency, intensity, and creativity has served as a model for my growth as an independent scientist.\\
\indent As a complement to her leadership abilities, Eva has put together a fantastic laboratory environment that was essential for this research project. In particular, Patricia Grob taught me everything I needed to know about the electron microscope and data analysis, continuing to teach me new things through the entirety of my Ph.D. Jie Fang has been an amazing biochemist who purified all of the proteins discussed in this thesis, graciously working long hours to achieve extremely pure protein samples. Tom Houweling served as the computer specialist who developed and maintained a computer work environment that maximized the efficiency for everyone in the lab. Throughout automated data collection and acquisition, Gabriel Lander helped to teach me how to use Leginon and Appion while also providing critical feedback to my research. Teresa Tucker has been the life of the lab, keeping in touch with everyone and making sure everything runs smoothly. I have mentored two different undergraduate who helped to keep me focused on my research: Michael Lemus and Sumanjit Mann. Suman spear-headed the biochemical purification of Nanogold, helping me perform key experiments to define the organization of DNA bound to TFIID.\\
\indent Outside of the lab, I have had the fortunate experience of being a student within the Biophysics Graduate Group. By providing me with a stimulating environment of fellow students from a variety of disciplines, my research has been enhanced through the constant sharing of ideas. The flexibility of the graduate group helped me assemble a Thesis committee that was responsive to my questions while also providing creative feedback to the problems faced during my research. In particular, working with Robert Glaeser on phase-plate cryo-electron microscopy and image simulations has expanding my technical training in ways that I did not anticipate when I joined Eva's lab.\\
\indent There have been many people whose ideas and technical advice were essential for my research. Weili Liu and Robert Coleman (Albert Einstein College of Medicine) kindly spent many hours with me, discussing biochemical techniques and the implications of my work on TFIID. Robert Tjian also provided critical advice on my research and feedback on our manuscript. Andres Leschziner and Preethi Chandramouli were able to help me implement OTR successfully by providing me with the correct Euler angle conversion routine. The discussions and script sharing with Colin Ophus (NCEM) greatly enhanced my understanding of image formation within the electron microscope while also helping me with image simulations of gold clusters (work to published in the very-near future). \\
\indent Despite all of these technical contributions from fellow scientists, perhaps the most important support that I received during my Ph.D has been from my family and friends. Their support has given me the confidence to tackle difficult scientific problems, knowing that I will always have a stable support base to which I can return: Rich, Matt, John, Genessa, Will, Greg, Andy, Hilary. It goes without saying that my dad has been a constant presence throughout this process, inspiring me to pursue science in a way that will ultimately benefit humanity. My mom and brother have been patient and supportive of my desire to discover more about myself, even though I've been living in California for the past 5 years. Last but not least, my life partner Alice has served as bedrock for me over the last three and a half years, supporting me during the hard-times and celebrating with me during the good times. \\
\end{acknowledgements}
\end{frontmatter}
\pagestyle{headings}
% (Optional) \part{First Part}
\include{chap1}
\include{chap2}
\include{chap3}
\include{chap4}
\include{concl}
\appendix
\input{taf6}
\input{methods}
\printbibliography
\end{document}