Skip to content

Commit 522ca05

Browse files
authored
Merge pull request #328 from imagej/update-citation
Update citation
2 parents ef8049d + 7164918 commit 522ca05

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ Distributed under the terms of the [BSD-2] license,
5252

5353
## Citing
5454

55-
_napari-imagej: ImageJ ecosystem access from napari_, Nature Methods, 2023 Aug 18
56-
57-
DOI: [10.1038/s41592-023-01990-0](https://doi.org/10.1038/s41592-023-01990-0)
55+
Selzer, G.J., Rueden, C.T., Hiner, M.C. *et al.* napari-imagej: ImageJ ecosystem access from napari. *Nat Methods* **20**, 1443–1444 (2023). https://doi.org/10.1038/s41592-023-01990-0
5856

5957
[Apache Software License 2.0]: https://www.apache.org/licenses/LICENSE-2.0
6058
[black]: https://github.com/psf/black

doc/Citation.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Citation
2+
========
3+
4+
If you use napari-imagej in your work, please cite our paper:
5+
6+
Selzer, G.J., Rueden, C.T., Hiner, M.C. *et al.* napari-imagej: ImageJ ecosystem access from napari. *Nat Methods* **20**, 1443–1444 (2023). https://doi.org/10.1038/s41592-023-01990-0
7+
8+
BibTeX:
9+
10+
.. code-block:: bibtex
11+
12+
@article{Selzer_Rueden_Hiner_Evans_Harrington_Eliceiri_2023,
13+
title={Napari-imagej: Imagej ecosystem access from Napari},
14+
volume={20},
15+
DOI={10.1038/s41592-023-01990-0},
16+
number={10},
17+
journal={Nature Methods},
18+
author={Selzer, Gabriel J. and Rueden, Curtis T. and Hiner, Mark C. and Evans, Edward L. and Harrington, Kyle I. and Eliceiri, Kevin W.},
19+
year={2023},
20+
month={Aug},
21+
pages={1443–1444}
22+
}
23+
24+
If you have questions about citation or usage, please contact the project maintainers.

doc/Development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Once you've made your changes, run the following:
4545

4646
.. code-block:: bash
4747
48-
make docs
48+
make html
4949
5050
This will build the documentation into HTML files locally, stored in the ``doc/_build/html`` folder. You can then view the documentation locally by loading ``doc/_build/html/index.html`` in the browser of your choice.
5151

doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ napari-imagej handles the burden of data transfer between these two applications
3737
Architecture
3838

3939
Benchmarking
40+
41+
Citation

0 commit comments

Comments
 (0)