Skip to content

Commit 46f87a1

Browse files
authored
Add JOSS paper (#197)
1 parent cb3569d commit 46f87a1

File tree

4 files changed

+38
-4
lines changed

4 files changed

+38
-4
lines changed

CITATION.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cff-version: "1.2.0"
2+
authors:
3+
- family-names: Wu
4+
given-names: Qiusheng
5+
orcid: "https://orcid.org/0000-0001-5437-4073"
6+
- family-names: Osco
7+
given-names: Lucas Prado
8+
orcid: "https://orcid.org/0000-0002-0258-536X"
9+
doi: 10.5281/zenodo.8338074
10+
message: If you use this software, please cite our article in the
11+
Journal of Open Source Software.
12+
preferred-citation:
13+
authors:
14+
- family-names: Wu
15+
given-names: Qiusheng
16+
orcid: "https://orcid.org/0000-0001-5437-4073"
17+
- family-names: Osco
18+
given-names: Lucas Prado
19+
orcid: "https://orcid.org/0000-0002-0258-536X"
20+
date-published: 2023-09-12
21+
doi: 10.21105/joss.05663
22+
issn: 2475-9066
23+
issue: 89
24+
journal: Journal of Open Source Software
25+
publisher:
26+
name: Open Journals
27+
start: 5663
28+
title: "samgeo: A Python package for segmenting geospatial data with
29+
the Segment Anything Model (SAM)"
30+
type: article
31+
url: "https://joss.theoj.org/papers/10.21105/joss.05663"
32+
volume: 8
33+
title: "samgeo: A Python package for segmenting geospatial data with the
34+
Segment Anything Model (SAM)"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Docker Pulls](https://badgen.net/docker/pulls/giswqs/segment-geospatial?icon=docker&label=pulls)](https://hub.docker.com/r/giswqs/segment-geospatial)
99
[![PyPI Downloads](https://static.pepy.tech/badge/segment-geospatial)](https://pepy.tech/project/segment-geospatial)
1010
[![Conda Downloads](https://anaconda.org/conda-forge/segment-geospatial/badges/downloads.svg)](https://anaconda.org/conda-forge/segment-geospatial)
11-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7966658.svg)](https://doi.org/10.5281/zenodo.7966658)
11+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05663/status.svg)](https://doi.org/10.21105/joss.05663)
1212

1313
**A Python package for segmenting geospatial data with the Segment Anything Model (SAM)**
1414

@@ -21,7 +21,7 @@ The **segment-geospatial** package draws its inspiration from [segment-anything-
2121

2222
## Citations
2323

24-
- Qiusheng Wu, & Lucas Osco. (2023). samgeo: A Python package for segmenting geospatial data with the Segment Anything Model (SAM). Zenodo. <https://doi.org/10.5281/zenodo.7966658>
24+
- Wu, Q., & Osco, L. (2023). samgeo: A Python package for segmenting geospatial data with the Segment Anything Model (SAM). _Journal of Open Source Software_, 8(89), 5663, <https://doi.org/10.21105/joss.05663>
2525

2626
## Features
2727

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Docker Pulls](https://badgen.net/docker/pulls/giswqs/segment-geospatial?icon=docker&label=pulls)](https://hub.docker.com/r/giswqs/segment-geospatial)
99
[![PyPI Downloads](https://static.pepy.tech/badge/segment-geospatial)](https://pepy.tech/project/segment-geospatial)
1010
[![Conda Downloads](https://anaconda.org/conda-forge/segment-geospatial/badges/downloads.svg)](https://anaconda.org/conda-forge/segment-geospatial)
11-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7966658.svg)](https://doi.org/10.5281/zenodo.7966658)
11+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05663/status.svg)](https://doi.org/10.21105/joss.05663)
1212

1313
**A Python package for segmenting geospatial data with the Segment Anything Model (SAM)** 🗺️
1414

@@ -21,7 +21,7 @@ The **segment-geospatial** package draws its inspiration from [segment-anything-
2121

2222
## Citations
2323

24-
- Qiusheng Wu, & Lucas Osco. (2023). samgeo: A Python package for segmenting geospatial data with the Segment Anything Model (SAM). Zenodo. <https://doi.org/10.5281/zenodo.7966658>
24+
- Wu, Q., & Osco, L. (2023). samgeo: A Python package for segmenting geospatial data with the Segment Anything Model (SAM). _Journal of Open Source Software_, 8(89), 5663, <https://doi.org/10.21105/joss.05663>
2525

2626
## Features
2727

paper/10.21105.joss.05663.pdf

185 KB
Binary file not shown.

0 commit comments

Comments
 (0)