diff --git a/Templates/Blue/beamerthemeSybila.sty b/Templates/Blue/beamerthemeSybila.sty new file mode 100644 index 0000000..9fb2341 --- /dev/null +++ b/Templates/Blue/beamerthemeSybila.sty @@ -0,0 +1,128 @@ +\mode + +%------------------------------------------------------------------------------- +% Themes +%------------------------------------------------------------------------------- + +\useoutertheme{split} +\useinnertheme{rounded} +\usefonttheme{structurebold} +\useoutertheme{shadow} + +%------------------------------------------------------------------------------- +% Templates +%------------------------------------------------------------------------------- + +\beamertemplatenavigationsymbolsempty +\beamertemplateheadempty +%\beamertemplateshadowblocks + +%------------------------------------------------------------------------------- +% Own templates +%------------------------------------------------------------------------------- + +% Normal title page. +\defbeamertemplate*{title page}{simple}[1][] +{ + \vfill + \begin{centering} + \begin{beamercolorbox}[center, rounded=true]{title} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + + \vskip1em + + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + + \vskip1em + + + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{date}\insertinstitute + \end{beamercolorbox} +{\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \vskip1em + + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox} + \end{centering} + \vfill +} +\defbeamertemplate*{footline}{shadow theme} +{% + \leavevmode% + \hbox{\begin{beamercolorbox}[wd=.35\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm plus1fil,rightskip=0.3cm,center]{author in head/foot}% + \usebeamerfont{author in head/foot}\insertshortauthor \insertinstitute\par + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.65\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% + \usebeamerfont{title in head/foot}\insertshorttitle \hfill \insertframenumber\,/\,\inserttotalframenumber\hfill% + \end{beamercolorbox}}% + \vskip0pt% +} +%------------------------------------------------------------------------------- +% Logo +%------------------------------------------------------------------------------- + +%\logo{\hspace*{0.6\textwidth}\includegraphics[width=1.8cm]{images/uzh.jpg}\hspace*{0.3cm}} +\logo{% + \includegraphics[width=1.8cm,keepaspectratio]{images/uzh.jpg}\hspace*{0.3cm}% + % \includegraphics[height=0.6cm,keepaspectratio]{images/ifj.png}% +} + + +%------------------------------------------------------------------------------- +% Colors +%------------------------------------------------------------------------------- + +\setbeamercovered{dynamic} + +%\definecolor{myblue}{RGB}{51,80,255} +\definecolor{myblue}{RGB}{0, 109, 182} +%\definecolor{lightblue}{RGB}{218, 241, 241} +\definecolor{lightblue}{RGB}{177, 236, 236} + +\setbeamercolor{math text}{fg=white!0!black} % white +\setbeamercolor{title}{bg=myblue, fg=black} +\setbeamercolor{frametitle}{bg=myblue, fg=black} +\setbeamercolor{footline}{bg=black,fg=white} +\setbeamercolor{author in head/foot}{bg=lightblue,fg=black} +\setbeamercolor{title in head/foot}{bg=myblue, fg=black} +\setbeamercolor{block title}{bg=white!45!black} +\setbeamercolor{block title example}{bg=white!45!black} +\setbeamercolor{block title alerted}{bg=white!15!black} + +%\colorlet{redshaded}{red!25!bg} +%\colorlet{shaded}{black!25!bg} +%\colorlet{shadedshaded}{black!10!bg} +%\colorlet{blackshaded}{black!40!bg} + +\usecolortheme{whale} +\usecolortheme{orchid} + +%------------------------------------------------------------------------------- +% Fonts +%------------------------------------------------------------------------------- + +\setbeamerfont{block title}{size={}} +\setbeamerfont{date}{size=\small} + +%------------------------------------------------------------------------------- +% Other +%------------------------------------------------------------------------------- + +\titlegraphic{ +\includegraphics[width=3.0cm]{images/uzh.jpg}\hspace*{0.3cm} +%\includegraphics[height=0.9cm,keepaspectratio]{images/ifj.png}% + +} + +\mode + diff --git a/Templates/Blue/images/ifj.png b/Templates/Blue/images/ifj.png new file mode 100644 index 0000000..89f0b7b --- /dev/null +++ b/Templates/Blue/images/ifj.png Binary files differ diff --git a/Templates/Blue/images/uzh.jpg b/Templates/Blue/images/uzh.jpg new file mode 100644 index 0000000..ba6a5bc --- /dev/null +++ b/Templates/Blue/images/uzh.jpg Binary files differ diff --git a/Templates/Blue/mchrzasz.pdf b/Templates/Blue/mchrzasz.pdf new file mode 100644 index 0000000..eb473f4 --- /dev/null +++ b/Templates/Blue/mchrzasz.pdf Binary files differ diff --git a/Templates/Blue/mchrzasz.tex b/Templates/Blue/mchrzasz.tex new file mode 100644 index 0000000..f5f08e6 --- /dev/null +++ b/Templates/Blue/mchrzasz.tex @@ -0,0 +1,62 @@ +\documentclass[xcolor=svgnames]{beamer} +\usepackage[utf8]{inputenc} +\usepackage[english]{babel} +\usepackage{polski} +%\usepackage{amssymb,amsmath} +%\usepackage[latin1]{inputenc} +%\usepackage{amsmath} +%\newcommand\abs[1]{\left|#1\right|} +\usepackage{amsmath} +\newcommand\abs[1]{\left|#1\right|} +\usepackage{hepnicenames} +\usepackage{hepunits} +\usepackage{color} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 +\definecolor{mygreen}{cmyk}{0.82,0.11,1,0.25} + + +\usetheme{Sybila} + +\title[1D Bose-Einstein correlations]{1D Bose-Einstein correlations} +\author{Marcin Chrz\k{a}szcz$^{1}$} +\institute{$^1$~University of Zurich} +\date{\today} + +\begin{document} +% --------------------------- SLIDE -------------------------------------------- +\frame[plain]{\titlepage} +\author{Marcin Chrz\k{a}szcz{~}} +\institute{(UZH)} +% ------------------------------------------------------------------------------ +% --------------------------- SLIDE -------------------------------------------- +\begin{frame}\frametitle{Fast reminder} + +\begin{columns} +\column{2.8in} +\begin{itemize} +\item HBT interferometry can be used to study the diameters of source. +\item For indistinguishable particles the phenomena is know as Bose-Einstein Correlations(BEC). +\item BEC correlations occur as enhancement of same particles in the low $Q$ region. +\item We already observed the effects. +\item For now I want to make BEC for pions, kaons are for future(less statistics). +\item Use 2011 sample. +\end{itemize} +\begin{equation} +m =a b \PB +\end{equation} + +\column{2.2in} +%\includegraphics[height=3.cm,keepaspectratio]{images/HBT.png} + +\end{columns} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\end{frame} + + + +\end{document} diff --git a/Templates/Dark/beamerthemeSybila.sty b/Templates/Dark/beamerthemeSybila.sty new file mode 100644 index 0000000..e086418 --- /dev/null +++ b/Templates/Dark/beamerthemeSybila.sty @@ -0,0 +1,123 @@ +\mode + +%------------------------------------------------------------------------------- +% Themes +%------------------------------------------------------------------------------- + +\useoutertheme{split} +\useinnertheme{rounded} +\usefonttheme{structurebold} +\useoutertheme{shadow} + +%------------------------------------------------------------------------------- +% Templates +%------------------------------------------------------------------------------- + +\beamertemplatenavigationsymbolsempty +\beamertemplateheadempty +\beamertemplateshadowblocks + +%------------------------------------------------------------------------------- +% Own templates +%------------------------------------------------------------------------------- + +% Normal title page. +\defbeamertemplate*{title page}{simple}[1][] +{ + \vfill + \begin{centering} + \begin{beamercolorbox}[center, rounded=true]{title} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + + \vskip1em + + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + + \vskip1em + + + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{date}\insertinstitute + \end{beamercolorbox} +{\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \vskip1em + + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox} + \end{centering} + \vfill +} +\defbeamertemplate*{footline}{shadow theme} +{% + \leavevmode% + \hbox{\begin{beamercolorbox}[wd=.35\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm plus1fil,rightskip=0.3cm,center]{author in head/foot}% + \usebeamerfont{author in head/foot}\insertshortauthor \insertinstitute\par + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.65\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% + \usebeamerfont{title in head/foot}\insertshorttitle \hfill \insertframenumber\,/\,\inserttotalframenumber\hfill% + \end{beamercolorbox}}% + \vskip0pt% +} +%------------------------------------------------------------------------------- +% Logo +%------------------------------------------------------------------------------- + +%\logo{\hspace*{0.6\textwidth}\includegraphics[width=1.8cm]{images/uzh.jpg}\hspace*{0.3cm}} +\logo{% + \includegraphics[width=1.8cm,keepaspectratio]{images/uzh.jpg}\hspace*{0.3cm}% + % \includegraphics[height=0.6cm,keepaspectratio]{images/ifj.png}% +} + + +%------------------------------------------------------------------------------- +% Colors +%------------------------------------------------------------------------------- + +\setbeamercovered{dynamic} + +\setbeamercolor{math text}{fg=white!0!black} +\setbeamercolor{title}{bg=white!30!black} +\setbeamercolor{frametitle}{bg=white!45!black} +\setbeamercolor{footline}{bg=black,fg=white} +\setbeamercolor{author in head/foot}{bg=black,fg=white} +\setbeamercolor{title in head/foot}{bg=white!45!black} +\setbeamercolor{block title}{bg=white!45!black} +\setbeamercolor{block title example}{bg=white!45!black} +\setbeamercolor{block title alerted}{bg=white!15!black} + +\colorlet{redshaded}{red!25!bg} +\colorlet{shaded}{black!25!bg} +\colorlet{shadedshaded}{black!10!bg} +\colorlet{blackshaded}{black!40!bg} + +\usecolortheme{whale} +\usecolortheme{orchid} + +%------------------------------------------------------------------------------- +% Fonts +%------------------------------------------------------------------------------- + +\setbeamerfont{block title}{size={}} +\setbeamerfont{date}{size=\small} + +%------------------------------------------------------------------------------- +% Other +%------------------------------------------------------------------------------- + +\titlegraphic{ +\includegraphics[width=3.0cm]{images/uzh.jpg}\hspace*{0.3cm} +%\includegraphics[height=0.9cm,keepaspectratio]{images/ifj.png}% + +} + +\mode + diff --git a/Templates/Dark/images/ifj.png b/Templates/Dark/images/ifj.png new file mode 100644 index 0000000..89f0b7b --- /dev/null +++ b/Templates/Dark/images/ifj.png Binary files differ diff --git a/Templates/Dark/images/uzh.jpg b/Templates/Dark/images/uzh.jpg new file mode 100644 index 0000000..ba6a5bc --- /dev/null +++ b/Templates/Dark/images/uzh.jpg Binary files differ diff --git a/Templates/Dark/mchrzasz.aux b/Templates/Dark/mchrzasz.aux new file mode 100644 index 0000000..8912434 --- /dev/null +++ b/Templates/Dark/mchrzasz.aux @@ -0,0 +1,33 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand\HyField@AuxAddToFields[1]{} +\providecommand\HyField@AuxAddToCoFields[2]{} +\@writefile{toc}{\beamer@endinputifotherversion {3.24pt}} +\@writefile{nav}{\beamer@endinputifotherversion {3.24pt}} +\select@language{english} +\@writefile{toc}{\select@language{english}} +\@writefile{lof}{\select@language{english}} +\@writefile{lot}{\select@language{english}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{2}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{2}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{2}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {2}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {2}}} diff --git a/Templates/Dark/mchrzasz.tex b/Templates/Dark/mchrzasz.tex new file mode 100644 index 0000000..2c358fd --- /dev/null +++ b/Templates/Dark/mchrzasz.tex @@ -0,0 +1,59 @@ +\documentclass[xcolor=svgnames]{beamer} +\usepackage[utf8]{inputenc} +\usepackage[english]{babel} +\usepackage{polski} +%\usepackage{amssymb,amsmath} +%\usepackage[latin1]{inputenc} +%\usepackage{amsmath} +%\newcommand\abs[1]{\left|#1\right|} +\usepackage{amsmath} +\newcommand\abs[1]{\left|#1\right|} +\usepackage{hepnicenames} +\usepackage{hepunits} +\usepackage{color} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 +\definecolor{mygreen}{cmyk}{0.82,0.11,1,0.25} + + +\usetheme{Sybila} + +\title[1D Bose-Einstein correlations]{1D Bose-Einstein correlations} +\author{Marcin Chrz\k{a}szcz$^{1}$} +\institute{$^1$~University of Zurich} +\date{\today} + +\begin{document} +% --------------------------- SLIDE -------------------------------------------- +\frame[plain]{\titlepage} +\author{Marcin Chrz\k{a}szcz{~}} +\institute{(UZH)} +% ------------------------------------------------------------------------------ +% --------------------------- SLIDE -------------------------------------------- +\begin{frame}\frametitle{Fast reminder} + +\begin{columns} +\column{2.8in} +\begin{itemize} +\item HBT interferometry can be used to study the diameters of source. +\item For indistinguishable particles the phenomena is know as Bose-Einstein Correlations(BEC). +\item BEC correlations occur as enhancement of same particles in the low $Q$ region. +\item We already observed the effects. +\item For now I want to make BEC for pions, kaons are for future(less statistics). +\item Use 2011 sample. +\end{itemize} + +\column{2.2in} +%\includegraphics[height=3.cm,keepaspectratio]{images/HBT.png} + +\end{columns} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\end{frame} + + + +\end{document}