Compare commits
2 Commits
5f5ca8d11f
...
dccf7e7c87
Author | SHA1 | Date | |
---|---|---|---|
|
dccf7e7c87 | ||
|
81e6640308 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,6 +6,8 @@ Templates/
|
||||
build/*
|
||||
!build/main.pdf
|
||||
|
||||
defense/handout/build/
|
||||
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
|
BIN
build/main.pdf
BIN
build/main.pdf
Binary file not shown.
BIN
defense/blackboard_dimensions.jpeg
Normal file
BIN
defense/blackboard_dimensions.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
BIN
defense/blackboard_grosser_besprechungsraum.jpeg
Normal file
BIN
defense/blackboard_grosser_besprechungsraum.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 980 KiB |
BIN
defense/handout/figures/Complexity.pdf
Normal file
BIN
defense/handout/figures/Complexity.pdf
Normal file
Binary file not shown.
BIN
defense/handout/figures/LHCb.pdf
Normal file
BIN
defense/handout/figures/LHCb.pdf
Normal file
Binary file not shown.
BIN
defense/handout/figures/Testsetup.pdf
Normal file
BIN
defense/handout/figures/Testsetup.pdf
Normal file
Binary file not shown.
BIN
defense/handout/figures/Timingscan.pdf
Normal file
BIN
defense/handout/figures/Timingscan.pdf
Normal file
Binary file not shown.
BIN
defense/handout/figures/raw/LIS.afdesign
Normal file
BIN
defense/handout/figures/raw/LIS.afdesign
Normal file
Binary file not shown.
BIN
defense/handout/figures/raw/PACIFIC_Shaper_TH.afdesign
Normal file
BIN
defense/handout/figures/raw/PACIFIC_Shaper_TH.afdesign
Normal file
Binary file not shown.
BIN
defense/handout/figures/raw/Testsetup.afdesign
Normal file
BIN
defense/handout/figures/raw/Testsetup.afdesign
Normal file
Binary file not shown.
BIN
defense/handout/figures/raw/Timingscan.afdesign
Normal file
BIN
defense/handout/figures/raw/Timingscan.afdesign
Normal file
Binary file not shown.
74
defense/handout/handout.tex
Normal file
74
defense/handout/handout.tex
Normal file
@ -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
Normal file
6
defense/handout/latexmkrc
Normal file
@ -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
Normal file
BIN
defense/presentation-notes.pdf
Normal file
Binary file not shown.
BIN
defense/presentation.jpg
Normal file
BIN
defense/presentation.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 535 KiB |
92
main.xmpdata
Normal file
92
main.xmpdata
Normal file
@ -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
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…
Reference in New Issue
Block a user