All Projects → cortex-lab → alyx

cortex-lab / alyx

Licence: other
Database for experimental neuroscience laboratories

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
Less
1899 projects

Projects that are alternatives of or similar to alyx

neuroexpresso
📊 Gene expression in neuroexpresso database
Stars: ✭ 15 (-61.54%)
Mutual labels:  neuroscience, neuroinformatics
nidb
NeuroInformatics Database
Stars: ✭ 26 (-33.33%)
Mutual labels:  neuroscience, neuroinformatics
neuronunit
A package for data-driven validation of neuron and ion channel models using SciUnit
Stars: ✭ 36 (-7.69%)
Mutual labels:  neuroscience, neuroinformatics
spykesim
Extended edit similarity measurement for high dimensional discrete-time series signal (e.g., multi-unit spike-train).
Stars: ✭ 18 (-53.85%)
Mutual labels:  neuroscience, neuroinformatics
nes
Helping researchers in routine procedures for data collection
Stars: ✭ 16 (-58.97%)
Mutual labels:  neuroscience, experiments
Pyllusion
A Parametric Framework to Generate Visual Illusions using Python
Stars: ✭ 35 (-10.26%)
Mutual labels:  neuroscience
pixel-experiments
Various experiments using the pixel library
Stars: ✭ 86 (+120.51%)
Mutual labels:  experiments
stringer-pachitariu-et-al-2018a
Recordings of 10k neurons during spontaneous behaviors
Stars: ✭ 43 (+10.26%)
Mutual labels:  neuroscience
nengo-dl
Deep learning integration for Nengo
Stars: ✭ 76 (+94.87%)
Mutual labels:  neuroscience
awesome-cogsci
An Awesome List of Cognitive Science Resources
Stars: ✭ 71 (+82.05%)
Mutual labels:  neuroscience
nix
Neuroscience information exchange format
Stars: ✭ 64 (+64.1%)
Mutual labels:  neuroscience
CCN Association
认知计算神经联盟 讨论会
Stars: ✭ 49 (+25.64%)
Mutual labels:  neuroscience
pyRiemann
Python machine learning package based on sklearn API for multivariate data processing and statistical analysis of symmetric positive definite matrices via Riemannian geometry
Stars: ✭ 470 (+1105.13%)
Mutual labels:  neuroscience
arbor
The Arbor multi-compartment neural network simulation library.
Stars: ✭ 87 (+123.08%)
Mutual labels:  neuroscience
CellExplorer
CellExplorer is a graphical user interface, a standardized processing module and data structure for exploring and classifying single cells acquired using extracellular electrodes.
Stars: ✭ 55 (+41.03%)
Mutual labels:  neuroscience
elephant
Elephant is the Electrophysiology Analysis Toolkit
Stars: ✭ 140 (+258.97%)
Mutual labels:  neuroscience
cyclops
Precision current source, with optional optical feedback, for driving LEDs and laser diodes
Stars: ✭ 38 (-2.56%)
Mutual labels:  neuroscience
ndstore
code for storing neurodata images and image annotations
Stars: ✭ 39 (+0%)
Mutual labels:  neuroscience
methods-guides
EGAP methods guides
Stars: ✭ 20 (-48.72%)
Mutual labels:  experiments
brian2cuda
A brian2 extension to simulate spiking neural networks on GPUs
Stars: ✭ 46 (+17.95%)
Mutual labels:  neuroscience

alyx

Github Actions Coverage Status

Database for experimental neuroscience laboratories

Documentation: http://alyx.readthedocs.io

Installation

Alyx has only been tested on Ubuntu (16.04 / 18.04 / 20.04), the latest is recommended. There are no guarantees that this setup will work on other systems. Assumptions made are that you have sudo permissions under an account named

The getting started section of the documentation details the steps for

  • installing the Python/Django environment
  • serving a local database
  • registering local data
  • accessing local data using ONE

Contribution

  • Development happens on the dev branch
  • alyx is sync with the master branch
  • alyx-dev is sync with the dev branch
  • Migrations files are provided by the repository
  • Continuous integration is setup, to run tests locally:
    • ./manage.py test -n test without migrations (faster)
    • ./manage.py test test with migrations (recommended if model changes)
$ /manage.py test -n
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].