-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathteaser-slides.tex
125 lines (112 loc) · 4.03 KB
/
teaser-slides.tex
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
125
\input{header.tex}
\title[Toolbox 2025]{Toolbox Workshop 2025}
\subtitle{Python, Unix, Make, Git, \LaTeX{}}
\date{29.~September – 10.~Oktober 2025}
\institute[Pep et al.\ e.V.]{\includegraphics[height=2cm]{logos/pep.pdf}}
\author[Toolbox Workshop Team]{}
\begin{document}
\maketitle
\begin{frame}{Ziel}
\setlength\parskip{3ex}
\huge
Wir machen euch das Praktikum so einfach, wie möglich.
Auswerten mit modernen Methoden.
Von Anfang an ein bewährter Weg.
Auch für die Bachelorarbeit wichtig.
\end{frame}
\begin{frame}
\vspace{0.7cm}
\begin{center}
\huge Praktikums-Versuche richtig auswerten!\\
29.~September – 02.~Oktober 2025, 13 - 17~Uhr\\%,
Ort: Bio- \& Chemieingenieurwesen HS ZE 02
\end{center}
\begin{tikzpicture}[remember picture, overlay]
\tikzset{shift={(current page.center)}}
\node[anchor=center] at (-3,2) {%
\includegraphics[height=1.5cm]{logos/python.pdf}%
};
\node[anchor=center] at (3,2) {%
\includegraphics[height=1.25cm]{logos/git.png}%
};
\node[anchor=center] at (6,-2) {%
\includegraphics[height=1.5cm]{logos/numpy.png}%
};
\node[anchor=center] at (-4,-2.4) {%
\includegraphics[height=1cm]{logos/matplotlib.png}%
};
\node[anchor=center] at (0,-3.5) {%
\includegraphics[height=0.75cm]{logos/uncertainties.png}%
};
\end{tikzpicture}
\end{frame}
\begin{frame}[plain]
\centering
\includegraphics[width=.97\textwidth]{../python/build/muon_plot.png}
\end{frame}
\begin{frame}
\begin{center}
\huge Wissenschaftliche Arbeiten verfassen mit \\[0.5\baselineskip]
\textrm{\fontsize{80}{120}\selectfont\LaTeX{}}\\[0.5\baselineskip]
06.~– 09.~Oktober 2025, 13 - 17~Uhr,\\
Ort: Bio- \& Chemieingenieurwesen HS ZE 02
\end{center}
\end{frame}
\begin{frame}
\begin{center}
\huge Automatisierung mit \texttt{make}\\[0.5\baselineskip]
und \textbf{üben}, \textbf{üben}, \textbf{üben}\\[0.5\baselineskip]
10.~Oktober 2025, 13 - 17~Uhr,\\
Ort: Bio- \& Chemieingenieurwesen HS ZE 02
\end{center}
\end{frame}
\begin{frame}{Vorbereitung}
\begin{center}
\huge
Auf der Fachschaftsmailingliste eintragen \\
→~\href{https://mailman.tu-dortmund.de/mailman/listinfo/stud.physik}{mailman.tu-dortmund.de/mailman/listinfo/stud.physik}\\[0.5\baselineskip]
Anmeldung ausfüllen\\
→~\textcolor{blue!70!black}{\href{https://registration.pep-dortmund.org/events/toolbox25/registration/}{registration.pep-dortmund.org/events/toolbox24/registration}}\\[0.5\baselineskip]
Software installieren\\
→~\textcolor{blue!70!black}{\href{https://toolbox.pep-dortmund.org/install/install/}{toolbox.pep-dortmund.org/install}}\\[0.5\baselineskip]
Laptops/Rechner vorbereiten + mitbringen/uns ansprechen
\end{center}
\end{frame}
\begin{frame}{Neuer Laptop oder anderes Betriebssystem?}
\huge
Neuen Laptop kaufen? \newline
Denkt über ein amerikanisches Tastaturlayout nach\\[0.5\baselineskip]
Falls ihr euch für Linux interessiert:
\begin{itemize}
\item ressourcenschonend (gut für ältere Laptops)
\item einfache Installation von wissenschaftlichen Standardtools
\item Standard auf Servern
\item Open Source
\end{itemize}
\end{frame}
\begin{frame}{Installation}
\huge
Falls ihr Linux installieren wollt:\\[0.5\baselineskip]
\begin{enumerate}[a)]
\item Unserer \href{https://toolbox.pep-dortmund.org/install/dualboot/}{Anleitung} folgen.
\item oder mit persönlicher Anleitung:
\end{enumerate}
\begin{itemize}
\item In der Anmeldung mit angeben
\item Donnerstag 25.09.2025: ab 10:00 Uhr, Ort: CP-03-123
\end{itemize}
\end{frame}
\begin{frame}
\begin{minipage}{.5\textwidth}
\Huge\centering
\textcolor{red!70!black}{Fragen?}
\end{minipage}
\begin{minipage}{.49\textwidth}
\centering
\includegraphics[width=.8\textwidth]{../qrcode/toolbox_qrcode.png}
\Large
\url{toolbox.pep-dortmund.org}
\end{minipage}
\end{frame}
\end{document}