-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
124 lines (104 loc) · 4.57 KB
/
main.tex
File metadata and controls
124 lines (104 loc) · 4.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
% !TeX program = pdflatex
%\documentclass[handout,aspectratio=169,table,x11names,dvipsnames]{beamer}
\documentclass[aspectratio=169,table,x11names,dvipsnames]{beamer}
\usepackage{zref-abspage}
\setbeamertemplate{navigation symbols}{}
\input{config.tex}
\input{constants.tex}
\usetheme[
totalframenumber,
sectionslide,
titleimage=figures/title_image.png,
]{uniS}
% information for the title page
\title{Lab Course:\\ Solar System \\Simulation}
\cclicense{by-nc-sa}
\institute[logo=.logos/ipvslogo_rund_blau_dunkel.pdf, url=https://www.ipvs.uni-stuttgart.de/]{Institute for Parallel and Distributed Systems}{IPVS}
\department[logo=.logos/logo_scientific_comp.pdf, url=https://www.ipvs.uni-stuttgart.de/departments/sc/]{Scientific Computing}{SC}
%\author[Van Craen, Breyer, Prof. Pflüger]{Alexander Van Craen,\\Marcel Breyer,\\Prof. Dr. Dirk Pflüger}
\author[Bantel, Strack, Prof. Pflüger]{Linus Bantel,\\Alexander Strack,\\Prof. Dr. Dirk Pflüger}
\date{\semester}
\begin{document}
\titleslide
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[c]{Who are we?}
\setfontsize{9}
\begin{columns}[c]
% \begin{column}{0.3\textwidth}
% \centering
% \begin{tikzpicture}
% \node[circle, minimum size=2cm, path picture={\node at (path picture bounding box.center){\includegraphics[height=2cm]{figures/speaker/AlexanderVanCraen}};}] {};
% \end{tikzpicture} \\
% \textbf{Alexander Van Craen} \\[.4em]
% \href{mailto:Alexander.Van-Craen@ipvs.uni-stuttgart.de}{Alexander.Van-Craen@ipvs.uni-stuttgart.de}
% \end{column}
% \begin{column}{0.3\textwidth}
% \centering
% \begin{tikzpicture}
% \node[circle,minimum size=2cm, path picture={\node at (path picture bounding box.center){\includegraphics[height=2cm]{figures/speaker/MarcelBreyer}};}] {};
% \end{tikzpicture} \\
% \textbf{Marcel Breyer} \\[.4em]
% \href{mailto:Marcel.Breyer@ipvs.uni-stuttgart.de}{Marcel.Breyer@ipvs.uni-stuttgart.de}
% \end{column}
\begin{column}{0.3\textwidth}
\centering
\begin{tikzpicture}
\node[circle,minimum size=2cm, path picture={\node at (path picture bounding box.center){\includegraphics[height=2cm]{figures/speaker/LinusBantel}};}] {};
\end{tikzpicture} \\
\textbf{Linus Bantel} \\[.4em]
\href{mailto:Linus.Bantel@ipvs.uni-stuttgart.de}{Linus.Bantel@ipvs.uni-stuttgart.de}
\end{column}
% \end{columns}
% \vspace*{1.5em}
% \begin{columns}
\begin{column}{0.3\textwidth}
\centering
\begin{tikzpicture}
\node[circle,minimum size=2cm, path picture={\node at (path picture bounding box.center){\includegraphics[height=2cm]{figures/speaker/AlexanderStrack}};}] {};
\end{tikzpicture} \\
\textbf{Alexander Strack} \\[.4em]
\href{mailto:Alexander.Strack@ipvs.uni-stuttgart.de}{Alexander.Strack@ipvs.uni-stuttgart.de}
\end{column}
\begin{column}{0.3\textwidth}
\centering
\begin{tikzpicture}
\node[circle,minimum size=2cm, path picture={\node at (path picture bounding box.center){\includegraphics[height=2cm]{figures/speaker/DirkPflueger}};}] {};
\end{tikzpicture} \\
\textbf{Prof. Dr. Dirk Pflüger} \\[.4em]
\href{mailto:Dirk.Pflueger@ipvs.uni-stuttgart.de}{Dirk.Pflueger@ipvs.uni-stuttgart.de}
\end{column}
\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% input basic slides -> most important slides
\input{content/basic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
{
\usebackgroundtemplate{\transparent{0.35}\includegraphics[width=\paperwidth]{figures/backgrounds/bonus_material}}
\begin{frame}
\vspace{1.5cm}
\begin{center}
\setfontsize{35pt}\bfseries
Bonus Material
\end{center}
\btVFill
\setbeamertemplate{section in toc}{\raggedright \leftskip=1.6em \parindent=-1.6em \textcolor{structure.fg}{$\blacktriangleright$}\hspace{.5em}~\inserttocsection\\}
\begin{multicols}{2}
\tableofcontents[subsectionstyle=hide]
\end{multicols}
\end{frame}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% input all bonus material content slides
\include{content/bonus_material/target_system}
\include{content/bonus_material/slurm}
\include{content/bonus_material/theory}
\include{content/bonus_material/simulation_data}
\include{content/bonus_material/value_approximation}
\include{content/bonus_material/keplerian_orbital_elements}
\include{content/bonus_material/parallelization}
\include{content/bonus_material/visualization_via_paraview}
\include{content/bonus_material/simulation}
\include{content/bonus_material/important_deadlines}
\end{document}