diff --git a/publishing/article/results.tex b/publishing/article/results.tex index 87beca17..68574aef 100644 --- a/publishing/article/results.tex +++ b/publishing/article/results.tex @@ -44,10 +44,11 @@ \subsection{Repository Structure} \centering \includegraphics[clip,width=0.99\textwidth]{figs/workflow.pdf} \caption{ - \textbf{The reexecution system encompasses both Article Reexecution, and the Meta-Article as separate Make targets.} - Depicted is the workflow of the re-execution system, where the entry point for reexecution is “Original Article”, and the entry point for this article (which also generates the reproduction assessment) is “Meta-Article”. + \textbf{The reexecution system encompasses both Article Reexecution, and the Meta-Article as independent Make targets.} + Depicted is the workflow of the re-execution system, with two reexecution entry points, the “Original Article”, the “Meta-Article” (i.e. \textit{this} article, which also performs the reproduction assessment). Notably, for the generation of the meta-article, the Original Article can be executed, or not — the meta-article will dynamically include all reexecution results which are published, as well as all which are locally produced. The article reexecution PDF results are highlighted in light green, and the PDF of the resulting meta-article (i.e. this article) is highlighted in light blue. + Optional nodes (such as fetching a container image for meta-article reexecution) are faded gray. } \label{fig:workflow} \end{figure*} diff --git a/publishing/data/workflow.dot b/publishing/data/workflow.dot index c0fddf1a..d0759d0c 100644 --- a/publishing/data/workflow.dot +++ b/publishing/data/workflow.dot @@ -39,8 +39,8 @@ digraph graphname { rd[label=" Raw Data ", shape=box, color="#BBBBBB", fillcolor=grey93]; ac[label=" Article Code ", shape=box, color="#BBBBBB", fillcolor=grey93]; blank12 [style=invis]; - arl[label="Article Reexecution Library", shape=box, color="#BBBBBB", fillcolor="#bbffdd"]; - mss[label=" Meta-System Image ", shape=box, color="#CCCCCC", fillcolor=grey97, fontcolor="#999999"] + arl[label="Article Reexecution Library ", shape=box, color="#BBBBBB", fillcolor="#bbffdd"]; + mss[label="Meta-Article System Image", shape=box, color="#CCCCCC", fillcolor=grey97, fontcolor="#999999"] } si -> ae [weight=9]; diff --git a/publishing/figs/workflow.png b/publishing/figs/workflow.png index bd477081..b6286262 100644 Binary files a/publishing/figs/workflow.png and b/publishing/figs/workflow.png differ