Open source contributions
For the complete list of my contributions to the open source projects, please refer to this page.
Selected projects
Generating laterality indices
Jupyter IPython Notebook for generating functional brain laterality indices. The results obtained with this Notebook were published as Manual praxis and language-production networks, and their links to handedness by Kroliczak, Buchwald, et al. (2021) in the Cortex journal.
Preview here as | Source available at repository
ChartJS animation example
Animated plots using ChartJS. A more advanced version of this script was used in one of the projects I worked on — a web application accessed a database via API and displayed the data so that the developer could debug and/or to perform a feature selection process in real-time, as the data were gathered.
Sourcecode available at repository | Preview here as
Based on Line (Horizontal Scroll) charts-plugin-streaming example
See also this blog post by Tobias Ahlin
Distances between multi-modal brain parcels
For some use cases we would like to know the linear distances between particular brain regions in a multi-modal parcelation by Glasser et al. (2016). With this Jupyter IPython Notebook it is possible to visualize the location of each parcel, in either brain hemisphere, and to calculate the matrix of distances between all possible pairs of brain regions.
Preview here as | Source available at repository