summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Caron <stephane.caron@ens.fr>2012-05-29 18:38:04 -0700
committerStephane Caron <stephane.caron@ens.fr>2012-05-29 18:38:04 -0700
commit28b50fb1c6559e0c81b1b87f1c619c8edc144b01 (patch)
tree01da3aa3d60522835e8876b594096f11eef05f8f
parentc82103531902bd098045c5715bc45ac21c2f2990 (diff)
parent20744b27870d6ae24a9938cd00d1599087cd534b (diff)
downloadgit_workshop-28b50fb1c6559e0c81b1b87f1c619c8edc144b01.tar.gz
Merge branch 'master' of horel.org:thibaut/git_workshop
-rw-r--r--workshop.tex41
1 files changed, 35 insertions, 6 deletions
diff --git a/workshop.tex b/workshop.tex
index d09f850..8b4a563 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}