Skip to content

Commit

Permalink
Updated workflow figure description and made node names more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Dec 18, 2023
1 parent 856da69 commit 039f34b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions publishing/article/results.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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*}
Expand Down
4 changes: 2 additions & 2 deletions publishing/data/workflow.dot
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
Binary file modified publishing/figs/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 039f34b

Please sign in to comment.