Skip to content
Snippets Groups Projects
Commit 1d438b8b authored by Laros's avatar Laros
Browse files

Made a tentative program.

parents
No related branches found
No related tags found
No related merge requests found
../../skel/Makefile
\ No newline at end of file
\documentclass{article}
\usepackage{fullpage}
\providecommand{\personOne}{Jeroen Laros}
\providecommand{\personTwo}{Martijn Vermaat}
\providecommand{\myDate}{October 14, 2013}
\providecommand{\myLocation}{LUMC, Leiden}
\frenchspacing
\setlength{\parindent}{0pt}
\pagestyle{empty}
\begin{document}
\begin{center}
LUMC: Human and Clinical Genetics
{\bf Git Introduction Course}
\myDate
Location: \myLocation
\bigskip
Given by: \personTwo\ and \personOne.
\end{center}
\bigskip
This course aims at everyone who works in the Bioinformatics field. We cover a
\emph{version control system} named \texttt{git}. This system is widely used by
software developers, but can also be used for project management. By keeping
track of all versions, history, etc. collaboration with colleagues is easy and
your analysis will be reproducible.
\bigskip
\bigskip
{\bf Program:}
\bigskip
\begin{tabular}{l@{\ -\ }rll}
12:30 & 12:45 & Introduction & \personOne\\
12:45 & 13:00 & Practical 1\\
13:00 & 13:30 & \texttt{git} Basics & \personOne\\
13:30 & 14:00 & Practical 2\\
14:00 & 14:15 & Break\\
14:15 & 14:45 & Branching & \personTwo\\
14:45 & 15:15 & Practical 3\\
15:15 & 15:45 & Remotes & \personTwo\\
15:45 & 16:15 & Practical 4\\
16:15 & 16:30 & Break\\
16:30 & 17:00 & Project skeleton / \texttt{git annex} & \personOne\\
17:00 & 17:30 & Practical 5\\
\end{tabular}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment