From 716b56b71b8513faa617acb38e2a841b59910b44 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 8 Mar 2020 18:15:32 +0000 Subject: Menke+20 example: properly count number of papers with software Until now, I was mistakenly multiplying the fraction of papers in that journal. This is corrected with this commit. --- paper.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'paper.tex') diff --git a/paper.tex b/paper.tex index 24c401e..f6aeed3 100644 --- a/paper.tex +++ b/paper.tex @@ -1126,6 +1126,7 @@ In \inlinecode{analysis1.mk} (Figure \ref{fig:mk20tab3}), we thus convert it to \input{tex/src/figure-mk20tab3.tex} \vspace{-3mm} \caption{\label{fig:mk20tab3}Simplified contents of \inlinecode{analysis1.mk}. + Here, we want to convert the downloaded XLSX dataset (Office Open XML Workbook format) to a simple plain-text fixed-width-per-column table. For the position of this subMakefile in the full project's data lineage, see Figure \ref{fig:datalineage}. In particular, here the arrows of that figure from \inlinecode{menke20.xlsx} to \inlinecode{menke20-table-3.txt} and from the latter to \inlinecode{analysis1.tex} are shown as the second and third Make rules. See Figure \ref{fig:download} and Appendix \ref{appendix:make} for more on the Make notation and Section \ref{sec:analysis} for describing the steps. -- cgit v1.2.1