From ff8c4a21dfa492793c325d6ce87ed99efea3daf0 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 14 Apr 2020 23:04:09 +0100 Subject: Added note with link to paper's distribution tarball Since the journal doesn't accept supplementary files during initial submission, I have put this link on the PDF for the referee and editors to access if they want. Also the `tex/img' file was added to the distribution tarball. --- paper.tex | 3 +++ reproduce/analysis/make/initialize.mk | 1 + 2 files changed, 4 insertions(+) diff --git a/paper.tex b/paper.tex index 454a1df..cfab672 100644 --- a/paper.tex +++ b/paper.tex @@ -62,6 +62,9 @@ \noindent {\mpbold Keywords:} Data Lineage, Data Provenance, Reproducibility, Scientific Pipelines, Workflows + + \noindent + {\mpbold Note to DSJ editors or referees:} The distributed source of this project (described in Section \ref{sec:publishing}) is available in this URL: \url{https://akhlaghi.org/dsj-paper-\projectversion.tar.gz} } \horizontalline diff --git a/reproduce/analysis/make/initialize.mk b/reproduce/analysis/make/initialize.mk index 3213700..2736f2a 100644 --- a/reproduce/analysis/make/initialize.mk +++ b/reproduce/analysis/make/initialize.mk @@ -297,6 +297,7 @@ $(packagecontents): paper.pdf | $(texdir) # Copy all the necessary `reproduce' and `tex' contents. shopt -s extglob cp -r tex/src $$dir/tex/src + cp -r tex/img $$dir/tex/img cp tex/tikz/*.pdf $$dir/tex/tikz cp -r reproduce/* $$dir/reproduce for d in $$(find tex/build/ -mindepth 1 -maxdepth 1 -type d \ -- cgit v1.2.1