Skip to content

Commit 297ae3c

Browse files
committed
Link new TFs
1 parent f833688 commit 297ae3c

2 files changed

Lines changed: 66 additions & 0 deletions

File tree

docs/taskforces.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ Develops community-driven open-source code libraries for perfusion imaging analy
3636
Gathered and tested code for intravoxel incoherent motion (IVIM) analysis, with model fitting code in Python and Matlab.
3737

3838
[Task Force 2.4 details](tf/tf2-4.md)
39+
40+
!!! abstract "TF2.5 — Open-source ASL"
41+
Demonstrate feasibility of acquiring ASL data across multiple vendors using 100% open-source tools
42+
43+
[Task Force 2.5 details](tf/tf2-5.md)
44+
45+
!!! abstract "TF2.6 — OSIPI python package"
46+
To develop OSIPY, a community-led open source python library for quantitative perfusion MRI that replaces fragmented, in-house analysis tools with a standardized, reproducible, and accessible solution
47+
48+
[Task Force 2.6 details](tf/tf2-6.md)
49+
50+
!!! abstract "TF2.7 — IVIM preprocessing"
51+
The taskforce aims to develop a code repository that implements all necessary preprocessing steps for IVIM data.
52+
53+
[Task Force 2.7 details](tf/tf2-7.md)
3954

4055
## Aim 3 — Data Inventory
4156

@@ -50,6 +65,16 @@ Inventories with open-access (pre-)clinical or phantom data and digital referenc
5065
Inventory of freely available clinical and preclinical perfusion MRI data. This task force is currently inactive due to insufficient members.
5166

5267
[Task Force 3.2 details](tf/tf3-2.md)
68+
69+
!!! abstract "TF3.3— IVIM big data collection"
70+
To establish the extent to which site-, and vendor-specific differences impact quantitative IVIM measurement outcomes.To create a controlled-access repository of in vivo multi-site IVIM test-retest data
71+
72+
[Task Force 3.3 details](tf/tf3-3.md)
73+
74+
!!! abstract "TF3.4 — Data Register"
75+
The taskforce aims to set-up a data registry of perfusion MRI to enable easier collaboration across the community
76+
77+
[Task Force 3.4 details](tf/tf3-4.md)
5378

5479
## Aim 4 — Lexicons
5580

@@ -66,7 +91,22 @@ Develop terminology and reporting guidelines for image acquisition and perfusion
6691

6792
[Lexicons overview](lexicons.md) <br>
6893
[📘 CAPLEX documentation](https://osipi.github.io/OSIPI_CAPLEX/)
94+
95+
!!! abstract "TF4.4 — BBB MRI lexicon"
96+
To define standardized terminology, mathematical models, and best practices for BBB-MRI and to evaluate differences between BBB MRI approaches via simulations or experimental studies
97+
98+
[Task Force 4.4 details](tf/tf4-4.md)
6999

100+
!!! abstract "TF4.5 — IVIM lexicon"
101+
To harmonize terminology for intravoxel incoherent motion (IVIM) though the development of a community-endorsed lexicon
102+
103+
[Task Force 4.5 details](tf/tf4-5.md)
104+
105+
!!! abstract "TF4.6 — Method section generator"
106+
To develop publicly available online tool that would serve beginner-intermediate users of MRI perfusion techniques to correctly report the acquisition settings
107+
108+
[Task Force 4.6 details](tf/tf4-6.md)
109+
70110
## Aim 5 — Exchange and Education platform
71111

72112
Dissemination of resources through website and educational activities.
@@ -81,6 +121,16 @@ Dissemination of resources through website and educational activities.
81121

82122
[Task Force 5.2 details](tf/tf5-2.md)
83123

124+
!!! abstract "TF5.3 — AURA artifact repository"
125+
To create an artifact inventory for perfusion imaging, including ASL, DCE and DSC
126+
127+
[Task Force 5.3 details](tf/tf5-3.md)
128+
129+
!!! abstract "TF5.4 — Clinical case reports"
130+
To compile a collection of clinical ASL case reports featuring commonly encountered pathologies and characteristic image findings
131+
132+
[Task Force 5.4 details](tf/tf5-4.md)
133+
84134
## Aim 6 — Challenges
85135

86136
Develop challenges that compare the performance of perfusion image analysis software.
@@ -94,3 +144,8 @@ Develop challenges that compare the performance of perfusion image analysis soft
94144
Develops challenges comparing DSC/DCE perfusion image analysis software.
95145

96146
[Task Force 6.2 details](tf/tf6-2.md)
147+
148+
!!! abstract "TF6.3 — IVIM algorithm comparison"
149+
To study, quantify and explain the differences between IVIM fitting algorithms using the OSIPI IVIM code collection
150+
151+
[Task Force 6.3 details](tf/tf6-3.md)

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,29 @@ nav:
157157
- "(TF2.2) ASL Code": tf/tf2-2.md
158158
- "(TF2.3) DSC/DCE Code": tf/tf2-3.md
159159
- "(TF2.4) IVIM Code": tf/tf2-4.md
160+
- "(TF2.5) Open-source ASL": tf/tf2-5.md
161+
- "(TF2.6) OSIPI python package": tf/tf2-6.md
162+
- "(TF2.7) IVIM preprocessing": tf/tf2-7.md
160163
- "Aim 3 – Data":
161164
- "(TF3.1) DROs & Phantoms": tf/tf3-1.md
162165
- "(TF3.2) Clinical & Preclinical Data": tf/tf3-2.md
166+
- "(TF3.3) IVIM big data collection": tf/tf3-3.md
167+
- "(TF3.4) Data Register": tf/tf3-4.md
163168
- "Aim 4 – Lexicons":
164169
- "(TF4.1) ASL Lexicon": tf/tf4-1.md
165170
- "(TF4.2) CAPLEX": tf/tf4-2.md
171+
- "(TF4.4) BBB MRI lexicon": tf/tf4-4.md
172+
- "(TF4.5) IVIM lexicon": tf/tf4-5.md
173+
- "(TF4.6) Method section generator": tf/tf4-6.md
166174
- "Aim 5 – Exchange & Education":
167175
- "(TF5.1) Website & Technical Support": tf/tf5-1.md
168176
- "(TF5.2) Education": tf/tf5-2.md
177+
- "(TF5.3) AURA artifact repository": tf/tf5-3.md
178+
- "(TF5.4) Clinical case reports": tf/tf5-4.md
169179
- "Aim 6 – Challenges":
170180
- "(TF6.1) ASL Challenge": tf/tf6-1.md
171181
- "(TF6.2) DSC/DCE Challenge": tf/tf6-2.md
182+
- "(TF6.3) IVIM algorithm comparison": tf/tf6-3.md
172183
- "Roadmap 2026-2028": https://docs.google.com/document/d/1w2JlVK3hP5dgXMcrK8da5z94ivsK8Or__NU9qUR6WRk
173184

174185
- Resources:

0 commit comments

Comments
 (0)