Newer
Older
Presentations / Gambit / Cyfronet / mchrzasz.tex
@mchrzasz mchrzasz on 17 Jun 2016 20 KB made fast slides for cyfronet
\documentclass[11 pt,xcolor={dvipsnames,svgnames,x11names,table}]{beamer}

\usepackage[english]{babel} 
\usepackage{polski}         


\usetheme[
	bullet=circle,		% Other option: square
	bigpagenumber,		% circled page number on lower right
	topline=true,			% colored bar at the top of the frame 
	shadow=false,			% Shading for beamer blocks
	watermark=BG_lower,	% png file for the watermark
	]{Flip}

%\logo{\kern+1.em\includegraphics[height=1cm]{SHiP-3_LightCharcoal}}
                            

\usepackage[lf]{berenis}
\usepackage[LY1]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage{emerald}
\usefonttheme{professionalfonts}
\usepackage[no-math]{fontspec}		
\defaultfontfeatures{Mapping=tex-text}	% This seems to be important for mapping glyphs properly

\setmainfont{Gillius ADF}			% Beamer ignores "main font" in favor of sans font
\setsansfont{Gillius ADF}			% This is the font that beamer will use by default
% \setmainfont{Gill Sans Light}		% Prettier, but harder to read

\setbeamerfont{title}{family=\fontspec{Gillius ADF}}

\input t1augie.fd

%\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font
%\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font
% \newcommand{\handwriting}{}	% If you prefer no special handwriting font or don't have augie

%% Gill Sans doesn't look very nice when boldfaced
%% This is a hack to use Helvetica instead
%% Usage: \textbf{\forbold some stuff}
%\newcommand{\forbold}{\fontspec{Arial}}

\usepackage{graphicx}
\usepackage[export]{adjustbox}

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{colortbl}
\usepackage{mathrsfs} 			% For Weinberg-esque letters
\usepackage{cancel}				% For "SUSY-breaking" symbol
\usepackage{slashed}            % for slashed characters in math mode
\usepackage{bbm}                % for \mathbbm{1} (unit matrix)
\usepackage{amsthm}				% For theorem environment
\usepackage{multirow}			% For multi row cells in table
\usepackage{arydshln} 			% For dashed lines in arrays and tables
\usepackage{siunitx}
\usepackage{xhfill}
\usepackage{grffile}
\usepackage{textpos}
\usepackage{subfigure}
\usepackage{tikz}

%\usepackage{hepparticles}    
\usepackage[italic]{hepparticles}     

\usepackage{hepnicenames} 

% Drawing a line
\tikzstyle{lw} = [line width=20pt]
\newcommand{\topline}{%
  \tikz[remember picture,overlay] {%
    \draw[crimsonred] ([yshift=-23.5pt]current page.north west)
             -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}}



% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\usepackage{tikzfeynman}		% For Feynman diagrams
\usetikzlibrary{arrows,shapes}
\usetikzlibrary{trees}
\usetikzlibrary{matrix,arrows} 				% For commutative diagram
% http://www.felixl.de/commu.pdf
\usetikzlibrary{positioning}				% For "above of=" commands
\usetikzlibrary{calc,through}				% For coordinates
\usetikzlibrary{decorations.pathreplacing}  % For curly braces
% http://www.math.ucla.edu/~getreuer/tikz.html
\usepackage{pgffor}							% For repeating patterns

\usetikzlibrary{decorations.pathmorphing}	% For Feynman Diagrams
\usetikzlibrary{decorations.markings}
\tikzset{
	% >=stealth', %%  Uncomment for more conventional arrows
	vector/.style={decorate, decoration={snake}, draw},
	provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw},
	antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw},
	fermion/.style={draw=gray, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}},
	fermionbar/.style={draw=gray, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}},
	fermionnoarrow/.style={draw=gray},
	gluon/.style={decorate, draw=black,
		decoration={coil,amplitude=4pt, segment length=5pt}},
	scalar/.style={dashed,draw=black, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
	scalarbar/.style={dashed,draw=black, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}},
	scalarnoarrow/.style={dashed,draw=black},
	electron/.style={draw=black, postaction={decorate},
		decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
	bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw},
}

% TIKZ - for block diagrams, 
% from http://www.texample.net/tikz/examples/control-system-principles/
% \usetikzlibrary{shapes,arrows}
\tikzstyle{block} = [draw, rectangle, 
minimum height=3em, minimum width=6em]




