Skip to content

Commit

Permalink
created skeleton for #40
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Nov 17, 2023
1 parent 936728b commit e453cb6
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slides/Snakemake_HPC_Users.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
% to typeset only a few slide sets, set them here during development
%\includeonly{Why_Workflows}

\include{common/preamble}
\input{common/preamble}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down Expand Up @@ -48,6 +48,6 @@
\include{common/Reports}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\include{common/Contributing} % TODO: should include reporting issues
\include{common/Contributing}
\end{document}

66 changes: 66 additions & 0 deletions slides/common/Contributing.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Contributing}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Outline}
\begin{columns}[t]
\begin{column}{.5\textwidth}
\tableofcontents[sections={1-9},currentsection]
\end{column}
\begin{column}{.5\textwidth}
\tableofcontents[sections={10-18},currentsection]
\end{column}
\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{What is this about?}
\begin{question}[Questions]
\begin{itemize}
\item How do I report Issues?
\item How do I improve the Documentation?
\end{itemize}
\end{question}
\begin{docs}[Objectives]
\begin{enumerate}
\item Getting to know \texttt{GitHub}.
\item Learn how to figure out where an error comes from.
\item Learning how to create a \emph{meaningful} issue report.
\end{enumerate}
\end{docs}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{I am not a Programmer!}

\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Issue Dichotomy}

\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Is it \texttt{Snakemake}, the Workflow or the Cluster?}


\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Reporting \texttt{Snakemake} Issues}


\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Reporting Workflow Issues}


\end{frame}

0 comments on commit e453cb6

Please sign in to comment.