Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ErbB4 authored Jul 26, 2024
1 parent 6d6d3ef commit 6658ff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/features/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Arbor is fully featured, ready for real-world modelling, and the user community

Features include:

* :ref:`in_gui`: a fully featured GUI for single cell construction.
* :ref:`in_gui`: a fully featured GUI for single-cell construction.
* :ref:`Support for a range of fileformats <format-overview>`, including :ref:`formatnmodl` and NeuroML by way of `NMLCC <https://github.com/arbor-sim/nmlcc>`_, a fully featured NeuroML converter for Arbor targets.
* `Nascent SONATA format support <https://github.com/arbor-sim/arbor-sonata>`_. The Allen mechanism database :ref:`is already included in Arbor <mechanisms_builtins>`, so currently, with some manual work executing Allen models is already possible, see :ref:`tutorialsinglecellallen`.
* :ref:`Voltage Processes <formatnmodl_voltageproc>` in the form of a mechanism kind. Useful for e.g. implementing voltage clamps.
* :ref:`Voltage Processes <formatnmodl_voltageproc>` in the form of a mechanism kind. Useful for, e.g., implementing voltage clamps.
* :ref:`Stochastic Differential Equations <tutorial_calcium_stpd_curve>`: both point and density mechanisms may now use white noise as part of the state updates, turning the ODEs effectively into SDEs.
* :ref:`Mutable connection table <interconnectivity-mut>`: the connection table can be redefined between successive phases of simulation.
* :ref:`Edit morphologies <morph-edit>` using Arbor API, useful for e.g. merging segment trees.
* `BluePyOpt integration <https://github.com/BlueBrain/BluePyOpt/releases/tag/1.14.0>`_. Parameter optimization using BluePyOpt can be done through an Arbor backend and exported to an Arbor cable cell, see :ref:`this tutorial <tutorialsinglecellbluepyopt>`.
* :ref:`Wide range of cable cell probes<pycablecell-probesample-api>`, :ref:`plus LIF cell probes <pycablecell-probesample-lif>`.
* :ref:`Inhomogeneous parameters <cablecell-scaled-mechs>`: enables :ref:`painting of scaled density mechanisms <labels-iexpr>`, e.g. scale with the distance from the root. (nmodl: ``iexpr``.)
* :ref:`Inhomogeneous parameters <cablecell-scaled-mechs>`: enables :ref:`painting of scaled density mechanisms <labels-iexpr>`, e.g., scale with the distance from the root. (nmodl: ``iexpr``.)
* :ref:`LFPyKit integration <tutorial_lfpykit>`: extract extracellular signals from an Arbor cable cell.
* :ref:`Axial Diffusion <cablecell-ions-diffusion>`: ions can now propagate along the dendrite by diffusion and be received by other synapses, modifying their weight upon reception. Xd can be read from and written to by NMODL density and point mechanisms. See `this LaTeX file <https://github.com/arbor-sim/arbor/blob/master/doc/dev/axial-diff.tex>`_ for a mathematical description of Arbor's implementation.
* :ref:`Gap Junction Mechanisms <mechanisms-junction>`.
Expand All @@ -29,4 +29,4 @@ Modelling

Most of the Arbor community lives in our `Gitter channel <https://gitter.im/arbor-sim/community>`_\, and modellers convene `weekly <https://arbor-sim.org/arbor-weekly-videochat/>`_ to discuss how to use or identify missing features in a vide chat. Please join!

Under the `arbor-contrib <https://github.com/arbor-contrib/>`_ organisation, some users have shared their models. You can peruse these at your leisure, and of course add yours if you like to share! `Please contact us <https://docs.arbor-sim.org/en/stable/contrib/index.html#get-in-touch>`_ to have your model added to our list.
Under the `arbor-contrib <https://github.com/arbor-contrib/>`_ organisation, some users have shared their models. You can peruse these at your leisure and, of course, add yours if you would like to share! `Please contact us <https://docs.arbor-sim.org/en/stable/contrib/index.html#get-in-touch>`_ to have your model added to our list.

0 comments on commit 6658ff0

Please sign in to comment.