\usetikzlibrary{backgrounds}
\usetikzlibrary{mindmap,trees}	% For mind map
\newcommand{\degree}{\ensuremath{^\circ}}
\newcommand{\E}{\mathrm{E}}
\newcommand{\Var}{\mathrm{Var}}
\newcommand{\Cov}{\mathrm{Cov}}
\newcommand\Ts{\rule{0pt}{2.6ex}}       % Top strut
\newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut

\graphicspath{{images/}}	% Put all images in this directory. Avoids clutter.

% SOME COMMANDS THAT I FIND HANDY
% \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec
\newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild
\newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold
\newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold
\newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert
\newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert
%% "\alert" is already a beamer pre-defined
\newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}%

\def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}}

\usepackage{gmp}
\usepackage[final]{feynmp-auto}

\usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex}
\bibliography{bib}
\setbeamertemplate{bibliography item}[text]

\makeatletter\let\frametextheight\beamer@frametextheight\makeatother

% suppress frame numbering for backup slides
% you always need the appendix for this!
\newcommand{\backupbegin}{
	\newcounter{framenumberappendix}
	\setcounter{framenumberappendix}{\value{framenumber}}
}
\newcommand{\backupend}{
	\addtocounter{framenumberappendix}{-\value{framenumber}}
	\addtocounter{framenumber}{\value{framenumberappendix}} 
}


\definecolor{links}{HTML}{2A1B81}
%\hypersetup{colorlinks,linkcolor=,urlcolor=links}

% For shapo's formulas:
\def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
\def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
\newcommand{\lsim}{\mathop{\lsi}}
\newcommand{\gsim}{\mathop{\gsi}}
\newcommand{\wt}{\widetilde}
%\newcommand{\ol}{\overline}
\newcommand{\Tr}{\rm{Tr}}
\newcommand{\tr}{\rm{tr}}
\newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&}
\newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}}
\newcommand{\abs}[1]{\rm{$\left| #1 \right|$}}
\newcommand{\eV}{\rm{eV}}
\newcommand{\keV}{\rm{keV}}
\newcommand{\GeV}{\rm{GeV}}
\newcommand{\im}{\rm{Im}}
\newcommand{\disp}{\displaystyle}
\def\be{\begin{equation}}
\def\ee{\end{equation}}
\def\ba{\begin{eqnarray}}
\def\ea{\end{eqnarray}}
\def\d{\partial}
\def\l{\left(}
\def\r{\right)}
\def\la{\langle}
\def\ra{\rangle}
\def\e{{\rm e}}
\def\Br{{\rm Br}}

\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace}                                                             
\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace}

