From 66ef505005a7b38ecc8647cf508edc3a27170deb Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 4 Dec 2023 11:58:30 -0500 Subject: [PATCH] Using workflow figure in article --- publishing/article/results.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/publishing/article/results.tex b/publishing/article/results.tex index 9fbdbe4f..2fa094da 100644 --- a/publishing/article/results.tex +++ b/publishing/article/results.tex @@ -40,6 +40,19 @@ \subsection{Repository Structure} \end{figure*} +\begin{figure*} + \centering + \includegraphics[clip,width=0.99\textwidth]{figs/workflow.pdf} + \caption{ + \textbf{The reexecution system encompasses both the original article (first target), and the meta article (i.e. this article) as sequential 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”. + 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. + } + \label{fig:topology} +\end{figure*} + + %TODO: Something *descriptive* about how this new layout allows for more of a plug-in structure.