diff --git a/README.md b/README.md index 93a5ced..bb73306 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ [![DOI Badge](https://img.shields.io/badge/DOI-10.18112%2Fopenneuro.ds004906-blue)](https://openneuro.org/datasets/ds004906) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shimming-toolbox/rf-shimming-7t/blob/main/data_processing.ipynb) -Reproducible Notebook for the paper "B1+ shimming in the cervical spinal cord at 7T" +Reproducible Notebook for the paper "RF shimming in the cervical spinal cord at 7T" -## How to run with Google Colab +## Run with Google Colab Click on the badge "Open in Colab" ☝️ -## How to run with Jupyter Notebook +## Run with Jupyter Notebook Install [Spinal Cord Toolbox](https://spinalcordtoolbox.com/user_section/installation.html) @@ -26,6 +26,6 @@ pip install -r requirements.txt Run notebook ~~~ -jupyter notebook Analysis.ipynb +jupyter notebook data_processing.ipynb ~~~