This repository contains the source code for the Axonlab web site.
We investigate the neuroimaging workflow to map the brain's connectivity networks and characterize the reliability, sensitivity, and specificity of these methods. Our goal is to apply such analyses to understand healthy and diseased developmental trajectories of the human brain while promoting open science and community tooling.
- Install Ruby and Bundler.
- Run
bundle installto install the dependencies. - Start the local server with
bundle exec jekyll serve.
The web site is based on code from the Allan Lab. Contributions are welcome through pull requests and issues.
Use Ruby 3.4 or later. Install dependencies with:
bundle installThe site is built and deployed with a GitHub Actions workflow defined in .github/workflows/jekyll.yml. It builds the site for every commit and pull request, and publishes the generated site to GitHub Pages when changes land on main.