diff --git a/docs/source/tools/acquisition_tools_home.rst b/docs/source/tools/acquisition_tools_home.rst index a358cae..dd6aeab 100644 --- a/docs/source/tools/acquisition_tools_home.rst +++ b/docs/source/tools/acquisition_tools_home.rst @@ -14,6 +14,7 @@ Acquisition and Control Tools openephys/openephys visiomode/visiomode arcontrol/arcontrol + bmtk/bmtk This page is a collection of tools we are cataloging as a convenience reference for NWB users. This is not a comprehensive list of NWB tools. Many of these tools are built and supported by other groups, and are in active development. If you would like to contribute a tool, please see the instructions :nwb-overview-src:`here <>`. @@ -78,6 +79,22 @@ Controlling and Recoding Behavioral Tasks
+.. raw:: html + +
+
+ +Brain Data Modeling and Simulation +----------------------------------- + +.. image:: bmtk/bmtk_icon.png + :class: align-left + :width: 180 + +.. include:: bmtk/bmtk.rst + :start-after: .. short_description_start + :end-before: .. short_description_end + .. note:: **Disclaimer:** Reference herein to any specific product, process, or service diff --git a/docs/source/tools/bmtk/bmtk.rst b/docs/source/tools/bmtk/bmtk.rst new file mode 100644 index 0000000..a540120 --- /dev/null +++ b/docs/source/tools/bmtk/bmtk.rst @@ -0,0 +1,24 @@ +.. _analysistools-bmtk: + +Brain Modeling Toolkit (BMTK) +----------------------------- + +.. short_description_start + +:ref:`analysistools-bmtk`, SONATA, and Visual Neuronal Dynamics (VND) are mutually integrated software tools that are particularly suited to support large-scale bio-realistic brain modeling, but are applicable to a variety of neuronal modeling applications. BMTK is a suite for building and simulating network models at multiple levels of resolution, from biophysically-detailed, to point-neuron, to population-statistics approaches. The modular design of BMTK allows users to easily work across different scales of resolution and different simulation engines using the same code interface. The model architecture and parameters, as well as simulation configuration, input, and output are stored together in the SONATA data format. Models and their output activity can then be visualized with the powerful rendering capabilities of VND. :bdg-link-primary:`Docs ` :bdg-link-primary:`Tutorial ` :bdg-link-primary:`NWB Spike Stimulus ` :bdg-link-primary:`Source ` + +.. image:: https://img.shields.io/github/stars/AllenInstitute/bmtk?style=social + :alt: GitHub Repo stars for BTMK + :target: https://github.com/AllenInstitute/bmtk + +.. short_description_end + + +.. image:: bmtk_levels_of_resolution_sm.png + :class: align-left + :width: 800 + + +**Reference:** + +Dai et al. Brain Modeling Toolkit: An open-source software suite for multiscale modeling of brain circuits. PLoS Comput Biol 16(11): e1008386. https://doi.org/10.1371/journal.pcbi.1008386 \ No newline at end of file diff --git a/docs/source/tools/bmtk/bmtk_icon.png b/docs/source/tools/bmtk/bmtk_icon.png new file mode 100644 index 0000000..e88285a Binary files /dev/null and b/docs/source/tools/bmtk/bmtk_icon.png differ diff --git a/docs/source/tools/bmtk/bmtk_levels_of_resolution_sm.png b/docs/source/tools/bmtk/bmtk_levels_of_resolution_sm.png new file mode 100644 index 0000000..b51db8b Binary files /dev/null and b/docs/source/tools/bmtk/bmtk_levels_of_resolution_sm.png differ