From 20744b27870d6ae24a9938cd00d1599087cd534b Mon Sep 17 00:00:00 2001 From: Thibaut Date: Fri, 25 May 2012 15:45:19 -0700 Subject: Some basic intro --- workshop.tex | 41 +++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/workshop.tex b/workshop.tex index c798a16..b568d54 100644 --- a/workshop.tex +++ b/workshop.tex @@ -8,12 +8,21 @@ \usepackage{helvet} %\setbeamercovered{transparent} -\usecolortheme{crane} +\usetheme{Boadilla} +\usecolortheme{beaver} +\setbeamercovered{transparent} +\AtBeginSection[] +{ +\begin{frame} +\frametitle{Outline} +\tableofcontents[currentsection] +\end{frame} +} -\author[SC \& TH]{Stéphane Caron \and Thibaut Horel} -\institute{Technicolor Palo Alto} +\author[SC \& TH]{Thibaut Horel \and Stéphane Caron} +\institute{Technicolor, Palo Alto} \date{\today} -\title{Git Workshop} +\title[Git workshop]{A Git approach to collaborative work in research} \begin{document} @@ -21,8 +30,28 @@ \titlepage \end{frame} -\begin{frame} -... +\begin{frame}{Problem} +\alert{Goal:} 2 or more people want to: +\begin{itemize} +\item easily share files +\item work concurrently on these files +\item keep track of what everybody is doing +\end{itemize} +\pause +\vspace{2em} +Examples: +\begin{itemize} +\item writing a paper +\item writing code +\item \ldots +\end{itemize} +\end{frame} + +\begin{frame}{Bad solutions} +\begin{itemize} +\item Email attachments: \visible<2->{nobody in their right mind wants to do that} +\item Dropbox: good to share files not to work concurrently +\end{itemize} \end{frame} \begin{frame} -- cgit v1.2.3-70-g09d2