neurolibre / neurolibre-reviews

Where NeuroLibre reviews live.
https://neurolibre.org
3 stars 1 forks source link

[REVIEW]: Analysis code for the paper "RF shimming in the cervical spinal cord at 7T" #25

Open roboneuro opened 9 months ago

roboneuro commented 9 months ago

Submitting author: !--author-handle-->@mathieuboudreau<!--end-author-handle-- (Mathieu Boudreau) Repository: https://github.com/shimming-toolbox/rf-shimming-7t Branch with paper.md (empty if default branch): main Version: r20240214 Editor: !--editor-->@pbellec<!--end-editor-- Reviewers: !--reviewers-list-->@agahkarakuzu<!--end-reviewers-list-- Reproducible preprint: https://preprint.neurolibre.org/10.55458/neurolibre.00025 Repository archive: 10.5281/zenodo.10844540 Data archive: 10.5281/zenodo.10844542 Book archive: 10.5281/zenodo.10844538 Docker archive: 10.5281/zenodo.10844544

Status

status

Status badge code:

HTML: <a href="https://neurolibre.org/papers/5d2f9af7565d26f243c0d96effaf864a"><img src="https://neurolibre.org/papers/5d2f9af7565d26f243c0d96effaf864a/status.svg"></a>
Markdown: [![status](https://neurolibre.org/papers/5d2f9af7565d26f243c0d96effaf864a/status.svg)](https://neurolibre.org/papers/5d2f9af7565d26f243c0d96effaf864a)

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

@agahkarakuzu, 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:

@roboneuro generate my 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

@agahkarakuzu, please create your checklist typing: @roboneuro generate my checklist

roboneuro commented 9 months ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

mathieuboudreau commented 9 months ago

@roboneuro generate pdf

roboneuro commented 9 months ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

mathieuboudreau commented 9 months ago

@agahkarakuzu is there a way to set the size of the figures in paper.md? Fig 3 is going into the footnote area:

Screenshot 2024-02-19 at 4 01 56 PM
agahkarakuzu commented 9 months ago

@mathieuboudreau

Figure sizes can be customized by adding an optional second parameter:
![Caption for example figure.](figure.png){ width=20% }

Anything here applies.

mathieuboudreau commented 9 months ago

@roboneuro generate pdf

roboneuro commented 9 months ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

mathieuboudreau commented 9 months ago

@roboneuro generate pdf

roboneuro commented 9 months ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

mathieuboudreau commented 9 months ago

@roboneuro generate pdf

roboneuro commented 9 months ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

mathieuboudreau commented 9 months ago

@agahkarakuzu following our discussion late last week, here are several updates:

1) It took just under 6 hours to complete on NeuroLibre:

Screenshot 2024-02-26 at 10 26 46 AM

vs the ~2 hours on Google Colab. So NeuroLibre was about 3x slower to process this notebook than Colab, but I'm still relieved it was able to do it!

2) I'll have to check but I felt the B1 registration step went much quicker than the Colab runs, but maybe I just never looked closely. Just writing this so I remember to check that there wasn't a left-over processed file that wasn't deleted during the cleanup adfter copying from the NeuroLibre servers that would have sped up the processing.

3) The anat/T2starw stats table reproduced exactly the Google Colab table:

NeuroLibre container (left) / Colab table (in jupyter book) (right)

Screenshot 2024-02-26 at 10 04 20 AM

4) As for the B1 table, the stats table produced by NeuroLibre differed slightly starting at the 3rd significant digit.

Screenshot 2024-02-26 at 10 04 41 AM

I don't know enough about the pipeline/SCT to speculate why, besides maybe slight difference in preprocessing the B1 data in the pipeline due to a different pip version of a dependency installed by pip between the two, or due to a difference in floating point values between hardwares. I'm going to double check point no. 2 above also

I'll consolidate the changes described above in a notebook & make it colab/repo2docker compatible, and will make a PR for it in the rf-shimming repo.

jcohenadad commented 9 months ago

i'm wondering if the difference comes from SCT or from the statistical library (different version, different hardware). This could be verified by comparing the CSV files (if they are the same, then it's the stats lib)

mathieuboudreau commented 9 months ago

i'm wondering if the difference comes from SCT or from the statistical library (different version, different hardware). This could be verified by comparing the CSV files (if they are the same, then it's the stats lib)

Thanks for this idea - I just did that, and found no differences in CSV files generated on NeuroLibre vs Colab (up to the 15 digits stored in the CSVs), and both environments are running version 0.14.1 of the statsmodel package. So I it's still possible source of this difference might be the hardware numerical precision when the stats model is called (maybe when the values are loaded & stored), or there's a dependency that statsmodel is using that's not the same version on both environment.

agahkarakuzu commented 8 months ago

@roboneuro build book

roboneuro commented 8 months ago

🟢 Successfully built


Status: Success b1c9c805 Last updated: 2024-03-07 03:49:15 PST

:information_source: See details
:confetti_ball: Roboneuro will send you the book URL.
roboneuro commented 8 months ago

:confetti_ball::confetti_ball::confetti_ball: Good news!

:hibiscus: Take a loot at the latest version of your NRP

agahkarakuzu commented 8 months ago

@mathieuboudreau @jcohenadad if you are happy with this latest build above, I'll start the production workflow.

jcohenadad commented 8 months ago

go for it :-) thanks!

agahkarakuzu commented 8 months ago

@roboneuro generate pdf

roboneuro commented 8 months ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

agahkarakuzu commented 8 months ago

