diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-06-22 01:19:39 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-06-22 01:30:14 +0100 |
commit | 70d22be01650bad599d23a4d7541b68b9c026fa3 (patch) | |
tree | 0a3addd8cfb306aa38f7d694959ccc23616a4aec | |
parent | c07ce073307043be38ec907eac6dc758f8f768d9 (diff) |
Paper title: towards --> toward to conform with CiSE version
I just(!) noticed that in the CiSE version of the paper, they replaced the
"Towards" (first word in the title) with "Toward" (removing the
's'). According to thorough history provided by the Merriam-Webster
dictionary[1], the difference is mainly because of US/British English.
Also, they have slightly changed the capitalizations of the "long-term"
phrase, from "Long-term" that we had initially used to "Long-Term". I have
no particular opinion on this and accept their judgement.
To keep things in line with the published paper, I am correcting both these
issues in our version of the paper also (that will later go in arXiv).
https://www.merriam-webster.com/words-at-play/toward-towards-usage
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | reproduce/analysis/config/metadata.conf | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ Reproducible source for Akhlaghi et al. (2021, arXiv:2006.03018) Copyright (C) 2018-2021 Mohammad Akhlaghi <mohammad@akhlaghi.org>\ See the end of the file for license conditions. -This is the reproducible project source for the paper titled "**Towards -Long-term and Archivable Reproducibility**", by Mohammad Akhlaghi, Raúl +This is the reproducible project source for the paper titled "**Toward +Long-Term and Archivable Reproducibility**", by Mohammad Akhlaghi, Raúl Infante-Sainz, Boudewijn F. Roukema, Mohammadreza Khellat, David Valls-Gabaud, Roberto Baena-Gallé, see [DOI:10.1109/MCSE.2021.3072860](https://doi.org/10.1109/MCSE.2021.3072860) diff --git a/reproduce/analysis/config/metadata.conf b/reproduce/analysis/config/metadata.conf index c544000..caac5c9 100644 --- a/reproduce/analysis/config/metadata.conf +++ b/reproduce/analysis/config/metadata.conf @@ -23,7 +23,7 @@ # warranty. # Project information -metadata-title = Towards Long-term and Archivable Reproducibility +metadata-title = Toward Long-Term and Archivable Reproducibility # DOIs and identifiers (don't include fixed URL prefixes like # 'https://doi.org/' or 'https://arxiv.org/abs'), they will be added |