From 4c5688c9b2594a663003b7aa9806501efb6da319 Mon Sep 17 00:00:00 2001
From: Michiel van Galen <m.van_galen@lumc.nl>
Date: Thu, 22 May 2014 12:26:19 +0200
Subject: [PATCH] Updated phylo pres

---
 phylogenetic_reconstruction/DellBlade4.png    |  1 +
 phylogenetic_reconstruction/PhylogenIconI.jpg |  1 +
 phylogenetic_reconstruction/make_pipeline.png |  1 +
 phylogenetic_reconstruction/phylo_tree.png    |  1 +
 .../phylogenetic_reconstruction.tex           | 56 +++++++++++++++----
 5 files changed, 50 insertions(+), 10 deletions(-)
 create mode 120000 phylogenetic_reconstruction/DellBlade4.png
 create mode 120000 phylogenetic_reconstruction/PhylogenIconI.jpg
 create mode 120000 phylogenetic_reconstruction/make_pipeline.png
 create mode 120000 phylogenetic_reconstruction/phylo_tree.png

diff --git a/phylogenetic_reconstruction/DellBlade4.png b/phylogenetic_reconstruction/DellBlade4.png
new file mode 120000
index 0000000..584bd89
--- /dev/null
+++ b/phylogenetic_reconstruction/DellBlade4.png
@@ -0,0 +1 @@
+../presentation-pics/pics/DellBlade4.png
\ No newline at end of file
diff --git a/phylogenetic_reconstruction/PhylogenIconI.jpg b/phylogenetic_reconstruction/PhylogenIconI.jpg
new file mode 120000
index 0000000..b178bb7
--- /dev/null
+++ b/phylogenetic_reconstruction/PhylogenIconI.jpg
@@ -0,0 +1 @@
+../presentation-pics/pics/PhylogenyIconI.jpg
\ No newline at end of file
diff --git a/phylogenetic_reconstruction/make_pipeline.png b/phylogenetic_reconstruction/make_pipeline.png
new file mode 120000
index 0000000..256890c
--- /dev/null
+++ b/phylogenetic_reconstruction/make_pipeline.png
@@ -0,0 +1 @@
+../presentation-pics/pics/make_pipeline.png
\ No newline at end of file
diff --git a/phylogenetic_reconstruction/phylo_tree.png b/phylogenetic_reconstruction/phylo_tree.png
new file mode 120000
index 0000000..22b0fee
--- /dev/null
+++ b/phylogenetic_reconstruction/phylo_tree.png
@@ -0,0 +1 @@
+../presentation-pics/pics/phylo_tree.png
\ No newline at end of file
diff --git a/phylogenetic_reconstruction/phylogenetic_reconstruction.tex b/phylogenetic_reconstruction/phylogenetic_reconstruction.tex
index 2a19d7d..57060a1 100644
--- a/phylogenetic_reconstruction/phylogenetic_reconstruction.tex
+++ b/phylogenetic_reconstruction/phylogenetic_reconstruction.tex
@@ -29,8 +29,22 @@
 \bodytemplate
 
 % First page of the presentation.
+\section{Introduction}
+\subsection{The project}
+\begin{pframe}
+  \begin{itemize}
+    \item Refactor a Sanger phylogenetic workflow
+    \item Collaboration with Wilco Knetsch
+    \item Ongoing work
+  \end{itemize}
+  \begin{figure}
+    \centering
+    \includegraphics[width=0.55\textwidth]{phylo_tree}
+  \end{figure}
+\end{pframe}
+
 \section{Material}
-\subsection{Input and goal}
+\subsection{Input and problem}
 \begin{pframe}
   \begin{itemize}
     \item Sequence data available for different strains of bacteria
@@ -47,14 +61,6 @@ the field of phylogenetic reconstruction.
 \end{pframe}
 
 \section{Methods}
-\subsection{Naive approach}
-\begin{pframe}
-  \begin{figure}
-    \centering
-    \includegraphics[width=0.75\textwidth]{previous}
-  \end{figure}
-\end{pframe}
-
 \subsection{Naive approach}
 \begin{pframe}
   Early workflow adapted from Sanger suffered from some limitations:
@@ -71,6 +77,14 @@ the field of phylogenetic reconstruction.
   \end{itemize}
 \end{pframe}
 
+\subsection{Naive approach}
+\begin{pframe}
+  \begin{figure}
+    \centering
+    \includegraphics[width=0.75\textwidth]{previous}
+  \end{figure}
+\end{pframe}
+
 \subsection{From bundle of scripts to pipeline}
 \begin{pframe}
   Re-factor the workflow into a complete pipeline
@@ -80,7 +94,7 @@ the field of phylogenetic reconstruction.
     \item Convert the workflow to an automated pipeline
     \item Replace custom scripts with maintained existing tools and methods
     \item Include cluster support
-    \item Improve usability and customization 
+    \item Improve (re-)usability and customization 
   \end{itemize}
 \end{pframe}
 
@@ -135,9 +149,21 @@ the field of phylogenetic reconstruction.
     \begin{itemize}
       \item Not reinventing the wheel, outsource support for tools
     \end{itemize}
+    \begin{figure}
+      \centering
+      \includegraphics[width=0.6\textwidth]{DellBlade4}
+    \end{figure}
   \end{itemize}
 \end{pframe}
 
+\subsection{The code}
+\begin{pframe}
+  \begin{figure}
+    \centering
+    \includegraphics[width=0.8\textwidth]{make_pipeline}
+  \end{figure}
+\end{pframe}
+
 \section{Future work}
 \subsection{Possible expansions}
 \begin{pframe}
@@ -146,6 +172,7 @@ the field of phylogenetic reconstruction.
     \begin{itemize}
       \item User friendly interface 
       \item More automation
+      \item Setup a data compendium
     \end{itemize}
     \bigskip
 
@@ -160,6 +187,7 @@ the field of phylogenetic reconstruction.
 \begin{pframe}
   \begin{itemize}
     \item Calculate distance between samples based on occurrences of words of length k
+    \item Dimension reduction to create distance plots
   \end{itemize}
   \begin{figure}
     \centering
@@ -167,6 +195,14 @@ the field of phylogenetic reconstruction.
   \end{figure}
 \end{pframe}
 
+\subsection{More tools}
+\begin{pframe}
+  \begin{figure}
+    \centering
+    \includegraphics[width=0.90\textwidth]{PhylogenIconI}
+  \end{figure}
+\end{pframe}
+
 \section{Conclusion}
 \begin{pframe}
   Summarizing: 
-- 
GitLab