Added notes and pictures of defense
This commit is contained in:
parent
81e6640308
commit
dccf7e7c87
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
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 |
Loading…
Reference in New Issue
Block a user