From bb5d173399d657453533cf1bdda584203a1d096e Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 26 Nov 2020 04:56:07 +0000 Subject: All the referee points have been answered There is an answer for all the referee points now. I also did some minor edits in the paper. But we are still over the limit by around 250 words. The only remaining point that is not yet addressed (and has '####' around it) is the discussion on parallelization and its effect on reproducibility. --- project | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project b/project index 93c55e7..cdace62 100755 --- a/project +++ b/project @@ -505,9 +505,9 @@ case $operation in if [ -f paper.pdf ]; then if type pdftotext > /dev/null 2>/dev/null; then numwords=$(pdftotext paper.pdf && cat paper.txt | wc -w) - numeff=$(echo $numwords | awk '{print $1-850}') + numeff=$(echo $numwords | awk '{print $1-850+500}') echo; echo "Number of words in full PDF: $numwords" - echo "No abstract, and figure captions: $numeff" + echo "No abstract, and captions (250 for each figure): $numeff" rm paper.txt fi fi -- cgit v1.2.1