diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-14 23:04:09 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-14 23:11:10 +0100 |
commit | ff8c4a21dfa492793c325d6ce87ed99efea3daf0 (patch) | |
tree | c6341a02c0cbc8fe0c167d09eed06443d0cfeb68 | |
parent | 0d468bf8336f8f82be835e36b2ccaaa3afab5665 (diff) |
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.
-rw-r--r-- | paper.tex | 3 | ||||
-rw-r--r-- | reproduce/analysis/make/initialize.mk | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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 \ |