mirror of
https://github.com/vale981/master-thesis-tex
synced 2025-03-04 09:11:38 -05:00
add poster
This commit is contained in:
parent
5ff11f2363
commit
bc57397c62
16 changed files with 685 additions and 5 deletions
0
.gitmodules
vendored
Normal file
0
.gitmodules
vendored
Normal file
|
@ -14,7 +14,8 @@
|
|||
inherit (pkgs.texlive) scheme-medium latexmk koma-script babel-english
|
||||
physics mathtools amsmath fontspec booktabs siunitx caption biblatex float
|
||||
pgfplots microtype fancyvrb csquotes setspace newunicodechar hyperref
|
||||
cleveref multirow bbold unicode-math biblatex-phys xpatch;
|
||||
cleveref multirow bbold unicode-math biblatex-phys xpatch beamerposter
|
||||
type1cm changepage;
|
||||
};
|
||||
in rec {
|
||||
packages = {
|
||||
|
@ -47,7 +48,7 @@
|
|||
devShell = pkgs.mkShellNoCC {
|
||||
buildInputs = [packages.watch] ++ packages.document.buildInputs;
|
||||
shellHook = ''
|
||||
export OSFONTDIR=${pkgs.gyre-fonts}/share/fonts:${pkgs.liberation_ttf}/share/fonts
|
||||
export OSFONTDIR=${pkgs.gyre-fonts}/share/fonts:${pkgs.liberation_ttf}/share/fonts:${pkgs.lato}/share/fonts/lato:${pkgs.raleway}/share/fonts
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
|
58
poster/beamercolorthemegemini.sty
Normal file
58
poster/beamercolorthemegemini.sty
Normal file
|
@ -0,0 +1,58 @@
|
|||
% Gemini theme
|
||||
% https://github.com/anishathalye/gemini
|
||||
|
||||
% ====================
|
||||
% Definitions
|
||||
% ====================
|
||||
|
||||
\definecolor{lightgray}{RGB}{245, 246, 250}
|
||||
\definecolor{blue}{RGB}{64, 115, 158}
|
||||
\definecolor{darkblue}{RGB}{39, 60, 117}
|
||||
\definecolor{lightblue}{RGB}{232, 244, 255}
|
||||
|
||||
% ====================
|
||||
% Theme
|
||||
% ====================
|
||||
|
||||
% Basic colors
|
||||
\setbeamercolor{palette primary}{fg=black,bg=white}
|
||||
\setbeamercolor{palette secondary}{fg=black,bg=white}
|
||||
\setbeamercolor{palette tertiary}{bg=black,fg=white}
|
||||
\setbeamercolor{palette quaternary}{fg=black,bg=white}
|
||||
\setbeamercolor{structure}{fg=darkblue}
|
||||
|
||||
% Headline
|
||||
\setbeamercolor{headline}{fg=lightgray,bg=blue}
|
||||
\setbeamercolor{headline rule}{bg=darkblue}
|
||||
|
||||
% Block
|
||||
\setbeamercolor{block title}{fg=blue,bg=white}
|
||||
\setbeamercolor{block separator}{bg=black}
|
||||
\setbeamercolor{block body}{fg=black,bg=white}
|
||||
|
||||
% Alert Block
|
||||
\setbeamercolor{block alerted title}{fg=blue,bg=lightblue}
|
||||
\setbeamercolor{block alerted separator}{bg=black}
|
||||
\setbeamercolor{block alerted body}{fg=black,bg=lightblue}
|
||||
|
||||
% Example Block
|
||||
\setbeamercolor{block example title}{fg=blue,bg=lightgray}
|
||||
\setbeamercolor{block example separator}{bg=black}
|
||||
\setbeamercolor{block example body}{fg=black,bg=lightgray}
|
||||
|
||||
% Heading
|
||||
\setbeamercolor{heading}{fg=black}
|
||||
|
||||
% Itemize
|
||||
\setbeamercolor{item}{fg=darkblue}
|
||||
|
||||
% Bibliography
|
||||
\setbeamercolor{bibliography item}{fg=black}
|
||||
\setbeamercolor{bibliography entry author}{fg=black}
|
||||
\setbeamercolor{bibliography entry title}{fg=black}
|
||||
\setbeamercolor{bibliography entry location}{fg=black}
|
||||
\setbeamercolor{bibliography entry note}{fg=black}
|
||||
\setbeamertemplate{bibliography entry article}{}
|
||||
\setbeamertemplate{bibliography entry title}{}
|
||||
\setbeamertemplate{bibliography entry location}{}
|
||||
\setbeamertemplate{bibliography entry note}{}
|
257
poster/beamerthemegemini.sty
Normal file
257
poster/beamerthemegemini.sty
Normal file
|
@ -0,0 +1,257 @@
|
|||
% Gemini theme
|
||||
% https://github.com/anishathalye/gemini
|
||||
|
||||
% ====================
|
||||
% Dependencies
|
||||
% ====================
|
||||
|
||||
\RequirePackage{exscale}
|
||||
\RequirePackage{ragged2e}
|
||||
\RequirePackage{changepage}
|
||||
\RequirePackage{fontspec}
|
||||
\RequirePackage{calc}
|
||||
|
||||
% ====================
|
||||
% Fonts
|
||||
% ====================
|
||||
|
||||
\newfontfamily\Raleway[Ligatures=TeX]{Raleway}
|
||||
\newfontfamily\Lato[Ligatures=TeX]{Lato}
|
||||
|
||||
\usefonttheme{professionalfonts}
|
||||
|
||||
\setsansfont{Lato}[
|
||||
UprightFont=*-Light,
|
||||
ItalicFont=*-LightItalic,
|
||||
BoldFont=*-Regular,
|
||||
BoldItalicFont=*-Italic
|
||||
]
|
||||
|
||||
\setbeamerfont{headline}{family=\Raleway}
|
||||
\setbeamerfont{headline title}{size=\Huge,series=\bfseries}
|
||||
\setbeamerfont{headline author}{size=\Large}
|
||||
\setbeamerfont{headline institute}{size=\normalsize}
|
||||
\setbeamerfont{block title}{family=\Raleway,size=\large,series=\bfseries}
|
||||
\setbeamerfont{heading}{family=\Lato,series=\bfseries}
|
||||
\setbeamerfont{caption}{size=\small}
|
||||
\setbeamerfont{footline}{family=\Raleway,size=\normalsize}
|
||||
|
||||
% ====================
|
||||
% Macros
|
||||
% ====================
|
||||
|
||||
\newcommand{\samelineand}{\qquad}
|
||||
|
||||
% ====================
|
||||
% Elements
|
||||
% ====================
|
||||
|
||||
% List
|
||||
\def\@listi{\leftmargin\leftmarginii
|
||||
\topsep 1ex % spacing before
|
||||
\parsep 0\p@ \@plus\p@
|
||||
\itemsep 0.5ex} % spacing between
|
||||
|
||||
% Itemize
|
||||
|
||||
\setbeamertemplate{itemize item}{\raise0.5ex \hbox{\vrule width 0.5ex height 0.5ex}}
|
||||
\setbeamertemplate{itemize subitem}{\raise0.3ex \hbox{\vrule width 0.5ex height 0.5ex}}
|
||||
\setbeamertemplate{itemize subsubitem}{\raise0.2ex \hbox{\vrule width 0.5ex height 0.5ex}}
|
||||
|
||||
% Enumerate
|
||||
|
||||
\setbeamertemplate{enumerate item}{\insertenumlabel.}
|
||||
\setbeamertemplate{enumerate subitem}{\insertsubenumlabel.}
|
||||
\setbeamertemplate{enumerate subsubitem}{\insertsubsubenumlabel.}
|
||||
|
||||
% Equation
|
||||
\setlength\belowdisplayshortskip{2ex}
|
||||
|
||||
% Caption
|
||||
\setbeamertemplate{caption}[numbered]
|
||||
\setbeamertemplate{caption label separator}[period]
|
||||
\setlength{\abovecaptionskip}{2ex}
|
||||
\setlength{\belowcaptionskip}{1ex}
|
||||
|
||||
% Bibliography
|
||||
\setbeamertemplate{bibliography item}[text]
|
||||
|
||||
% Navigation
|
||||
\beamertemplatenavigationsymbolsempty
|
||||
|
||||
% ====================
|
||||
% Components
|
||||
% ====================
|
||||
|
||||
% Heading
|
||||
\newcommand\heading[1]
|
||||
{%
|
||||
\par\bigskip
|
||||
{\usebeamerfont{heading}\usebeamercolor[fg]{heading}#1}\par\smallskip
|
||||
}
|
||||
|
||||
% logo
|
||||
\newlength{\logoleftwidth}
|
||||
\setlength{\logoleftwidth}{0cm}
|
||||
\newlength{\logorightwidth}
|
||||
\setlength{\logorightwidth}{0cm}
|
||||
\newlength{\maxlogowidth} % space on both sides set to maxlogowidth to keep title centered
|
||||
\setlength{\maxlogowidth}{0cm}
|
||||
|
||||
\newcommand{\logoright}[1]{
|
||||
\newcommand{\insertlogoright}{#1}
|
||||
\settowidth{\logorightwidth}{\insertlogoright}
|
||||
\addtolength{\logorightwidth}{10ex}
|
||||
\setlength{\maxlogowidth}{\maxof{\logoleftwidth}{\logorightwidth}}
|
||||
}
|
||||
\newcommand{\logoleft}[1]{
|
||||
\newcommand{\insertlogoleft}{#1}
|
||||
\settowidth{\logoleftwidth}{\insertlogoleft}
|
||||
\addtolength{\logoleftwidth}{10ex}
|
||||
\setlength{\maxlogowidth}{\maxof{\logoleftwidth}{\logorightwidth}}
|
||||
}
|
||||
|
||||
% Headline
|
||||
\setbeamertemplate{headline}
|
||||
{
|
||||
\begin{beamercolorbox}{headline}
|
||||
\begin{columns}
|
||||
\begin{column}{\maxlogowidth}
|
||||
\vskip5ex
|
||||
\ifdefined\insertlogoleft
|
||||
\vspace*{\fill}
|
||||
\hspace{10ex}
|
||||
\raggedright
|
||||
\insertlogoleft
|
||||
\vspace*{\fill}
|
||||
\else\fi
|
||||
\end{column}
|
||||
\begin{column}{\dimexpr\paperwidth-\maxlogowidth-\maxlogowidth}
|
||||
\usebeamerfont{headline}
|
||||
\vskip3ex
|
||||
\centering
|
||||
\ifx \inserttitle \empty \else
|
||||
{\usebeamerfont{headline title}\usebeamercolor[fg]{headline title}\inserttitle\\[0.5ex]}
|
||||
\fi
|
||||
\ifx \beamer@shortauthor \empty \else
|
||||
{\usebeamerfont{headline author}\usebeamercolor[fg]{headline author}\insertauthor\\[1ex]}
|
||||
\fi
|
||||
\ifx \insertinstitute \empty \else
|
||||
{\usebeamerfont{headline institute}\usebeamercolor[fg]{headline institute}\insertinstitute\\[1ex]}
|
||||
\fi
|
||||
\end{column}
|
||||
\begin{column}{\maxlogowidth}
|
||||
\vskip5ex
|
||||
\ifdefined\insertlogoright
|
||||
\vspace*{\fill}
|
||||
\raggedleft
|
||||
\insertlogoright
|
||||
\hspace{10ex}
|
||||
\vspace*{\fill}
|
||||
\else\fi
|
||||
\end{column}
|
||||
\end{columns}
|
||||
\vspace{5ex}
|
||||
\ifbeamercolorempty[bg]{headline rule}{}{
|
||||
\begin{beamercolorbox}[wd=\paperwidth,colsep=0.5ex]{headline rule}\end{beamercolorbox}
|
||||
}
|
||||
\end{beamercolorbox}
|
||||
}
|
||||
|
||||
% Block
|
||||
\setbeamertemplate{block begin}
|
||||
{
|
||||
\begin{beamercolorbox}[colsep*=0ex,dp=2ex,center]{block title}
|
||||
\vskip0pt
|
||||
\usebeamerfont{block title}\insertblocktitle
|
||||
\vskip-1.25ex
|
||||
\begin{beamercolorbox}[colsep=0.025ex]{block separator}\end{beamercolorbox}
|
||||
\end{beamercolorbox}
|
||||
{\parskip0pt\par}
|
||||
\usebeamerfont{block body}
|
||||
\vskip-0.5ex
|
||||
\begin{beamercolorbox}[colsep*=0ex]{block body}
|
||||
\justifying
|
||||
\setlength{\parskip}{1ex}
|
||||
\vskip-2ex
|
||||
}
|
||||
\setbeamertemplate{block end}
|
||||
{
|
||||
\end{beamercolorbox}
|
||||
\vskip0pt
|
||||
\vspace*{2ex}
|
||||
}
|
||||
|
||||
% Alert Block
|
||||
\setbeamertemplate{block alerted begin}
|
||||
{
|
||||
\begin{beamercolorbox}[colsep*=0ex,dp=2ex,center]{block alerted title}
|
||||
\vskip0pt
|
||||
\usebeamerfont{block title}\insertblocktitle
|
||||
\vskip-1.25ex
|
||||
\begin{beamercolorbox}[colsep=0.025ex]{block alerted separator}\end{beamercolorbox}
|
||||
\end{beamercolorbox}
|
||||
{\parskip0pt\par}
|
||||
\usebeamerfont{block body}
|
||||
\vskip-0.5ex
|
||||
\begin{beamercolorbox}[colsep*=0ex]{block alerted body}
|
||||
\justifying
|
||||
\begin{adjustwidth}{1ex}{1ex}
|
||||
\setlength{\parskip}{1ex}
|
||||
\vskip-2ex
|
||||
}
|
||||
\setbeamertemplate{block alerted end}
|
||||
{
|
||||
\end{adjustwidth}
|
||||
\vskip1ex
|
||||
\end{beamercolorbox}
|
||||
\vskip0pt
|
||||
\vspace*{2ex}
|
||||
}
|
||||
|
||||
% Example Block
|
||||
\setbeamertemplate{block example begin}
|
||||
{
|
||||
\begin{beamercolorbox}[colsep*=0ex,dp=2ex,center]{block example title}
|
||||
\vskip0pt
|
||||
\usebeamerfont{block title}\insertblocktitle
|
||||
\vskip-1.25ex
|
||||
\begin{beamercolorbox}[colsep=0.025ex]{block example separator}\end{beamercolorbox}
|
||||
\end{beamercolorbox}
|
||||
{\parskip0pt\par}
|
||||
\usebeamerfont{block body}
|
||||
\vskip-0.5ex
|
||||
\begin{beamercolorbox}[colsep*=0ex]{block example body}
|
||||
\justifying
|
||||
\begin{adjustwidth}{1ex}{1ex}
|
||||
\setlength{\parskip}{1ex}
|
||||
\vskip-2ex
|
||||
}
|
||||
\setbeamertemplate{block example end}
|
||||
{
|
||||
\end{adjustwidth}
|
||||
\vskip1ex
|
||||
\end{beamercolorbox}
|
||||
\vskip0pt
|
||||
\vspace*{2ex}
|
||||
}
|
||||
|
||||
% Footer
|
||||
\newcommand{\footercontent}[1]{\newcommand{\insertfootercontent}{#1}}
|
||||
|
||||
\setbeamertemplate{footline}{
|
||||
\ifdefined\insertfootercontent
|
||||
\begin{beamercolorbox}[vmode]{headline}
|
||||
\ifbeamercolorempty[bg]{headline rule}{}{
|
||||
\begin{beamercolorbox}[wd=\paperwidth,colsep=0.25ex]{headline rule}\end{beamercolorbox}
|
||||
}
|
||||
\vspace{1.5ex}
|
||||
\hspace{\sepwidth}
|
||||
\usebeamerfont{footline}
|
||||
\centering
|
||||
\insertfootercontent
|
||||
\hspace{\sepwidth}
|
||||
\vspace{1.5ex}
|
||||
\end{beamercolorbox}
|
||||
\else\fi
|
||||
}
|
BIN
poster/figs/Logo_TU_Dresden.pdf
Normal file
BIN
poster/figs/Logo_TU_Dresden.pdf
Normal file
Binary file not shown.
112
poster/figs/Logo_TU_Dresden.svg
Normal file
112
poster/figs/Logo_TU_Dresden.svg
Normal file
|
@ -0,0 +1,112 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="255.096px" height="73.943px" viewBox="0 0 255.096 73.943" enable-background="new 0 0 255.096 73.943"
|
||||
xml:space="preserve">
|
||||
<g>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="225.936,23.328 225.936,26.856 229.392,26.856
|
||||
229.392,23.328 225.936,23.328 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="235.368,23.328 235.368,26.856 238.824,26.856
|
||||
238.824,23.328 235.368,23.328 "/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M182.304,47.088l-4.464-8.713c1.943-0.646,3.6-2.447,3.6-5.255
|
||||
c0-3.312-2.376-6.12-6.48-6.12h-7.848v20.088H171v-8.064h2.809l3.96,8.064H182.304L182.304,47.088z M177.552,33.12
|
||||
c0,1.584-1.152,2.664-2.809,2.664H171v-5.328h3.744C176.4,30.456,177.552,31.608,177.552,33.12L177.552,33.12z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M241.2,47.088L233.856,27h-3.024l-7.344,20.088h4.104l1.224-3.6
|
||||
h7.128l1.152,3.6H241.2L241.2,47.088z M234.864,40.176h-4.968l2.52-7.272L234.864,40.176L234.864,40.176z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M100.008,40.176V27H96.12v13.031c0,2.305-1.44,3.672-3.528,3.672
|
||||
c-2.088,0-3.456-1.367-3.456-3.672V27h-3.888v13.176c0,4.248,3.24,7.057,7.344,7.057S100.008,44.424,100.008,40.176L100.008,40.176
|
||||
z"/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="119.952,47.088 119.952,27 115.992,27 115.992,39.24
|
||||
108.072,27 104.544,27 104.544,47.088 108.504,47.088 108.504,34.704 116.424,47.088 119.952,47.088 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="128.592,47.088 128.592,27 124.632,27 124.632,47.088
|
||||
128.592,47.088 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="147.384,27 143.28,27 139.248,40.031 135.216,27
|
||||
131.184,27 137.808,47.088 140.688,47.088 147.384,27 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="163.152,47.016 163.152,43.561 153.864,43.561
|
||||
153.864,38.664 161.784,38.664 161.784,35.208 153.864,35.208 153.864,30.456 163.152,30.456 163.152,27 149.976,27
|
||||
149.976,47.016 163.152,47.016 "/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M198.648,41.111c0-1.727-0.504-3.24-1.584-4.248
|
||||
c-0.792-0.792-1.944-1.296-3.816-1.512l-2.376-0.36c-0.792-0.144-1.439-0.432-1.872-0.792c-0.359-0.36-0.575-0.936-0.575-1.44
|
||||
c0-1.368,1.008-2.52,3.096-2.52c1.368,0,2.88,0.144,4.104,1.368l2.521-2.448c-1.729-1.656-3.744-2.376-6.48-2.376
|
||||
c-4.319,0-6.983,2.52-6.983,6.12c0,1.656,0.432,2.952,1.439,3.96c0.864,0.865,2.16,1.369,3.889,1.656l2.376,0.359
|
||||
c0.936,0.145,1.439,0.289,1.8,0.648c0.432,0.432,0.647,1.008,0.647,1.729c0,1.584-1.296,2.447-3.6,2.447
|
||||
c-1.8,0-3.528-0.432-4.824-1.654l-2.52,2.52c1.943,2.016,4.248,2.664,7.344,2.664C195.408,47.232,198.648,45,198.648,41.111
|
||||
L198.648,41.111z"/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="206.352,47.088 206.352,27 202.464,27 202.464,47.088
|
||||
206.352,47.088 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="224.136,30.456 224.136,27 209.736,27 209.736,30.456
|
||||
214.992,30.456 214.992,47.016 218.88,47.016 218.88,30.456 224.136,30.456 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="255.024,30.456 255.024,27 240.624,27 240.624,30.456
|
||||
245.88,30.456 245.88,47.088 249.768,47.088 249.768,30.456 255.024,30.456 "/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M99.792,63.648c0-3.025,0.288-5.76-2.016-7.992
|
||||
c-1.296-1.369-3.168-1.945-5.256-1.945h-7.272v20.09h7.272c2.088,0,3.96-0.576,5.256-1.945
|
||||
C100.08,69.623,99.792,66.672,99.792,63.648L99.792,63.648z M95.904,63.648c0,3.096-0.144,4.535-0.864,5.4
|
||||
c-0.648,0.791-1.584,1.223-2.88,1.223h-2.952V57.24h2.952c1.296,0,2.232,0.432,2.88,1.225
|
||||
C95.76,59.328,95.904,60.623,95.904,63.648L95.904,63.648z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M119.16,73.801l-4.464-8.641c1.944-0.721,3.672-2.449,3.672-5.256
|
||||
c0-3.385-2.448-6.193-6.552-6.193h-7.848v20.09h3.888v-7.992h2.88l3.888,7.992H119.16L119.16,73.801z M114.408,59.904
|
||||
c0,1.512-1.08,2.592-2.808,2.592h-3.744V57.24h3.744C113.328,57.24,114.408,58.32,114.408,59.904L114.408,59.904z"/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="135.792,73.801 135.792,70.271 126.432,70.271
|
||||
126.432,65.447 134.352,65.447 134.352,61.92 126.432,61.92 126.432,57.24 135.792,57.24 135.792,53.711 122.544,53.711
|
||||
122.544,73.801 135.792,73.801 "/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M152.711,67.896c0-1.801-0.504-3.24-1.583-4.248
|
||||
c-0.864-0.793-2.017-1.297-3.816-1.584l-2.376-0.361c-0.792-0.07-1.44-0.432-1.872-0.791s-0.576-0.936-0.576-1.439
|
||||
c0-1.369,1.008-2.521,3.096-2.521c1.297,0,2.881,0.217,4.104,1.369l2.52-2.449c-1.728-1.654-3.743-2.303-6.479-2.303
|
||||
c-4.393,0-6.984,2.52-6.984,6.047c0,1.729,0.433,3.025,1.368,3.961c0.937,0.863,2.232,1.439,3.96,1.656l2.376,0.359
|
||||
c0.937,0.145,1.368,0.359,1.8,0.721c0.433,0.359,0.576,0.936,0.576,1.656c0,1.654-1.224,2.52-3.527,2.52
|
||||
c-1.872,0-3.601-0.432-4.824-1.729l-2.521,2.52c1.944,2.016,4.248,2.664,7.272,2.664C149.472,73.943,152.711,71.783,152.711,67.896
|
||||
L152.711,67.896z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M171.072,63.648c0-3.025,0.216-5.76-2.016-7.992
|
||||
c-1.296-1.369-3.24-1.945-5.328-1.945h-7.2v20.09h7.2c2.088,0,4.032-0.576,5.328-1.945
|
||||
C171.288,69.623,171.072,66.672,171.072,63.648L171.072,63.648z M167.184,63.648c0,3.096-0.145,4.535-0.864,5.4
|
||||
c-0.647,0.791-1.584,1.223-2.952,1.223h-2.952V57.24h2.952c1.368,0,2.305,0.432,2.952,1.225
|
||||
C167.04,59.328,167.184,60.623,167.184,63.648L167.184,63.648z"/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="188.424,73.801 188.424,70.271 179.136,70.271
|
||||
179.136,65.447 187.056,65.447 187.056,61.92 179.136,61.92 179.136,57.24 188.424,57.24 188.424,53.711 175.248,53.711
|
||||
175.248,73.801 188.424,73.801 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="207.792,73.801 207.792,53.711 203.832,53.711
|
||||
203.832,66.023 195.912,53.711 192.384,53.711 192.384,73.801 196.344,73.801 196.344,61.488 204.264,73.801 207.792,73.801 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="99.648,3.672 99.648,0.216 85.248,0.216 85.248,3.672
|
||||
90.504,3.672 90.504,20.232 94.392,20.232 94.392,3.672 99.648,3.672 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="116.496,20.232 116.496,16.776 107.136,16.776
|
||||
107.136,11.88 115.056,11.88 115.056,8.424 107.136,8.424 107.136,3.672 116.496,3.672 116.496,0.216 103.248,0.216
|
||||
103.248,20.232 116.496,20.232 "/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M134.711,14.112h-3.96c-0.432,1.584-1.439,2.808-3.384,2.808
|
||||
c-1.08,0-1.944-0.36-2.52-1.008c-0.792-0.864-1.008-1.8-1.008-5.688c0-3.888,0.216-4.824,1.008-5.688
|
||||
c0.576-0.648,1.44-1.008,2.52-1.008c1.944,0,2.952,1.224,3.384,2.808h3.96C133.992,2.16,131.04,0,127.296,0
|
||||
c-2.16,0-3.96,0.792-5.4,2.232c-2.016,2.016-1.944,4.536-1.944,7.992c0,3.456-0.072,5.976,1.944,7.992
|
||||
c1.44,1.44,3.24,2.232,5.4,2.232C131.04,20.448,133.992,18.288,134.711,14.112L134.711,14.112z"/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="153,20.232 153,0.216 149.112,0.216 149.112,8.424
|
||||
142.272,8.424 142.272,0.216 138.384,0.216 138.384,20.232 142.272,20.232 142.272,11.88 149.112,11.88 149.112,20.232 153,20.232
|
||||
"/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="173.375,20.232 173.375,0.216 169.488,0.216
|
||||
169.488,12.456 161.496,0.216 158.04,0.216 158.04,20.232 161.928,20.232 161.928,7.92 169.919,20.232 173.375,20.232 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="182.304,20.232 182.304,0.216 178.416,0.216
|
||||
178.416,20.232 182.304,20.232 "/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M200.304,14.328c0-1.728-0.504-3.24-1.584-4.248
|
||||
c-0.792-0.792-1.944-1.296-3.816-1.512l-2.376-0.36c-0.792-0.144-1.44-0.432-1.872-0.792c-0.359-0.432-0.576-0.936-0.576-1.439
|
||||
c0-1.368,1.008-2.52,3.097-2.52c1.367,0,2.88,0.144,4.104,1.368l2.521-2.448C198.072,0.72,196.056,0,193.32,0
|
||||
c-4.32,0-6.984,2.52-6.984,6.12c0,1.656,0.433,2.952,1.44,3.96c0.864,0.864,2.16,1.368,3.888,1.656l2.376,0.36
|
||||
c0.937,0.144,1.44,0.288,1.801,0.648c0.432,0.432,0.647,1.008,0.647,1.728c0,1.584-1.296,2.448-3.6,2.448
|
||||
c-1.801,0-3.528-0.432-4.824-1.656l-2.521,2.52c1.944,2.016,4.248,2.664,7.345,2.664C197.064,20.448,200.304,18.216,200.304,14.328
|
||||
L200.304,14.328z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M218.448,14.112h-3.96c-0.359,1.584-1.439,2.808-3.384,2.808
|
||||
c-1.08,0-1.944-0.36-2.521-1.008c-0.72-0.864-0.936-1.8-0.936-5.688c0-3.888,0.216-4.824,0.936-5.688
|
||||
c0.576-0.648,1.44-1.008,2.521-1.008c1.944,0,3.024,1.224,3.384,2.808h3.96C217.728,2.16,214.848,0,211.104,0
|
||||
c-2.232,0-4.032,0.792-5.472,2.232c-2.017,2.016-1.944,4.536-1.944,7.992c0,3.456-0.072,5.976,1.944,7.992
|
||||
c1.439,1.44,3.239,2.232,5.472,2.232C214.776,20.448,217.728,18.288,218.448,14.112L218.448,14.112z"/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="236.736,20.232 236.736,0.216 232.848,0.216
|
||||
232.848,8.424 226.08,8.424 226.08,0.216 222.12,0.216 222.12,20.232 226.08,20.232 226.08,11.88 232.848,11.88 232.848,20.232
|
||||
236.736,20.232 "/>
|
||||
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" points="255.096,20.232 255.096,16.776 245.736,16.776
|
||||
245.736,11.88 253.656,11.88 253.656,8.424 245.736,8.424 245.736,3.672 255.096,3.672 255.096,0.216 241.848,0.216
|
||||
241.848,20.232 255.096,20.232 "/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#00305E" d="M4.464,29.232h20.088v23.401h24.552V29.232H69.12v20.52
|
||||
L49.536,69.336H24.048L4.464,49.752V29.232L4.464,29.232z M66.96,31.464H51.336v23.399H22.32V31.464H6.696v17.425l18.288,18.215
|
||||
h23.688l18.216-18.215L66.96,31.464L66.96,31.464z M66.528,24.768L48.672,6.912H24.984L7.128,24.768h21.888v23.4H44.64v-23.4
|
||||
H66.528L66.528,24.768z M69.12,27H46.872v23.4H26.784V27H4.464v-2.736L24.048,4.68h25.488L69.12,24.264V27L69.12,27L69.12,27z
|
||||
M0,22.536V51.48l22.32,22.32h29.016l22.248-22.32V22.536L51.336,0.216H22.32L0,22.536L0,22.536z M2.232,23.4v27.215l20.952,20.953
|
||||
H50.4l20.952-20.953V23.4L50.4,2.448H23.184L2.232,23.4L2.232,23.4z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 165 KiB |
3
poster/latexmkrc
Normal file
3
poster/latexmkrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
$pdf_mode = 4;
|
||||
@default_files = ('poster.tex');
|
||||
$out_dir = 'output';
|
BIN
poster/output/poster.pdf
Normal file
BIN
poster/output/poster.pdf
Normal file
Binary file not shown.
0
poster/output/poster_abstract.pdf
Normal file
0
poster/output/poster_abstract.pdf
Normal file
242
poster/poster.tex
Normal file
242
poster/poster.tex
Normal file
|
@ -0,0 +1,242 @@
|
|||
% Gemini theme
|
||||
% https://github.com/anishathalye/gemini
|
||||
|
||||
\documentclass[final]{beamer}
|
||||
|
||||
\pdfvariable suppressoptionalinfo 512\relax
|
||||
|
||||
% ====================
|
||||
% Packages
|
||||
% ====================
|
||||
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{../hiromacros}
|
||||
\usepackage{fontspec}
|
||||
\usepackage{unicode-math}
|
||||
\setmathfont{texgyrepagella-math.otf}
|
||||
|
||||
\usepackage{lmodern}
|
||||
\usepackage[size=A0,orientation=portrait,scale=1.0]{beamerposter}
|
||||
\usetheme{gemini}
|
||||
\usecolortheme{mit}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{tikz}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.14}
|
||||
|
||||
\graphicspath{{figs/}}
|
||||
|
||||
% ====================
|
||||
% Lengths
|
||||
% ====================
|
||||
|
||||
% If you have N columns, choose \sepwidth and \colwidth such that
|
||||
% (N+1)*\sepwidth + N*\colwidth = \paperwidth
|
||||
\newlength{\sepwidth}
|
||||
\newlength{\colwidth}
|
||||
\setlength{\sepwidth}{0.066\paperwidth}
|
||||
\setlength{\colwidth}{0.4\paperwidth}
|
||||
|
||||
\newcommand{\separatorcolumn}{\begin{column}{\sepwidth}\end{column}}
|
||||
|
||||
% ====================
|
||||
% Title
|
||||
% ====================
|
||||
|
||||
\title{Calculating Energy Flows in Strongly Coupled Open Quantum
|
||||
Systems}
|
||||
|
||||
\author{\underline{Valentin Boettcher}\inst{1}, Richard Hartmann\inst{1},
|
||||
Konstantin Beyer\inst{1}, Walter Strunz\inst{1}}
|
||||
|
||||
\institute[shortinst]{\inst{1} Institute for Theoretical Physics, Dresden, Germany}
|
||||
|
||||
% ====================
|
||||
% Footer (optional)
|
||||
% ====================
|
||||
|
||||
\footercontent{
|
||||
\href{https://tu-dresden.de/mn/physik/itp/tqo/die-professur}{https://tu-dresden.de/mn/physik/itp/tqo/die-professur} \hfill
|
||||
Group for Theoretical Quantum Optics, TU-Dresden \hfill
|
||||
\href{mailto:valentin.boettcher@tu-dresden.de}{valentin.boettcher@tu-dresden.de}}
|
||||
% (can be left out to remove footer)
|
||||
|
||||
% ====================
|
||||
% Logo (optional)
|
||||
% ====================
|
||||
|
||||
% use this to include logos on the left and/or right side of the header:
|
||||
\logoleft{\includegraphics[height=3cm]{Logo_TU_Dresden.pdf}}
|
||||
|
||||
% ====================
|
||||
% Body
|
||||
% ====================
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{frame}[t]
|
||||
\begin{columns}[t]
|
||||
\separatorcolumn
|
||||
|
||||
\begin{column}{\colwidth}
|
||||
\begin{block}{A block title}
|
||||
|
||||
Some block contents, followed by a diagram, followed by a dummy paragraph.
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\begin{tikzpicture}[scale=6]
|
||||
\draw[step=0.25cm,color=gray] (-1,-1) grid (1,1);
|
||||
\draw (1,0) -- (0.2,0.2) -- (0,1) -- (-0.2,0.2) -- (-1,0)
|
||||
-- (-0.2,-0.2) -- (0,-1) -- (0.2,-0.2) -- cycle;
|
||||
\end{tikzpicture}
|
||||
\caption{A figure caption.}
|
||||
\end{figure}
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ultricies
|
||||
eget libero ac ullamcorper. Integer et euismod ante. Aenean vestibulum
|
||||
lobortis augue, ut lobortis turpis rhoncus sed. Proin feugiat nibh a
|
||||
lacinia dignissim. Proin scelerisque, risus eget tempor fermentum, ex
|
||||
turpis condimentum urna, quis malesuada sapien arcu eu purus.
|
||||
|
||||
\end{block}
|
||||
|
||||
\begin{block}{A block containing a list}
|
||||
|
||||
Nam vulputate nunc felis, non condimentum lacus porta ultrices. Nullam sed
|
||||
sagittis metus. Etiam consectetur gravida urna quis suscipit.
|
||||
|
||||
\begin{itemize}
|
||||
\item \textbf{Mauris tempor} risus nulla, sed ornare
|
||||
\item \textbf{Libero tincidunt} a duis congue vitae
|
||||
\item \textbf{Dui ac pretium} morbi justo neque, ullamcorper
|
||||
\end{itemize}
|
||||
|
||||
Eget augue porta, bibendum venenatis tortor.
|
||||
|
||||
\end{block}
|
||||
|
||||
\begin{alertblock}{A highlighted block}
|
||||
|
||||
This block catches your eye, so \textbf{important stuff} should probably go
|
||||
here.
|
||||
|
||||
Curabitur eu libero vehicula, cursus est fringilla, luctus est. Morbi
|
||||
consectetur mauris quam, at finibus elit auctor ac. Aliquam erat volutpat.
|
||||
Aenean at nisl ut ex ullamcorper eleifend et eu augue. Aenean quis velit
|
||||
tristique odio convallis ultrices a ac odio.
|
||||
|
||||
\begin{itemize}
|
||||
\item \textbf{Fusce dapibus tellus} vel tellus semper finibus. In
|
||||
consequat, nibh sed mattis luctus, augue diam fermentum lectus.
|
||||
\item \textbf{In euismod erat metus} non ex. Vestibulum luctus augue in
|
||||
mi condimentum, at sollicitudin lorem viverra.
|
||||
\item \textbf{Suspendisse vulputate} mauris vel placerat consectetur.
|
||||
Mauris semper, purus ac hendrerit molestie, elit mi dignissim odio, in
|
||||
suscipit felis sapien vel ex.
|
||||
\end{itemize}
|
||||
|
||||
Aenean tincidunt risus eros, at gravida lorem sagittis vel. Vestibulum ante
|
||||
ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.
|
||||
|
||||
\end{alertblock}
|
||||
|
||||
\end{column}
|
||||
|
||||
\separatorcolumn
|
||||
|
||||
\begin{column}{\colwidth}
|
||||
|
||||
\begin{block}{A block containing an enumerated list}
|
||||
|
||||
Vivamus congue volutpat elit non semper. Praesent molestie nec erat ac
|
||||
interdum. In quis suscipit erat. \textbf{Phasellus mauris felis, molestie
|
||||
ac pharetra quis}, tempus nec ante. Donec finibus ante vel purus mollis
|
||||
fermentum. Sed felis mi, pharetra eget nibh a, feugiat eleifend dolor. Nam
|
||||
mollis condimentum purus quis sodales. Nullam eu felis eu nulla eleifend
|
||||
bibendum nec eu lorem. Vivamus felis velit, volutpat ut facilisis ac,
|
||||
commodo in metus.
|
||||
|
||||
\begin{enumerate}
|
||||
\item \textbf{Morbi mauris purus}, egestas at vehicula et, convallis
|
||||
accumsan orci. Orci varius natoque penatibus et magnis dis parturient
|
||||
montes, nascetur ridiculus mus.
|
||||
\item \textbf{Cras vehicula blandit urna ut maximus}. Aliquam blandit nec
|
||||
massa ac sollicitudin. Curabitur cursus, metus nec imperdiet bibendum,
|
||||
velit lectus faucibus dolor, quis gravida metus mauris gravida turpis.
|
||||
\item \textbf{Vestibulum et massa diam}. Phasellus fermentum augue non
|
||||
nulla accumsan, non rhoncus lectus condimentum.
|
||||
\end{enumerate}
|
||||
|
||||
\end{block}
|
||||
|
||||
\begin{block}{Fusce aliquam magna velit}
|
||||
|
||||
Et rutrum ex euismod vel. Pellentesque ultricies, velit in fermentum
|
||||
vestibulum, lectus nisi pretium nibh, sit amet aliquam lectus augue vel
|
||||
velit. Suspendisse rhoncus massa porttitor augue feugiat molestie. Sed
|
||||
molestie ut orci nec malesuada. Sed ultricies feugiat est fringilla
|
||||
posuere.
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
scale only axis,
|
||||
no markers,
|
||||
domain=0:2*pi,
|
||||
samples=100,
|
||||
axis lines=center,
|
||||
axis line style={-},
|
||||
ticks=none]
|
||||
\addplot[red] {sin(deg(x))};
|
||||
\addplot[blue] {cos(deg(x))};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\caption{Another figure caption.}
|
||||
\end{figure}
|
||||
|
||||
\end{block}
|
||||
|
||||
\begin{block}{Nam cursus consequat egestas}
|
||||
|
||||
Nulla eget sem quam. Ut aliquam volutpat nisi vestibulum convallis. Nunc a
|
||||
lectus et eros facilisis hendrerit eu non urna. Interdum et malesuada fames
|
||||
ac ante \textit{ipsum primis} in faucibus. Etiam sit amet velit eget sem
|
||||
euismod tristique. Praesent enim erat, porta vel mattis sed, pharetra sed
|
||||
ipsum. Morbi commodo condimentum massa, \textit{tempus venenatis} massa
|
||||
hendrerit quis. Maecenas sed porta est. Praesent mollis interdum lectus,
|
||||
sit amet sollicitudin risus tincidunt non.
|
||||
|
||||
Etiam sit amet tempus lorem, aliquet condimentum velit. Donec et nibh
|
||||
consequat, sagittis ex eget, dictum orci. Etiam quis semper ante. Ut eu
|
||||
mauris purus. Proin nec consectetur ligula. Mauris pretium molestie
|
||||
ullamcorper. Integer nisi neque, aliquet et odio non, sagittis porta justo.
|
||||
|
||||
\begin{itemize}
|
||||
\item \textbf{Sed consequat} id ante vel efficitur. Praesent congue massa
|
||||
sed est scelerisque, elementum mollis augue iaculis.
|
||||
\begin{itemize}
|
||||
\item In sed est finibus, vulputate
|
||||
nunc gravida, pulvinar lorem. In maximus nunc dolor, sed auctor eros
|
||||
porttitor quis.
|
||||
\item Fusce ornare dignissim nisi. Nam sit amet risus vel lacus
|
||||
tempor tincidunt eu a arcu.
|
||||
\item Donec rhoncus vestibulum erat, quis aliquam leo
|
||||
gravida egestas.
|
||||
\end{itemize}
|
||||
\item \textbf{Sed luctus, elit sit amet} dictum maximus, diam dolor
|
||||
faucibus purus, sed lobortis justo erat id turpis.
|
||||
\item \textbf{Pellentesque facilisis dolor in leo} bibendum congue.
|
||||
Maecenas congue finibus justo, vitae eleifend urna facilisis at.
|
||||
\end{itemize}
|
||||
|
||||
\end{block}
|
||||
\end{column}
|
||||
|
||||
\separatorcolumn
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
|
@ -8,8 +8,8 @@ captions=nooneline,captions=tableabove,english,final,parskip=none,titlepage=fals
|
|||
right=25mm,
|
||||
]{geometry}
|
||||
\pdfvariable suppressoptionalinfo 512\relax
|
||||
\usepackage{hirostyle}
|
||||
\usepackage{hiromacros}
|
||||
\usepackage{../hirostyle}
|
||||
\usepackage{../hiromacros}
|
||||
\setmainfont{Liberation Sans}
|
||||
\usepackage[list=true, font=footnotesize, labelformat=brace]{subcaption}
|
||||
\addbibresource{references.bib}
|
|
@ -446,7 +446,14 @@ norm of the zeroth hierarchy state.
|
|||
The generalization to multiple baths may be performed in the same
|
||||
manner as will be discussed in \cref{sec:multibath}. This allows to
|
||||
calculate the expectation value involving multiple bath operators
|
||||
\(B^{(n)}\).
|
||||
\(B^{(n)}\). Interestingly, the generalization of \cref{eq:bmel} to
|
||||
multiple baths immediately links hierarchy states of the form
|
||||
\(ψ^{\underline{e}_{i,k_i} + \underline{e}_{j,k_j}}\) (see
|
||||
\cref{sec:multihops} for notation) with correlations between the baths
|
||||
\(\ev{B_i(t)B_j(t)}\). Under the assumption that these correlations
|
||||
remain small, one could argue to neglect them when performing
|
||||
numerical calculations. Verifying this behavior would be an
|
||||
interesting task for future work.
|
||||
|
||||
By anti-normal ordering the \(B, B^\dag\) in~\cref{eq:collective_obs}
|
||||
and inserting the coherent state resolution of unity we find terms of
|
||||
|
|
Loading…
Add table
Reference in a new issue