-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW]: Results of the ISMRM 2020 joint Reproducible Research & Quantitative MR study groups reproducibility challenge on phantom and human brain T1 mapping #14
Comments
Hello humans, I'm @roboneuro, a robot that can help you with some common editorial tasks. For a list of things I can do to help you, just type:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
|
|
Wordcount for |
Failed to discover a valid open source license |
Error in the pdf requires change:
@mathieuboudreau can you please edit ORCID IDs so that they are not URLs? - name: Chenyang Wang
orcid: https://orcid.org/0000-0001-6798-0857
- name: Ziwei Zhao
orcid: https://orcid.org/0000-0003-0281-1141 |
looks like there is a similar problem in the DOI of the reference @mathieuboudreau |
@roboneuro generate book |
I'm sorry human, I don't understand that. You can see what commands I support by typing:
|
@roboneuro build book |
⚪ Book Build (Preview)Status: Assigned to task |
@pbellec this will trigger the book build as a background task, but will not post status at regular intervals yet because I need to move generator function (that connects to the binderhub buildstream) to the context of the background task. Mostly note for myself and heads up for you. |
ok, will I get a notification when the book finishes building, or do we need access to the servers to check the logs at this stage? |
IIRC this one requires a different book build command as @mathieuboudreau noted before, not the common one due to formatting. I think the following may be related to that:
Book build is not reaching the notebook execution step. Full log below.
|
@mathieuboudreau can you remind me the Jupyter Book build command this submission needs and explain what/why additional arguments do to generalize it for the API? |
@agahkarakuzu this is the line I've been using: https://github.com/rrsg2020/paper/blob/7e799ee79ab846345919e5ad2e7cbd75fb654a1c/.github/workflows/main.yml#L33 I had compare this suggested way by Jupyter Book for single pages, vs simply indicating single-page in the config file. If I recall, the issue with setting it in the config file (and using the default build command) is that it added a table of content on one of the sidebars, which I didn't want. I could double check though! |
@mathieuboudreau I know the data for this one is coming from https://github.com/rrsg2020/analysis and data is localized thereafter, but as we cache data and archive it, this dynamic approach will not work. For data dependencies, we need a {
"src": "10.5281/zenodo.####", #or any other repo2data compatible source
"dst": "../../data",
"projectName": "rrsg-2020"
} Then, for example, the data should be accessible at You can get this programatically: from repo2data.repo2data import Repo2Data
import os
data_req_path = os.path.join("..","..", "binder", "data_requirement.json")
repo2data = Repo2Data(data_req_path)
data_path = repo2data.install()[0] That's why repo2data should be included in the |
For the other issue, I will need to enhance our book build endpoint to pass custom build arguments to the binderhub cluster. Thanks for providing the resources! |
For the data, does it need to be the original resource (eg all the different OSF files), or could I just run the notebook as is right now, and package all the data that gets downloaded and used into a new osf repo, just to package this as a one-off so that you can also package it as a one off to save the state |
Even a public drive link would work, as long as the data needed bu this notebook provided. If the structure and content of the zenodo doi'd repository matches this one, we can just download the whole thing. Otherwise, not using zenodo would be a good idea as we'll need to archive it. |
@agahkarakuzu I've updated my repo to adhere to the data requirements, added a postBuild command to clone my analysis repo for the tools needed in my book, and removed the duplicate requirements file. Let me know if it looks good to continue with the submission review! |
@mathieuboudreau thank you! Can you push a book_layout: traditional
single_page: index.ipynb |
@roboneuro commands |
Done, docker archive is now 10.5281/zenodo.8419811 |
@roboneuro set 10.5281/zenodo.8419809 as data archive |
Done, data archive is now 10.5281/zenodo.8419809 |
@roboneuro set 10.5281/zenodo.8419805 as repository archive |
Done, repository archive is now 10.5281/zenodo.8419805 |
@roboneuro set 10.5281/zenodo.8419803 as book archive |
Done, book archive is now 10.5281/zenodo.8419803 |
@roboneuro recommend-accept |
|
|
The paper's PDF and metadata files generation produced some warnings that could prevent the final paper from being published. Please fix them before the end of the review process.
|
IDREFS attribute rid references an unknown ID "ref-Project" |
@roboneuro recommend-accept |
|
|
👋 @openjournals/executable-eics, this paper is ready to be accepted and published. Check final proof 👉📄 Download article If the paper PDF and the deposit XML files look good in neurolibre/preprints#54, then you can now move forward with accepting the submission by compiling again with the command |
@roboneuro production sync pdf |
🌱♻️📄 Synced the summary PDF from the source, should be now available at https://preprint.neurolibre.org/10.55458/neurolibre.00014.pdf?no-cache |
@roboneuro commands |
Hello @agahkarakuzu, here are the things you can ask me to do:
|
@roboneuro accept |
|
Ensure proper citation by uploading a plain text CITATION.cff file to the default branch of your repository. If using GitHub, a Cite this repository menu will appear in the About section, containing both APA and BibTeX formats. When exported to Zotero using a browser plugin, Zotero will automatically create an entry using the information contained in the .cff file. You can copy the contents for your CITATION.cff file here: CITATION.cff
If the repository is not hosted on GitHub, a .cff file can still be uploaded to set your preferred citation. Users will be able to manually copy and paste the citation. |
🌰🌱🌺 THIS IS NOT A DRILL, YOU HAVE JUST PUBLISHED A NEUROLIBRE REPRODUCIBLE PREPRINT! 🌺🌸🍀 Here's what you must now do:
Any issues? Notify your editorial technical team... |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets:
This is how it will look in your documentation: We need your help! The Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
|
@agahkarakuzu the data "hack" you asked me to do for this submission (i.e. host it all in a zip file in a google drive) is an issue for developing new submissions; repeatedly doing builds while developing a new submission causes Google to get pissed off at you and lock you out of the file. i.e. I'm encountering build errors while trying it in a new repo: https://github.com/rrsg2020/note When I go to the download link ( https://drive.google.com/uc?id=1ICGD4rCDYIawgX_QkzmW-MTTvZY8dMjA ), I get this page: and by clicking "Download anyways", the file downloads. I've tried regenerating the share public link and keep getting the error locally when I run gdown on my laptop: Any thoughts? We probably need a new solution for dealing with the archived data, as for my upcoming submission as I can't get gdown to consistently work with my repo2data for my build anymore =( |
Submitting author: @mathieuboudreau (Mathieu Boudreau)
Repository: https://github.com/rrsg2020/paper
Branch with paper.md (empty if default branch): main
Version: v1.0.0
Editor: @pbellec
Reviewers: @pbellec
Reproducible preprint: https://preprint.neurolibre.org/10.55458/neurolibre.00014
Repository archive: 10.5281/zenodo.8419805
Data archive: 10.5281/zenodo.8419809
Book archive: 10.5281/zenodo.8419803
Docker archive: 10.5281/zenodo.8419811
Status
Status badge code:
Reviewers and authors:
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
Reviewer instructions & questions
@pbellec, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @pbellec know.
✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨
Checklists
@pbellec, please create your checklist typing:
@roboneuro generate my checklist
The text was updated successfully, but these errors were encountered: