From 6a4b4898bd3a69d63cc0b34dd276e3dd194cebc9 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 28 Jun 2020 03:15:16 +0100 Subject: Zenodo identifier is extracted automatically from metadata.conf Until now, the Zenodo identifier was manually written in the paper. But now we have the Zenodo DOI in 'metadata.conf', so its much more robust to get it from there (in case updated versions of the paper is published). --- reproduce/analysis/config/metadata.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce/analysis/config/metadata.conf') diff --git a/reproduce/analysis/config/metadata.conf b/reproduce/analysis/config/metadata.conf index cddc33f..07a1145 100644 --- a/reproduce/analysis/config/metadata.conf +++ b/reproduce/analysis/config/metadata.conf @@ -14,7 +14,7 @@ metadata-title = Towards Long-term and Archivable Reproducibility # DOIs and identifiers. metadata-arxiv = 2006.03018 -metadata-doi-zenodo = https://doi.org/10.5281/zenodo.3872248 +metadata-doi-zenodo = https://doi.org/10.5281/zenodo.3911395 metadata-doi-journal = metadata-doi = $(metadata-doi-zenodo) metadata-git-repository = https://gitlab.com/makhlaghi/maneage-paper -- cgit v1.2.1