Automatic commit. Mon Oct 15 12:00:09 WST 2012
[matches/honours.git] / thesis / plan.tex
1 \documentclass[10pt]{article}
2 \usepackage{graphicx}
3 \usepackage{caption}
4 \usepackage{amsmath} % needed for math align
5 \usepackage{bm} % needed for maths bold face
6  \usepackage{graphicx}    % needed for including graphics e.g. EPS, PS
7 \usepackage{fancyhdr}   % needed for header
8
9 \usepackage{hyperref}
10
11  \topmargin -1.5cm        % read Lamport p.163
12  \oddsidemargin -0.04cm   % read Lamport p.163
13  \evensidemargin -0.04cm  % same as oddsidemargin but for left-hand pages
14  \textwidth 16.59cm
15  \textheight 21.94cm 
16  %\pagestyle{empty}       % Uncomment if don't want page numbers
17  \parskip 7.2pt           % sets spacing between paragraphs
18  %\renewcommand{\baselinestretch}{1.5}  % Uncomment for 1.5 spacing between lines
19  \parindent 0pt           % sets leading space for paragraphs
20
21
22 \newcommand{\vect}[1]{\boldsymbol{#1}} % Draw a vector
23 \newcommand{\divg}[1]{\nabla \cdot #1} % divergence
24 \newcommand{\curl}[1]{\nabla \times #1} % curl
25 \newcommand{\grad}[1]{\nabla #1} %gradient
26 \newcommand{\pd}[3][ ]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} %partial derivative
27 %\newcommand{\d}[3][ ]{\frac{d^{#1} #2}{d #3^{#1}}} %full derivative
28 \newcommand{\phasor}[1]{\tilde{#1}} % make a phasor
29 \newcommand{\laplacian}[1]{\nabla^2 {#1}} % The laplacian operator
30
31 \usepackage{color}
32 \usepackage{listings}
33
34 \definecolor{darkgray}{rgb}{0.95,0.95,0.95}
35 \definecolor{darkred}{rgb}{0.75,0,0}
36 \definecolor{darkblue}{rgb}{0,0,0.75}
37 \definecolor{pink}{rgb}{1,0.5,0.5}
38 \lstset{language=Java}
39 \lstset{backgroundcolor=\color{darkgray}}
40 \lstset{numbers=left, numberstyle=\tiny, stepnumber=1, numbersep=5pt}
41 \lstset{keywordstyle=\color{darkred}\bfseries}
42 \lstset{commentstyle=\color{darkblue}}
43 %\lstset{stringsyle=\color{red}}
44 \lstset{showstringspaces=false}
45 \lstset{basicstyle=\small}
46
47
48 \begin{document}
49
50 \pagestyle{fancy}
51 \fancyhead{}
52 \fancyfoot{}
53
54 \fancyhead[LO, L]{}
55 \fancyfoot[CO, C]{\thepage}
56
57 %\title{\bf Characterisation of nanostructured thin films}
58 %\author{Sam Moore\\ School of Physics, University of Western Australia}
59 %\date{April 2012}
60 %\maketitle
61
62 \begin{center}
63         B.Sc. (Hons) Physics Project \par
64         {\bf \Large Thesis} \par
65         Samuel Moore \\
66         School of Physics, University of Western Australia \\
67         April 2012
68 \end{center}
69 \section*{Characterisation of Nanostructured Thin Films}
70 {\bf \emph{Keywords:}} surface plasmons, nanostructures, spectroscopy, metallic-blacks \\
71 {\bf \emph{Supervisers:}} W/Prof. James Williams (UWA), Prof. Sergey Samarin (UWA) \\
72
73
74 %\tableofcontents
75
76 \section*{Acknowledgements}
77 \begin{itemize}
78         \item Sergey Samarin
79         \item Jim Williams
80         \item Paul Guagliardo
81         \item Nikita Kostylev
82         \item Workshop (for producing electron gun mount?)
83         \item Peter Hammond (?)
84 \end{itemize}
85
86 \section{Introduction}
87 \begin{itemize}
88         \item Waffle about motivation for the project
89         \begin{itemize}
90                 \item Metal-Black films may have application for ... something.
91                 \begin{itemize}
92                         \item Radiometer vanes, IR detectors
93                         \item Number of applications where high absorbance into IR is required
94                         \item These have all been studied before though. 
95                 \end{itemize}
96                 \item The electron spectra of metal-blacks have not yet been examined.
97                 \item Remarkable difference between Metal-Black films (bad vacuum) and normal metal films (UHV)
98                 \begin{itemize}
99                         \item No (detailed/satisfactory) explanation (that I can find...) for difference
100                 \end{itemize}
101                 \item Talk about plasmonic based computing? Moore's law? Applications to thin film solar cells?
102
103         \end{itemize}
104         \item Specific aims of project
105         \begin{enumerate}
106                 \item Surface density of states / band structure of Black-Au films using TCS (The main aim)
107                 \item Identification of plasmonic effects in Black-Au films (?) (If they even exist!)
108                 \begin{itemize}
109                         \item Identify plasmonic effects in Au and Ag films with Ellipsometry (this is fairly simple to do)
110                 \end{itemize}
111                 \item Combination of Ellipsometry and TCS to characterise thin films (not just Black-Au)
112                 \begin{itemize}
113                         \item Ie: How can one technique be used to support the other?
114                 \end{itemize}
115         \end{enumerate}
116         \item Structure of thesis
117 \end{itemize}
118
119 \section{Overview of Theory}
120 Summarise the literature, refer to past research etc
121
122 \subsection{Electron structure of surface}
123 \begin{itemize}
124         \item Overview of electron spectrum properties
125         \begin{itemize}
126                 \item Density of states $n(E)$
127                 \item Energy band structure $E(\vect{k})$
128         \end{itemize}
129         \item Properties of surface region
130         \begin{itemize}
131                 \item Difference between potential of surface and bulk
132                 \begin{itemize}
133                         \item Change between the two limits in the ``near-surface'' region
134                 \end{itemize}
135                 \item Theoretical models for the potential, 1D vs 3D
136                 \begin{itemize}
137                         \item Simplest case is a step potential.
138                         \item Various improvements on this model, discussed in Komolov's book.
139                         \begin{itemize}
140                                 \item Possibly adapt CQM project to model these potentials, if I get time
141                         \end{itemize}
142                 \end{itemize}
143                 \item Limitations of theoretical models
144                 \begin{itemize}
145                         \item Real surface is not a step potential
146                         \item Adsorption of foreign particles onto the surface also plays a large role in determining the electron spectrum.
147                 \end{itemize}
148         \end{itemize}
149         \item Main reference: Komolov "Total Current Spectroscopy"
150         \item "Solid State Physics" textbooks and "Electron Spectroscopy" textbooks 
151 \end{itemize}
152
153 \subsection{Plasmonics}
154 I really think I should actually find plasmonic effects before writing too much about them...
155 \begin{itemize}
156         \item Charge density oscillations
157         \item Surface and bulk plasmons
158         \item Pines and Bohm
159         \item Review article from T.W.H Oates et al about using Ellipsometry to characterise plasmonic effects
160 \end{itemize}
161
162 \subsection{Metallic-Black Thin Films}
163 \begin{itemize}
164         \item How they are made (bad vacuum, in air or a noble gas)
165         \begin{itemize}
166                 \item If made in air, there are usually tungsten oxides present (from filament). Refer to paper by Pfund.
167         \end{itemize}
168         \item Structural difference between Black-Au and ``Shiny'' (need a better term) Au
169         \begin{itemize}
170                 \item Can include electron microscopy images?
171                 \item An actual photograph of a Black-Au film? Not necessary?
172         \end{itemize}
173         \item Pfund (earliest publisher, preparation and general properties)
174         \item Louis Harris (most research in 50s and 60s)
175         \begin{itemize}
176                 \item L. Harris mostly did transmission spectroscopy in the far infra red (well beyond the ellipsometer and Ocean Optics spectrometer ranges)
177                 \item The really crappy measurements I did with the Ocean Optics spectrometer seem to agree with these measurements
178                 \begin{itemize}
179                         \item L. Harris' $\lambda$ has a range of 1nm to $100\mu$m; my measurements are only to $1\mu$m
180                         \item Agreement in first $1\mu$m anyway
181                         \item I should probably re-do those measurements with a less crappy setup, if I actually want to use them
182                 \end{itemize}
183                 \item Harris related the optical properties to the structure of the film (condensor strands) via the electronic properties
184         \end{itemize}
185         \item Plasmonic effects - Deep R. Panjwani (honours thesis)
186         \begin{itemize}
187                 \item Not sure if I can use an honours thesis as a reference.
188                 \item Concluded that surface plasmon resonance in Black-Au film on solar cells lead to increase in solar cell efficiency
189                 \item Used simulation that modelled Black-Au film as spherical balls to show E field increased by plasmon resonance
190                 \begin{itemize}
191                         \item Was this model appropriate? Black-Au is more ``smoke'' or ``strand'' like according to other references. Images also do not show ``blob'' like structure.
192                 \end{itemize}
193                 \item Need to read this reference more thoroughly
194         \end{itemize}
195 \end{itemize}
196
197 \section{Experimental Techniques}
198
199 \subsection{Preparation of samples}
200 \begin{itemize}
201         \item Black-Au - 1e-2 mbar vacuum
202         \item ``Shiny'' - 1e-6 / 1e-7
203         \item Current of ~3.5A through W wire filament spot welded onto Ta strips in turn spot welded to Mo posts
204         \item Voltage through filament is ~1 V; quote the power?
205         \item Filament isotropically coats sample with desired material.
206         \item Possibly get a curve of Au thickness estimated with Ellipsometry vs exposure time?
207         \begin{itemize}
208                 \item Probably too much work and too unreliable
209                 \item Maybe do it, but only use 2/3 data points
210                 \item Low priority
211         \end{itemize}
212 \end{itemize}
213
214 \subsection{Total Current Spectroscopy}
215 \begin{itemize}
216         \item Overview of technique
217         \begin{itemize}
218                 \item Low energy beam of electrons incident on sample
219                 \item Measure slope of resulting I-V curve
220                 \item Relate to density of states and electron band structure (Komolov chapter 3.2)
221         \end{itemize}
222         \item Description of apparatus
223         \begin{itemize}
224                 \item Electron gun and filament
225                 \item Electron gun control box
226                 \item ADC/DAC control box and data processing
227         \end{itemize}
228         \item Photographs vs Diagrams
229         \begin{itemize}
230                 \item Prefer diagrams to photographs
231                 \item Especially for the ADC/DAC control box circuit. Because it looks like a horrible mess.
232         \end{itemize}
233 \end{itemize}
234
235 \subsection{Ellipsometry and Transmission Spectroscopy}
236 \begin{itemize}
237         \item Overview of techniques
238         \item Description of apparatus (use VASE manual)
239         \item Ocean Optics spectrometer? Usable?
240         \item Application of Ellipsometry to finding plasmonic effects
241         \begin{itemize}
242                 \item Surface plasmons = E oscillation parallel to surface $\implies$ only $p$ component of light excites plasmons
243         \end{itemize}
244 \end{itemize}
245
246 \section{Experimental Results and Discussion}
247 \subsection{TCS Measurements}
248 \begin{itemize}
249         \item TCS for Si
250         \item TCS for Si + Au
251         \item TCS for Si + Black-Au
252         \item Affect of preparation pressure on TCS for Si + Black-Au
253         \item Repeat for Si + Ag and Si + Black-Ag (?)
254 \end{itemize}
255
256 \subsection{Ellipsometric Measurements}
257 \begin{itemize}
258         \item Ellipsometry to estimate thickness of SiO2 layer on Si
259         \item Estimate thickness of Au/Ag on Si+SiO2
260         \item Ellipsometric measurements of Si+Black-Au/Ag
261         \begin{itemize}
262                 \item Modelling procedures to characterise Black-Au/Ag
263         \end{itemize}
264         \item Ellipsometric measurements of Glass+Black-Au/Ag (?)
265         \item Transmission spectra of Glass+Black-Au/Ag from earlier in year (?)
266 \end{itemize}
267
268 \section{Achievements}
269 \begin{itemize}
270         \item Deposition of thin films of Au and Black-Au in vacuum chamber
271         \item Ellipsometric and spectroscopic measurements on these films
272         \item Repurpose vacuum chamber for sample preparation and TCS experiments
273         \item Designed and built electronics for TCS experiments
274         \begin{itemize}
275                 \item Electron gun control box
276                 \item ADC/DAC box
277         \end{itemize}
278         \item Wrote software for data aquisition and data processing
279 \end{itemize}
280
281 \section{General notes}
282 \subsection{TCS}
283 \begin{itemize}
284         \item Optimise setup of gun
285         \begin{itemize}
286                 \item Emission current. How much does it vary, why does it vary.
287                 \item Why does Is/Ie curve shift with successive sweeps? Does sweep modify sample's surface?
288                 \item Is sample holder acceptable? Are ceramic washers accumulating charge?
289                 \item How do I tell when the setup is optimised... 
290                 ``The setup was optimised by looking for an S curve''. Very scientific.
291                 \item The gun was focused on the phosphor screen... and then I turned it around, changing the distance from the gun to the sample. Brilliant.
292         \end{itemize}
293         \item Obtain TCS spectra for Si that compares well with literature
294         \begin{itemize}
295                 \item How to relate TCS spectrum to $n(E)$ and $E(\vect{k})$
296         \end{itemize}
297         \item Prepare Au films, obtain TCS spectra that compares with literature
298         \item Obtain TCS spectra of Black-Au films
299         \item Use results to compare properties of films with results from other methods in the literature
300         \item Uncertainties
301         \begin{itemize}
302                 \item Oscilloscope measurements of inputs to ADC channels under controlled conditions
303                 \begin{itemize}
304                         \item Expected values are +/-3mV due to ADC channel, +/-300mV due to 610B, +/-1mV due to 602
305                         \item 610B and 602 will probably be worse because they are ancient
306                         \item There is about 200mV of noise between the GND of the ADC box and the electron control box.
307                         \item How to reduce ground loops? Not much I can do. Rack is now also grounded to water pipe, but this doesn't seem to make a difference.
308                 \end{itemize}
309                 \item Stupid 50Hz AC noise... how to reduce with filters and/or averaging
310         \end{itemize}
311         \item Create circuit diagrams for Electron gun circuit
312         \item Create circuit diagrams for ADC/DAC box
313         \begin{itemize}
314                 \item Simulate behaviour of circuit
315                 \item Use of instrumentation amplifier on ADC5 to make off-ground measurements
316                 \item Use of low pass filter on ADC5
317         \end{itemize}
318         \item Include references to all datasheets, etc
319         \item Vacuum chamber
320         \begin{itemize}
321                 \item Base pressure with rotary pump? Was 1e-3 after 30 minutes at start of year, but probably introduced leaks since then
322                 \item Lowest pressure achieved with turbo pump is 1.1e-7 mbar as of 25/07.
323                 \item Viton gaskets on some seals. Copper on other.
324                 \item Flanges:
325                 \begin{enumerate}
326                         \item View window (large, view of sample \& sputtering filaments)
327                         \item Rotation manipulator \& sample mount
328                         \item Pump inlet
329                         \item Filament flanges 1 (used earlier in year, not anymore) and 2
330                         \item Inlet with leak valve (for introducing gases into chamber)
331                         \item Vent valve on turbo pump
332                         \item Electron gun flange
333                         \item View window (small, view of back of electron gun)                 
334                 \end{enumerate}
335         \end{itemize}
336 \end{itemize}
337
338 \pagebreak
339 \bibliographystyle{unsrt}
340 \bibliography{thesis}
341
342 \end{document}
343

UCC git Repository :: git.ucc.asn.au