Skip to content

Commit 7cb8927

Browse files
authored
Update README.md
Added the example queries section
1 parent a6d6dcd commit 7cb8927

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

README.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,98 @@ Our current model (v_0.0.1) is expressed in YAML [here](model/model.yaml). A mor
4848

4949
OHBM 2025 - [project-ohbm-hackathon here](https://github.com/ohbm/hackathon2025/issues/7)
5050

51+
# Example Queries
52+
* I would like to find a 1 hour lecture to introduce git/github to novice first year graduate students in my Introduction to Computational Neuroscience course
53+
* I would like to find 1.5 hr multishell diffusion (dMRI) course video (in lecture style)
54+
* I would like to know whether the course depends on some installation requirements/ pre-requesites (other than skill level)
55+
* I would like to find a course on python that preps my undergraduate students for my neuroimaging with python class
56+
* I would like to find a 1-day workshop on "Introduction to Reproducible Neuroimaging" to provide to my lab of 20 members, who range from RA (data collection, data analysis) to clinical investigators.
57+
58+
* Can I find a hands-on tutorial for BIDS conversion of my DICOM data
59+
60+
### *By Skill Level or Prerequisites*
61+
62+
* “What beginner-level tutorials are available for fMRI analysis?”
63+
* “Are there any advanced courses that require experience with FreeSurfer?”
64+
65+
66+
### *By Software or Tool*
67+
68+
* “Show me all courses that use Python and AFNI.”
69+
* “Are there tutorials that involve SPM and are hands-on?”
70+
71+
72+
### *By Imaging Modality*
73+
74+
* “What training materials cover resting-state fMRI?”
75+
* “Any diffusion MRI (DWI) tutorials using open datasets?”
76+
77+
78+
### *By Format or Delivery*
79+
80+
* “What video-based tutorials are self-paced?”
81+
* “Are there instructor-led courses longer than 1 week?”
82+
83+
### *By Research Application*
84+
85+
* “Do you have any training focused on pediatric neuroimaging?”
86+
* “What resources are relevant for clinical research?”
87+
88+
89+
### *By Language or Accessibility*
90+
91+
* “Are there any Spanish-language courses on structural MRI?”
92+
* “Which tutorials include assessments or quizzes?”
93+
94+
95+
96+
## Example Use Stories
97+
98+
1. **New PhD Student**
99+
100+
“I’m just starting in a neuroimaging lab and I’ve never used FreeSurfer. I want a beginner-friendly, step-by-step guide in English, ideally with video or interactive examples. It should be focused on structural MRI.”
101+
102+
***Query:***
103+
* Level = Beginner
104+
* Software = FreeSurfer
105+
* Format = video OR tutorial
106+
* Modality = Structural
107+
* Language = English
108+
109+
2. **Clinical Neuroscientist Switching to Python**
110+
111+
“I’ve worked in clinical MRI research using SPM and MATLAB. I want to transition to Python and need resources on functional MRI analysis using open datasets.”
112+
113+
***Query:***
114+
* Software = SPM OR Python
115+
* Modality = Functional
116+
* Open dataset = Yes
117+
* Format = Hands-on / tutorial
118+
* Language = English
119+
120+
3. **Instructor Designing a Curriculum**
121+
122+
“I’m building a neuroimaging methods course and want to include diverse materials—lectures, blogs, tutorials—across beginner to advanced levels. I want content I can reuse, so open datasets are a plus.”
123+
124+
***Query:***
125+
Level = Beginner to Advanced
126+
Content format = Any
127+
Open dataset = Yes
128+
Delivery = Instructor
129+
130+
4. **International Learner**
131+
132+
“I’m a French-speaking student interested in learning about fMRI preprocessing using FSL.”
133+
134+
***Query:***
135+
* Language = French
136+
* Software = FSL
137+
* Modality = Functional
138+
139+
140+
141+
142+
51143
# Developer Documentation
52144

53145
## Frontend

0 commit comments

Comments
 (0)