Browse Source

Adds bare presentation for EGamma Meeting

Caleb Fangmeier 7 years ago
parent
commit
79eadb7ea8

+ 6 - 0
docs/.gitignore

@@ -0,0 +1,6 @@
+*.aux
+*.log
+*.nav
+*.out
+*.snm
+*.toc

BIN
docs/presentations/2017_07_17/16x9_seal03.jpg


BIN
docs/presentations/2017_07_17/CMSlogo.png


+ 63 - 0
docs/presentations/2017_07_17/beamerthemebjeldbak.sty

@@ -0,0 +1,63 @@
+% Insipired by Cameron Bracken's theme originally posted
+% here: http://cameron.bracken.bz/beamer-template
+% January 2009
+
+% Modifications done by Martin Bjeldbak Madsen
+% June 2014
+\mode<presentation>
+
+\RequirePackage{tgpagella}
+
+% \DeclareOptionBeamer{titlepage}{\PassOptionsToPackage{titlepage=#1}{beamertheme-Inner}}
+% \ProcessOptionsBeamer
+
+\useoutertheme[subsection=false,shadow]{miniframes}
+\useinnertheme{default}
+\usefonttheme{serif}
+
+\setbeamertemplate{footline} % show slide number on all slides but the first
+{%
+  \ifnum\c@framenumber=1
+  \else
+    \begin{beamercolorbox}[wd=0.95\paperwidth,right,dp=2ex]{page number}
+      \insertframenumber/\inserttotalframenumber%
+    \end{beamercolorbox}
+  \fi%
+  \begin{beamercolorbox}[colsep=1.25pt]{lower separation line foot}
+  \end{beamercolorbox}
+}
+
+% \ifnum\c@framenumber=1
+\usebackgroundtemplate{\includegraphics[width=\paperwidth]{16x9_seal03.jpg}}
+% \else
+% \fi%
+
+% Display a slide before the current section with overview inf
+% \AtBeginSection[]
+% {%
+%    \begin{frame}
+%        \frametitle{Overview}
+%        \tableofcontents[currentsection,hideothersubsections]
+%    \end{frame}
+% }
+
+\setbeamerfont{title like}{shape=\scshape}
+\setbeamerfont{frametitle}{shape=\scshape}
+\setbeamerfont{section in head/foot}{shape=\scshape,size=\tiny}
+
+\setbeamertemplate{navigation symbols}{} % hide bottom nav buttons
+\setbeamercovered{transparent} % don't hide strip-teased bullet points
+
+% \definecolor{barcolor}{HTML}{77C4D3} % teal
+\definecolor{barcolor}{HTML}{DD0000} % teal
+\setbeamercolor{lower separation line head}{bg=barcolor}
+\setbeamercolor{lower separation line foot}{bg=barcolor}
+\setbeamercolor{normal text}{fg=black,bg=white}
+\setbeamercolor{alerted text}{fg=red}
+\setbeamercolor{example text}{fg=black}
+\setbeamercolor{structure}{fg=black}
+
+\setbeamercolor{palette tertiary}{fg=black,bg=black!10}
+\setbeamercolor{palette quaternary}{fg=black,bg=black!10}
+
+\mode<all>

BIN
docs/presentations/2017_07_17/main.pdf


+ 75 - 0
docs/presentations/2017_07_17/main.tex

@@ -0,0 +1,75 @@
+
+% rubber: module pdftex
+
+\documentclass[english,aspectratio=169]{beamer}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage{booktabs}
+\usepackage{siunitx}
+\usepackage{subcaption}
+\usepackage{marvosym}
+
+\newcommand{\pb}{\si{\pico\barn}}%
+\newcommand{\fb}{\si{\femto\barn}}%
+\newcommand{\invfb}{\si{\per\femto\barn}}
+\newcommand{\GeV}{\si{\giga\electronvolt}}
+
+\usetheme[]{bjeldbak}
+
+\begin{document}
+
+\title[e Reco. Valication]{Electron Reconstruction Validation}
+% \subtitle{Trilepton Channel ($\mu^+\mu^-e, e^+e^-\mu$) }
+\author[C. Fangmeier]{Caleb Fangmeier}
+\institute[UNL]{University of Nebraska \-- Lincoln}
+\date{\today}
+
+\titlegraphic{%
+\begin{figure}
+  \includegraphics[width=1in]{CMSlogo.png}\hspace{0.75in}\includegraphics[width=1in]{nebraska-n.png}
+\end{figure}
+}
+
+\begin{frame}[noframenumbering,plain]
+  \titlepage%
+\end{frame}
+
+\section{Introduction}
+% \input{slides/introduction.tex}
+% \input{slides/decay_channels_rates.tex}
+
+
+
+
+% \section{Strategy}
+% \input{slides/strategy.tex}
+% \input{slides/irreducible_backgrounds.tex}
+% \input{slides/reducible_backgrounds.tex}
+
+
+
+% \section{Some Preliminary Plots}
+% \input{slides/progress_and_status.tex}
+% \input{slides/prelim_plots.tex}
+
+% \section{Timeline}
+% \input{slides/timeline.tex}
+
+% \input{slides/references.tex}
+
+% \beginbackup%
+% \section{Backups}
+
+% \begin{frame}
+%   \huge
+%   \centering
+%   Backups
+% \end{frame}
+
+% \input{slides/production.tex}
+% \input{slides/decay_channels.tex}
+% \input{slides/previous_measurements.tex}
+
+% \endbackup%
+
+\end{document}

BIN
docs/presentations/2017_07_17/nebraska-n.png