@mathieuboudreau another question:

Are these identical? If so, I will set the existing openneuro DOI for the data.

mathieuboudreau commented 8 months ago

@mathieuboudreau another question:

Are these identical? If so, I will set the existing openneuro DOI for the data.

Not identical; open neuro has only the raw data while the release has raw + processed (for quicker/easier plotting in NeuroLibre)

agahkarakuzu commented 8 months ago

Alright, thanks! There are small issues with citations on the paper.md, I have fixed them locally, will push it after production as the last step.

agahkarakuzu commented 8 months ago

@roboneuro production sync data

roboneuro commented 8 months ago

🟢 DATA TRANSFER (Preview --> Preprint)


Status: Success 1bd4f4c9 Last updated: 2024-03-18 19:29:29 PDT

:information_source: See details
Success.
agahkarakuzu commented 8 months ago

@roboneuro production start

roboneuro commented 8 months ago

🟢 INITIATE PRODUCTION (Fork and Configure)


Status: Success 0f9452e9 Last updated: 2024-03-18 19:34:33 PDT

:information_source: See details
Please confirm that the forked repository is available and (_toc.yml and _config.ymlk) properly configured.
agahkarakuzu commented 8 months ago

@roboneuro production build book

roboneuro commented 8 months ago

🔴 Binder build has failed 🥀


Status: Failed b530790c Last updated: 2024-03-18 19:37:52 PDT

:information_source: See details
The next comment will forward the logs
roboneuro commented 8 months ago

🥀 We ran into a problem building your book. Please see the log files below.

BinderHub build log

If the BinderHub build looks OK, please see the Jupyter Book build log(s) below.

I could not find any book log for roboneurolibre/rf-shimming-7t at 814c1067ba1184a4abb83d5b39746d94dc13a902

🐞 After inspecting the logs above, you can interactively debug your notebooks on our BinderHub server.

For guidelines, please see the relevant documentation.

agahkarakuzu commented 8 months ago

@roboneuro production start

roboneuro commented 8 months ago

🟢 INITIATE PRODUCTION (Fork and Configure)


Status: Success 639c9488 Last updated: 2024-03-19 06:22:55 PDT

:information_source: See details
Please confirm that the forked repository is available and (_toc.yml and _config.ymlk) properly configured.
agahkarakuzu commented 8 months ago

@roboneuro production build book

agahkarakuzu commented 8 months ago

@roboneuro production build book

roboneuro commented 8 months ago

🟢 Successfully built


Status: Success 7249ef63 Last updated: 2024-03-19 18:56:37 PDT

:information_source: See details
:confetti_ball: Roboneuro will send you the book URL.
roboneuro commented 8 months ago

:confetti_ball::confetti_ball::confetti_ball: Good news!

:hibiscus: Take a loot at the latest version of your NRP

agahkarakuzu commented 8 months ago

@roboneuro production sync book

roboneuro commented 8 months ago

🟢 REPRODUCIBLE PREPRINT TRANSFER (Preview --> Preprint)


Status: Success bf9ae27b Last updated: 2024-03-19 18:59:25 PDT

:information_source: See details
Reproducible Preprint URL (DOI formatted)

Reproducible Preprint (bare URL)

agahkarakuzu commented 8 months ago

@roboneuro commands

roboneuro commented 8 months ago

Hello @agahkarakuzu, here are the things you can ask me to do:


# List all available commands
@roboneuro commands

# Add to this issue's reviewers list
@roboneuro add @username as reviewer

# Remove from this issue's reviewers list
@roboneuro remove @username from reviewers

# Get a list of all editors's GitHub handles
@roboneuro list editors

# Assign a user as the editor of this submission
@roboneuro assign @username as editor

# Remove the editor assigned to this submission
@roboneuro remove editor

# Remind an author, a reviewer or the editor to return to a review after a 
# certain period of time (supported units days and weeks)
@roboneuro remind @reviewer in 2 weeks

# Check the references of the PDF for missing DOIs
@roboneuro check references

# Perform checks on the repository
@roboneuro check repository

# Adds a checklist for the reviewer using this command
@roboneuro generate my checklist

# Set a value for version
@roboneuro set v1.0.0 as version

# Set a value for branch
@roboneuro set neurolibre-paper as branch

# Set a value for repository
@roboneuro set https://github.com/organization/repo as repository

# Set a value for the archive DOI
@roboneuro set set 10.5281/zenodo.6861996 as archive

# Set a value for the (data/book/repository/docker) archive DOI.
@roboneuro set 10.5281/zenodo.6861996 as data archive

# Set executable book URI for the preprint.
@roboneuro set book uri

# Mention the EiCs for the correct track
@roboneuro ping track-eic

# Reject paper
@roboneuro reject

# Withdraw paper
@roboneuro withdraw

# Invite an editor to edit a submission (sending them an email)
@roboneuro invite @(.*) as editor

# Generates the pdf paper
@roboneuro generate pdf

# Recommends the submission for acceptance
@roboneuro recommend-accept

# Accept and publish the paper
@roboneuro accept

# Update data on an accepted/published paper
@roboneuro reaccept

# Generates a LaTeX preprint file
@roboneuro generate preprint

# Flag submission with questionable scope
@roboneuro query scope

# Get a link to the complete list of reviewers
@roboneuro list reviewers

# Creates a post-review checklist with editor and authors tasks
@roboneuro create post-review checklist

# Open the review issue
@roboneuro start review

# Check the status of the NeuroLibre preview server.
@roboneuro preview server status

