Skip to content

Commit

Permalink
update poster
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jun 30, 2023
1 parent 841e656 commit 831c4c7
Show file tree
Hide file tree
Showing 12 changed files with 10,744 additions and 927 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
folders

poster_ohbm_2023_bidspm.pdf

poster/betterposter-template*

# General
.DS_Store
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8099835.svg)](https://doi.org/10.5281/zenodo.8099835)
[![License: CC BY 3.0](https://img.shields.io/badge/License-CC_BY_3.0-lightgrey.svg)](https://creativecommons.org/licenses/by/3.0/)

# Poster for bidspm for OHBM 2023
# Poster for bidspm for OHBM 2023
12 changes: 12 additions & 0 deletions poster/docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
docker run -it --rm \
-v $sourcedata:/sourcedata \
-v $derivatives:/derivatives \
-v $model_dir:/models \
cpplab/bidspm:latest \
/sourcedata/raw \
/derivatives \
subject \
--action stats \
--preproc_dir /derivatives/bidspm-preproc \
--model_file /models/smdl.json \
--fwhm 6
1 change: 1 addition & 0 deletions poster/icons/iconmonstr-checkbox-19.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions poster/icons/iconmonstr-folder-thin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified poster/images/qr-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions poster/inputs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
├── sourcedata
│ ├── fmriprep
│ └── raw
├── derivatives
│ └── bidspm-preproc
└── models
└── smdl.json
20 changes: 20 additions & 0 deletions poster/matlab.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
%% smooth
bidspm(fmriprep_dir, ...
derivatives, ...
'subject', ...
'action', 'smooth', ...
'task', {'Motion'}, 'space', ...
{'MNI152NLin6Asym'}, 'fwhm', 6);

%% stat
bidspm(bids_dir, derivatives, 'subject',
'action', 'stats', ...
'preproc_dir', preproc_dir,
'model_file', model_file, ...
'fwhm', 6);

bidspm(bids_dir, derivatives, 'dataset',
'action', 'stats', ...
'preproc_dir', preproc_dir,
'model_file', model_file, ...
'fwhm', 6);
1 change: 0 additions & 1 deletion poster/output.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.
├── sub-01
│   └── task-Motion_space-MNI152NLin6Asym_FWHM-6
│   ├── SPM.mat
Expand Down
11,604 changes: 10,696 additions & 908 deletions poster/poster_ohbm_2023_bidspm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions poster/step_2_stats.m

This file was deleted.

4 changes: 2 additions & 2 deletions poster/zenodo.7439035.svg → poster/zenodo.8099835.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 831c4c7

Please sign in to comment.