Skip to content

Commit d60ca2d

Browse files
committed
Replace all Zenodo references with Figshare (already deposited)
User clarified: this project uses Figshare, not Zenodo. Replaced all Zenodo mentions across 7 files with the existing Figshare deposit: - Public DOI: 10.6084/m9.figshare.31653373 (CC-BY 4.0) - Private reviewer share URL: figshare.com/s/3d17327cef1ae99ed37c Files updated: - article/ncomms_main.tex: 4 mentions (Data/Code Availability ×2 sites) - response_letter/01_point_by_point_response.tex: 1 - response_letter/03_revised_cover_letter.tex: 1 (private reviewer URL added) - article/CODE_SOFTWARE_CHECKLIST.md: 3 - article/ML_CHECKLIST_FILLED.md: 2 - article/REPORTING_SUMMARY_FILLED.md: 2 Also deleted accidentally-created GitHub release v1.1-natcomms-revision1 and its tag (Zenodo record 10.5281/zenodo.20129427 was auto-minted via the integration but is now orphaned/unreferenced; manuscript points exclusively to Figshare). 5 PDFs recompiled (28/23/15/3/29 pages, no '??'), 4 _VF ZIPs refreshed on Desktop.
1 parent f487658 commit d60ca2d

29 files changed

Lines changed: 31 additions & 30 deletions

