Skip to content

Commit 1d7f3ba

Browse files
committed
Fixing README and versioning for conda
1 parent f4ecfd6 commit 1d7f3ba

File tree

3 files changed

+40
-127
lines changed

3 files changed

+40
-127
lines changed

README.rst

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|conda| |github ci| |Documentation| |PyPI Upload| |Conda Upload| |LICENSE|;
1+
|conda| |github ci| |Documentation| |PyPI Upload| |Conda Upload| |LICENSE| |Stable version| |Latest version|
22

33
.. |github ci| image::
44
https://github.com/kocherlab/naps/actions/workflows/ci.yml/badge.svg?branch=main
@@ -26,6 +26,14 @@
2626
https://anaconda.org/kocherlab/naps-track/badges/license.svg
2727
:target: https://github.com/kocherlab/naps/blob/main/LICENSE.md
2828

29+
.. |Stable version| image:: https://img.shields.io/github/v/release/kocherlab/naps?label=stable
30+
:target: https://github.com/kocherlab/naps/releases/
31+
:alt: Stable version
32+
33+
.. |Latest version| image:: https://img.shields.io/github/v/release/kocherlab/naps?include_prereleases&label=latest
34+
:target: https://github.com/kocherlab/naps/releases/
35+
:alt: Latest version
36+
2937
*******************************
3038
NAPS (NAPS is ArUco Plus SLEAP)
3139
*******************************
@@ -77,7 +85,7 @@ References
7785

7886
If you use NAPS in your research, please cite:
7987

80-
\S. W. Wolf, D. M. Ruttenberg*, D. Y. Knapp*, A. W. Webb, G. C. McKenzie-Smith, J. W. Shaevitz, and S. D. Kocher. `Hybrid tracking to capture dynamic social networks <https://naps.rtfd.io/>`__. *In Prep*, n.d.
88+
\S. W. Wolf, D. M. Ruttenberg*, D. Y. Knapp*, A. W. Webb, I. M. Traniello, G. C. McKenzie-Smith, J. W. Shaevitz, and S. D. Kocher. `Hybrid tracking to capture dynamic social networks <https://naps.rtfd.io/>`__. *In Prep*, n.d.
8189

8290
-------
8391
BibTeX:
@@ -86,7 +94,7 @@ BibTeX:
8694
8795
@UNPUBLISHED{Wolf_undated,
8896
author = {Wolf, Scott W and Ruttenberg, Dee M and Knapp, Daniel Y and Webb,
89-
Andrew E and McKenzie-Smith, Grace C and Shaevitz, Joshua W and Kocher, Sarah D},
97+
Andrew E and Traniello, Ian M and McKenzie-Smith, Grace C and Shaevitz, Joshua W and Kocher, Sarah D},
9098
title = {Hybrid tracking to capture dynamic social networks},
9199
year = {n.d.}
92100
}
@@ -106,15 +114,16 @@ Issues with NAPS?
106114
Contributors
107115
============
108116

109-
* **Scott Wolf**, Lewis-Sigler Institute, Princeton University
110-
* **Dee Ruttenberg**, Lewis-Sigler Institute, Princeton University
111-
* **Daniel Knapp**, Physics, Princeton University
112-
* **Andrew Webb**, Ecology and Evolutionary Biology and Lewis-Sigler Institute, Princeton University
113-
* **Grace McKenzie-Smith**, Lewis-Sigler Institute, Princeton University
114-
* **Joshua Shaevitz**, Physics and Lewis-Sigler Institute, Princeton University
115-
* **Sarah Kocher**, Ecology and Evolutionary Biology and Lewis-Sigler Institute, Princeton University
117+
* **Scott Wolf**, Lewis-Sigler Institute for Integrative Genomics, Princeton University
118+
* **Dee Ruttenberg**, Lewis-Sigler Institute for Integrative Genomics, Princeton University
119+
* **Daniel Knapp**, Department of Physics, Princeton University
120+
* **Andrew Webb**, Department of Ecology and Evolutionary Biology and Lewis-Sigler Institute for Integrative Genomics, Princeton University
121+
* **Ian Traniello**, Lewis-Sigler Institute for Integrative Genomics, Princeton University
122+
* **Grace McKenzie-Smith**, Department of Physics and Lewis-Sigler Institute for Integrative Genomics, Princeton University
123+
* **Joshua Shaevitz**, Department of Physics and Lewis-Sigler Institute for Integrative Genomics, Princeton University
124+
* **Sarah Kocher**, Department of Ecology and Evolutionary Biology and Lewis-Sigler Institute for Integrative Genomics, Princeton University
116125

117-
NAPS was created in the `Shaevitz <https://shaevitzlab.princeton.edu/>`_ and `Kocher <https://kocherlab.princeton.edu/>`_ labs at Princeton University.
126+
NAPS was created in the `Kocher <https://kocherlab.princeton.edu/>`_ and `Shaevitz <https://shaevitzlab.princeton.edu/>`_ labs at Princeton University.
118127

119128
=======
120129
License

docs/notebooks/naps_graphics.ipynb

Lines changed: 19 additions & 115 deletions
Large diffs are not rendered by default.

naps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Information
22
__name__ = "naps-track"
3-
__version__ = "0.1.0"
3+
__version__ = "0.1.15"
44
__summary__ = "NAPS (NAPS is ArUco Plus SLEAP)"
55
__url__ = "https://github.com/kocherlab/naps"
66
__code__ = "https://github.com/kocherlab/naps"

0 commit comments

Comments
 (0)