Skip to content

Commit dffc13e

Browse files
authored
Update citation (#22)
* update citation * add citation.cff
1 parent aded29c commit dffc13e

File tree

3 files changed

+51
-6
lines changed

3 files changed

+51
-6
lines changed

CITATION.cff

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite the article from preferred-citation."
3+
authors:
4+
- family-names: "Müller-Bötticher"
5+
given-names: Niklas
6+
orcid: "https://orcid.org/0000-0001-5103-7282"
7+
title: sainsc
8+
date-released: "2024-07-10"
9+
url: "https://github.com/HiDiHlabs/sainsc"
10+
preferred-citation:
11+
type: article
12+
authors:
13+
- family-names: "Müller-Bötticher"
14+
given-names: Niklas
15+
orcid: "https://orcid.org/0000-0001-5103-7282"
16+
- family-names: Tiesmeyer
17+
given-names: Sebastian
18+
orcid: "https://orcid.org/0000-0002-0492-1523"
19+
- family-names: Eils
20+
given-names: Roland
21+
orcid: "https://orcid.org/0000-0002-0034-4036"
22+
- family-names: Ishaque
23+
given-names: Naveed
24+
orcid: "https://orcid.org/0000-0002-8426-901X"
25+
title: "Sainsc: A Computational Tool for Segmentation-Free Analysis of In Situ Capture Data"
26+
doi: 10.1002/smtd.202401123
27+
journal: "Small Methods"
28+
pages: 2401123
29+
year: 2024
30+
volume: ""
31+
number: ""
32+
publisher: "Wiley Online Library"

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,22 @@ This project follows the [SemVer](https://semver.org/) guidelines for versioning
4949

5050
If you are using `sainsc` for your research please cite
5151

52-
Müller-Bötticher, N., Tiesmeyer, S., Eils, R., and Ishaque, N.
53-
"Sainsc: a computational tool for segmentation-free analysis of in-situ capture"
54-
bioRxiv (2024) https://doi.org/10.1101/2024.08.02.603879
52+
N. Müller-Bötticher, S. Tiesmeyer, R. Eils, N. Ishaque, "Sainsc: A Computational Tool
53+
for Segmentation-Free Analysis of In Situ Capture Data" *Small Methods* (2024)
54+
https://doi.org/10.1002/smtd.202401123
55+
56+
```
57+
@article{sainsc2024,
58+
author = {Müller-Bötticher, Niklas and Tiesmeyer, Sebastian and Eils, Roland and Ishaque, Naveed},
59+
title = {Sainsc: A Computational Tool for Segmentation-Free Analysis of In Situ Capture Data},
60+
journal = {Small Methods},
61+
year = {2024},
62+
volume = {},
63+
number = {},
64+
pages = {2401123},
65+
doi = {10.1002/smtd.202401123},
66+
}
67+
```
5568

5669
## License
5770

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Citations
1515

1616
If you are using `sainsc` for your research please cite
1717

18-
Müller-Bötticher, N., Tiesmeyer, S., Eils, R., and Ishaque, N.
19-
"Sainsc: a computational tool for segmentation-free analysis of in-situ capture"
20-
bioRxiv (2024) https://doi.org/10.1101/2024.08.02.603879
18+
N. Müller-Bötticher, S. Tiesmeyer, R. Eils, N. Ishaque, "Sainsc: A Computational Tool
19+
for Segmentation-Free Analysis of In Situ Capture Data" *Small Methods* (2024)
20+
https://doi.org/10.1002/smtd.202401123
2121

2222
.. toctree::
2323
:maxdepth: 1

0 commit comments

Comments
 (0)