-
Notifications
You must be signed in to change notification settings - Fork 161
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
[MISC] Make MRI-centric language more general in Events #801
Conversation
Co-authored-by: Remi Gau <[email protected]>
@@ -66,9 +70,9 @@ sub-control01/ | |||
Example of the content of the TSV file: | |||
|
|||
```Text | |||
onset duration trial_type response_time stim_file | |||
1.2 0.6 go 1.435 images/red_square.jpg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason we're changing it from go to start?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only style reasons, start has more letters and the tabs align much nicer. In an ideal world, we could format all TSV codeblocks with tabs and have them rendered as tables (or with proper alignment) ... but I couldn't find an Mkdocs feature for that so far.
Co-authored-by: Chris Markiewicz <[email protected]>
closes #209