Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Jan 10, 2024
2 parents 1599d50 + 5d3db73 commit 96241d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# rf-shimming-7t

[![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)

Repository for the paper "B1+ shimming in the cervical spinal cord at 7T"
Reproducible Notebook for the paper "B1+ shimming in the cervical spinal cord at 7T"

## How to use
## How to run with Google Colab

Clone repository
Click on the badge "Open in Colab" ☝️

## How to run with Jupyter Notebook

Install [Spinal Cord Toolbox](https://spinalcordtoolbox.com/user_section/installation.html)

Clone this repository
~~~
git clone https://github.com/shimming-toolbox/rf-shimming-7t.git
cd rf-shimming-7t
~~~

Install dependencies (assuming Python is already installed)
Install Python dependencies (assuming Python is already installed)
~~~
pip install -r requirements.txt
~~~
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
datalad
json
matplotlib
nibabel
notebook
Expand Down

0 comments on commit 96241d2

Please sign in to comment.