Skip to content

Commit a90557a

Browse files
committed
docs: Add DOI
1 parent ccdb9bd commit a90557a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
[![Codecov](https://img.shields.io/codecov/c/github/okunator/cellseg_models.pytorch?logo=codecov&style=for-the-badge&token=oGSj7FZ1lm)](https://codecov.io/gh/okunator/cellseg_models.pytorch)
1414
<br>
1515
[![Pypi](https://img.shields.io/pypi/v/cellseg-models-pytorch?color=blue&logo=pypi&style=for-the-badge)](https://pypi.org/project/cellseg-models-pytorch/)
16+
<br>
17+
[![DOI](https://zenodo.org/badge/450787123.svg)](https://zenodo.org/badge/latestdoi/450787123)
1618

1719
</div>
1820

@@ -244,6 +246,7 @@ With the function API, you can build models with low effort by calling the below
244246
title={{cellseg_models.pytorch}: Cell/Nuclei Segmentation Models and Benchmark.},
245247
author={Oskari Lehtonen},
246248
howpublished = {\url{https://github.com/okunator/cellseg_models.pytorch}},
249+
doi = {10.5281/zenodo.7064617}
247250
year={2022}
248251
}
249252
```

examples/lizard_nuclei_segmentation_cellpose.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
" normalization=\"minmax\",\n",
9696
")\n",
9797
"\n",
98-
"lizard_module.prepare_data() # download and process the pannuke data"
98+
"lizard_module.prepare_data() # download and process the lizard data"
9999
]
100100
},
101101
{

0 commit comments

Comments
 (0)