Compare commits

...

5 Commits
1.0 ... master

  1. 3
      .gitignore
  2. 12
      README.md
  3. BIN
      build/main.pdf
  4. BIN
      defense/blackboard_dimensions.jpeg
  5. BIN
      defense/blackboard_grosser_besprechungsraum.jpeg
  6. BIN
      defense/handout/build/handout.pdf
  7. BIN
      defense/handout/figures/Complexity.pdf
  8. BIN
      defense/handout/figures/LHCb.pdf
  9. BIN
      defense/handout/figures/Testsetup.pdf
  10. BIN
      defense/handout/figures/Timingscan.pdf
  11. BIN
      defense/handout/figures/raw/LIS.afdesign
  12. BIN
      defense/handout/figures/raw/PACIFIC_Shaper_TH.afdesign
  13. BIN
      defense/handout/figures/raw/Testsetup.afdesign
  14. BIN
      defense/handout/figures/raw/Timingscan.afdesign
  15. 74
      defense/handout/handout.tex
  16. 6
      defense/handout/latexmkrc
  17. BIN
      defense/presentation-notes.pdf
  18. BIN
      defense/presentation.jpg
  19. 92
      main.xmpdata
  20. 10
      preamble.tex

3
.gitignore

@ -6,6 +6,9 @@ Templates/
build/*
!build/main.pdf
defense/handout/build/*
!defense/handout/build/handout.pdf
## Core latex/pdflatex auxiliary files:
*.aux
*.lof

12
README.md

@ -1,7 +1,13 @@
# Dissertation
My PhD Thesis.
# Commissioning of the Front-End Electronics of the LHCb Scintillating Fibre Tracker
My PhD thesis.
The compiled document can be found here: [build/main.pdf](build/main.pdf)
## Compilation
Using latexmk is recommended: https://ctan.org/pkg/latexmk
Simply run `latexmk` to compile the document.
Simply run `latexmk` to compile the document.
*Also works for compiling the handout (see below)*
## Defense
Notes about the defense can be found in the corresponding directory, e.g.
- [Presentation](defense/presentation.jpg)
- [Handout](defense/handout/build/handout.pdf)

BIN
build/main.pdf

Binary file not shown.

BIN
defense/blackboard_dimensions.jpeg

Binary file not shown.

After

Width: 828  |  Height: 1626  |  Size: 89 KiB

BIN
defense/blackboard_grosser_besprechungsraum.jpeg

Binary file not shown.

After

Width: 4032  |  Height: 3024  |  Size: 980 KiB

BIN
defense/handout/build/handout.pdf

Binary file not shown.

BIN
defense/handout/figures/Complexity.pdf

Binary file not shown.

BIN
defense/handout/figures/LHCb.pdf

Binary file not shown.

BIN
defense/handout/figures/Testsetup.pdf

Binary file not shown.

BIN
defense/handout/figures/Timingscan.pdf

Binary file not shown.

BIN
defense/handout/figures/raw/LIS.afdesign

Binary file not shown.

BIN
defense/handout/figures/raw/PACIFIC_Shaper_TH.afdesign

Binary file not shown.

BIN
defense/handout/figures/raw/Testsetup.afdesign

Binary file not shown.

BIN
defense/handout/figures/raw/Timingscan.afdesign

Binary file not shown.

74
defense/handout/handout.tex

@ -0,0 +1,74 @@
\documentclass[
paper = a4
fontsize = 12pt]{scrartcl}
% Adjust margins
\usepackage[bottom=3cm]{geometry}
% UTF-8 encoding
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% German
\usepackage[ngerman]{babel}
% Improve visual appearance by tuning spacing between letters
\usepackage[activate={true,nocompatibility},final,tracking=true,kerning=true,factor=1100,stretch=10,shrink=10]{microtype}
% Figures and Captions
\usepackage{graphicx}
\usepackage[labelfont=bf, format=plain]{caption}
\usepackage{subcaption} %subfigures
% Increase PDF version from 1.5 to 1.7
\pdfminorversion=7
% Header
\setkomafont{pagehead}{\large\normalcolor\bfseries}
\usepackage[headsepline]{scrlayer-scrpage}
\clearpairofpagestyles
\ohead{25.05.2022\\Daniel Berninghoff}
\ihead{Inbetriebnahme der Ausleseelektronik des\\LHCb Scintillating Fibre (SciFi) Trackers}
\cfoot{\pagemark}
\begin{document}
\begin{figure}
\centering
\includegraphics[width=1.0\textwidth]{figures/LHCb}
\caption{
Seitenansicht des LHCb Detektors.
Die beiden Protonenstrahlen kollidieren innerhalb des Vertex Locators auf der linken Seite.
}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=0.7\textwidth]{figures/Testsetup}
\caption{
Testaufbau der ersten gelungenen Auslese von zwei Datenverbindungen der SciFi Ausleseelektronik.
Die SiPM Kanäle im unteren Bildbereich werden dabei mithilfe des Light-Injection-Systems (LIS) mit gepulstem Licht bestrahlt.
}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=1.0\textwidth]{figures/Timingscan}
\caption{
Stabile Ăśbertragungsfenster von vier Datenverbindungen beim Ăśbergang der PACIFIC ASICs zu den Cluster FPGAs.
Über ein gemeinsames Intervall von $1.9\,$ns treten keine Übertragungsfehler in den 512 zugehörigen Kanälen auf.
}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=1.0\textwidth]{figures/Complexity}
\caption{
Foto des ersten montierten, getesteten und inbetriebgenommenen \mbox{C-Frames} (links),
sowie die Gesamtzahl der elektronischen Komponenten (rechts), die innerhalb der 256 Readout Boxes (ROBs) installiert sind.
}
\end{figure}
\end{document}

6
defense/handout/latexmkrc

@ -0,0 +1,6 @@
# Settings inspired from
# https://www.semipol.de/2018/06/12/latex-best-practices.html#building-latex-documents
$pdf_mode = 1;
$out_dir = 'build';
@default_files = ('handout.tex');
# $biber = 'biber --validate-datamodel %O %S'; # Report errors in bibliography database

BIN
defense/presentation-notes.pdf

Binary file not shown.

BIN
defense/presentation.jpg

Binary file not shown.

After

Width: 1536  |  Height: 2164  |  Size: 535 KiB

92
main.xmpdata

@ -0,0 +1,92 @@
% Replace the following information with your document's actual
% metadata. If you do not want to set a value for a certain parameter,
% just omit it.
%
% Symbols permitted in metadata
% =============================
%
% Within the metadata, all printable ASCII characters except
% '\', '{', '}', and '%' represent themselves. Also, all printable
% Unicode characters from the basic multilingual plane (i.e., up to
% code point U+FFFF) can be used directly with the UTF-8 encoding.
% Consecutive whitespace characters are combined into a single
% space. Whitespace after a macro such as \copyright, \backslash, or
% \sep is ignored. Blank lines are not permitted. Moreover, the
% following markup can be used:
%
% '\ ' - a literal space (for example after a macro)
% \% - a literal '%'
% \{ - a literal '{'
% \} - a literal '}'
% \backslash - a literal '\'
% \copyright - the (c) copyright symbol
%
% The macro \sep is only permitted within \Author, \Keywords, and
% \Org. It is used to separate multiple authors, keywords, etc.
%
% List of supported metadata fields
% =================================
%
% Here is a complete list of user-definable metadata fields currently
% supported, and their meanings. More may be added in the future.
%
% General information:
%
% \Author - the document's human author. Separate multiple
% authors with \sep.
% \Title - the document's title.
% \Keywords - list of keywords, separated with \sep.
% \Subject - the abstract.
% \Org - publishers.
%
% Copyright information:
%
% \Copyright - a copyright statement.
% \CopyrightURL - location of a web page describing the owner
% and/or rights statement for this document.
% \Copyrighted - 'True' if the document is copyrighted, and
% 'False' if it isn't. This is automatically set
% to 'True' if either \Copyright or \CopyrightURL
% is specified, but can be overridden. For
% example, if the copyright statement is "Public
% Domain", this should be set to 'False'.
%
% Publication information:
%
% \PublicationType - The type of publication. If defined, must be
% one of book, catalog, feed, journal, magazine,
% manual, newsletter, pamphlet. This is
% automatically set to "journal" if \Journaltitle
% is specified, but can be overridden.
% \Journaltitle - The title of the journal in which the document
% was published.
% \Journalnumber - The ISSN for the publication in which the
% document was published.
% \Volume - Journal volume.
% \Issue - Journal issue/number.
% \Firstpage - First page number of the published version of
% the document.
% \Lastpage - Last page number of the published version of
% the document.
% \Doi - Digital Object Identifier (DOI) for the
% document, without the leading "doi:".
% \CoverDisplayDate - Date on the cover of the journal issue, as a
% human-readable text string.
% \CoverDate - Date on the cover of the journal issue, in a
% format suitable for storing in a database field
% with a 'date' data type.
\Title {Commissioning of the Front-End Electronics of the LHCb Scintillating Fibre Tracker}
\Author {Daniel Alexander Berninghoff}
\Copyright {Copyright \copyright\ 2022 "Daniel Alexander Berninghoff"}
\Keywords {lhcb\sep
scifi\sep
particle physics\sep
particle detector\sep
tracking\sep
scintillating fibres}

10
preamble.tex

@ -1,4 +1,6 @@
% ---- VISUALISATION ----
% PDF/A compliant PDF
\usepackage[a-2b,pdf17]{pdfx}
% UTF-8 encoding
\usepackage[utf8]{inputenc}
@ -37,7 +39,7 @@
% ---- FUNCTIONALITY ----
% Increase PDF version from 1.5 to 1.7
\pdfminorversion=7
%\pdfminorversion=7
% Multilangual support, british by default NOTE: needs to come after bibliography!
\usepackage[british]{babel}
@ -60,7 +62,11 @@
% - cleveref adapts the formatting automatically
% - hypcap improves digital links such that you get to the figure instead of the caption
\usepackage[nospace]{varioref}
\usepackage[hidelinks]{hyperref} % hidelinks hides any colored links
\usepackage{hyperref}
\hypersetup{
hidelinks, % hides any colored links (ONLY when creating print-version)
bookmarksnumbered=true
}
\usepackage[capitalise]{cleveref}
\usepackage[figure,figure*]{hypcap}

Loading…
Cancel
Save