Skip to content

Commit

Permalink
Add links to related blog posts.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWhitaker committed Sep 6, 2023
1 parent 22154f4 commit 53f073d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ For examples of how to simulate full MRI sequences, see
[src/mese.jl](src/mese.jl) and [src/spgr.jl](src/spgr.jl) in this repo,
and [STFR.jl](https://github.com/StevenWhitaker/STFR.jl).

Below are some concrete examples of how to use this package.
Additionally,
the following blog posts
cover the basics of the Bloch equations
and some examples of how to use this package.
- [Simulating MRI Physics with the Bloch Equations](https://blog.glcs.io/simulating-mri-physics-with-the-bloch-equations)
- [Mastering MRI Bloch Simulations with BlochSim.jl in Julia](https://blog.glcs.io/mastering-mri-bloch-simulations-with-blochsimjl-in-julia)
- [Simulating MRI Scans with BlochSim.jl](https://blog.glcs.io/simulating-mri-scans-with-blochsimjl)

Below are some more concrete examples of how to use this package.

```julia
julia> using BlochSim
Expand Down
9 changes: 8 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ CurrentModule = BlochSim
## Overview

This Julia package
[(BlochSim)](https://github.com/StevenWhitaker/BlochSim.jl)
[(BlochSim.jl)](https://github.com/StevenWhitaker/BlochSim.jl)
provides functionality for simulating MRI pulse sequences.

See the
[README](https://github.com/StevenWhitaker/BlochSim.jl)
and
the "Examples" for details.
In particular,
the following blog posts
cover the basics of the Bloch equations
and some examples of how to use this package.
- [Simulating MRI Physics with the Bloch Equations](https://blog.glcs.io/simulating-mri-physics-with-the-bloch-equations)
- [Mastering MRI Bloch Simulations with BlochSim.jl in Julia](https://blog.glcs.io/mastering-mri-bloch-simulations-with-blochsimjl-in-julia)
- [Simulating MRI Scans with BlochSim.jl](https://blog.glcs.io/simulating-mri-scans-with-blochsimjl)

0 comments on commit 53f073d

Please sign in to comment.