Newer
Older
Presentations / LBD_meeting / Autopresentation / mchrzasz.tex
@Marcin CHrzaszcz Marcin CHrzaszcz on 5 Oct 2017 9 KB autoshit done
  1. \documentclass[11 pt,xcolor={dvipsnames,svgnames,x11names,table}]{beamer}
  2.  
  3. \usepackage[english]{babel}
  4. \usepackage{polski}
  5.  
  6.  
  7. \usetheme[
  8. bullet=circle, % Other option: square
  9. bigpagenumber, % circled page number on lower right
  10. topline=true, % colored bar at the top of the frame
  11. shadow=false, % Shading for beamer blocks
  12. watermark=BG_lower, % png file for the watermark
  13. ]{Flip}
  14.  
  15. %\logo{\kern+1.em\includegraphics[height=1cm]{SHiP-3_LightCharcoal}}
  16.  
  17.  
  18. \usepackage[lf]{berenis}
  19. \usepackage[LY1]{fontenc}
  20. \usepackage[utf8]{inputenc}
  21.  
  22. \usefonttheme{professionalfonts}
  23. \usepackage[no-math]{fontspec}
  24. \defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly
  25.  
  26. \setmainfont{Times} % Beamer ignores "main font" in favor of sans font
  27. \setsansfont{Times} % This is the font that beamer will use by default
  28. % \setmainfont{Gill Sans Light} % Prettier, but harder to read
  29.  
  30. \setbeamerfont{title}{family=\fontspec{Times}}
  31.  
  32. \input t1augie.fd
  33.  
  34. %\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font
  35. %\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font
  36. % \newcommand{\handwriting}{} % If you prefer no special handwriting font or don't have augie
  37.  
  38. %% Gill Sans doesn't look very nice when boldfaced
  39. %% This is a hack to use Helvetica instead
  40. %% Usage: \textbf{\forbold some stuff}
  41. %\newcommand{\forbold}{\fontspec{Arial}}
  42.  
  43. \usepackage{graphicx}
  44. \usepackage[export]{adjustbox}
  45.  
  46. \usepackage{amsmath}
  47. \usepackage{amsfonts}
  48. \usepackage{amssymb}
  49. \usepackage{bm}
  50. \usepackage{colortbl}
  51. \usepackage{mathrsfs} % For Weinberg-esque letters
  52. \usepackage{cancel} % For "SUSY-breaking" symbol
  53. \usepackage{slashed} % for slashed characters in math mode
  54. \usepackage{bbm} % for \mathbbm{1} (unit matrix)
  55. \usepackage{amsthm} % For theorem environment
  56. \usepackage{multirow} % For multi row cells in table
  57. \usepackage{arydshln} % For dashed lines in arrays and tables
  58. \usepackage{siunitx}
  59. \usepackage{xhfill}
  60. \usepackage{grffile}
  61. \usepackage{textpos}
  62. \usepackage{subfigure}
  63. \usepackage{tikz}
  64.  
  65. %\usepackage{hepparticles}
  66. \usepackage[italic]{hepparticles}
  67.  
  68. \usepackage{hepnicenames}
  69.  
  70. % Drawing a line
  71. \tikzstyle{lw} = [line width=20pt]
  72. \newcommand{\topline}{%
  73. \tikz[remember picture,overlay] {%
  74. \draw[crimsonred] ([yshift=-23.5pt]current page.north west)
  75. -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}}
  76.  
  77.  
  78.  
  79. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
  80. \usepackage{tikzfeynman} % For Feynman diagrams
  81. \usetikzlibrary{arrows,shapes}
  82. \usetikzlibrary{trees}
  83. \usetikzlibrary{matrix,arrows} % For commutative diagram
  84. % http://www.felixl.de/commu.pdf
  85. \usetikzlibrary{positioning} % For "above of=" commands
  86. \usetikzlibrary{calc,through} % For coordinates
  87. \usetikzlibrary{decorations.pathreplacing} % For curly braces
  88. % http://www.math.ucla.edu/~getreuer/tikz.html
  89. \usepackage{pgffor} % For repeating patterns
  90.  
  91. \usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams
  92. \usetikzlibrary{decorations.markings}
  93. \tikzset{
  94. % >=stealth', %% Uncomment for more conventional arrows
  95. vector/.style={decorate, decoration={snake}, draw},
  96. provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw},
  97. antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw},
  98. fermion/.style={draw=gray, postaction={decorate},
  99. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}},
  100. fermionbar/.style={draw=gray, postaction={decorate},
  101. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}},
  102. fermionnoarrow/.style={draw=gray},
  103. gluon/.style={decorate, draw=black,
  104. decoration={coil,amplitude=4pt, segment length=5pt}},
  105. scalar/.style={dashed,draw=black, postaction={decorate},
  106. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  107. scalarbar/.style={dashed,draw=black, postaction={decorate},
  108. decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}},
  109. scalarnoarrow/.style={dashed,draw=black},
  110. electron/.style={draw=black, postaction={decorate},
  111. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  112. bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw},
  113. }
  114.  
  115. % TIKZ - for block diagrams,
  116. % from http://www.texample.net/tikz/examples/control-system-principles/
  117. % \usetikzlibrary{shapes,arrows}
  118. \tikzstyle{block} = [draw, rectangle,
  119. minimum height=3em, minimum width=6em]
  120.  
  121.  
  122.  
  123.  
  124. \usetikzlibrary{backgrounds}
  125. \usetikzlibrary{mindmap,trees} % For mind map
  126. \newcommand{\degree}{\ensuremath{^\circ}}
  127. \newcommand{\E}{\mathrm{E}}
  128. \newcommand{\Var}{\mathrm{Var}}
  129. \newcommand{\Cov}{\mathrm{Cov}}
  130. \newcommand\Ts{\rule{0pt}{2.6ex}} % Top strut
  131. \newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut
  132.  
  133. \graphicspath{{images/}} % Put all images in this directory. Avoids clutter.
  134.  
  135. % SOME COMMANDS THAT I FIND HANDY
  136. % \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec
  137. \newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild
  138. \newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold
  139. \newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold
  140. \newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert
  141. \newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert
  142. %% "\alert" is already a beamer pre-defined
  143. \newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}%
  144.  
  145. \def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}}
  146.  
  147. \usepackage{gmp}
  148. \usepackage[final]{feynmp-auto}
  149.  
  150. \usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex}
  151. \bibliography{bib}
  152. \setbeamertemplate{bibliography item}[text]
  153.  
  154. \makeatletter\let\frametextheight\beamer@frametextheight\makeatother
  155.  
  156. % suppress frame numbering for backup slides
  157. % you always need the appendix for this!
  158. \newcommand{\backupbegin}{
  159. \newcounter{framenumberappendix}
  160. \setcounter{framenumberappendix}{\value{framenumber}}
  161. }
  162. \newcommand{\backupend}{
  163. \addtocounter{framenumberappendix}{-\value{framenumber}}
  164. \addtocounter{framenumber}{\value{framenumberappendix}}
  165. }
  166.  
  167.  
  168. \definecolor{links}{HTML}{2A1B81}
  169. %\hypersetup{colorlinks,linkcolor=,urlcolor=links}
  170.  
  171. % For shapo's formulas:
  172. \def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  173. \def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  174. \newcommand{\lsim}{\mathop{\lsi}}
  175. \newcommand{\gsim}{\mathop{\gsi}}
  176. \newcommand{\wt}{\widetilde}
  177. %\newcommand{\ol}{\overline}
  178. \newcommand{\Tr}{\rm{Tr}}
  179. \newcommand{\tr}{\rm{tr}}
  180. \newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&}
  181. \newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}}
  182. \newcommand{\abs}[1]{\rm{$\left| #1 \right|$}}
  183. \newcommand{\eV}{\rm{eV}}
  184. \newcommand{\keV}{\rm{keV}}
  185. \newcommand{\GeV}{\rm{GeV}}
  186. \newcommand{\im}{\rm{Im}}
  187. \newcommand{\disp}{\displaystyle}
  188. \def\be{\begin{equation}}
  189. \def\ee{\end{equation}}
  190. \def\ba{\begin{eqnarray}}
  191. \def\ea{\end{eqnarray}}
  192. \def\d{\partial}
  193. \def\l{\left(}
  194. \def\r{\right)}
  195. \def\la{\langle}
  196. \def\ra{\rangle}
  197. \def\e{{\rm e}}
  198. \def\Br{{\rm Br}}
  199. \def\LcTopmumu{\Lambda_c^{+} \to p \mu^+ \mu^-}
  200. \def\Lc{\Lambda_c^{+}}
  201. \def\mumu{\mu\mu}
  202. \newcommand{\BRof}[1]{\ensuremath{{\cal B}(#1)}\xspace}
  203.  
  204. \def\LcTopphi{\Lc \to p \Pphi (\mumu)}
  205. \def\Lcpomegano{\Lc \to p \omega}
  206.  
  207.  
  208.  
  209.  
  210. \def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace}
  211. \def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace}
  212. \def\pt{p_T}
  213. \def\mevc{MeV/c}
  214. \def\mevcc{MeV/c^2}
  215. \def\gevc{GeV/c}
  216. \def\gevcc{GeV/c^2}
  217. \author{ {Marcin Chrzaszcz} (CERN)}
  218. \institute{UZH}
  219. \title[Autobiography]{Autobiography}
  220.  
  221. \date{25 September 2014}
  222.  
  223.  
  224. \begin{document}
  225. \tikzstyle{every picture}+=[remember picture]
  226.  
  227. {
  228. \setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}}
  229.  
  230. \iffalse
  231. \begin{frame}[c]%{\phantom{title page}}
  232. \begin{center}
  233. \begin{center}
  234. \begin{columns}
  235. \begin{column}{0.75\textwidth}
  236. \flushright \bfseries \Large {Search for the suppressed $\Lambda_c^{+} \to p \mu^+ \mu^-$ decay and observation of the $\Lambda_c^{+} \to p \omega$ decay}
  237. \end{column}
  238. \begin{column}{0.02\textwidth}
  239. {~}
  240. \end{column}
  241. \begin{column}{0.23\textwidth}
  242. % \hspace*{-1.cm}
  243. \vspace*{-3mm}
  244. \includegraphics[width=0.6\textwidth]{lhcb-logo}
  245. \end{column}
  246.  
  247. \end{columns}
  248. \end{center}
  249. \quad
  250. \vspace{3em}
  251. \begin{columns}
  252. \begin{column}{0.44\textwidth}
  253. \flushright \vspace{-2.8em} { \fontspec{Zapfino} Marcin Chrzaszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}}
  254.  
  255. \end{column}
  256. \begin{column}{0.53\textwidth}
  257. \hspace{2.0cm}
  258. \includegraphics[height=1.6cm]{cern}
  259. \end{column}
  260. \end{columns}
  261.  
  262. \vspace{1em}
  263. \footnotesize{\large With M. Jezabek, T. Lesiak, B. Nowak, M. Witek (IFJ PAN)}
  264. \vspace{0.5em}
  265.  
  266. \textcolor{normal text.fg!50!Comment}{Tuesday meeting, CERN\\September 26, 2017}
  267. \end{center}
  268. \end{frame}
  269. }
  270.  
  271. \fi
  272. \begin{frame}{Marcin Chrząszcz}
  273. \vspace{0.5em}
  274. \begin{minipage}{\textwidth}
  275. \begin{columns}
  276.  
  277. \column{0.8\textwidth}
  278. \only<1>{
  279. \ARROW History:
  280. \begin{itemize}
  281. \item Summer Student at DESY
  282. \item Summer Student at CERN
  283. \item PhD Institute of Nuclear Physics, Krakow
  284. \item Visiting scientists at INFN Pisa
  285. \item PostDoc at University of Zurich
  286. \item Now at CERN
  287. \end{itemize}
  288. }
  289. \only<2>{
  290. \ARROW Scientific collaborations:
  291. \begin{itemize}
  292. \item BaBar
  293. \item SuperB
  294. \item LHCb
  295. \item HFAG
  296. \item GAMBIT
  297. \end{itemize}
  298.  
  299.  
  300. }
  301. \column{0.2\textwidth}
  302. \begin{center}
  303. \includegraphics[width=0.9\textwidth]{me.jpg}
  304. \end{center}
  305.  
  306.  
  307. \end{columns}
  308. \vspace{1cm}
  309. \only<2>{
  310. \begin{small}
  311. Working/Worked on
  312. \begin{itemize}
  313. \item $\tau \to 3\mu$, $B \to K^{\ast} e \mu$, $B \to \chi(\mu\mu) K$, $B \to K^{\ast}(1430) \mu \mu$, $\Lambda_b \to \Lambda_c \ell \nu$, $\Lambda_c \to p \mu \mu$ (LHCb)
  314. \item $\tau$ properties averages (HFAG)
  315. \item BSM fits (GAMBIT)
  316. \item Silicon vertex and Instrumental Flux return (SuperB)
  317. \item Some phenomenology work for $b \to s \ell \ell$ and TAUOLA generator
  318. \end{itemize}
  319. \end{small}
  320.  
  321.  
  322. }
  323. \end{minipage}
  324. \vspace*{2.cm}
  325. \end{frame}
  326. %%%%%%%%%%%%%%%%%%%%%%%%%%%%
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336. \end{document}