aboutsummaryrefslogtreecommitdiff
path: root/reproducible-paper.tex
diff options
context:
space:
mode:
Diffstat (limited to 'reproducible-paper.tex')
-rw-r--r--reproducible-paper.tex41
1 files changed, 24 insertions, 17 deletions
diff --git a/reproducible-paper.tex b/reproducible-paper.tex
index 6486fdb..e940d1d 100644
--- a/reproducible-paper.tex
+++ b/reproducible-paper.tex
@@ -945,41 +945,48 @@
\makedemoslide{img/make-demo-3.pdf}
{The narrative description of the PDF and \LaTeX{} typography is kept in \texttt{paper.tex}.}
\makedemoslide{img/make-demo-4.pdf}
- {Reported numbers (blended into the narrative, or in figures/tables) come from \texttt{project.tex}.}
+ {Analysis outputs (blended into the PDF as \LaTeX{} macros) come from \texttt{project.tex}.}
\makedemoslide{img/make-demo-5.pdf}
- {Basic project info comes from \texttt{initialize.tex}.}
+ {But analysis outputs must first be \emph{verified} (with checksums) before entering the report/paper.}
\makedemoslide{img/make-demo-6.pdf}
- {Reported values about the downloaded inputs come from \texttt{download.tex}.}
+ {Basic project info comes from \texttt{initialize.tex}.}
\makedemoslide{img/make-demo-7.pdf}
- {... for example the number of rows in the second input (a catalog) of the project.}
+ {Reported values about the downloaded inputs come from \texttt{download.tex}.}
\makedemoslide{img/make-demo-8.pdf}
- {The URL to download \texttt{input2.dat}, and a checksum to validate it, are stored in \texttt{INPUTS.conf}.}
+ {... for example the number of rows in the second input (a catalog) of the project.}
\makedemoslide{img/make-demo-9.pdf}
- {Reported values from first analysis steps stored in \texttt{analysis1.tex}.}
+ {The URL to download \texttt{input2.dat}, and a checksum to validate it, are stored in \texttt{INPUTS.conf}.}
\makedemoslide{img/make-demo-10.pdf}
- {... for example the average of the numbers in \texttt{out-1b.dat}.}
+ {Reported values from first analysis steps stored in \texttt{analysis1.tex}.}
\makedemoslide{img/make-demo-11.pdf}
- {But \texttt{out-1b.dat} itself depends on other files and a paramter (for example a multiple of sigma).}
+ {... for example the average of the numbers in \texttt{out-1b.dat}.}
\makedemoslide{img/make-demo-12.pdf}
- {\texttt{out-1a.dat} is built from a downloaded dataset.}
+ {But \texttt{out-1b.dat} itself depends on other files and a paramter (for example a multiple of sigma).}
\makedemoslide{img/make-demo-13.pdf}
- {Download URL and checksum of \texttt{input1.dat} also stored in \texttt{INPUTS.conf}.}
+ {\texttt{out-1a.dat} is built from a downloaded dataset.}
\makedemoslide{img/make-demo-14.pdf}
- {Reported values from second analysis steps stored in \texttt{analysis2.tex}.}
+ {Download URL and checksum of \texttt{input1.dat} also stored in \texttt{INPUTS.conf}.}
\makedemoslide{img/make-demo-15.pdf}
- {... for example the number of selected rows in \texttt{out-2b.dat}.}
+ {Reported values from second analysis steps stored in \texttt{analysis2.tex}.}
\makedemoslide{img/make-demo-16.pdf}
- {\texttt{out-2b.dat} is derived from \texttt{out-1b.dat} (for example, rejected some of \texttt{out-1b.dat}'s rows).}
+ {... for example the number of selected rows in \texttt{out-2b.dat}.}
\makedemoslide{img/make-demo-17.pdf}
- {Reported values from third analysis steps stored in \texttt{analysis3.tex}.}
+ {\texttt{out-2b.dat} is derived from \texttt{out-1b.dat} (for example, rejected some of \texttt{out-1b.dat}'s rows).}
\makedemoslide{img/make-demo-18.pdf}
- {... for example measurements from both \texttt{out-3a.dat} and \texttt{out-3b.dat}.}
+ {Reported values from third analysis steps stored in \texttt{analysis3.tex}.}
\makedemoslide{img/make-demo-19.pdf}
- {\texttt{out-3b.dat} is generated from an analysis on \texttt{out-2a.dat}.}
+ {... for example measurements from both \texttt{out-3a.dat} and \texttt{out-3b.dat}.}
\makedemoslide{img/make-demo-20.pdf}
- {But \texttt{out-2a.dat} itself is generated from \texttt{input1.dat} and an analysis which has two settings.}
+ {\texttt{out-3b.dat} is generated from an analysis on \texttt{out-2a.dat}.}
\makedemoslide{img/make-demo-21.pdf}
+ {But \texttt{out-2a.dat} itself is generated from \texttt{input1.dat} and an analysis which has two settings.}
+ \makedemoslide{img/make-demo-22.pdf}
{\texttt{out-3a.dat} also depends on \texttt{out-1a.dat} and an analysis with needs one parameter.}
+
+
+
+
+
\begin{frame}{\LARGE The whole project is a directed graph (codifying the data's lineage).}
\LARGE
\begin{itemize}