diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-07-01 00:04:55 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-07-01 00:04:55 +0100 |
commit | b52cc6fd12d446c1fc8fc98294ee3ce41ac55d26 (patch) | |
tree | f82887186fd5dda5b6c2d9b2d02846e633c20ac9 | |
parent | 2e831a9d0118870ee53fc66e16ad205ef1fa7f68 (diff) |
Updated order of slides on values in paper
In the step that we show how the analysis results are written in the
paper, we would suddenly show the audience a shell function without
any context. This wasn't clear to understand. So the order is reset to
what it originally was: first I show the paper and its source, then I
go down onto the script that writes the LaTeX macros.
-rw-r--r-- | reproducible-paper.tex | 80 |
1 files changed, 49 insertions, 31 deletions
diff --git a/reproducible-paper.tex b/reproducible-paper.tex index 680411d..9b98c7e 100644 --- a/reproducible-paper.tex +++ b/reproducible-paper.tex @@ -646,38 +646,48 @@ + + + \newcommand{\focusonpaper}{} \begin{frame}{General outline of a project} \include{tex/project-graph} \end{frame} \let\focusonpaper\undefined - \begin{frame}{Analysis results stored as \LaTeX{} macros} - Any analysis result that must be reported in the final - paper/report must is saved as a \LaTeX{} macro. - \begin{center} - \includegraphics[width=0.6\linewidth]{img/reproducible-write-macro.png} - \end{center} + + \begin{frame}{Values in final report/paper} + All analysis \alert{results} (numbers, plots, tables) written in + paper's PDF as \alert{\LaTeX{} macros}. They are thus + \alert{updated automatically} on any change.\\ Shown here is a + portion of the \textsf{NoiseChisel} paper and its \LaTeX{} source + (\textcolor{blue}{\small\href{https://arxiv.org/abs/1505.01664}{arXiv:1505.01664}}). + + \vspace{0.4cm} + \includegraphics[width=\linewidth]{img/reproducible-latex.png} \end{frame} - \begin{frame}{Analysis results stored as \LaTeX{} macros} - Any analysis result that must be reported in the final - paper/report must is saved as a \LaTeX{} macro. - \begin{center} - \includegraphics[width=0.6\linewidth]{img/reproducible-write-macro-highlight.png} - \end{center} + + \begin{frame}{Values in final report/paper} + All analysis \alert{results} (numbers, plots, tables) written in + paper's PDF as \alert{\LaTeX{} macros}. They are thus + \alert{updated automatically} on any change.\\ Shown here is a + portion of the \textsf{NoiseChisel} paper and its \LaTeX{} source + (\textcolor{blue}{\small\href{https://arxiv.org/abs/1505.01664}{arXiv:1505.01664}}). + + \vspace{0.4cm} + \includegraphics[width=\linewidth]{img/reproducible-latex-highlighted.png} \end{frame} + \begin{frame}{Analysis step results/values concatenated into a single file.} - All analysis results are concatenated into a \alert{single file} - that will be included into the paper's \LaTeX{} source. + All \LaTeX{} macros come from a \alert{single file}. \begin{center} \includegraphics[width=0.6\linewidth]{img/reproducible-macros.png} \end{center} \end{frame} \begin{frame}{Analysis step results/values concatenated into a single file.} - All analysis results are concatenated into a \alert{single file} - that will be included into the paper's \LaTeX{} source. + All \LaTeX{} macros come from a \alert{single file}. \begin{center} \includegraphics[width=0.6\linewidth]{img/reproducible-macros-highlighted.png} \end{center} @@ -687,25 +697,33 @@ - \begin{frame}{Values in final report/paper} - The \LaTeX{} macros are used when writing the paper (all numbers - updated automatically).\\ Shown here is a portion of the - \textsf{NoiseChisel} paper and its source - (\textcolor{blue}{\small\href{https://arxiv.org/abs/1505.01664}{arXiv:1505.01664}}). - \vspace{1.2cm} - \includegraphics[width=\linewidth]{img/reproducible-latex.png} + + \begin{frame}{Analysis results stored as \LaTeX{} macros} + The analysis scripts write/update the \LaTeX{} macro values + automatically. + \begin{center} + \includegraphics[width=0.6\linewidth]{img/reproducible-write-macro.png} + \end{center} + \end{frame} + \begin{frame}{Analysis results stored as \LaTeX{} macros} + The analysis scripts write/update the \LaTeX{} macro values + automatically. + \begin{center} + \includegraphics[width=0.6\linewidth]{img/reproducible-write-macro-highlight.png} + \end{center} \end{frame} - \begin{frame}{Values in final report/paper} - The \LaTeX{} macros are used when writing the paper (all numbers - updated automatically).\\ Shown here is a portion of the - \textsf{NoiseChisel} paper and its source - (\textcolor{blue}{\small\href{https://arxiv.org/abs/1505.01664}{arXiv:1505.01664}}). - \vspace{1.2cm} - \includegraphics[width=\linewidth]{img/reproducible-latex-highlighted.png} - \end{frame} + + + + + + + + + |