Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.04 KB

File metadata and controls

20 lines (16 loc) · 1.04 KB
title Extensions
tags
development

The FieldTrip toolbox is part of a larger, collaborative ecosystem. We encourage researchers and developers to open-source and share their own extensions, plugins, algorithms, graphical user interfaces, and analysis pipelines that extend, build upon, or interface with FieldTrip. To support community-driven development, we collect and list known contributions on this page.

{% include markup/yellow %} ⚠️ Please note that these extensions are maintained by their respective authors, so contact them for support. {% include markup/end %}

To have your own extension listed here, please contact the FieldTrip maintainers by email or send a pull request.

{% assign extensions = site.data.extensions | sort %} {% for item in extensions %}

{{ item[1].name }}

{{ item[1].description }}

This extension was authored by {{ item[1].authors }}.

For more information see here.

{% endfor %}