# Check the status of the NeuroLibre preprint (production) server.
@roboneuro preprint server status

# Build a NeuroLibre reproducible preprint for technical screening.
@roboneuro build book

# After screening, build book from the forked reository.
@roboneuro production build book

# Transfer data from preview to the preprint (production) server.
@roboneuro production sync data

# Transfer the final preprint (forked repo) to the preprint (production) server (DOI URL).
@roboneuro production sync book

# Start the production process by forking repository and configuring it.
@roboneuro production start

# Creates Zenodo deposits (a.k.a buckets) for archiving reproducibility assets.
@roboneuro zenodo create buckets

# Status check for the archival of the reproducibility assets.
@roboneuro zenodo status

# Copy summary PDF from the preprints repository to the NeuroLibre production server.
@roboneuro production sync pdf

# Upload the latest Jupyter Book to Zenodo for archival.
@roboneuro zenodo upload book

# Upload the latest version of the book repository to Zenodo for archival.
@roboneuro zenodo upload repository

# Upload the latest version of the docker image to Zenodo for archival.
@roboneuro zenodo upload docker

# Upload the submission data to Zenodo for archival. Will not take effect if the data is already archived.
@roboneuro zenodo upload data

# DESTRUCTIVE ACTION: Deletes zenodo records and all the data that has been uploaded. Cannot perform after zenodo publish.
@roboneuro zenodo flush

# Publish reproducibility assets on Zenodo. Sets DOIs if successful.
@roboneuro zenodo publish

# Build an extended PDF for the target repository.
@roboneuro build extended pdf

# Download the submission data.
@roboneuro cache data
agahkarakuzu commented 8 months ago

@roboneuro set book uri

roboneuro commented 8 months ago

Done, set the URI for the reproducible preprint: https://preprint.neurolibre.org/10.55458/neurolibre.00025

roboneuro commented 8 months ago

:page_with_curl: Looks like the summary PDF is not available on the NeuroLibre servers yet.

agahkarakuzu commented 8 months ago

@roboneuro zenodo create buckets

roboneuro commented 8 months ago

🟢 Reproducibility Assets - Create Zenodo buckets


Status: Success 1b83ad10 Last updated: 2024-03-19 19:49:08 PDT