article/CODE_SOFTWARE_CHECKLIST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| Repository visibility (review) | Private — reviewer link supplied via Editorial Manager |
1919
| Repository visibility (post-publication) | Public on acceptance |
2020
| Versioned release for this manuscript | Tag `v1.1-natcomms-revision1` (created at submission of revised manuscript) |
21-
| Persistent archive (snapshot) | Zenodo DOI — to be minted on acceptance from `v1.1-natcomms-revision1` tag (Zenodo–GitHub integration enabled) |
21+
| Persistent archive (snapshot) | Figshare DOI [10.6084/m9.figshare.31653373](https://doi.org/10.6084/m9.figshare.31653373) (CC-BY 4.0); GitHub release tag `v1.1-natcomms-revision1` is mirrored on Figshare |
2222
| Reviewer data archive (private) | Figshare reviewer link — see Data Availability for the URL provided to the editorial office (excluded from the published version) |
2323
| License (code) | MIT (LICENSE file at repository root) |
2424
| License (data and manuscript artefacts) | CC-BY 4.0 |
@@ -201,7 +201,7 @@ Run-level reproducibility evidence is preserved per run in `outputs/runs/<run_id
201201
| Item | Response |
202202
|------|----------|
203203
| Long-term hosting | GitHub (https://github.com/Roverlucas/genai-reproducibility-protocol). Repository made public on acceptance |
204-
| Persistent archival | Zenodo–GitHub integration. The release tag `v1.1-natcomms-revision1` will be archived to Zenodo and a DOI minted at acceptance; the DOI will be inserted into the Code Availability and Data Availability statements during proof |
204+
| Persistent archival | Figshare (DOI: [10.6084/m9.figshare.31653373](https://doi.org/10.6084/m9.figshare.31653373), CC-BY 4.0). The GitHub release tag `v1.1-natcomms-revision1` is mirrored on Figshare. The deposit is available privately to reviewers via the share URL in the Cover Letter and will be made public at acceptance |
205205
| Issue tracking | GitHub Issues. Bug reports and reproduction questions are accepted from the broader community |
206206
| Versioning | Semantic versioning. Future protocol changes will not overwrite the manuscript tag |
207207
| Author commitment | Lucas Rover (corresponding author) commits to maintain the repository for ≥5 years post-publication, in accordance with the funding institution's data-management policy (UTFPR) |
@@ -213,7 +213,7 @@ Run-level reproducibility evidence is preserved per run in `outputs/runs/<run_id
213213

214214
| Item | Status | Action |
215215
|------|--------|--------|
216-
| Zenodo DOI | ⚠ TBD | Mint after acceptance; insert into Code Availability and Data Availability statements at proof stage |
216+
| Figshare DOI | | [10.6084/m9.figshare.31653373](https://doi.org/10.6084/m9.figshare.31653373) — already minted (CC-BY 4.0); private reviewer share URL: https://figshare.com/s/3d17327cef1ae99ed37c |
217217
| Final run count (4,104 + revision additions) | ⚠ TBD | Update Table 1 and §1 (CODE_SOFTWARE_CHECKLIST) once T1 HumanEval + T1 GSM8K complete |
218218
| Pass@1 results (HumanEval) | ⚠ TBD | Pending T1 execution completion |
219219
| Final tagged release `v1.1-natcomms-revision1` | ⚠ TBD | Created at the moment the revised manuscript is uploaded |

article/ML_CHECKLIST_FILLED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The Methods now define the **unit of analysis as a deployment stack** — the tu
116116

117117
### R-4. Updates to the ML Checklist sections
118118

119-
- **Section 1 (Code and Data):** No change to checks; the same repository now also hosts the revision artefacts under `outputs/revision/`, `data/inputs/revision/`, `analysis/revision/`, and `src/tasks/`. Reviewer access is via the same private link until acceptance, after which the repository becomes public and a Zenodo DOI is minted from the tagged release `v1.1-natcomms-revision1`.
119+
- **Section 1 (Code and Data):** No change to checks; the same repository now also hosts the revision artefacts under `outputs/revision/`, `data/inputs/revision/`, `analysis/revision/`, and `src/tasks/`. Reviewer access is via the private Figshare share URL provided in the Cover Letter; the GitHub release tag `v1.1-natcomms-revision1` is mirrored on Figshare (DOI: [10.6084/m9.figshare.31653373](https://doi.org/10.6084/m9.figshare.31653373), CC-BY 4.0).
120120
- **Section 2A (Data sources):** Methods §Input data and Supplementary §S2/§S3 updated to list the additional datasets — HumanEval (MIT-licensed), GSM8K (MIT-licensed) and the 10 PubMed PM2.5 abstracts (drawn from the sister paper, Rover & Tadano, RSM under review).
121121
- **Section 2B (Train/test/validation):** Still N/A — this remains an inference-reproducibility study with no model training. HumanEval and GSM8K are used as evaluation prompts only, not as training data.
122122
- **Section 2C (Dataset bias):** Discussion §Limitations now includes an explicit cross-domain caveat — the revision tested coding (HumanEval), mathematical reasoning (GSM8K), and a small health-domain probe (T14). Cross-language generalisation and large-scale clinical applications remain out of scope.
@@ -135,4 +135,4 @@ Revision additions: 51 new tests covering HumanEval loader, GSM8K loader, pass@1
135135

136136
-**TBD — Pass@1 per stack (HumanEval):** awaits T1 batch completion (orchestrator `run_revision_full.sh`).
137137
-**TBD — Final EMR per stack on T14:** PubMed PM2.5 still in flight at the time of writing this checklist; current runs in `outputs/revision/runs/`.
138-
- **TBD — Zenodo DOI:** to be minted at acceptance and inserted into Section 1, the manuscript Data Availability and Code Availability statements, and the corresponding citation block.
138+
- **Figshare DOI:** [10.6084/m9.figshare.31653373](https://doi.org/10.6084/m9.figshare.31653373) — already minted (CC-BY 4.0). Inserted into Section 1, the manuscript Data Availability and Code Availability statements, and the corresponding citation block. Private reviewer share URL: https://figshare.com/s/3d17327cef1ae99ed37c

article/REPORTING_SUMMARY_FILLED.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,13 @@ https://github.com/Roverlucas/genai-reproducibility-protocol
5656
### Data availability statement
5757
```
5858
All 4,104 experimental records, provenance metadata (Run Cards in JSON
59-
format), PROV-JSON provenance graphs, and input abstracts are available
60-
to reviewers during peer review via the project repository at
61-
https://github.com/Roverlucas/genai-reproducibility-protocol. Upon
62-
publication, an archived snapshot with a persistent DOI will be deposited
63-
in Zenodo under a CC-BY 4.0 licence. Source data for all figures and
64-
tables are included in the repository. No restrictions on data
59+
format), PROV-JSON provenance graphs, and input abstracts are deposited
60+
on Figshare with persistent DOI 10.6084/m9.figshare.31653373 (CC-BY 4.0).
61+
The Figshare deposit mirrors the project GitHub repository at
62+
https://github.com/Roverlucas/genai-reproducibility-protocol (release
63+
tag v1.1-natcomms-revision1). Reviewer access during peer review is via
64+
the private Figshare share URL provided in the Cover Letter. Source data
65+
for all figures and tables are included. No restrictions on data
6566
availability apply.
6667
```
6768

@@ -171,4 +172,4 @@ The Software and code blocks in §2 are extended to include the following revisi
171172

172173
### Data availability (revised)
173174

174-
The Data Availability statement in §3 also covers `outputs/revision/runs/` and `data/inputs/revision/`. A Zenodo DOI minted from release tag `v1.1-natcomms-revision1` will be inserted at acceptance.
175+
The Data Availability statement in §3 also covers `outputs/revision/runs/` and `data/inputs/revision/`. The Figshare DOI [10.6084/m9.figshare.31653373](https://doi.org/10.6084/m9.figshare.31653373) (CC-BY 4.0) is already minted and is referenced in the Data Availability and Code Availability statements; the GitHub release tag `v1.1-natcomms-revision1` is mirrored on Figshare. Private reviewer share URL: https://figshare.com/s/3d17327cef1ae99ed37c

article/ncomms_main.pdf

196 Bytes
Binary file not shown.

article/ncomms_main.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -670,11 +670,11 @@ \subsection{Reporting summary}\label{subsec:reporting}
670670

671671
\bmhead{Data availability}
672672

673-
All run records (JSON), PROV-JSON provenance documents, Run Cards, Prompt Cards, input data (30 ML/AI abstracts with DOIs, 10 PubMed PM\textsubscript{2.5} abstracts, HumanEval and GSM8K problem identifiers), and source data underlying every figure and table are publicly available at \url{https://github.com/Roverlucas/genai-reproducibility-protocol} under a CC-BY~4.0 licence. An archived snapshot of the release tag \texttt{v1.1-natcomms-revision1} will be deposited in Zenodo on acceptance and a persistent DOI will be inserted at proof stage. Source data are provided with this paper.
673+
All run records (JSON), PROV-JSON provenance documents, Run Cards, Prompt Cards, input data (30 ML/AI abstracts with DOIs, 10 PubMed PM\textsubscript{2.5} abstracts, HumanEval and GSM8K problem identifiers), and source data underlying every figure and table are deposited on Figshare under a CC-BY~4.0 licence (DOI: \href{https://doi.org/10.6084/m9.figshare.31653373}{10.6084/m9.figshare.31653373}). The Figshare deposit mirrors the project GitHub repository at \url{https://github.com/Roverlucas/genai-reproducibility-protocol} (release tag \texttt{v1.1-natcomms-revision1}). A private reviewer URL is provided in the Cover Letter for peer-review access prior to public release. Source data are provided with this paper.
674674

675675
\bmhead{Code availability}
676676

677-
The reference implementation of the provenance protocol (Run Card, Prompt Card, W3C PROV-JSON generation), all experiment runners, the statistical and figure-generation pipeline, and the revision extensions for HumanEval, GSM8K and the cross-domain PubMed probe are publicly available at \url{https://github.com/Roverlucas/genai-reproducibility-protocol} under the MIT licence. The repository includes a \texttt{README.md} with installation and execution instructions, pinned dependencies (\texttt{requirements.txt}, Python 3.14.3), and a test suite (\texttt{pytest}, 102 tests). An archived snapshot of release tag \texttt{v1.1-natcomms-revision1} will be deposited in Zenodo on acceptance, with the persistent DOI inserted at proof stage.
677+
The reference implementation of the provenance protocol (Run Card, Prompt Card, W3C PROV-JSON generation), all experiment runners, the statistical and figure-generation pipeline, and the revision extensions for HumanEval, GSM8K and the cross-domain PubMed probe are publicly available at \url{https://github.com/Roverlucas/genai-reproducibility-protocol} under the MIT licence (release tag \texttt{v1.1-natcomms-revision1}). The repository includes a \texttt{README.md} with installation and execution instructions, pinned dependencies (\texttt{requirements.txt}, Python 3.14.3), and a test suite (\texttt{pytest}, 102 tests). A permanent mirror of the code archive is deposited on Figshare alongside the data (DOI: \href{https://doi.org/10.6084/m9.figshare.31653373}{10.6084/m9.figshare.31653373}, CC-BY 4.0).
678678

679679
\bmhead{Supplementary information}
680680

@@ -716,10 +716,10 @@ \section*{Declarations}
716716
Correspondence and requests for materials should be addressed to Lucas Rover (lucasrover@alunos.utfpr.edu.br).
717717

718718
\item \textbf{Data availability:}
719-
All experimental records (original 4{,}104 runs plus revision additions for HumanEval, GSM8K, the multi-turn extension, and the cross-domain PubMed probe), W3C PROV-JSON provenance documents, Run Cards, Prompt Cards, input data with DOIs, and source data for every figure and table are available to reviewers during peer review via the project repository at \url{https://github.com/Roverlucas/genai-reproducibility-protocol}. On acceptance, an archived snapshot of release tag \texttt{v1.1-natcomms-revision1} will be deposited in Zenodo and a persistent DOI will be minted and inserted at proof stage. The repository will be made public under a CC-BY~4.0 licence on acceptance.
719+
All experimental records (original 4{,}104 runs plus revision additions for HumanEval, GSM8K, the multi-turn extension, and the cross-domain PubMed probe), W3C PROV-JSON provenance documents, Run Cards, Prompt Cards, input data with DOIs, and source data for every figure and table are available to reviewers during peer review via a private Figshare share URL provided in the Cover Letter, and at the project's GitHub repository (\url{https://github.com/Roverlucas/genai-reproducibility-protocol}, release tag \texttt{v1.1-natcomms-revision1}). The Figshare deposit will be made publicly accessible at acceptance under a CC-BY~4.0 licence; its persistent DOI is \href{https://doi.org/10.6084/m9.figshare.31653373}{10.6084/m9.figshare.31653373}.
720720

721721
\item \textbf{Code availability:}
722-
The full source code for the provenance protocol (Run Card, Prompt Card, W3C PROV-JSON generation), the experiment runners (\texttt{run\_experiments.py}, \texttt{run\_claude\_multiturn.py}, \texttt{run\_gemini\_multiturn.py}, \texttt{run\_chat\_control.py}, and the resumable revision orchestrator \texttt{run\_revision\_full.sh}), the statistical and figure-generation pipeline, and the test suite (102 \texttt{pytest} tests) are available to reviewers during peer review at \url{https://github.com/Roverlucas/genai-reproducibility-protocol}. On acceptance, the repository will be made publicly available under the MIT licence and an archived release with a persistent Zenodo DOI will be minted and inserted into this statement at proof stage. A \texttt{README.md} with installation and execution instructions and a pinned \texttt{requirements.txt} (Python~3.14.3) are provided.
722+
The full source code for the provenance protocol (Run Card, Prompt Card, W3C PROV-JSON generation), the experiment runners (\texttt{run\_experiments.py}, \texttt{run\_claude\_multiturn.py}, \texttt{run\_gemini\_multiturn.py}, \texttt{run\_chat\_control.py}, and the resumable revision orchestrator \texttt{run\_revision\_full.sh}), the statistical and figure-generation pipeline, and the test suite (102 \texttt{pytest} tests) are available to reviewers during peer review at \url{https://github.com/Roverlucas/genai-reproducibility-protocol} (release tag \texttt{v1.1-natcomms-revision1}). On acceptance, the repository will be made publicly available under the MIT licence. A permanent mirror of the code archive is deposited on Figshare alongside the data with persistent DOI \href{https://doi.org/10.6084/m9.figshare.31653373}{10.6084/m9.figshare.31653373} (CC-BY 4.0). A \texttt{README.md} with installation and execution instructions and a pinned \texttt{requirements.txt} (Python~3.14.3) are provided.
723723
\end{itemize}
724724

725725

0 Bytes
Binary file not shown.

overleaf_upload/manuscript.zip

2.24 KB
Binary file not shown.
196 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)