Skip to content

Commit 1fe31d8

Browse files
post-preprint release
1 parent 86ab147 commit 1fe31d8

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,18 @@ import sopa
9494
For a full description of the API, please refer to the [documentation](https://gustaveroussy.github.io/sopa).
9595

9696
# Cite us
97-
Our article is not published yet. In the meantime, you can cite our **preprint**: [TODO - coming soon]
97+
Our article is not published yet. In the meantime, you can cite our [preprint](https://www.biorxiv.org/content/10.1101/2023.12.22.571863v1):
98+
99+
```txt
100+
@article {Blampey2023.12.22.571863,
101+
author = {Quentin Blampey & Kevin Mulder et al.},
102+
title = {Sopa: a technology-invariant pipeline for analyses of image-based spatial-omics},
103+
elocation-id = {2023.12.22.571863},
104+
year = {2023},
105+
doi = {10.1101/2023.12.22.571863},
106+
publisher = {Cold Spring Harbor Laboratory},
107+
URL = {https://www.biorxiv.org/content/early/2023/12/23/2023.12.22.571863},
108+
eprint = {https://www.biorxiv.org/content/early/2023/12/23/2023.12.22.571863.full.pdf},
109+
journal = {bioRxiv}
110+
}
111+
```

docs/cite_us.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
Our paper is available as an Arxiv preprint [here](TODO).
1+
Our article is not published yet. In the meantime, you can cite our [preprint](https://www.biorxiv.org/content/10.1101/2023.12.22.571863v1):
2+
23
```txt
3-
TODO
4+
@article {Blampey2023.12.22.571863,
5+
author = {Quentin Blampey & Kevin Mulder et al.},
6+
title = {Sopa: a technology-invariant pipeline for analyses of image-based spatial-omics},
7+
elocation-id = {2023.12.22.571863},
8+
year = {2023},
9+
doi = {10.1101/2023.12.22.571863},
10+
publisher = {Cold Spring Harbor Laboratory},
11+
URL = {https://www.biorxiv.org/content/early/2023/12/23/2023.12.22.571863},
12+
eprint = {https://www.biorxiv.org/content/early/2023/12/23/2023.12.22.571863.full.pdf},
13+
journal = {bioRxiv}
14+
}
415
```
516

617
This library has been developed by Quentin Blampey, PhD student in Biomathematics / Deep Learning. The following institutions funded this work:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sopa"
3-
version = "0.2.1"
3+
version = "1.0.0"
44
description = "Spatial-omics pipeline and analysis"
55
documentation = "https://gustaveroussy.github.io/sopa"
66
homepage = "https://gustaveroussy.github.io/sopa"

0 commit comments

Comments
 (0)