From 7b008dfbb9b2f6a1f5145e3841464e723f590feb Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 22 May 2020 02:15:06 +0100 Subject: Re-write of the paper to fit in ~6000 words and IEEE format Following the fact that the DSJ editor decided that this paper doesn't fit into their scope, we decided to submit it to IEEE's Computing in Science and Engineering (CiSE). So with this commit the text was re-written to fit into their style and word-count limitations. --- project | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'project') diff --git a/project b/project index efbd266..47cb5ae 100755 --- a/project +++ b/project @@ -406,6 +406,11 @@ EOF # Run the actual project. controlled_env reproduce/analysis/make/top-make.mk + + # Print the number of words + numwords=$(/usr/bin/pdftotext paper.pdf && cat paper.txt | wc -w) + echo; echo "Number of words in full PDF: $numwords" + rm paper.txt ;; -- cgit v1.2.1