Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fMRI to glossary.md #1387

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ Each record consists of the same number of fields, and these are separated by co

- [wikipedia](https://en.wikipedia.org/wiki/Comma-separated_values)

#### fMRI

**fMRI** stands for *functional Magnetic Resonance Imaging*.

It measures brain activity by detecting changes associated with blood flow. This technique relies on the
fact that cerebral blood flow and neuronal activation are coupled. When an area of the brain is in use, blood flow
to that region also increases. An fMRI is based on the same technology as [magnetic resonance imaging (MRI)](#mri).

##### References

- [wikipedia](https://en.wikipedia.org/wiki/Functional_magnetic_resonance_imaging)
- [PsychCentral](https://psychcentral.com/lib/what-is-functional-magnetic-resonance-imaging-fmri)

#### FWHM

**FWHM** stands for *Full Width at Half Maximum*.
Expand Down