From 5af76e67ab84839ec340100db9327db2cd997bc7 Mon Sep 17 00:00:00 2001 From: hackbard Date: Mon, 20 Feb 2006 13:12:29 +0000 Subject: [PATCH] initial checkin --- posic/thesis/ack.tex | 7 ++++ posic/thesis/basics.tex | 2 + posic/thesis/content.tex | 2 + posic/thesis/intro.tex | 2 + posic/thesis/lists.tex | 4 ++ posic/thesis/literature.tex | 9 ++++ posic/thesis/publications.tex | 34 ++++++++++++++++ posic/thesis/results.tex | 2 + posic/thesis/simulation.tex | 2 + posic/thesis/summary_outlook.tex | 2 + posic/thesis/thesis.tex | 70 ++++++++++++++++++++++++++++++++ posic/thesis/title.tex | 66 ++++++++++++++++++++++++++++++ 12 files changed, 202 insertions(+) create mode 100644 posic/thesis/ack.tex create mode 100644 posic/thesis/basics.tex create mode 100644 posic/thesis/content.tex create mode 100644 posic/thesis/intro.tex create mode 100644 posic/thesis/lists.tex create mode 100644 posic/thesis/literature.tex create mode 100644 posic/thesis/publications.tex create mode 100644 posic/thesis/results.tex create mode 100644 posic/thesis/simulation.tex create mode 100644 posic/thesis/summary_outlook.tex create mode 100644 posic/thesis/thesis.tex create mode 100644 posic/thesis/title.tex diff --git a/posic/thesis/ack.tex b/posic/thesis/ack.tex new file mode 100644 index 0000000..a3e5e01 --- /dev/null +++ b/posic/thesis/ack.tex @@ -0,0 +1,7 @@ +\chapter*{Acknowledgment} +\addcontentsline{toc}{chapter}{Acknowledgment} + +First of all, I would like to thank Prof. Dr. Bernd Stritzker and Prof. Dr. Kai Nordlund for accepting me as a PhD student at their chairs at the University of Augsburg and Helsinki. +Although Mr. Stritzker is doing experimental physics in Augsburg he gave me the opportunity to do this more or less theoretical work. +During my stays in Finland Mr. Nordlund \ldots + diff --git a/posic/thesis/basics.tex b/posic/thesis/basics.tex new file mode 100644 index 0000000..39e2711 --- /dev/null +++ b/posic/thesis/basics.tex @@ -0,0 +1,2 @@ +\chapter{Basics} + diff --git a/posic/thesis/content.tex b/posic/thesis/content.tex new file mode 100644 index 0000000..c886626 --- /dev/null +++ b/posic/thesis/content.tex @@ -0,0 +1,2 @@ +\addcontentsline{toc}{chapter}{Contents} +\tableofcontents diff --git a/posic/thesis/intro.tex b/posic/thesis/intro.tex new file mode 100644 index 0000000..a81b272 --- /dev/null +++ b/posic/thesis/intro.tex @@ -0,0 +1,2 @@ +\chapter{Introduction} + diff --git a/posic/thesis/lists.tex b/posic/thesis/lists.tex new file mode 100644 index 0000000..41dfb68 --- /dev/null +++ b/posic/thesis/lists.tex @@ -0,0 +1,4 @@ +\listoffigures +\addcontentsline{toc}{chapter}{List of Figures} +\listoftables +\addcontentsline{toc}{chapter}{List of Tables} diff --git a/posic/thesis/literature.tex b/posic/thesis/literature.tex new file mode 100644 index 0000000..e2f4f38 --- /dev/null +++ b/posic/thesis/literature.tex @@ -0,0 +1,9 @@ +\addcontentsline{toc}{chapter}{References} +\begin{thebibliography}{99} + \bibitem{example} + \selectlanguage{german} + F. Zirkelbach, M. H"aberlen, J. K. N. Lindner, B. Stritzker. + \selectlanguage{english} + {\em Modelling of a selforganization process leading to periodic arrays of nanometric amorphous precipitates by ion irradiation.} + Comp. Mater. Sci. 33 (2005) 310. +\end{thebibliography} diff --git a/posic/thesis/publications.tex b/posic/thesis/publications.tex new file mode 100644 index 0000000..d19d6f9 --- /dev/null +++ b/posic/thesis/publications.tex @@ -0,0 +1,34 @@ +\chapter{List of publications} + + \section{Papers} + + \begin{enumerate} + \selectlanguage{german} + \item F. Zirkelbach, M. H"aberlen, J. K. N. Lindner, B. Stritzker.\\ + \selectlanguage{english} + {\em Modelling of a selforganization process leading to periodic arrays of nanometric amorphous precipitates by ion irradiation.}\\ + Comp. Mater. Sci. 33 (2005) 310. + \selectlanguage{german} + \item F. Zirkelbach, M. H"aberlen, J. K. N. Lindner, B. Stritzker.\\ + \selectlanguage{english} + {\em Monte-Carlo-Simulation study of the selforganization of nanometric amorphous precipitates in regular arrays during ion irradiation.}\\ + Nucl. Instr. and Meth. B 242 (2006) 679. + \end{enumerate} + + \section{Conference talks} + \begin{enumerate} + \selectlanguage{german} + \item F. Zirkelbach, M. H"aberlen, J. K. N. Lindner und B. Stritzker.\\ + {\em Monte-Carlo-Simulation der Selbstorganisation amorpher nanometrischer $SiC_x$"=Ausscheidungen in Silizium w"ahrend $C^+$-Ionen-Implantation}\\ + AKF-Fr"uhjahrstagung der DPG, Regensburg, 2/2004, DS 1.4 + \item F. Zirkelbach, M. H"aberlen, J. K. N. Lindner und B. Stritzker.\\ + {\em Kinetik des Selbstorganisationsvorganges bei der Bildung von $SiC_x$"=Ausscheidungs-Arrays in $C^+$-Ionen-implantiertem Silizium.}\\ + 69. Jahrestagung der DPG, Berlin, 2/2005, DS 8.6 + \selectlanguage{english} + \end{enumerate} + + \section{Diploma thesis} + \selectlanguage{german} + {\em Monte-Carlo-Simulation von selbstorganisierten nanometrischen $SiC_x$"=Ausscheidungen in $C^+$"=implantierten Silizium}. + \selectlanguage{english} + diff --git a/posic/thesis/results.tex b/posic/thesis/results.tex new file mode 100644 index 0000000..9f3d9e2 --- /dev/null +++ b/posic/thesis/results.tex @@ -0,0 +1,2 @@ +\chapter{Results} + diff --git a/posic/thesis/simulation.tex b/posic/thesis/simulation.tex new file mode 100644 index 0000000..67c91a1 --- /dev/null +++ b/posic/thesis/simulation.tex @@ -0,0 +1,2 @@ +\chapter{Simulation} + diff --git a/posic/thesis/summary_outlook.tex b/posic/thesis/summary_outlook.tex new file mode 100644 index 0000000..4155b41 --- /dev/null +++ b/posic/thesis/summary_outlook.tex @@ -0,0 +1,2 @@ +\chapter{Summary and Outlook} + diff --git a/posic/thesis/thesis.tex b/posic/thesis/thesis.tex new file mode 100644 index 0000000..199af2b --- /dev/null +++ b/posic/thesis/thesis.tex @@ -0,0 +1,70 @@ +\pdfoutput=0 +\documentclass[twoside,a4paper,11pt]{book} +\usepackage[activate]{pdfcprot} +\usepackage{verbatim} +\usepackage{a4} +\usepackage{a4wide} +\usepackage[english,german]{babel} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{amsmath} +\usepackage{ae} +\usepackage{aecompl} +\usepackage[dvips]{graphicx} +\graphicspath{{../img/}} +\usepackage{color} +\usepackage{pstricks} +\usepackage{pst-node} +\usepackage{rotating} +%\usepackage{fancyhdr} +%\pagestyle{fancy} + +% (re)new commands +\newcommand{\printimg}[5]{% + \begin{figure}[#1]% + \begin{center}% + \includegraphics[#2]{#3}% + \caption{#4}% + \label{#5}% + \end{center}% + \end{figure}% +} +%\addto\captionsnenglish{% +% \renewcommand{\figurename}{Fig.}% +% \renewcommand{\tablename}{Table}% +%} + +% hyphenation +\hyphenation{} + +% english +\selectlanguage{english} + +% author & title +\author{Frank Zirkelbach} +\title{Simulation study of the precipitation process of silicon carbide in carbon doped silicon} + +\begin{document} + +\frontmatter{} +\include{title} +\include{content} +\include{lists} + +\mainmatter{} +\include{intro} +\include{basics} +%\include{exp_findings} +%\include{model} +\include{simulation} +\include{results} +\include{summary_outlook} + +\appendix{} +\include{publications} + +\backmatter{} +\include{literature} +\include{ack} + +\end{document} diff --git a/posic/thesis/title.tex b/posic/thesis/title.tex new file mode 100644 index 0000000..341e50c --- /dev/null +++ b/posic/thesis/title.tex @@ -0,0 +1,66 @@ +\begin{titlepage} + +\begin{center} + + \hrule + \vspace{15pt} + {\LARGE\bf + Simulation study of the precipitation process of silicon carbide in carbon doped silicon \\ + } + \vspace{10pt} + \hrule + + \vspace{100pt} + + % switch to german + \selectlanguage{german} + + {\large + Zur Erlangung des akademischen Grades eines\\ + Doktors der Naturwissenschaften\\ + der Mathematisch-Naturwissenschaftlichen Fakult"at\\ + der Universit"at Augsburg vorgelegte + } + + \vspace{130pt} + + {\Large + Dissertation + } + + \vspace{130pt} + + {\large + von\\ + } + {\Large + Frank Zirkelbach\\ + } + {\large + aus\\ + Berlin\\ + } + + \vspace{60pt} + + {\large + Augsburg, im Oktober 2006 + } + +\end{center} + +\newpage + +\raisebox{600pt}{ } + +\selectlanguage{german} +\begin{tabular}{ll} +Erstkorrektor: & Prof. Dr. Bernd Stritzker \\ +Zweitkorrektor: & Prof. Dr. Kai Nordlund \\ +Tag der m"undlichen Pr"ufung: & 17. November 2006 \\ +\end{tabular} + +% switch back to english +\selectlanguage{english} + +\end{titlepage} -- 2.20.1