Skip to content

Commit

Permalink
[FIX] improve longitudinal example (#1576)
Browse files Browse the repository at this point in the history
* fix longitudinal

* fix
  • Loading branch information
Remi-Gau authored Aug 17, 2023
1 parent b03b8ae commit 1cbb334
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/longitudinal-and-multi-site-studies.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ A guide for using macros can be found at
"sub-control01_ses-postdrug_phasediff.json": "",
"sub-control01_ses-postdrug_magnitude1.nii.gz": "",
}
}
},
"sub-control01_sessions.tsv": "",
},
"participants.tsv": "",
"dataset_description.json": "",
Expand All @@ -62,6 +63,19 @@ A guide for using macros can be found at
}
) }}

`sub-control01_sessions.tsv` content:

```Text
session_id acq_time systolic_blood_pressure
ses-predrug 2009-06-15T13:45:30 120
ses-postdrug 2009-06-16T13:45:30 100
```

See this [example dataset](https://github.com/bids-standard/bids-examples/tree/master/7t_trt)
that has been formatted
using this specification and can be used
for practical guidance when curating a new longitudinal dataset.

## Multi-site or multi-center studies

This version of the BIDS specification does not explicitly cover studies with
Expand Down

0 comments on commit 1cbb334

Please sign in to comment.