2022-07-12 04:20:00 +02:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2023-08-26 03:16:56 +02:00
|
|
|
\documentclass[notitlepage,a4paper,12pt]{book}
|
2022-07-12 04:20:00 +02:00
|
|
|
|
2022-08-25 16:04:54 +02:00
|
|
|
\input{preamble.tex}
|
2022-07-12 04:20:00 +02:00
|
|
|
|
2023-08-26 03:16:56 +02:00
|
|
|
%% <<<< Thesis titling
|
|
|
|
%%
|
|
|
|
\def\thesistitle{Enhancing Timing Accuracy\texorpdfstring{\\[0.3cm]}{ }in Air Shower Radio Detectors}
|
|
|
|
\def\thesissubtitle{}
|
|
|
|
\def\thesisauthorfirst{E.T.}
|
|
|
|
\def\thesisauthorsecond{de Boone}
|
|
|
|
\def\thesisauthoremailraw{ericteunis@deboone.nl}
|
|
|
|
\def\thesissupervisorfirst{dr. Harm}
|
|
|
|
\def\thesissupervisorsecond{Schoorlemmer}
|
|
|
|
\def\thesissupervisoremailraw{}%h.schoorlemmer@science.ru.nl}
|
|
|
|
\def\thesissecondreaderfirst{dr. Katherine}
|
|
|
|
\def\thesissecondreadersecond{Mulrey}
|
|
|
|
\def\thesissecondreaderemailraw{}%k.mulrey@science.ru.nl}
|
|
|
|
\def\thesisdate{September 2023}
|
|
|
|
%% >>>>
|
|
|
|
|
2023-06-22 22:52:45 +02:00
|
|
|
\hypersetup{
|
|
|
|
pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup},
|
2023-08-26 03:16:56 +02:00
|
|
|
pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond<\thesisauthoremailraw>}\endgroup},
|
|
|
|
pdfsubject={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond's Master's thesis}\endgroup},
|
2023-06-22 22:52:45 +02:00
|
|
|
}
|
|
|
|
|
2022-08-25 16:04:54 +02:00
|
|
|
%%
|
|
|
|
%% Attach resources
|
|
|
|
%%
|
|
|
|
\addbibresource{../../bibliotheca/bibliography.bib}
|
2022-08-24 17:24:49 +02:00
|
|
|
\graphicspath{
|
|
|
|
{../../figures/}
|
|
|
|
{../../../figures/}
|
|
|
|
}
|
2022-07-12 04:20:00 +02:00
|
|
|
|
|
|
|
|
2022-07-13 04:20:00 +02:00
|
|
|
%%%%%%%%%%%%%%%%%%% Start Document %%%%%%%%%%%%%%%%%%
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2022-07-12 04:20:00 +02:00
|
|
|
\begin{document}
|
|
|
|
\frontmatter
|
|
|
|
|
2022-07-13 04:20:00 +02:00
|
|
|
%% Titlepage
|
|
|
|
\subfile{chapters/titlepage.tex}
|
|
|
|
|
|
|
|
%% Table of Contents
|
2022-07-12 04:20:00 +02:00
|
|
|
\tableofcontents
|
2022-07-13 04:20:00 +02:00
|
|
|
|
|
|
|
% Main matter
|
2022-07-12 04:20:00 +02:00
|
|
|
\clearpage
|
|
|
|
\mainmatter
|
2022-07-13 04:20:00 +02:00
|
|
|
%% Introduction
|
2022-07-12 04:20:00 +02:00
|
|
|
\subfile{chapters/introduction.tex}
|
|
|
|
|
2023-05-24 16:53:56 +02:00
|
|
|
%% Electric field from airshower to waveform analysis
|
|
|
|
\subfile{chapters/radio_measurement.tex}
|
|
|
|
|
2022-07-13 12:09:40 +02:00
|
|
|
%% Disciplining by Beacon (Simulation)
|
|
|
|
\subfile{chapters/beacon_discipline.tex}
|
|
|
|
|
2023-05-24 16:53:56 +02:00
|
|
|
%% Single Sine Synchronisation and Radio Interferometry
|
|
|
|
\subfile{chapters/single_sine_interferometry.tex}
|
|
|
|
|
2022-07-13 12:09:40 +02:00
|
|
|
%% Comparing GNSS system (GRAND experiments)
|
|
|
|
\subfile{chapters/grand_characterisation.tex}
|
|
|
|
|
2022-07-13 04:20:00 +02:00
|
|
|
%% Conclusion
|
2022-07-12 04:20:00 +02:00
|
|
|
\subfile{chapters/conclusion.tex}
|
|
|
|
|
2022-07-13 04:20:00 +02:00
|
|
|
% Appendix and Bibliography
|
2023-08-08 10:59:44 +02:00
|
|
|
\appendix
|
|
|
|
\subfile{chapters/appendix-random-phasor.tex}
|
2022-07-12 04:20:00 +02:00
|
|
|
|
|
|
|
%%% Print Bibliography
|
|
|
|
\backmatter
|
|
|
|
\phantomsection
|
|
|
|
\addcontentsline{toc}{chapter}{Bibliography}
|
|
|
|
\printbibliography
|
|
|
|
\hrule
|
|
|
|
|
|
|
|
\clearpage
|
|
|
|
\phantomsection
|
|
|
|
\addcontentsline{toc}{chapter}{Todos}
|
|
|
|
\todos
|
|
|
|
\end{document}
|