From 12f82a15843dbf995cd9ab5d23eb4669b6174a1b Mon Sep 17 00:00:00 2001 From: "J.F.J. Laros" <j.f.j.laros@lumc.nl> Date: Tue, 8 Oct 2013 19:48:24 +0200 Subject: [PATCH] Added an empty basics presentation. --- basics/Makefile | 1 + basics/basics.tex | 53 ++++++++++++++++++++++++++++++++++++++ basics/beamerthemelumc.sty | 1 + basics/gen2phen_logo.eps | 1 + basics/lgtc_logo.eps | 1 + basics/lumc_logo.eps | 1 + basics/lumc_logo_small.eps | 1 + basics/nbic_logo.eps | 1 + basics/ngi_logo.eps | 1 + basics/nwo_logo_en.eps | 1 + basics/ul_logo.eps | 1 + 11 files changed, 63 insertions(+) create mode 120000 basics/Makefile create mode 100644 basics/basics.tex create mode 120000 basics/beamerthemelumc.sty create mode 120000 basics/gen2phen_logo.eps create mode 120000 basics/lgtc_logo.eps create mode 120000 basics/lumc_logo.eps create mode 120000 basics/lumc_logo_small.eps create mode 120000 basics/nbic_logo.eps create mode 120000 basics/ngi_logo.eps create mode 120000 basics/nwo_logo_en.eps create mode 120000 basics/ul_logo.eps diff --git a/basics/Makefile b/basics/Makefile new file mode 120000 index 0000000..90684a5 --- /dev/null +++ b/basics/Makefile @@ -0,0 +1 @@ +/local/projects/presentation/trunk/Makefile \ No newline at end of file diff --git a/basics/basics.tex b/basics/basics.tex new file mode 100644 index 0000000..db79331 --- /dev/null +++ b/basics/basics.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/basics/beamerthemelumc.sty b/basics/beamerthemelumc.sty new file mode 120000 index 0000000..f080c7a --- /dev/null +++ b/basics/beamerthemelumc.sty @@ -0,0 +1 @@ +/local/projects/presentation/trunk/beamerthemelumc.sty \ No newline at end of file diff --git a/basics/gen2phen_logo.eps b/basics/gen2phen_logo.eps new file mode 120000 index 0000000..4d0481a --- /dev/null +++ b/basics/gen2phen_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/gen2phen_logo.eps \ No newline at end of file diff --git a/basics/lgtc_logo.eps b/basics/lgtc_logo.eps new file mode 120000 index 0000000..8e90373 --- /dev/null +++ b/basics/lgtc_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/lgtc_logo.eps \ No newline at end of file diff --git a/basics/lumc_logo.eps b/basics/lumc_logo.eps new file mode 120000 index 0000000..e9937f8 --- /dev/null +++ b/basics/lumc_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/lumc_logo.eps \ No newline at end of file diff --git a/basics/lumc_logo_small.eps b/basics/lumc_logo_small.eps new file mode 120000 index 0000000..290da08 --- /dev/null +++ b/basics/lumc_logo_small.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/lumc_logo_small.eps \ No newline at end of file diff --git a/basics/nbic_logo.eps b/basics/nbic_logo.eps new file mode 120000 index 0000000..fcde8c2 --- /dev/null +++ b/basics/nbic_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/nbic_logo.eps \ No newline at end of file diff --git a/basics/ngi_logo.eps b/basics/ngi_logo.eps new file mode 120000 index 0000000..b6f678a --- /dev/null +++ b/basics/ngi_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/ngi_logo.eps \ No newline at end of file diff --git a/basics/nwo_logo_en.eps b/basics/nwo_logo_en.eps new file mode 120000 index 0000000..f54507d --- /dev/null +++ b/basics/nwo_logo_en.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/nwo_logo_en.eps \ No newline at end of file diff --git a/basics/ul_logo.eps b/basics/ul_logo.eps new file mode 120000 index 0000000..d49aa2d --- /dev/null +++ b/basics/ul_logo.eps @@ -0,0 +1 @@ +/local/projects/presentation/trunk/ul_logo.eps \ No newline at end of file -- GitLab