:information_source: See details
Zenodo records have been created successfully: 
 {'book': {'created': '2024-03-20T02:48:44.665954+00:00', 'modified': '2024-03-20T02:48:44.743372+00:00', 'id': 10841699, 'conceptrecid': '10841698', 'metadata': {'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'publication_date': '2024-03-20', 'description': 'NeuroLibre JupyterBook built at this  reference repository/commit by roboneuro, based on the latest change by the author. 

For details, please visit the corresponding NeuroLibre technical screening.

\n

https://neurolibre.org

', 'access_right': 'open', 'creators': [{'name': 'Daniel Papp', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-1481-1413'}, {'name': 'Kyle M. Gilbert', 'affiliation': 'Centre for Functional and Metabolic Mapping, The University of Western Ontario, London, ON, Canada', 'orcid': '0000-0003-3026-5686'}, {'name': 'Gaspard Cereza', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada'}, {'name': "Alexandre D'Astous", 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-0381-7334'}, {'name': 'Nibardo Lopez-Rios', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-4791-8260'}, {'name': 'Mathieu Boudreau', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-7726-4456'}, {'name': 'Marcus Couch', 'affiliation': 'Siemens Healthcare Limited, Montreal, QC, Canada', 'orcid': '0000-0002-2732-8941'}, {'name': 'Pedram Yazdanbakhsh', 'affiliation': 'McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University, Montreal, QC, Canada', 'orcid': '0000-0003-4456-5997'}, {'name': 'Robert L. Barry', 'affiliation': 'Athinoula A. Martinos Center for Biomedical Imaging, Department of Radiology, Massachusetts General Hospital, Charlestown, MA, USA'}, {'name': 'Eva Alonso Ortiz', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0001-6590-7234'}, {'name': 'Julien Cohen-Adad', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-3662-9532'}], 'contributors': [{'name': 'NeuroLibre, Admin', 'affiliation': 'NeuroLibre', 'type': 'ContactPerson'}], 'keywords': ['canadian-open-neuroscience-platform', 'neurolibre'], 'related_identifiers': [{'identifier': '10.55458/neurolibre.00025', 'relation': 'isPartOf', 'resource_type': 'publication-preprint', 'scheme': 'doi'}], 'license': 'cc-by-4.0', 'imprint_publisher': 'Zenodo', 'upload_type': 'other', 'prereserve_doi': {'doi': '10.5281/zenodo.10841699', 'recid': 10841699}}, 'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'links': {'self': 'https://zenodo.org/api/deposit/depositions/10841699', 'html': 'https://zenodo.org/deposit/10841699', 'badge': 'https://zenodo.org/badge/doi/.svg', 'files': 'https://zenodo.org/api/deposit/depositions/10841699/files', 'bucket': 'https://zenodo.org/api/files/4913c9e9-972a-4085-a1e6-b8fc29f1fc2e', 'latest_draft': 'https://zenodo.org/api/deposit/depositions/10841699', 'latest_draft_html': 'https://zenodo.org/deposit/10841699', 'publish': 'https://zenodo.org/api/deposit/depositions/10841699/actions/publish', 'edit': 'https://zenodo.org/api/deposit/depositions/10841699/actions/edit', 'discard': 'https://zenodo.org/api/deposit/depositions/10841699/actions/discard', 'newversion': 'https://zenodo.org/api/deposit/depositions/10841699/actions/newversion', 'registerconceptdoi': 'https://zenodo.org/api/deposit/depositions/10841699/actions/registerconceptdoi'}, 'record_id': 10841699, 'owner': 262806, 'files': [], 'state': 'unsubmitted', 'submitted': False}, 'repository': {'created': '2024-03-20T02:48:49.992650+00:00', 'modified': '2024-03-20T02:48:50.064716+00:00', 'id': 10841701, 'conceptrecid': '10841700', 'metadata': {'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'publication_date': '2024-03-20', 'description': 'GitHub archive of the reference repository/commit by roboneuro, based on the latest change by the author.

For details, please visit the corresponding NeuroLibre technical screening.

\n

https://neurolibre.org

', 'access_right': 'open', 'creators': [{'name': 'Daniel Papp', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-1481-1413'}, {'name': 'Kyle M. Gilbert', 'affiliation': 'Centre for Functional and Metabolic Mapping, The University of Western Ontario, London, ON, Canada', 'orcid': '0000-0003-3026-5686'}, {'name': 'Gaspard Cereza', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada'}, {'name': "Alexandre D'Astous", 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-0381-7334'}, {'name': 'Nibardo Lopez-Rios', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-4791-8260'}, {'name': 'Mathieu Boudreau', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-7726-4456'}, {'name': 'Marcus Couch', 'affiliation': 'Siemens Healthcare Limited, Montreal, QC, Canada', 'orcid': '0000-0002-2732-8941'}, {'name': 'Pedram Yazdanbakhsh', 'affiliation': 'McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University, Montreal, QC, Canada', 'orcid': '0000-0003-4456-5997'}, {'name': 'Robert L. Barry', 'affiliation': 'Athinoula A. Martinos Center for Biomedical Imaging, Department of Radiology, Massachusetts General Hospital, Charlestown, MA, USA'}, {'name': 'Eva Alonso Ortiz', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0001-6590-7234'}, {'name': 'Julien Cohen-Adad', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-3662-9532'}], 'contributors': [{'name': 'NeuroLibre, Admin', 'affiliation': 'NeuroLibre', 'type': 'ContactPerson'}], 'keywords': ['canadian-open-neuroscience-platform', 'neurolibre'], 'related_identifiers': [{'identifier': '10.55458/neurolibre.00025', 'relation': 'isPartOf', 'resource_type': 'publication-preprint', 'scheme': 'doi'}], 'license': 'cc-by-4.0', 'imprint_publisher': 'Zenodo', 'upload_type': 'software', 'prereserve_doi': {'doi': '10.5281/zenodo.10841701', 'recid': 10841701}}, 'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'links': {'self': 'https://zenodo.org/api/deposit/depositions/10841701', 'html': 'https://zenodo.org/deposit/10841701', 'badge': 'https://zenodo.org/badge/doi/.svg', 'files': 'https://zenodo.org/api/deposit/depositions/10841701/files', 'bucket': 'https://zenodo.org/api/files/90f530e4-2a9b-4e4b-9ae7-cc1c8964ec5b', 'latest_draft': 'https://zenodo.org/api/deposit/depositions/10841701', 'latest_draft_html': 'https://zenodo.org/deposit/10841701', 'publish': 'https://zenodo.org/api/deposit/depositions/10841701/actions/publish', 'edit': 'https://zenodo.org/api/deposit/depositions/10841701/actions/edit', 'discard': 'https://zenodo.org/api/deposit/depositions/10841701/actions/discard', 'newversion': 'https://zenodo.org/api/deposit/depositions/10841701/actions/newversion', 'registerconceptdoi': 'https://zenodo.org/api/deposit/depositions/10841701/actions/registerconceptdoi'}, 'record_id': 10841701, 'owner': 262806, 'files': [], 'state': 'unsubmitted', 'submitted': False}, 'data': {'created': '2024-03-20T02:49:00.370163+00:00', 'modified': '2024-03-20T02:49:00.448770+00:00', 'id': 10841703, 'conceptrecid': '10841702', 'metadata': {'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'publication_date': '2024-03-20', 'description': 'Dataset provided for NeuroLibre preprint.\n Author repo: https://github.com/shimming-toolbox/rf-shimming-7t \nNeuroLibre fork:https://github.com/roboneurolibre/rf-shimming-7t

For details, please visit the corresponding NeuroLibre technical screening.

\n

https://neurolibre.org

', 'access_right': 'open', 'creators': [{'name': 'Daniel Papp', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-1481-1413'}, {'name': 'Kyle M. Gilbert', 'affiliation': 'Centre for Functional and Metabolic Mapping, The University of Western Ontario, London, ON, Canada', 'orcid': '0000-0003-3026-5686'}, {'name': 'Gaspard Cereza', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada'}, {'name': "Alexandre D'Astous", 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-0381-7334'}, {'name': 'Nibardo Lopez-Rios', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-4791-8260'}, {'name': 'Mathieu Boudreau', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-7726-4456'}, {'name': 'Marcus Couch', 'affiliation': 'Siemens Healthcare Limited, Montreal, QC, Canada', 'orcid': '0000-0002-2732-8941'}, {'name': 'Pedram Yazdanbakhsh', 'affiliation': 'McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University, Montreal, QC, Canada', 'orcid': '0000-0003-4456-5997'}, {'name': 'Robert L. Barry', 'affiliation': 'Athinoula A. Martinos Center for Biomedical Imaging, Department of Radiology, Massachusetts General Hospital, Charlestown, MA, USA'}, {'name': 'Eva Alonso Ortiz', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0001-6590-7234'}, {'name': 'Julien Cohen-Adad', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-3662-9532'}], 'contributors': [{'name': 'NeuroLibre, Admin', 'affiliation': 'NeuroLibre', 'type': 'ContactPerson'}], 'keywords': ['canadian-open-neuroscience-platform', 'neurolibre'], 'related_identifiers': [{'identifier': '10.55458/neurolibre.00025', 'relation': 'isPartOf', 'resource_type': 'publication-preprint', 'scheme': 'doi'}], 'license': 'cc-zero', 'imprint_publisher': 'Zenodo', 'upload_type': 'dataset', 'prereserve_doi': {'doi': '10.5281/zenodo.10841703', 'recid': 10841703}}, 'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'links': {'self': 'https://zenodo.org/api/deposit/depositions/10841703', 'html': 'https://zenodo.org/deposit/10841703', 'badge': 'https://zenodo.org/badge/doi/.svg', 'files': 'https://zenodo.org/api/deposit/depositions/10841703/files', 'bucket': 'https://zenodo.org/api/files/e43497ec-4f90-4af8-a409-db809f6bce1e', 'latest_draft': 'https://zenodo.org/api/deposit/depositions/10841703', 'latest_draft_html': 'https://zenodo.org/deposit/10841703', 'publish': 'https://zenodo.org/api/deposit/depositions/10841703/actions/publish', 'edit': 'https://zenodo.org/api/deposit/depositions/10841703/actions/edit', 'discard': 'https://zenodo.org/api/deposit/depositions/10841703/actions/discard', 'newversion': 'https://zenodo.org/api/deposit/depositions/10841703/actions/newversion', 'registerconceptdoi': 'https://zenodo.org/api/deposit/depositions/10841703/actions/registerconceptdoi'}, 'record_id': 10841703, 'owner': 262806, 'files': [], 'state': 'unsubmitted', 'submitted': False}, 'docker': {'created': '2024-03-20T02:49:05.927586+00:00', 'modified': '2024-03-20T02:49:06.024782+00:00', 'id': 10841705, 'conceptrecid': '10841704', 'metadata': {'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'publication_date': '2024-03-20', 'description': 'Docker image built from the reference repository/commit by roboneuro, based on the latest change by the author, using repo2docker (through BinderHub).
To run locally:
  1. docker load < DockerImage_10.55458_NeuroLibre_00025_6a2af5.tar.gz
  2. docker run -it --rm -p 8888:8888 DOCKER_IMAGE_ID jupyter lab --ip 0.0.0.0

by replacing DOCKER_IMAGE_ID above with the respective ID of the Docker image loaded from the zip file.

For details, please visit the corresponding NeuroLibre technical screening.

\n

https://neurolibre.org

', 'access_right': 'open', 'creators': [{'name': 'Daniel Papp', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-1481-1413'}, {'name': 'Kyle M. Gilbert', 'affiliation': 'Centre for Functional and Metabolic Mapping, The University of Western Ontario, London, ON, Canada', 'orcid': '0000-0003-3026-5686'}, {'name': 'Gaspard Cereza', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada'}, {'name': "Alexandre D'Astous", 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-0381-7334'}, {'name': 'Nibardo Lopez-Rios', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-4791-8260'}, {'name': 'Mathieu Boudreau', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-7726-4456'}, {'name': 'Marcus Couch', 'affiliation': 'Siemens Healthcare Limited, Montreal, QC, Canada', 'orcid': '0000-0002-2732-8941'}, {'name': 'Pedram Yazdanbakhsh', 'affiliation': 'McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University, Montreal, QC, Canada', 'orcid': '0000-0003-4456-5997'}, {'name': 'Robert L. Barry', 'affiliation': 'Athinoula A. Martinos Center for Biomedical Imaging, Department of Radiology, Massachusetts General Hospital, Charlestown, MA, USA'}, {'name': 'Eva Alonso Ortiz', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0001-6590-7234'}, {'name': 'Julien Cohen-Adad', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-3662-9532'}], 'contributors': [{'name': 'NeuroLibre, Admin', 'affiliation': 'NeuroLibre', 'type': 'ContactPerson'}], 'keywords': ['canadian-open-neuroscience-platform', 'neurolibre'], 'related_identifiers': [{'identifier': '10.55458/neurolibre.00025', 'relation': 'isPartOf', 'resource_type': 'publication-preprint', 'scheme': 'doi'}], 'license': 'cc-by-4.0', 'imprint_publisher': 'Zenodo', 'upload_type': 'software', 'prereserve_doi': {'doi': '10.5281/zenodo.10841705', 'recid': 10841705}}, 'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'links': {'self': 'https://zenodo.org/api/deposit/depositions/10841705', 'html': 'https://zenodo.org/deposit/10841705', 'badge': 'https://zenodo.org/badge/doi/.svg', 'files': 'https://zenodo.org/api/deposit/depositions/10841705/files', 'bucket': 'https://zenodo.org/api/files/2b98d5de-e845-4941-a5bf-2301f374feb9', 'latest_draft': 'https://zenodo.org/api/deposit/depositions/10841705', 'latest_draft_html': 'https://zenodo.org/deposit/10841705', 'publish': 'https://zenodo.org/api/deposit/depositions/10841705/actions/publish', 'edit': 'https://zenodo.org/api/deposit/depositions/10841705/actions/edit', 'discard': 'https://zenodo.org/api/deposit/depositions/10841705/actions/discard', 'newversion': 'https://zenodo.org/api/deposit/depositions/10841705/actions/newversion', 'registerconceptdoi': 'https://zenodo.org/api/deposit/depositions/10841705/actions/registerconceptdoi'}, 'record_id': 10841705, 'owner': 262806, 'files': [], 'state': 'unsubmitted', 'submitted': False}}
agahkarakuzu commented 8 months ago

@roboneuro zenodo flush

roboneuro commented 8 months ago

🟢 ZENODO FLUSH RECORDS AND UPLOADS


Status: Success cc796bc4 Last updated: 2024-03-19 19:54:35 PDT

:information_source: See details

 Deleted book deposit successfully.
 [] did not exist.[] did not exist.
 Deleted repository deposit successfully.
 [] did not exist.[] did not exist.
 Deleted data deposit successfully.
 [] did not exist.[] did not exist.
 Deleted docker deposit successfully.
 [] did not exist.[] did not exist.
 Deleted old deposit records from the server: /DATA/zenodo_records/00025/zenodo_deposit_NeuroLibre_00025.json
agahkarakuzu commented 8 months ago

@roboneuro zenodo create buckets

roboneuro commented 8 months ago

🟢 Reproducibility Assets - Create Zenodo buckets


Status: Success 377b9e46 Last updated: 2024-03-19 20:02:52 PDT

:information_source: See details
Zenodo records have been created successfully: 
 {'book': {'created': '2024-03-20T03:02:32.549887+00:00', 'modified': '2024-03-20T03:02:32.634278+00:00', 'id': 10841720, 'conceptrecid': '10841719', 'metadata': {'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'publication_date': '2024-03-20', 'description': 'NeuroLibre JupyterBook built at this  reference repository/commit by roboneuro, based on the latest change by the author. 

For details, please visit the corresponding NeuroLibre technical screening.

\n

https://neurolibre.org

', 'access_right': 'open', 'creators': [{'name': 'Daniel Papp', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-1481-1413'}, {'name': 'Kyle M. Gilbert', 'affiliation': 'Centre for Functional and Metabolic Mapping, The University of Western Ontario, London, ON, Canada', 'orcid': '0000-0003-3026-5686'}, {'name': 'Gaspard Cereza', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada'}, {'name': "Alexandre D'Astous", 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-0381-7334'}, {'name': 'Nibardo Lopez-Rios', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-4791-8260'}, {'name': 'Mathieu Boudreau', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-7726-4456'}, {'name': 'Marcus Couch', 'affiliation': 'Siemens Healthcare Limited, Montreal, QC, Canada', 'orcid': '0000-0002-2732-8941'}, {'name': 'Pedram Yazdanbakhsh', 'affiliation': 'McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University, Montreal, QC, Canada', 'orcid': '0000-0003-4456-5997'}, {'name': 'Robert L. Barry', 'affiliation': 'Athinoula A. Martinos Center for Biomedical Imaging, Department of Radiology, Massachusetts General Hospital, Charlestown, MA, USA'}, {'name': 'Eva Alonso Ortiz', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0001-6590-7234'}, {'name': 'Julien Cohen-Adad', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-3662-9532'}], 'contributors': [{'name': 'NeuroLibre, Admin', 'affiliation': 'NeuroLibre', 'type': 'ContactPerson'}], 'keywords': ['canadian-open-neuroscience-platform', 'neurolibre'], 'related_identifiers': [{'identifier': '10.55458/neurolibre.00025', 'relation': 'isPartOf', 'resource_type': 'publication-preprint', 'scheme': 'doi'}], 'license': 'cc-by-4.0', 'imprint_publisher': 'Zenodo', 'upload_type': 'other', 'prereserve_doi': {'doi': '10.5281/zenodo.10841720', 'recid': 10841720}}, 'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'links': {'self': 'https://zenodo.org/api/deposit/depositions/10841720', 'html': 'https://zenodo.org/deposit/10841720', 'badge': 'https://zenodo.org/badge/doi/.svg', 'files': 'https://zenodo.org/api/deposit/depositions/10841720/files', 'bucket': 'https://zenodo.org/api/files/7b572eed-7a1a-4297-aa69-7edc5fe1c74f', 'latest_draft': 'https://zenodo.org/api/deposit/depositions/10841720', 'latest_draft_html': 'https://zenodo.org/deposit/10841720', 'publish': 'https://zenodo.org/api/deposit/depositions/10841720/actions/publish', 'edit': 'https://zenodo.org/api/deposit/depositions/10841720/actions/edit', 'discard': 'https://zenodo.org/api/deposit/depositions/10841720/actions/discard', 'newversion': 'https://zenodo.org/api/deposit/depositions/10841720/actions/newversion', 'registerconceptdoi': 'https://zenodo.org/api/deposit/depositions/10841720/actions/registerconceptdoi'}, 'record_id': 10841720, 'owner': 262806, 'files': [], 'state': 'unsubmitted', 'submitted': False}, 'repository': {'created': '2024-03-20T03:02:38.469807+00:00', 'modified': '2024-03-20T03:02:38.633281+00:00', 'id': 10841722, 'conceptrecid': '10841721', 'metadata': {'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'publication_date': '2024-03-20', 'description': 'GitHub archive of the reference repository/commit by roboneuro, based on the latest change by the author.

For details, please visit the corresponding NeuroLibre technical screening.

\n

https://neurolibre.org

', 'access_right': 'open', 'creators': [{'name': 'Daniel Papp', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-1481-1413'}, {'name': 'Kyle M. Gilbert', 'affiliation': 'Centre for Functional and Metabolic Mapping, The University of Western Ontario, London, ON, Canada', 'orcid': '0000-0003-3026-5686'}, {'name': 'Gaspard Cereza', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada'}, {'name': "Alexandre D'Astous", 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-0381-7334'}, {'name': 'Nibardo Lopez-Rios', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-4791-8260'}, {'name': 'Mathieu Boudreau', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-7726-4456'}, {'name': 'Marcus Couch', 'affiliation': 'Siemens Healthcare Limited, Montreal, QC, Canada', 'orcid': '0000-0002-2732-8941'}, {'name': 'Pedram Yazdanbakhsh', 'affiliation': 'McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University, Montreal, QC, Canada', 'orcid': '0000-0003-4456-5997'}, {'name': 'Robert L. Barry', 'affiliation': 'Athinoula A. Martinos Center for Biomedical Imaging, Department of Radiology, Massachusetts General Hospital, Charlestown, MA, USA'}, {'name': 'Eva Alonso Ortiz', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0001-6590-7234'}, {'name': 'Julien Cohen-Adad', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-3662-9532'}], 'contributors': [{'name': 'NeuroLibre, Admin', 'affiliation': 'NeuroLibre', 'type': 'ContactPerson'}], 'keywords': ['canadian-open-neuroscience-platform', 'neurolibre'], 'related_identifiers': [{'identifier': '10.55458/neurolibre.00025', 'relation': 'isPartOf', 'resource_type': 'publication-preprint', 'scheme': 'doi'}], 'license': 'cc-by-4.0', 'imprint_publisher': 'Zenodo', 'upload_type': 'software', 'prereserve_doi': {'doi': '10.5281/zenodo.10841722', 'recid': 10841722}}, 'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'links': {'self': 'https://zenodo.org/api/deposit/depositions/10841722', 'html': 'https://zenodo.org/deposit/10841722', 'badge': 'https://zenodo.org/badge/doi/.svg', 'files': 'https://zenodo.org/api/deposit/depositions/10841722/files', 'bucket': 'https://zenodo.org/api/files/fb498229-af54-41cf-bac9-976343446e30', 'latest_draft': 'https://zenodo.org/api/deposit/depositions/10841722', 'latest_draft_html': 'https://zenodo.org/deposit/10841722', 'publish': 'https://zenodo.org/api/deposit/depositions/10841722/actions/publish', 'edit': 'https://zenodo.org/api/deposit/depositions/10841722/actions/edit', 'discard': 'https://zenodo.org/api/deposit/depositions/10841722/actions/discard', 'newversion': 'https://zenodo.org/api/deposit/depositions/10841722/actions/newversion', 'registerconceptdoi': 'https://zenodo.org/api/deposit/depositions/10841722/actions/registerconceptdoi'}, 'record_id': 10841722, 'owner': 262806, 'files': [], 'state': 'unsubmitted', 'submitted': False}, 'data': {'created': '2024-03-20T03:02:44.298540+00:00', 'modified': '2024-03-20T03:02:44.420422+00:00', 'id': 10841726, 'conceptrecid': '10841725', 'metadata': {'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'publication_date': '2024-03-20', 'description': 'Dataset provided for NeuroLibre preprint.\n Author repo: https://github.com/shimming-toolbox/rf-shimming-7t \nNeuroLibre fork:https://github.com/roboneurolibre/rf-shimming-7t

For details, please visit the corresponding NeuroLibre technical screening.

\n

https://neurolibre.org

', 'access_right': 'open', 'creators': [{'name': 'Daniel Papp', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-1481-1413'}, {'name': 'Kyle M. Gilbert', 'affiliation': 'Centre for Functional and Metabolic Mapping, The University of Western Ontario, London, ON, Canada', 'orcid': '0000-0003-3026-5686'}, {'name': 'Gaspard Cereza', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada'}, {'name': "Alexandre D'Astous", 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-0381-7334'}, {'name': 'Nibardo Lopez-Rios', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-4791-8260'}, {'name': 'Mathieu Boudreau', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-7726-4456'}, {'name': 'Marcus Couch', 'affiliation': 'Siemens Healthcare Limited, Montreal, QC, Canada', 'orcid': '0000-0002-2732-8941'}, {'name': 'Pedram Yazdanbakhsh', 'affiliation': 'McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University, Montreal, QC, Canada', 'orcid': '0000-0003-4456-5997'}, {'name': 'Robert L. Barry', 'affiliation': 'Athinoula A. Martinos Center for Biomedical Imaging, Department of Radiology, Massachusetts General Hospital, Charlestown, MA, USA'}, {'name': 'Eva Alonso Ortiz', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0001-6590-7234'}, {'name': 'Julien Cohen-Adad', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-3662-9532'}], 'contributors': [{'name': 'NeuroLibre, Admin', 'affiliation': 'NeuroLibre', 'type': 'ContactPerson'}], 'keywords': ['canadian-open-neuroscience-platform', 'neurolibre'], 'related_identifiers': [{'identifier': '10.55458/neurolibre.00025', 'relation': 'isPartOf', 'resource_type': 'publication-preprint', 'scheme': 'doi'}], 'license': 'cc-zero', 'imprint_publisher': 'Zenodo', 'upload_type': 'dataset', 'prereserve_doi': {'doi': '10.5281/zenodo.10841726', 'recid': 10841726}}, 'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'links': {'self': 'https://zenodo.org/api/deposit/depositions/10841726', 'html': 'https://zenodo.org/deposit/10841726', 'badge': 'https://zenodo.org/badge/doi/.svg', 'files': 'https://zenodo.org/api/deposit/depositions/10841726/files', 'bucket': 'https://zenodo.org/api/files/52d582ce-3fd5-4346-84fb-b13eca19fd9b', 'latest_draft': 'https://zenodo.org/api/deposit/depositions/10841726', 'latest_draft_html': 'https://zenodo.org/deposit/10841726', 'publish': 'https://zenodo.org/api/deposit/depositions/10841726/actions/publish', 'edit': 'https://zenodo.org/api/deposit/depositions/10841726/actions/edit', 'discard': 'https://zenodo.org/api/deposit/depositions/10841726/actions/discard', 'newversion': 'https://zenodo.org/api/deposit/depositions/10841726/actions/newversion', 'registerconceptdoi': 'https://zenodo.org/api/deposit/depositions/10841726/actions/registerconceptdoi'}, 'record_id': 10841726, 'owner': 262806, 'files': [], 'state': 'unsubmitted', 'submitted': False}, 'docker': {'created': '2024-03-20T03:02:49.972669+00:00', 'modified': '2024-03-20T03:02:50.064842+00:00', 'id': 10841728, 'conceptrecid': '10841727', 'metadata': {'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'publication_date': '2024-03-20', 'description': 'Docker image built from the reference repository/commit by roboneuro, based on the latest change by the author, using repo2docker (through BinderHub).
To run locally:
  1. docker load < DockerImage_10.55458_NeuroLibre_00025_6a2af5.tar.gz
  2. docker run -it --rm -p 8888:8888 DOCKER_IMAGE_ID jupyter lab --ip 0.0.0.0

by replacing DOCKER_IMAGE_ID above with the respective ID of the Docker image loaded from the zip file.

For details, please visit the corresponding NeuroLibre technical screening.

\n

https://neurolibre.org

', 'access_right': 'open', 'creators': [{'name': 'Daniel Papp', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-1481-1413'}, {'name': 'Kyle M. Gilbert', 'affiliation': 'Centre for Functional and Metabolic Mapping, The University of Western Ontario, London, ON, Canada', 'orcid': '0000-0003-3026-5686'}, {'name': 'Gaspard Cereza', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada'}, {'name': "Alexandre D'Astous", 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-0381-7334'}, {'name': 'Nibardo Lopez-Rios', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-4791-8260'}, {'name': 'Mathieu Boudreau', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0002-7726-4456'}, {'name': 'Marcus Couch', 'affiliation': 'Siemens Healthcare Limited, Montreal, QC, Canada', 'orcid': '0000-0002-2732-8941'}, {'name': 'Pedram Yazdanbakhsh', 'affiliation': 'McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University, Montreal, QC, Canada', 'orcid': '0000-0003-4456-5997'}, {'name': 'Robert L. Barry', 'affiliation': 'Athinoula A. Martinos Center for Biomedical Imaging, Department of Radiology, Massachusetts General Hospital, Charlestown, MA, USA'}, {'name': 'Eva Alonso Ortiz', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0001-6590-7234'}, {'name': 'Julien Cohen-Adad', 'affiliation': 'NeuroPoly Lab, Institute of Biomedical Engineering, Polytechnique Montreal, Montreal, QC, Canada', 'orcid': '0000-0003-3662-9532'}], 'contributors': [{'name': 'NeuroLibre, Admin', 'affiliation': 'NeuroLibre', 'type': 'ContactPerson'}], 'keywords': ['canadian-open-neuroscience-platform', 'neurolibre'], 'related_identifiers': [{'identifier': '10.55458/neurolibre.00025', 'relation': 'isPartOf', 'resource_type': 'publication-preprint', 'scheme': 'doi'}], 'license': 'cc-by-4.0', 'imprint_publisher': 'Zenodo', 'upload_type': 'software', 'prereserve_doi': {'doi': '10.5281/zenodo.10841728', 'recid': 10841728}}, 'title': 'Analysis code for the paper "RF shimming in the cervical spinal cord at 7T"', 'links': {'self': 'https://zenodo.org/api/deposit/depositions/10841728', 'html': 'https://zenodo.org/deposit/10841728', 'badge': 'https://zenodo.org/badge/doi/.svg', 'files': 'https://zenodo.org/api/deposit/depositions/10841728/files', 'bucket': 'https://zenodo.org/api/files/a0e4cc77-e31b-443f-82ce-ce5e5c575144', 'latest_draft': 'https://zenodo.org/api/deposit/depositions/10841728', 'latest_draft_html': 'https://zenodo.org/deposit/10841728', 'publish': 'https://zenodo.org/api/deposit/depositions/10841728/actions/publish', 'edit': 'https://zenodo.org/api/deposit/depositions/10841728/actions/edit', 'discard': 'https://zenodo.org/api/deposit/depositions/10841728/actions/discard', 'newversion': 'https://zenodo.org/api/deposit/depositions/10841728/actions/newversion', 'registerconceptdoi': 'https://zenodo.org/api/deposit/depositions/10841728/actions/registerconceptdoi'}, 'record_id': 10841728, 'owner': 262806, 'files': [], 'state': 'unsubmitted', 'submitted': False}}