Skip to content
Snippets Groups Projects
Commit 8cd35a08 authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

Merge branch 'develop'

parents c9f212b6 1e90b8f9
Branches
No related tags found
No related merge requests found
Showing with 2357 additions and 69 deletions
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
# Indentation for latex files
[*.tex]
indent_style = space
indent_size = 2
build
*~
.directory
poster-indd
\ No newline at end of file
image: blang/latex
image: aergus/latex
make:
stage: build
# before_script:
# - apt-get update -qq && apt-get install -y -qq pandoc pandoc-citeproc
script:
- cd poster_template && make pdf; cd ..
- cp */build/*.pdf .
- cd poster && make pdf; cd ..
- cp */build/{*.pdf,*.log} .
artifacts:
paths:
- poster.pdf
- poster.log
expire_in: 1 week
cache:
key: poster:build
paths:
- poster/build
# Templates
Templates for posters, etc...
## Poster
* Use `final` to compile the pdf with the full quality background image.
Important files for content:
```
meta.tex
content.tex
additional.tex
```
Compile it with `LuaLaTeX`, for details see the `Makefile`.
The main file is `poster.tex`, the custom style is defined in `layout/beamerthemeLasNQposter.sty`
\ No newline at end of file
File added
BASEDIR=$(CURDIR)
MAIN_FILE = $(BASEDIR)/poster
BASE_NAME = poster
MAIN_FILE = $(BASEDIR)/$(BASE_NAME)
OUTPUT_DIR = $(BASEDIR)/build
REFERENCES = $(BASEDIR)/references.bib
LATEX_CMD = lualatex -synctex=1 -interaction=nonstopmode --output-directory $(OUTPUT_DIR)
BIBTEX_CMD = cd $(OUTPUT_DIR); bibtex $(MAIN_FILE); cd ..
LATEX_CMD = latexmk -pdflua -pdflualatex='lualatex -synctex=1' -silent -view=none -output-directory=$(OUTPUT_DIR) $(MAIN_FILE)
BIBTEX_CMD = cd $(OUTPUT_DIR); biber $(BASE_NAME); cd ..
ABSTRACT_DIR = dpg_abstract
......@@ -13,11 +15,10 @@ POSTER_FILE = $(POSTER_DIR)/poster.md
POSTER_TEMPLATE = $(BASEDIR)/poster_vorlage.tex
pdf:
@mkdir -p $(OUTPUT_DIR)
$(LATEX_CMD) $(MAIN_FILE)
# cp $(REFERENCES) $(OUTPUT_DIR)
# $(BIBTEX_CMD)
# $(LATEX_CMD) $(MAIN_FILE)
watch:
$(LATEX_CMD) $(MAIN_FILE) -pvc
poster-markdown:
@mkdir -p $(OUTPUT_DIR)
......@@ -33,7 +34,7 @@ poster-markdown:
-N \
--pdf-engine=lualatex
all: poster
all: pdf
clean:
@rm -r build
......
\begin{block}{\large Acknowledgements}
\begin{center}
\begin{tabular}{SL}
\includegraphics[width=\linewidth]{Flag_of_Europe.pdf} &
\footnotesize This project has received funding from the grant agreement No 11111.
\end{tabular}
\end{center}
\end{block}
\begin{alertblock}{\large Contact Information}
\begin{block}{\large Contact Information}
\begin{footnotesize}
\begin{itemize}
\item \href{mailto:email@example.com}{email@example.com}
\item \href{http://photon.physnet.uni-hamburg.de/}{photon.physnet.uni-hamburg.de}
\end{itemize}
\end{footnotesize}
\end{block}
\columnbreak
\begin{block}{\large Acknowledgements}
\begin{center}
\begin{minipage}[t]{.2\textwidth}
\includegraphics[width=\textwidth]{Flag_of_Europe.pdf}
\end{minipage}%
\hfill
\begin{minipage}[t]{.75\textwidth}
\footnotesize This project has received funding from the grant agreement No 11111.
\end{minipage}
\end{center}
\end{block}
\end{alertblock}
\columnbreak
\begin{block}{\large References}
\vspace*{-0.5cm}
\nocite{*} % Insert publications even if they are not cited in the poster
% \nocite{*} % Insert publications even if they are not cited in the poster
{\footnotesize
% \bibliographystyle{plainurl}
\bibliography{references.bib}}
% \bibliography{references.bib}}
\printbibliography
}
\end{block}
\begin{block}{Introduction}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\end{block}
\begin{block}{Introduction}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\cite{bechhoefer2005}
\end{block}
\begin{block}{Matplotlib Plots}
To export Matplotlib Plots use \emph{pgf}-files with the following command:
\begin{lstlisting}
pyplot.savefig(
'plot.pgf', bbox_inches='tight')
\end{lstlisting}
\end{block}
\begin{figure}
\pgfinput[\linewidth]{img/servo_noise.pgf}
\caption{Servo Noise}
\label{img:servo_noise}
\end{figure}
\begin{block}{Introduction}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\end{block}
\columnbreak
\begin{block}{Introduction}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\end{block}
\vfill
\begin{block}{Main}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\begin{figure}
\includegraphics[width=\linewidth]{plot.PNG}
\caption{Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.}
\label{img:bla}
\end{figure}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\end{block}
\columnbreak
\begin{block}{Main}
Lorem ipsum dolor~\ref{img:bla} sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\[
......@@ -26,8 +52,4 @@
\begin{block}{Conclusion}
Uptam, offictibus rem vendipici nonsecest la cullabor moluptas exero quo blam quamentum repudistiam iunda doluptate dolorecta quatem faceaquodit optatum nonse init volori doluptas nam erferch ilique comnihil ma doluptate sanditat ommo temquia nonse sed modicium que vollacillab ius. Uptam, offictibus rem vendipici nonsecest la cullabor moluptas exero quo blam.
\begin{figure}
\includegraphics[width=.9\linewidth]{plot.PNG}
\end{figure}
\end{block}
File added
Image diff could not be displayed: it is too large. Options to address this: view the blob.
poster/img/background.jpg

633 KiB

poster/img/background.png

9.28 MiB

This diff is collapsed.
......@@ -26,7 +26,7 @@
\itemsep 6pt} % Spacing between items
\makeatother
\usecaptiontemplate{\small\structure{\insertcaptionname~\insertcaptionnumber: }\insertcaption} % A fix for figure numbering
\usecaptiontemplate{\small\structure{\insertcaptionname~\insertcaptionnumber:}\ \insertcaption} % A fix for figure numbering
%-----------------------------------------------------------
% Define a whole bunch of custom colours and fonts
......@@ -36,6 +36,7 @@
\definecolor{blueUHH}{cmyk}{.85,.15,.05,0}
\definecolor{blackUHH}{cmyk}{0,0,0,1}
\definecolor{stonegrayUHH}{cmyk}{.45,.11,.11,.91}
\definecolor{whiteUHH}{cmyk}{0,0,0,0}
% set the basic colors
......@@ -54,12 +55,12 @@
\setbeamercolor{item projected}{fg=white,bg=themecolor}
% set colors for blocks
\setbeamercolor{block title}{fg=themecolor,bg=white}
\setbeamercolor{block body}{fg=blackUHH,bg=white}
\setbeamercolor{block title}{fg=redUHH,bg=}
\setbeamercolor{block body}{fg=blackUHH,bg=}
% set colors for alerted blocks (blocks with frame)
%\setbeamercolor{block alerted title}{fg=themecolor,bg=blueUHH}
\setbeamercolor{block alerted title}{fg=themecolor,bg=white}
\setbeamercolor{block alerted title}{fg=redUHH,bg=blueUHH!30}
% \setbeamercolor{block alerted title}{fg=themecolor,bg=white}
\setbeamercolor{block alerted body}{fg=blackUHH,bg=blackUHH!8}
\usepackage{fontspec}
% set the fonts
......@@ -89,10 +90,15 @@
\newlength{\iinboxwd}
\newlength{\inboxrule}
\newlength{\sidemargin}
\setlength{\sidemargin}{.05\textwidth}
\makeatletter
\makeatother
% TODO better definition
\usebackgroundtemplate{%
\vbox to 10\sidemargin{\vfill\includegraphics[width=\paperwidth, trim={0 1.6cm 5cm 6cm}, clip]{\background}}%
}
\setbeamercolor{text}{bg=blackUHH}
%==============================================================================
% build the poster title
......@@ -102,7 +108,6 @@
%\makeatother
\setbeamertemplate{headline}{
\leavevmode
\setlength{\sidemargin}{.04\textwidth}
\begin{columns}
\begin{column}{\sidemargin}
\end{column}
......@@ -111,11 +116,19 @@
% UHH logo
\includegraphics[height=1.7\sidemargin]{uhh.pdf}
\hfill
\includegraphics[height=1.7\sidemargin]{ilp-logo.pdf}\\[.04\textwidth]
\includegraphics[height=1.7\sidemargin]{ilp-logo.pdf}\\[2\sidemargin]
\raggedright
\usebeamercolor{title in headline}{\color{themecolor}\Huge{\textbf{\inserttitle}}\\[1.5ex] \par}
\usebeamercolor{author in headline}{\color{themecolor}\LARGE{\insertauthor}\\[1ex]}
\usebeamercolor{institute in headline}{\color{themecolor}\normalsize{\insertinstitute}}
\usebeamercolor{title in headline}{\color{whiteUHH}\Huge{\textsc{\textbf{\inserttitle}}}\\[1ex] \par}
\if\insertsubtitle ''
{\color{whiteUHH}
\hspace*{-\sidemargin}\noindent\rule{.5\paperwidth}{5pt}
}
\vskip2.5cm
\else
\usebeamercolor{title in headline}{\color{whiteUHH}\Large{\insertsubtitle}\\[1.5ex] \par}
\fi
% \usebeamercolor{author in headline}{\color{themecolor}\Large{\insertauthor}\\[1ex]}
% \usebeamercolor{institute in headline}{\color{themecolor}\normalsize{\insertinstitute}}
\vskip1cm
\end{column}
\begin{column}{\sidemargin}
......@@ -128,6 +141,11 @@
\vspace*{1cm}
}
% \setbeamertemplate{footer}{
% \usebeamercolor{author in headline}{\color{themecolor}\Large{\insertauthor}\\[1ex]}
% \usebeamercolor{institute in headline}{\color{themecolor}\normalsize{\insertinstitute}}
% }
% Block definition
\setbeamertemplate{block begin}
{
......@@ -135,7 +153,7 @@
\par\vskip\medskipamount
\begin{beamercolorbox}[colsep*=0ex,dp={2ex},left]{block title}
\vskip0cm
\usebeamerfont{block title}\Large\insertblocktitle
\usebeamerfont{block title}\Large\textsc{\insertblocktitle}
% Uncomment the next two lines to add a line below the box title
% \vskip-1.5cm
% {\rule{\textwidth}{0.4pt}}
......
\title{Titel des Posters, möglicherweise überflüssig lang, damit der Platz auch halbwegs knapp wird}
\title{Titel des Posters, möglicherweise überflüssig lang,\\
damit der Platz auch halbwegs knapp wird}
% \title{Kurzer Postertitel}
\providecommand{\subtitle}[1]{}
\subtitle{Auch ein kleiner Untertitel darf natürlich nicht fehlen}
% \providecommand{\subtitle}[1]{}
% \subtitle{Auch ein kleiner Untertitel darf natürlich nicht fehlen}
\author{Hugo Gassenhauer \and Herbert Dönerladen \and Herbert Dönerladen \and Herbert Dönerladen \and Herbert Dönerladen \and Herbert Dönerladen \and Herbert Dönerladen \and Herbert Dönerladen}
% The insertion of the authors is not implemented, yet.
% Therefore, you have to define them manually in the `additional.tex` file.
\author{Hugo Gassenhauer \and Max Mustermann \and Tolvan Tolvansson \and John Doe}
\ifoptionfinal{
\newcommand{\background}{background.png}
}{
\newcommand{\background}{background.jpg}
}
\date{\today}
\providecommand{\institute}[1]{}
\institute{LasNQ, Institut für Laserphysik, Uni Hamburg}
% \providecommand{\institute}[1]{}
% \institute{LasNQ, Institut für Laserphysik, Uni Hamburg}
......@@ -22,9 +22,12 @@
\PassOptionsToPackage{unicode=true}{hyperref} % options for packages loaded elsewhere
\PassOptionsToPackage{dvipsnames,svgnames*,x11names*}{xcolor}
\documentclass[]{beamer}
\documentclass[%
% draft,
% final,
]{beamer}
\usepackage[scale=1.150]{layout/beamerposter} % Use the beamerposter package
\usepackage[scale=1.150,orientation=portrait,size=a0]{beamerposter} % Use the beamerposter package
\usepackage{layout/beamerthemeLasNQposter} % Use the LasNQposter theme supplied with this template
......@@ -39,15 +42,38 @@
\usepackage{exscale}
\usepackage{xcolor}
\usepackage{ushort}
\usepackage{subcaption}
\usepackage{setspace}
\usepackage[square,numbers]{natbib}
\usepackage{mdframed}
\usepackage[backend=biber,sorting=none]{biblatex}
\bibliography{references}
\usepackage{url}
\usepackage{ifdraft}
\usepackage{unicode-math}
\usepackage{lualatex-math}
\bibliographystyle{abbrvnat}
\usepackage{listings}
\renewcommand{\vec}[1]{\ushort{#1}}
\renewcommand{\vec}[1]{\mathbf{#1}}
% Make pgf graphics resizable
\newcommand{\pgfinput}[2][\linewidth]{\resizebox{#1}{!}{\input{#2}}}
% code style
\newcommand{\lstmargin}{5mm}
\lstset{
language=Python,
backgroundcolor=\color{blueUHH!15},
xleftmargin=\lstmargin,
xrightmargin=\lstmargin,
framexleftmargin=\lstmargin,
framexrightmargin=\lstmargin,
framextopmargin=\lstmargin,
framexbottommargin=\lstmargin,
frame=single,
rulecolor=\color{blueUHH},
aboveskip=2\bigskipamount,
belowskip=2\bigskipamount,
}
%-----------------------------------------------
% START Set the colors
......@@ -72,13 +98,26 @@
ItalicFont={*-RegularItalic},
BoldItalicFont={*-BoldItalic},
SmallCapsFont={*-SemiLightCaps},
BoldFeatures={
SmallCapsFont={*-BoldCaps},
},
]{.TheSansUHH}
% \setmathfont{STIX}
\setsansfont[
Ligatures=TeX,
BoldFont={*-Bold},
ItalicFont={*-RegularItalic},
BoldItalicFont={*-BoldItalic},
SmallCapsFont={*-SemiLightCaps},
BoldFeatures={
SmallCapsFont={*-BoldCaps},
},
]{.TheSansUHH}
\setmathfont{.STIX2Math}
% Hurenkinder und co...
\clubpenalty = 10000
\widowpenalty = 10000
\displaywidowpenalty = 10000
% \clubpenalty = 10000
% \widowpenalty = 10000
% \displaywidowpenalty = 10000
\input{meta}
%--------------------------------------------------------------------------------------
......@@ -94,13 +133,17 @@
\begin{frame}[t] % The whole poster is enclosed in one beamer frame
\begin{multicols}{2}
\begin{mdframed}[backgroundcolor=white,linecolor=white,innerleftmargin=2cm,leftmargin=-2cm,innerrightmargin=2cm,rightmargin=-2cm]
\begin{multicols}{3}
\input{content}
\end{multicols}
\begin{multicols}{2}
\end{mdframed}
\vfill
{\color{blueUHH}
\noindent\makebox[\linewidth]{\rule{\paperwidth}{1pt}}
}
\begin{multicols}{3}
\input{additional}
\end{multicols}
\end{frame} % End of the enclosing frame
\end{document}
/home/chris/git/paper_digital_control/literature/references.bib
\ No newline at end of file
@article{bechhoefer2005,
author = {Bechhoefer, John},
journal = {Reviews of Modern Physics},
localfile = {bechhoefer2005.pdf},
pages = {783--836},
title = {Feedback for physicists: A tutorial essay on control},
volume = {77},
year = {2005}
}
@article{huang_microcontroller-based_2014,
title = {Microcontroller-based locking in optics experiments},
volume = {85},
issn = {0034-6748, 1089-7623},
url = {http://aip.scitation.org/doi/10.1063/1.4903869},
doi = {10.1063/1.4903869},
language = {en},
number = {12},
urldate = {2018-10-15},
journal = {Review of Scientific Instruments},
author = {Huang, K. and Le Jeannic, H. and Ruaudel, J. and Morin, O. and Laurat, J.},
month = dec,
year = {2014},
pages = {123112},
}
@inproceedings{neuhaus_pyrpl_2017,
title = {{PyRPL} ({Python} {Red} {Pitaya} {Lockbox}) — {An} open-source software package for {FPGA}-controlled quantum optics experiments},
doi = {10.1109/CLEOE-EQEC.2017.8087380},
booktitle = {2017 {Conference} on {Lasers} and {Electro}-{Optics} {Europe} {European} {Quantum} {Electronics} {Conference} ({CLEO}/{Europe}-{EQEC})},
author = {Neuhaus, L. and Metzdorff, R. and Chua, S. and Jacqmin, T. and Briant, T. and Heidmann, A. and Cohadon, P.- and Deléglise, S.},
month = jun,
year = {2017},
pages = {1--1},
}
@misc{desy_doocs_nodate,
title = {{DOOCS} {Home} {Page}},
howpublished = {\url{http://tesla.desy.de/doocs/doocs.html}},
urldate = {2018-11-08},
author = {{DESY}},
}
@misc{bork_advligo_nodate,
title = {{AdvLigo} {CDS} {Design} {Overview}},
howpublished = {\url{https://dcc.ligo.org/LIGO-T0900612/public}},
author = {Bork, R},
}
@misc{epics,
title = {Experimental Physics and Industrial Control System},
howpublished = {\url{https://epics-controls.org/}},
author = {{EPICS}},
}
@misc{adwin,
title = {{ADwin}},
howpublished = {\url{https://www.adwin.de/}},
author = {{Jäger GmbH}}
}
@misc{redpitaya,
title = {{STEMlab}},
howpublished = {\url{https://www.redpitaya.com/}},
author = {{Red Pitaya d.d.}}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment