From 551995a93add3362806a6c3b052cc02d71a84784 Mon Sep 17 00:00:00 2001 From: "OpenClaw (block)" Date: Wed, 1 Apr 2026 08:43:36 +0100 Subject: [PATCH] fix: use bare ORCID format in paper.md JOSS editorialbot requires bare ORCID IDs (e.g. 0000-0003-0001-9548) not full URLs (https://orcid.org/...). This was blocking PDF generation. Closes #2 --- paper/paper.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index 705e58e..85d18de 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -8,23 +8,23 @@ tags: - machine learning authors: - name: Caspar Addyman - orcid: https://orcid.org/0000-0003-0001-9548 + orcid: 0000-0003-0001-9548 corresponding: true affiliation: 1 - name: Jeremiah Ishaya - orcid: https://orcid.org/0000-0002-9014-9372 + orcid: 0000-0002-9014-9372 affiliation: 1 - name: Irene Uwerikowe - orcid: https://orcid.org/0000-0002-1293-7349 + orcid: 0000-0002-1293-7349 affiliation: 1 - name: Daniel Stamate - orcid: https://orcid.org/0000-0001-8565-6890 + orcid: 0000-0001-8565-6890 affiliation: 2 - name: Jamie Lachman - orcid: https://orcid.org/0000-0001-9475-9218 + orcid: 0000-0001-9475-9218 affiliation: 3 - name: Mark Tomlinson - orcid: https://orcid.org/0000-0001-5846-3444 + orcid: 0000-0001-5846-3444 affiliation: 1 affiliations: - name: Institute for Life Course Health Research (ILCHR), Stellenbosch University, South Africa