Skip to content

Commit

Permalink
poster
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Feb 5, 2025
1 parent 57dab33 commit ff9efee
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
Binary file added docs/_static/img/SimBA_sam_poster.webp
Binary file not shown.
Binary file added docs/_static/pdf/simba_poster_sam.pdf
Binary file not shown.
9 changes: 8 additions & 1 deletion docs/docs/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@ SimBA basic workflow
:width: 2000
:align: center

Download PDF :download:`pdf <../_static/pdf/SimBA_workflow.pdf>`
Download workflow PDF :download:`pdf <../_static/pdf/SimBA_workflow.pdf>`


.. image:: ../_static/img/simba_workflow.webp
:width: 2000
:align: center

Download poster PDF :download:`pdf <../_static/pdf/SimBA_poster_sam.pdf>`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Setup configuration
setuptools.setup(
name="simba-uw-tf-dev",
version="2.6.3",
version="2.6.4",
author="Simon Nilsson, Jia Jie Choong, Sophia Hwang",
author_email="[email protected]",
description="Toolkit for computer classification and analysis of behaviors in experimental animals",
Expand Down
1 change: 0 additions & 1 deletion simba/data_processors/circling_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class CirclingDetector(ConfigReader):
References
----------
.. [1] Sabnis et al., Visual detection of seizures in mice using supervised machine learning, `biorxiv`, doi: https://doi.org/10.1101/2024.05.29.596520.
.. [2] Lopez et al., Region-specific Nucleus Accumbens Dopamine Signals Encode Distinct Aspects of Avoidance Learning, `biorxiv`, doi: https://doi.org/10.1101/2024.08.28.610149
:example:
>>> CirclingDetector(data_dir=r'D:\troubleshooting\mitra\project_folder\csv\outlier_corrected_movement_location', config_path=r"D:\troubleshooting\mitra\project_folder\project_config.ini")
Expand Down
2 changes: 2 additions & 0 deletions simba/data_processors/freezing_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ class FreezingDetector(ConfigReader):
References
----------
.. [1] Sabnis et al., Visual detection of seizures in mice using supervised machine learning, `biorxiv`, doi: https://doi.org/10.1101/2024.05.29.596520.
.. [2] Lopez et al., Region-specific Nucleus Accumbens Dopamine Signals Encode Distinct Aspects of Avoidance Learning, `biorxiv`, doi: https://doi.org/10.1101/2024.08.28.610149
"""

Expand Down

0 comments on commit ff9efee

Please sign in to comment.