Skip to content

Commit ad9588f

Browse files
Merge pull request #150 from kabilar/main
Add Kilosort, NWB, and DANDI citations
2 parents 97a57b1 + af81ef9 commit ad9588f

File tree

5 files changed

+25
-12
lines changed

5 files changed

+25
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.10] - 2023-05-22
7+
8+
+ Add - Kilosort, NWB, and DANDI citations
9+
+ Update - mkdocs.yaml
10+
611
## [0.2.9] - 2023-05-11
712

813
+ Fix - `.ipynb` dark mode output for all notebooks.
@@ -113,6 +118,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
113118
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
114119
2.0 - MS
115120

121+
[0.2.10]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.10
116122
[0.2.9]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.9
117123
[0.2.8]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.8
118124
[0.2.7]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.7

docs/.docker/pip_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ mkdocs-gen-files
88
mkdocs-literate-nav
99
mkdocs-exclude-search
1010
mkdocs-markdownextradata-plugin
11-
mkdocs-jupyter
11+
mkdocs-jupyter
12+
mkdocs-section-index

docs/mkdocs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ theme:
9797
plugins:
9898
- markdownextradata: {}
9999
- search
100-
# - redirects: # OPTIONAL REDIRECTS
101-
# redirect_maps:
102-
# "index.md": "getting_started.md"
103100
- mkdocstrings:
104101
default_handler: python
105102
handlers:
@@ -118,6 +115,7 @@ plugins:
118115
- "*/navigation.md"
119116
- mkdocs-jupyter:
120117
ignore_h1_titles: True
118+
- section-index
121119
markdown_extensions:
122120
- attr_list
123121
- toc:

docs/src/citation.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Citation
22

3-
If your work uses this Element, please cite the following manuscript and Research
4-
Resource Identifier (RRID):
3+
If your work uses the following resources, please cite the respective manuscript and/or Research Resource Identifier (RRID):
54

6-
+ Yatsenko D, Nguyen T, Shen S, Gunalan K, Turner CA, Guzman R, Sasaki M, Sitonic D,
7-
Reimer J, Walker EY, Tolias AS. DataJoint Elements: Data Workflows for
8-
Neurophysiology. bioRxiv. 2021 Jan 1. doi: https://doi.org/10.1101/2021.03.30.437358
5+
+ DataJoint Element Array Electrophysiology - Version {{ PATCH_VERSION }}
6+
+ Yatsenko D, Nguyen T, Shen S, Gunalan K, Turner CA, Guzman R, Sasaki M, Sitonic D,
7+
Reimer J, Walker EY, Tolias AS. DataJoint Elements: Data Workflows for
8+
Neurophysiology. bioRxiv. 2021 Jan 1. doi: https://doi.org/10.1101/2021.03.30.437358
99

10-
+ DataJoint Elements ([RRID:SCR_021894](https://scicrunch.org/resolver/SCR_021894)) -
11-
Element Array Electrophysiology (version {{ PATCH_VERSION }})
10+
+ [RRID:SCR_021894](https://scicrunch.org/resolver/SCR_021894)
11+
12+
+ Kilosort
13+
+ [Manuscripts](https://github.com/MouseLand/Kilosort#citation-requirement).
14+
15+
+ NWB
16+
+ [Manuscript](https://www.nwb.org/publications/)
17+
18+
+ DANDI
19+
+ [Citation options](https://www.dandiarchive.org/handbook/10_using_dandi/#citing-dandi)

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.9"
2+
__version__ = "0.2.10"

0 commit comments

Comments
 (0)