\newcommand{\cblue}[1]{{\color[rgb]{0.1, 0.0, 0.6} #1}}
\newcommand{\cgreen}[1]{{\color[rgb]{0.0, 0.6, 0.1} #1}}
\newcommand{\corange}[1]{{\color[rgb]{0.9, 0.5, 0.0} #1}}
\newcommand{\cgrey}[1]{{\color[rgb]{0.6, 0.6, 0.6} #1}}
\newcommand{\cpurple}[1]{{\color[rgb]{0.6, 0.0, 0.6} #1}}
\newcommand{\cpink}[1]{{\color[rgb]{1.0, 0.5, 0.5} #1}}
\newcommand{\cbluewhen}[2]{{\color#2[rgb]{0.1, 0.0, 0.6} #1}}
\newcommand{\cgreenwhen}[2]{{\color#2[rgb]{0.0, 0.6, 0.1} #1}}
\newcommand{\corangewhen}[2]{\vspace{-1.4mm}{\color#2[rgb]{0.9, 0.3, 0.0} #1}}


\newcommand{\fixme}{ {\color{red}{FIXME!}\xspace}}


\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich, IFJ PAN)}
\institute{UZH}
\title[Gambit in a nutshell ]{Gambit in a nutshell}
\date{23 May 2016}


\begin{document}
\tikzstyle{every picture}+=[remember picture]

{
\setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}}
\begin{frame}[c]%{\phantom{title page}} 
\begin{center}
\begin{center}
	\begin{columns}
		\begin{column}{0.75\textwidth}
			\flushright\fontspec{Trebuchet MS}\bfseries \Huge {Gambit in a nutshell}
		\end{column}
                \begin{column}{0.02\textwidth}
                  {~}
                  \end{column}
                \begin{column}{0.23\textwidth}
                 % \hspace*{-1.cm}
                  \vspace*{-3mm}
                  \includegraphics[width=0.85\textwidth]{Logo2full.pdf}
                  \end{column}
	        
	\end{columns}
\end{center}
	\quad
	\vspace{3em}
\begin{columns}
\begin{column}{0.44\textwidth}
\flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin ChrzÄ…szcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}}

\end{column}
\begin{column}{0.53\textwidth}
\includegraphics[height=1.3cm]{uzh-transp}{~}{~}
\includegraphics[height=1.1cm]{ifj.png}
\end{column}
\end{columns}

\vspace{1em}
		\footnotesize\textcolor{gray}{Universit\"{a}t Z\"{u}rich, \\ Institute of Nuclear Physics, Polish Academy of Science}\normalsize\\
\vspace{0.5em}

	\textcolor{normal text.fg!50!Comment}{June 17, 2016}
\end{center}
\end{frame}
}


\begin{frame}                                                                                                        
\frametitle{\textbf{How to find New Physics?}}                                                                                                              

\ARROW There is no shortage of Beyond Standard Models!
\ARROW Any BSM can show up in lots of places:
\begin{itemize}
\item Flavour Physics.
\item Higgs and supersymmetry searches at the LHC and its predecessors.
\item Measurements of the magnetic moment of the muon.
\item Beam dump/fixed target (NA62, SHIP,...).
\item Electroweak precision tests.
\item Dark matter.
\item Neutrino mixing.
\item Gamma ray searches (e.g. FERMI-LAT, HESS, CTA, etc)
\item Radio data.
\item etc.
\end{itemize}                                                                                                                   
                                                                                                                    

\end{frame}  

\begin{frame}                                                                                                        
\frametitle{\textbf{This begs the question... }}                                                                                                              

\begin{footnotesize}


\ARROW How to combine results from all relevant experimental searches?\\
\ARROW This is straightforward for models with few parameters:
\begin{itemize}
\item Overlay exclusion curves from different experiments/measurements.
\item Look for ''excluded'' and ''non-excluded regions''
\end{itemize}
\includegraphics[width=0.5\textwidth]{images/Darkphoton.png}\\
                                                                                                                    \ARROW But the problem is not trivial if one has many parameters:
\ARROWR Scan the space (need very smart methods for a large number of parameters).\\
\ARROWR Interpret the results (Bayesian/frequentist).\\
\ARROWR Project down to parameters of interest (marginalise/profile)\\
\ARROW Need a global fitting code: GAMBIT.
\end{footnotesize}


\end{frame}  





\begin{frame}                                                                                                      \frametitle{I had a dream...}
 \begin{small}

 
\begin{center}
\includegraphics[width=0.99\textwidth]{images/lag.png}
\end{center}
\ARROW  Recent years have seen an explosion of tools that make study of user-defined Lagrangians easier.\\
~~~~\ARROWR e.g. Feynrules $\to$ Madgraph interface, CalcHEP interface to Micromegas, MadDM, automated NLO calculations through Madgraph/NLOCT + much, much more.\\
\ARROW The global fit world has not kept up with this.\\
~~~~\ARROWR Most people hard-code their own solution for each particular study\\
\ARROW Several innovations are need to rectify this:\\
~~~~\ARROWR How do we store model parameters in a sufficiently abstract way?\\
~~~~\ARROWR How do we tie disparate codes together?\\
~~~~\ARROWR How do we make LHC and other constraints model independent?\\ 
 \end{small}
\end{frame}  







\begin{frame}                                                                                                        
\frametitle{\textbf{GAMBIT}: a \textit{second-generation} global fit code}                                           
                                                                                                                     
GAMBIT: The \alert{G}lobal \alert{A}nd \alert{M}odular \alert{B}SM \alert{I}nference \alert{T}ool                    
\vspace{5mm}                                                                                                         
                                                                                                                     
Overriding principles of GAMBIT: flexibility and modularity                                                          
\begin{itemize}                                                                                                      
\item General enough to allow fast definition of new datasets and theoretical models                                 
\item Plug and play scanning, physics and likelihood packages                                                        
\item Extensive model database -- not just small modifications to constrained MSSM (NUHM, etc), and not just SUSY!   
\item Extensive observable/data libraries (likelihood modules)                                                       
\item Many statistical options -- Bayesian/frequentist, likelihood definitions, scanning algorithms                  
\item A smart and \textit{fast} LHC likelihood calculator                                                            
\item Massively parallel                                                                                             
\item Full open-source code release                                                                                  
\end{itemize}                                                                                                        
                                                                                                                     
\end{frame}  

 
\begin{frame}
\frametitle{The GAMBIT Collaboration}

\begin{columns}
\column{0.7\textwidth}
30 Members, 17 institutions, 10 countries,
11 Experiments, 4 major theory codes\\ \vspace{2mm}
\scriptsize
\begin{tabular}{l l}
\textbf{ATLAS} &  A.\ Buckley, P.\ Jackson, C.\ Rogan,\\
               & M.\ White, \vspace{0.5mm}\\
\textbf{LHCb} &  M.\ Chrzaszcz, N.\ Serra\vspace{0.5mm}\\
\textbf{Fermi-LAT} &  J.\ Conrad, J.\ Edsj\"o, G.\ Martinez\\
                   & P.\ Scott\vspace{0.5mm}\\
\textbf{CTA} &  C. Bal\'azs, T.\ Bringmann, \\
             & J.\ Conrad, M.\ White\vspace{0.5mm}\\
\textbf{HESS} &  J.\ Conrad \vspace{0.5mm}\\
\textbf{IceCube} &  J.\ Edsj\"o, P.\ Scott\vspace{0.5mm}\\
\textbf{AMS-02} &  A.\ Putze\vspace{0.5mm}\\
\textbf{CDMS, DM-ICE} &  L. Hsu\vspace{0.5mm}\\
\textbf{XENON/DARWIN} &  J.\ Conrad\vspace{0.5mm}\\
\textbf{Theory} &  P.\ Athron, C. Bal\'azs, T.\ Bringmann, \\
                & J.\ Cornell, J.\ Edsj\"o, B.\ Farmer,\\
                & A.\ Krislock, A.\ Kvellestad, M.\ Pato, \\
                & F.\ Mahmoudi, A.\ Raklev, P.\ Scott,\\
                & C.\ Weniger, M.\ White \\
\end{tabular}\vspace{2mm}

\column{0.4\textwidth}
  \vspace{-15mm}
  \includegraphics[width=\linewidth]{images/Logo2full}\\\vspace{3mm}
  \includegraphics[width=\linewidth]{images/GroupPhoto}
\end{columns}
\scriptsize
\cgrey{+recently joined: T. Gonzales, F. Kahlhoefer, J. McKay, R. Ruiz, R. Trotta}\\
\cgrey{-recently retired: L.\ Dal, A.\ Saavedra, C.\ Savage}

\end{frame}
 

\begin{frame}
\frametitle{Modules}

\textbf{Physics modules}
\begin{itemize}
\corange{\item DarkBit} -- dark matter observables (relic density, direct + indirect detection)
\corange{\item ColliderBit} -- collider observables inc. Higgs + SUSY searches from ATLAS, CMS + LEP
\corange{\item FlavBit} -- flavour physics inc. $g-2$, $b\rightarrow s\gamma$, $B$ decays (new channels, angular obs., theory uncerts, LHCb likelihoods)
\corange{\item SpecBit} -- generic BSM spectrum object, providing RGE running, masses, mixings, etc via interchangeable interfaces to different RGE codes
\corange{\item DecayBit} -- decay widths for all relevant SM \& BSM particles
\corange{\item PrecisionBit} -- SM likelihoods, precision BSM tests ($W$ mass, $\Delta\rho$ etc)
\end{itemize}
Each consists of a number of \textbf{module functions} that can have \textbf{dependencies} on each other\\\vspace{1mm}

+\corange{ScannerBit}: manages stats, sampling and optimisation

\end{frame}
 


 
 
\begin{frame}
\frametitle{Dependency Resolution}

\includegraphics[width=\textwidth]{CMSSM_active_functor_graph}

\begin{itemize}

  \item Module functions and backend functions get arranged into a \textbf{dependency tree}
  \item Starting with requested observables and likelihoods, GAMBIT fills each dependency and backend requirement
  \item Obeys \textbf{rules} at each step: allowed models, allowed backends, constraints from input file, etc
  \item $\rightarrow$ tree constitutes a directed acyclic graph
  \item $\rightarrow$ GAMBIT uses graph-theoretic methods to `solve' the graph to determine function evaluation order
\end{itemize}

\end{frame}

\begin{frame}
\frametitle{Dependency Resolution}

\begin{columns}[t]
\column{1.1\textwidth}

  \footnotesize CMSSM:\\
  \only<1>{\includegraphics[width=\textwidth]{images/CMSSM_active_functor_graph}}%
  \only<2>{\includegraphics[width=\textwidth]{images/CMSSM_active_functor_graph_1}}%
  \only<3>{\includegraphics[width=\textwidth]{images/CMSSM_active_functor_graph_2}}%
  \only<4>{\includegraphics[width=\textwidth]{images/CMSSM_active_functor_graph_3}}%
  \only<5>{\includegraphics[width=\textwidth]{images/CMSSM_active_functor_graph_4}}%
  \only<6>{\includegraphics[width=\textwidth]{images/CMSSM_active_functor_graph_5}}%
  \only<7>{\includegraphics[width=\textwidth]{images/CMSSM_active_functor_graph_6}}%
  \only<8>{\includegraphics[width=\textwidth]{images/CMSSM_active_functor_graph_7}}%

  \footnotesize MSSM7:\\
  \only<1>{\includegraphics[width=\textwidth]{images/MSSM7_active_functor_graph}}%
  \only<2>{\includegraphics[width=\textwidth]{images/MSSM7_active_functor_graph_1}}%
  \only<3>{\includegraphics[width=\textwidth]{images/MSSM7_active_functor_graph_2}}%
  \only<4>{\includegraphics[width=\textwidth]{images/MSSM7_active_functor_graph_3}}%
  \only<5>{\includegraphics[width=\textwidth]{images/MSSM7_active_functor_graph_4}}%
  \only<6>{\includegraphics[width=\textwidth]{images/MSSM7_active_functor_graph_5}}%
  \only<7>{\includegraphics[width=\textwidth]{images/MSSM7_active_functor_graph_6}}%
  \only<8>{\includegraphics[width=\textwidth]{images/MSSM7_active_functor_graph_7}}%

\end{columns}

\footnotesize
\visible<2->{\alert{Red: Model parameter translations}}\\
\visible<3->{\cblue{Blue: Precision calculations}}\\
\visible<4->{\cgreen{Green: LEP rates+likelihoods}}\\
\visible<5->{\cpurple{Purple: Decays}}\\
\visible<6->{\corange{Orange: LHC observables and likelihoods}}\\
\visible<7->{\cgrey{Grey: DM direct, indirect and relic density}}\\
\visible<8->{\cpink{Pink: Flavour physics}}

\end{frame}

 
\begin{frame}
\frametitle{Preliminary results: scalar singlet model}
{
\centering}
\includegraphics[width=0.8\linewidth]{images/SS_prelim}

\begin{textblock}{100}(10,75)
  \visible<1>
  {
    $\mathcal{L}_S = -\frac{\mu_S^2}{2}S^2 - \frac{\lambda_{hs}}{2}S^2H^\dagger H + \ldots$
  }
\end{textblock}

\end{frame}


\begin{frame}
\frametitle{Preliminary results: SUSY (CMSSM -- \textit{example only})}

\begin{columns}
\column{1.15\linewidth}
\includegraphics[height=0.425\linewidth]{images/plot_CMSSM_11_combo1D_CMSSM_MN_noLHC}\hspace{1mm}
\includegraphics[height=0.425\linewidth]{images/plot_CMSSM_11_27_post2D_CMSSM_MN_noLHC}%
\end{columns}

\begin{textblock}{100}(10,75)
  \visible<1>
  {
    \raggedright \textbf{11 parameters}: $\mathbf{4} \times \mathsf{CMSSM} + \mathbf{6} \times \mathsf{SM\ nuisances} + \mathbf{1} \times \mathsf{astro\ nuis.} (\rho_{\chi,\mathrm{local}})$
  }
\end{textblock}

\end{frame}

 
 
 
\backupbegin   

\begin{frame}\frametitle{Backup}
\topline 

\end{frame}

\backupend			

\end{document}