This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/latex/brom/index.tex

167 lines
4.3 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

% Needs XeLaTeX
\documentclass[aspectratio=43]{beamer}
%\documentclass[aspectratio=1610]{beamer}
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{siunitx}
\usepackage{unicode-math}
%\usepackage{pgfpages}
\usetheme{Ilmenau}
% Dark theme
%\usetheme[numbering=none, progressbar=frametitle, background=dark]{metropolis}
% Light theme
%\usetheme[numbering=none, progressbar=frametitle, background=light]{metropolis}
\usepackage{fontspec}
\setsansfont{}[ % Default
Path = /home/simon/.fonts/non-free/FF Din/,
Extension = .ttf,
UprightFont = DINW07-Regular,
BoldFont = DINW07-Bold,
ItalicFont = DINW07-Italic,
]
\setmainfont{}[ % Activate with \textrm{}
Path = /usr/share/fonts/truetype/vollkorn/,
Extension = .ttf,
UprightFont = Vollkorn-Regular,
BoldFont = Vollkorn-Bold,
ItalicFont = Vollkorn-Italic,
]
%\setmonofont{}[ % Activate with \texttt{}
% Path = /home/simon/.fonts/typecatcher/,
% Extension = .ttf,
% UprightFont = Roboto Mono_regular,
% BoldFont = Roboto Mono_300,
% ItalicFont = Roboto Mono_italic,
%]
\setbeamercovered{transparent}
\beamertemplatenavigationsymbolsempty
\title{Element: Brom (Br)}
%\subtitle{Brom ist lecker}
\author{Simon Bruder}
\institute{Christian-von-Bomhard-Schule}
\date{04.12.2017}
\titlegraphic{\includegraphics[height=4.5cm]{brom-glas}}
%\logo{\includegraphics[width=1.8cm]{flag}}
\begin{document}
\frame[plain]{
\titlepage
}
\institute{Christian-von-Bromhard-Schule}
\frame[plain]{
\tableofcontents
}
\section{Wissenswertes}
\subsection{Schnelle Fakten}
\begin{frame}
\frametitle{Brom im Periodensystem}
\includegraphics[width=\textwidth]{periodic-table-brom-magnified}
\end{frame}
\begin{frame}
\frametitle{Überblick}
\begin{itemize}
\pause{}
\item{\textit{brõmos} (altgr.: Gestank)}
\pause{}
\item{Summenformel: $Br_{2}$}
\pause{}
\item{$-7.26\pm0.01$\,\si{\degreeCelsius} < flüssig < $59.25\pm0.45$\,\si{\degreeCelsius}}
\pause{}
\item{Dichte: $3.14\pm0.052$\,\large{$\frac{g}{cm^{3}}$}}
\pause{}
\item{Löslichkeit in Wasser: \Large{$\frac{35\pm3\,g}{1\,}$}}
\pause{}
\item{Farbe: rotbraun}
\end{itemize}
\end{frame}
\subsection{Gesundheit}
\begin{frame}
\frametitle{Gesundheit}
\begin{itemize}
\pause{}
\item{Bei Inhalation: Verätzung der Atemwege}
\pause{}
\item{Versuche an Mäusen: Akute Schäden ab $299\pm125\,ppm$\footnote{ppm = $10^{-6}$ = 0.000001}}
\pause{}
\item{Kann in Verbindungen als Arzneimittel eingesetzt werden}
\end{itemize}
\end{frame}
\section{Verbindungen}
\begin{frame}
\frametitle{Verbindungen}
\begin{itemize}
\item{Natriumbromid ($NaBr$)}
\item{Bromwasserstoff ($HBr$)}
\item{Kaliumbromid ($KBr$)}
\item{Bromaceton ($C_{3}H_{5}BrO$)}
\item{Silberbromid ($AgBr$)}
\end{itemize}
\end{frame}
\section{Vorkommen}
\begin{frame}
\frametitle{Vorkommen}
\begin{itemize}
\pause{}
\item{Durch hohe Reaktionsfreudigkeit kein Vorkommen an elementarem Brom}
\pause{}
\item{Meerwasser: $67\,ppm$ = \Large{$\frac{67\,mg}{}$}}
\pause{}
\item{Hauptexporteure: USA, Israel, Deutschland}
\end{itemize}
\end{frame}
\section{Verwendung}
\begin{frame}
\frametitle{Verwendung}
\begin{itemize}
\pause{}
\item{Arzneimittel (Kalium-, Natriumbromid)}
\pause{}
\item{Insektizid (Bromaceton)}
\pause{}
\item{Fotoblitz (Silberbromid)}
\pause{}
\item{Heute meistens durch andere Mittel abgelöst}
\end{itemize}
\end{frame}
\section*{Schluss}
\subsection*{Quellen}
\begin{frame}
\begin{itemize}
\item{CC-BY-SA 3.0 Wilco Oelen\footnote{http://woelen.homescience.net/science/chem/compounds/bromine.jpg}}
\item{Armtuk: Periodic Table Armtuk3.svg in Wikimedia Commons (CC-BY-SA 3.0)\footnote{https://commons.wikimedia.org/wiki/File:Periodic\_Table\_Armtuk3.svg}}
\item{ECHA European Chemicals Agency\footnote{https://www.echa.europa.eu/web/guest/brief-profile/-/briefprofile/100.028.890}}
\item{PubChem Project\footnote{https://pubchem.ncbi.nlm.nih.gov/}}
\item{Wolfram|Alpha\footnote{https://www.wolframalpha.com/}}
\item{Bromine: Ocurrence\footnote{http://nautilus.fis.uc.pt/st2.5/scenes-e/elem/e03520.html}}
\item{Duden | Brom\footnote{https://www.duden.de/rechtschreibung/Brom}}
\end{itemize}
\end{frame}
\end{document}