aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
authorBoud Roukema <boud@cosmo.torun.pl>2020-12-06 04:07:35 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-12-27 18:04:48 +0000
commitab45cb6fd6521489880c6cb6f71eaf615cc31ffb (patch)
treee245890cb9ee3c177f328ab26c565de314e68a1c /paper.tex
parent3fbf755ba20d3a73c39ec0c6aafdf055b16f6b5f (diff)
Minor: add missing word
The sentence sounds better with 'the'.
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/paper.tex b/paper.tex
index 6b9bf31..14c3410 100644
--- a/paper.tex
+++ b/paper.tex
@@ -441,7 +441,7 @@ This fast and cheap testing encourages experimentation (without necessarily know
\new{In contrast to notebooks like Jupyter, the analysis scripts and configuration parameters are therefore not blended into the running code, are not stored together in a single file and don't require a unique editor.
To satisfy the modularity criterion, the analysis steps and narrative are run in their own files (in different languages, thus maximally benefiting from the unique features of each) and the files can be viewed or manipulated with any text editor that the authors prefer.
-The analysis can benefit from powerful and portable job management features of Make and communicates with the narrative text through \LaTeX{} macros, enabling much better formatted output that blends analysis outputs in the narrative sentences and enables direct provenance tracking.}
+The analysis can benefit from the powerful and portable job management features of Make and communicates with the narrative text through \LaTeX{} macros, enabling much better formatted output that blends analysis outputs in the narrative sentences and enables direct provenance tracking.}
To satisfy the recorded history criterion, version control (currently implemented in Git) is another component of Maneage (see Figure \ref{fig:branching}).
Maneage is a Git branch that contains the shared components (infrastructure) of all projects (e.g., software tarball URLs, build recipes, common subMakefiles, and interface script).