From e3bdc607a7fca8ebd876e1fa6002e679ad32f2c4 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 4 Jun 2020 04:09:21 +0100 Subject: Verification activated, README added, Proper metadata in plot data All the steps following the to-be-added (in 'README-hacking.md') publication checklist prior to the final check from new clone have been added: - 'README.md' file has been set. - "Reproducible supplement" was added just above the keywords, pointing to Zenodo. - A link to the to-be-uploaded data underlying the plot was added in the caption of the tools-per-year plot. - A new meta-data configuration file was added to store basic project metadata to be used throughout the project. This will later be taken into Maneage. For examle the project title is now stored here and written into the paper's LaTeX source and output datasets automatically. - Verification was activated and plot's data and LaTeX macro files are now automatically verified. - A complete metadata was added for the data underlying the plot. - A generic function was added in 'initialize.mk' that will automatically write project info and copyright in all plain-text outputs. --- tex/src/figure-tools-per-year.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/src/figure-tools-per-year.tex') diff --git a/tex/src/figure-tools-per-year.tex b/tex/src/figure-tools-per-year.tex index 240ac27..e235424 100644 --- a/tex/src/figure-tools-per-year.tex +++ b/tex/src/figure-tools-per-year.tex @@ -14,7 +14,7 @@ %% Linear plot, showing the number of papers mentioning tools. \addplot+ [mark=none, very thick, green!60!black] - table {tex/build/tools-per-year/columns.txt}; + table {tex/build/to-publish/tools-per-year.txt}; \end{axis} %% Add the right-side Y axis. @@ -29,6 +29,6 @@ max space between ticks=20, ] \addplot+ [ybar, mark=none, fill=red!50!white, red, opacity=0.25] - table [x index=0, y index=2] {tex/build/tools-per-year/columns.txt}; + table [x index=0, y index=2] {tex/build/to-publish/tools-per-year.txt}; \end{axis} \end{tikzpicture} -- cgit v1.2.1