From 2f5458a2bd09002ab500e0eb21b0d26ac9fd80d8 Mon Sep 17 00:00:00 2001 From: "J.F.J. Laros" <j.f.j.laros@lumc.nl> Date: Tue, 8 Oct 2013 19:47:51 +0200 Subject: [PATCH] Added an empty introduction presentation. --- introduction/Makefile | 1 + introduction/beamerthemelumc.sty | 1 + introduction/gen2phen_logo.eps | 1 + introduction/introduction.tex | 53 ++++++++++++++++++++++++++++++++ introduction/lgtc_logo.eps | 1 + introduction/lumc_logo.eps | 1 + introduction/lumc_logo_small.eps | 1 + introduction/nbic_logo.eps | 1 + introduction/ngi_logo.eps | 1 + introduction/nwo_logo_en.eps | 1 + introduction/ul_logo.eps | 1 + 11 files changed, 63 insertions(+) create mode 120000 introduction/Makefile create mode 120000 introduction/beamerthemelumc.sty create mode 120000 introduction/gen2phen_logo.eps create mode 100644 introduction/introduction.tex create mode 120000 introduction/lgtc_logo.eps create mode 120000 introduction/lumc_logo.eps create mode 120000 introduction/lumc_logo_small.eps create mode 120000 introduction/nbic_logo.eps create mode 120000 introduction/ngi_logo.eps create mode 120000 introduction/nwo_logo_en.eps create mode 120000 introduction/ul_logo.eps diff --git a/introduction/Makefile b/introduction/Makefile new file mode 120000 index 0000000..90684a5 --- /dev/null +++ b/introduction/Makefile @@ -0,0 +1 @@ +/local/projects/presentation/trunk/Makefile \ No newline at end of file diff --git a/introduction/beamerthemelumc.sty b/introduction/beamerthemelumc.sty new file mode 120000 index 0000000..f080c7a --- /dev/null +++ b/introduction/beamerthemelumc.sty @@ -0,0 +1 @@ +/local/projects/presentation/trunk/beamerthemelumc.sty \ No newline at end of file diff --git a/introduction/gen2phen_logo.eps b/introduction/gen2phen_logo.eps new file mode 120000 index 0000000..4d0481a --- /dev/null +++ b/introduction/gen2phen_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/gen2phen_logo.eps \ No newline at end of file diff --git a/introduction/introduction.tex b/introduction/introduction.tex new file mode 100644 index 0000000..db79331 --- /dev/null +++ b/introduction/introduction.tex @@ -0,0 +1,53 @@ +\documentclass[slidestop]{beamer} + +\title{Introduction to Version Control} +\providecommand{\myConference}{Git course} +\providecommand{\myDate}{Monday, October 14, 2013} +\author{Jeroen F. J. Laros} +\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 + + Martijn Vermaat + + Zuotian Tatum + + \end{center} +\end{frame} + +\end{document} diff --git a/introduction/lgtc_logo.eps b/introduction/lgtc_logo.eps new file mode 120000 index 0000000..8e90373 --- /dev/null +++ b/introduction/lgtc_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/lgtc_logo.eps \ No newline at end of file diff --git a/introduction/lumc_logo.eps b/introduction/lumc_logo.eps new file mode 120000 index 0000000..e9937f8 --- /dev/null +++ b/introduction/lumc_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/lumc_logo.eps \ No newline at end of file diff --git a/introduction/lumc_logo_small.eps b/introduction/lumc_logo_small.eps new file mode 120000 index 0000000..290da08 --- /dev/null +++ b/introduction/lumc_logo_small.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/lumc_logo_small.eps \ No newline at end of file diff --git a/introduction/nbic_logo.eps b/introduction/nbic_logo.eps new file mode 120000 index 0000000..fcde8c2 --- /dev/null +++ b/introduction/nbic_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/nbic_logo.eps \ No newline at end of file diff --git a/introduction/ngi_logo.eps b/introduction/ngi_logo.eps new file mode 120000 index 0000000..b6f678a --- /dev/null +++ b/introduction/ngi_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/ngi_logo.eps \ No newline at end of file diff --git a/introduction/nwo_logo_en.eps b/introduction/nwo_logo_en.eps new file mode 120000 index 0000000..f54507d --- /dev/null +++ b/introduction/nwo_logo_en.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/nwo_logo_en.eps \ No newline at end of file diff --git a/introduction/ul_logo.eps b/introduction/ul_logo.eps new file mode 120000 index 0000000..d49aa2d --- /dev/null +++ b/introduction/ul_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/ul_logo.eps \ No newline at end of file -- GitLab