Skip to content

Commit 4046d89

Browse files
Merge pull request #80 from kabilar/main
Add DeepLabCut, NWB, and DANDI citations
2 parents 5f8a327 + 26922a4 commit 4046d89

File tree

6 files changed

+31
-25
lines changed

6 files changed

+31
-25
lines changed

CHANGELOG.md

+6
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.6] - 2023-05-22
7+
8+
+ Add - DeepLabCut, NWB, and DANDI citations
9+
+ Update - mkdocs.yaml
10+
611
## [0.2.5] - 2023-05-11
712

813
+ Fix - `.ipynb` dark mode output for all notebooks.
@@ -63,6 +68,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
6368
graciously provided by the Mathis Lab.
6469
+ Add - Support for 2d single-animal models
6570

71+
[0.2.6]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.6
6672
[0.2.5]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.5
6773
[0.2.4]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.4
6874
[0.2.3]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.3

docs/.docker/pip_requirements.txt

+2-1
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/docker-compose.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ services:
1515
- PACKAGE
1616
- UPSTREAM_REPO
1717
- MODE
18-
- GOOGLE_ANALYTICS_KEY
1918
- PATCH_VERSION
2019
- JUPYTER_PLATFORM_DIRS=1
2120
volumes:

docs/mkdocs.yaml

+7-14
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,14 @@ nav:
5151
# UPSTREAM_REPO=https://github.com/datajoint/element-{ELEMENT}.git \
5252
# HOST_UID=$(id -u) docker compose -f docs/docker-compose.yaml up --build
5353
# ```
54-
# 02. Site analytics depend on a local environment variable GOOGLE_ANALYTICS_KEY
55-
# You can find this in LastPass or declare with any string to suprress errors
56-
# 03. The API section will pull docstrings.
54+
# 02. The API section will pull docstrings.
5755
# A. Follow google styleguide e.g.,
5856
# https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
5957
# With typing suggestions: https://docs.python.org/3/library/typing.html
6058
# B. To pull a specific workflow fork, change ./docs/src/api/make_pages.py#L19
61-
# 04. To see your fork of the workflow-{element} in this render, change the
59+
# 03. To see your fork of the workflow-{element} in this render, change the
6260
# URL in ./docs/src/api/make_pages.py#L19 to your fork.
63-
# 05. For redirecting options For redirect options, see 'redirects' below.
64-
# 06. To deploy this site on your fork,
61+
# 04. To deploy this site on your fork,
6562
# A. declare a branch called gh-pages
6663
# B. go to the your fork > settings > pages
6764
# C. direct pages to render from the gh-pages branch at root
@@ -97,9 +94,6 @@ theme:
9794
plugins:
9895
- markdownextradata: {}
9996
- search
100-
# - redirects: # OPTIONAL REDIRECTS
101-
# redirect_maps:
102-
# "index.md": "getting_started.md"
10397
- mkdocstrings:
10498
default_handler: python
10599
handlers:
@@ -119,7 +113,7 @@ plugins:
119113
- mkdocs-jupyter:
120114
ignore_h1_titles: True
121115
ignore: ["*make_pages.py"]
122-
116+
- section-index
123117
markdown_extensions:
124118
- attr_list
125119
- toc:
@@ -140,13 +134,12 @@ markdown_extensions:
140134
linenums: true
141135
- pymdownx.inlinehilite
142136
- pymdownx.snippets
143-
137+
- pymdownx.magiclink # Displays bare URLs as links
138+
- pymdownx.tasklist: # Renders check boxes in tasks lists
139+
custom_checkbox: true
144140
extra:
145141
PATCH_VERSION: !ENV PATCH_VERSION
146142
generator: false # Disable watermark
147-
analytics:
148-
provider: google
149-
property: !ENV GOOGLE_ANALYTICS_KEY
150143
version:
151144
provider: mike
152145
social:

docs/src/citation.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +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 DeepLabCut - 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 DeepLabCut (version {{ PATCH_VERSION }})
12-
10+
+ [RRID:SCR_021894](https://scicrunch.org/resolver/SCR_021894)
11+
12+
+ DeepLabCut
13+
+ [Manuscripts](https://github.com/DeepLabCut/DeepLabCut#references)
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_deeplabcut/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Package metadata
33
"""
4-
__version__ = "0.2.5"
4+
__version__ = "0.2.6"

0 commit comments

Comments
 (0)