Skip to content

Commit 2528e6d

Browse files
committed
References added to concepts + version change
1 parent 5083b78 commit 2528e6d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6-
## [0.2.0] - 2022-10-21
6+
## [0.1.6] - 2022-10-21
77

88
+ Add - mkdocs deployment with workflow API docs
99

docs/src/concepts.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Acquisition Tools for Electrophysiology
44

55
### Neuropixels Probes
6-
Neuropixels probes were developed by a collaboration between HHMI Janelia, industry partners, and others (Jun et al., Nature 2017). Since their initial release in October 2018, 300 labs have ordered 1200 probes. Since the rollout of Neuropixels 2.0 in October 2020, IMEC has been shipping 100+ probes monthly (correspondence with Tim Harris).
6+
Neuropixels probes were developed by a collaboration between HHMI Janelia, industry partners, and others<sup>[1](#references)</sup>. Since their initial release in October 2018, 300 labs have ordered 1200 probes. Since the rollout of Neuropixels 2.0 in October 2020, IMEC has been shipping 100+ probes monthly (correspondence with Tim Harris).
77

88
Neuropixels probes offer 960 electrode sites along a 10mm long shank, with 384 recordable channels per probe that can record hundreds of units spanning multiple brain regions (Neuropixels 2.0 version is a 4-shank probe with 1280 electrode sites per shank). Such large recording capacity has offered tremendous opportunities for the field of neurophysiology research, yet this is accompanied by an equally great challenge in terms of data and computation management.
99

@@ -121,4 +121,8 @@ Element Array Electrophysiology supports exporting of all data into standard Neu
121121

122122
Incorporation of SpikeInterface into the Array Electrophysiology Element will be on DataJoint Elements development roadmap. Dr. Loren Frank has led a development effort of a DataJoint pipeline with SpikeInterface framework and NeurodataWithoutBorders format integrated [https://github.com/LorenFrankLab/nwb_datajoint](https://github.com/LorenFrankLab/nwb_datajoint).
123123

124-
Further development of this Element is community driven. Upon user requests we will continue adding features to this Element.
124+
Further development of this Element is community driven. Upon user requests we will continue adding features to this Element.
125+
126+
## References
127+
128+
[1]: Jun, J., Steinmetz, N., Siegle, J. et al. Fully integrated silicon probes for high-density recording of neural activity. *Nature* 551, 232–236 (2017). [https://doi.org/10.1038/nature24636](https://doi.org/10.1038/nature24636).

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = '0.2.0'
2+
__version__ = '0.1.6'

0 commit comments

Comments
 (0)