Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Oct 2, 2024
1 parent fc47225 commit 4765dd2
Show file tree
Hide file tree
Showing 3 changed files with 2,039 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build HTML Assets
run: myst build --execute --html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
path: './_build/html'
- name: Deploy to GitHub Pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ where Mz(0-) is the longitudinal magnetization immediately preceding the 90 degr
Figure 3 shows transverse relaxation curves for T2 and T2* values for white matter and gray matter, using the relaxation times from Siemonsen et al. (2008).



:::{figure} #fig3p2cell
:label: t2Plot2
Figure 3. Transverse relaxation decay curves for T2 and T2* values in white matter and gray matter. The T2 and T2* constants were taken from Siemonsen et al. (2008).
Transverse relaxation decay curves for T2 and T2* values in white matter and gray matter. The T2 and T2* constants were taken from Siemonsen et al. (2008).
:::



In NMR physics, it has been shown that T2 relaxation times must be equal to or shorter than 2T1 (Levitt, 2008); however, it has been demonstrated that T2 can exceed T1 in very rare cases (Traficante, 1991). In living organisms however, T2 is always shorter than T1.
Loading

0 comments on commit 4765dd2

Please sign in to comment.