diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-04-25 19:05:06 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-04-25 19:15:54 +0100 |
commit | b858c601613d620f5cf4501816e161a2f8f2e100 (patch) | |
tree | 45a9e282a86145fe9babef529c8fce52ffe8d717 | |
parent | d11725a09133a422dbad19f46caa088bd0bca3a9 (diff) |
DOI added to README and paper's header
The DOI of the paper has been minted by IEEE, so as a step to finalize this
paper, it has been added to the REAMEME.md and the header of all PDF
pages. Along with the DOI in the header, the arXiv and Zenodo links are
also added to the header (they are small, and won't bother the reading).
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | paper.tex | 2 | ||||
-rw-r--r-- | tex/src/supplement.tex | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -8,6 +8,7 @@ This is the reproducible project source for the paper titled "**Towards 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) [arXiv:2006.03018](https://arxiv.org/abs/2006.03018) or [zenodo.3872247](https://doi.org/10.5281/zenodo.3872247). @@ -48,7 +48,7 @@ } %% The paper headers -\markboth{Computing in Science and Engineering, Vol. X, No. X, MM YYYY}% +\markboth{Computing in Science and Engineering, Vol. X, No. X, MM 2021: \href{https://doi.org/10.1109/MCSE.2021.3072860}{DOI:10.1109/MCSE.2021.3072860}, \href{https://arxiv.org/abs/2006.03018}{arXiv:2006.03018}, \href{https://doi.org/10.5281/zenodo.3872247}{zenodo.3872247}}% {Akhlaghi \MakeLowercase{\textit{et al.}}: \projecttitle} diff --git a/tex/src/supplement.tex b/tex/src/supplement.tex index 6678e71..2c70855 100644 --- a/tex/src/supplement.tex +++ b/tex/src/supplement.tex @@ -45,7 +45,7 @@ } %% The paper headers -\markboth{Computing in Science and Engineering, Vol. X, No. X, MM YYYY}% +\markboth{Computing in Science and Engineering, Vol. X, No. X, MM 2021: \href{https://doi.org/10.1109/MCSE.2021.3072860}{DOI:10.1109/MCSE.2021.3072860}, \href{https://arxiv.org/abs/2006.03018}{arXiv:2006.03018}, \href{https://doi.org/10.5281/zenodo.3872247}{zenodo.3872247}}% {Akhlaghi \MakeLowercase{\textit{et al.}}: \projecttitle} |