├── .github └── workflows │ └── jekyll-gh-pages.yml ├── BOLD-CSF_methods_flowchart.png ├── LICENSE ├── README.md ├── config.yml └── get_BOLD_timeseries_feb24.sh /.github/workflows/jekyll-gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evavanheese/BOLD-CSF/HEAD/.github/workflows/jekyll-gh-pages.yml -------------------------------------------------------------------------------- /BOLD-CSF_methods_flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evavanheese/BOLD-CSF/HEAD/BOLD-CSF_methods_flowchart.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evavanheese/BOLD-CSF/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evavanheese/BOLD-CSF/HEAD/README.md -------------------------------------------------------------------------------- /config.yml: -------------------------------------------------------------------------------- 1 | name: BOLD CSF documentation 2 | theme: minima 3 | -------------------------------------------------------------------------------- /get_BOLD_timeseries_feb24.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evavanheese/BOLD-CSF/HEAD/get_BOLD_timeseries_feb24.sh --------------------------------------------------------------------------------