From b1a25654501790c878dbce98d96a0e66f9af2b30 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Fri, 11 Oct 2013 13:26:45 +0200 Subject: [PATCH] Template for slides on branching --- branching/Makefile | 1 + branching/beamerthemelumc.sty | 1 + branching/branching.tex | 53 +++++++++++++++++++++++++++++++++++ branching/gen2phen_logo.eps | 1 + branching/lgtc_logo.eps | 1 + branching/lumc_logo.eps | 1 + branching/lumc_logo_small.eps | 1 + branching/nbic_logo.eps | 1 + branching/ngi_logo.eps | 1 + branching/nwo_logo_en.eps | 1 + branching/ul_logo.eps | 1 + 11 files changed, 63 insertions(+) create mode 120000 branching/Makefile create mode 120000 branching/beamerthemelumc.sty create mode 100644 branching/branching.tex create mode 120000 branching/gen2phen_logo.eps create mode 120000 branching/lgtc_logo.eps create mode 120000 branching/lumc_logo.eps create mode 120000 branching/lumc_logo_small.eps create mode 120000 branching/nbic_logo.eps create mode 120000 branching/ngi_logo.eps create mode 120000 branching/nwo_logo_en.eps create mode 120000 branching/ul_logo.eps diff --git a/branching/Makefile b/branching/Makefile new file mode 120000 index 0000000..90684a5 --- /dev/null +++ b/branching/Makefile @@ -0,0 +1 @@ +/local/projects/presentation/trunk/Makefile \ No newline at end of file diff --git a/branching/beamerthemelumc.sty b/branching/beamerthemelumc.sty new file mode 120000 index 0000000..f080c7a --- /dev/null +++ b/branching/beamerthemelumc.sty @@ -0,0 +1 @@ +/local/projects/presentation/trunk/beamerthemelumc.sty \ No newline at end of file diff --git a/branching/branching.tex b/branching/branching.tex new file mode 100644 index 0000000..02d3adc --- /dev/null +++ b/branching/branching.tex @@ -0,0 +1,53 @@ +\documentclass[slidestop]{beamer} + +\title{Working with branches in Git} +\providecommand{\myConference}{Git course} +\providecommand{\myDate}{Monday, October 14, 2013} +\author{Martijn Vermaat} +\providecommand{\myGroup}{Leiden Genome Technology Center} +\providecommand{\myDepartment}{Department of Human Genetics} +\providecommand{\myCenter}{Center for Human and Clinical Genetics} +\providecommand{\lastCenterLogo}{ + \raisebox{-0.1cm}{ + \includegraphics[height=1cm]{lgtc_logo} + %\includegraphics[height=0.7cm]{ngi_logo} + } +} +\providecommand{\lastRightLogo}{ + %\includegraphics[height=0.7cm]{nbic_logo} + %\includegraphics[height=0.8cm]{nwo_logo_en} + %\hspace{1.5cm}\includegraphics[height=0.7cm]{gen2phen_logo} +} + +\usetheme{lumc} + +\begin{document} + +% This disables the \pause command, handy in the editing phase. +%\renewcommand{\pause}{} + +% Make the title page. +\bodytemplate + +% First page of the presentation. +\section{Introduction} +\begin{frame} + \frametitle{} +\end{frame} + +\section{Questions?} +\lastpagetemplate +\begin{frame} + \begin{center} + Acknowledgements: + \bigskip + \bigskip + + Jeroen Laros + + Zuotian Tatum + + \end{center} +\end{frame} + +\end{document} diff --git a/branching/gen2phen_logo.eps b/branching/gen2phen_logo.eps new file mode 120000 index 0000000..4d0481a --- /dev/null +++ b/branching/gen2phen_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/gen2phen_logo.eps \ No newline at end of file diff --git a/branching/lgtc_logo.eps b/branching/lgtc_logo.eps new file mode 120000 index 0000000..8e90373 --- /dev/null +++ b/branching/lgtc_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/lgtc_logo.eps \ No newline at end of file diff --git a/branching/lumc_logo.eps b/branching/lumc_logo.eps new file mode 120000 index 0000000..e9937f8 --- /dev/null +++ b/branching/lumc_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/lumc_logo.eps \ No newline at end of file diff --git a/branching/lumc_logo_small.eps b/branching/lumc_logo_small.eps new file mode 120000 index 0000000..290da08 --- /dev/null +++ b/branching/lumc_logo_small.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/lumc_logo_small.eps \ No newline at end of file diff --git a/branching/nbic_logo.eps b/branching/nbic_logo.eps new file mode 120000 index 0000000..fcde8c2 --- /dev/null +++ b/branching/nbic_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/nbic_logo.eps \ No newline at end of file diff --git a/branching/ngi_logo.eps b/branching/ngi_logo.eps new file mode 120000 index 0000000..b6f678a --- /dev/null +++ b/branching/ngi_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/ngi_logo.eps \ No newline at end of file diff --git a/branching/nwo_logo_en.eps b/branching/nwo_logo_en.eps new file mode 120000 index 0000000..f54507d --- /dev/null +++ b/branching/nwo_logo_en.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/nwo_logo_en.eps \ No newline at end of file diff --git a/branching/ul_logo.eps b/branching/ul_logo.eps new file mode 120000 index 0000000..d49aa2d --- /dev/null +++ b/branching/ul_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/ul_logo.eps \ No newline at end of file -- GitLab