summaryrefslogtreecommitdiffstats
path: root/workshop.tex
diff options
context:
space:
mode:
authorThibaut <thibaut@horel.org>2012-05-25 15:45:19 -0700
committerThibaut <thibaut@horel.org>2012-05-25 15:45:19 -0700
commit20744b27870d6ae24a9938cd00d1599087cd534b (patch)
tree1dad1fe0e729a46669248a3f286cba42367c6db9 /workshop.tex
parent0865a1b0e5f975d95cf570027fa5116b6ed8c7d2 (diff)
downloadgit_workshop-20744b27870d6ae24a9938cd00d1599087cd534b.tar.gz
Some basic intro
Diffstat (limited to 'workshop.tex')
-rw-r--r--workshop.tex41
1 files 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}<beamer>
+\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}