Skip to content

Commit

Permalink
Add JOSS paper (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Sep 12, 2023
1 parent cb3569d commit 46f87a1
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cff-version: "1.2.0"
authors:
- family-names: Wu
given-names: Qiusheng
orcid: "https://orcid.org/0000-0001-5437-4073"
- family-names: Osco
given-names: Lucas Prado
orcid: "https://orcid.org/0000-0002-0258-536X"
doi: 10.5281/zenodo.8338074
message: If you use this software, please cite our article in the
Journal of Open Source Software.
preferred-citation:
authors:
- family-names: Wu
given-names: Qiusheng
orcid: "https://orcid.org/0000-0001-5437-4073"
- family-names: Osco
given-names: Lucas Prado
orcid: "https://orcid.org/0000-0002-0258-536X"
date-published: 2023-09-12
doi: 10.21105/joss.05663
issn: 2475-9066
issue: 89
journal: Journal of Open Source Software
publisher:
name: Open Journals
start: 5663
title: "samgeo: A Python package for segmenting geospatial data with
the Segment Anything Model (SAM)"
type: article
url: "https://joss.theoj.org/papers/10.21105/joss.05663"
volume: 8
title: "samgeo: A Python package for segmenting geospatial data with the
Segment Anything Model (SAM)"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Docker Pulls](https://badgen.net/docker/pulls/giswqs/segment-geospatial?icon=docker&label=pulls)](https://hub.docker.com/r/giswqs/segment-geospatial)
[![PyPI Downloads](https://static.pepy.tech/badge/segment-geospatial)](https://pepy.tech/project/segment-geospatial)
[![Conda Downloads](https://anaconda.org/conda-forge/segment-geospatial/badges/downloads.svg)](https://anaconda.org/conda-forge/segment-geospatial)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7966658.svg)](https://doi.org/10.5281/zenodo.7966658)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05663/status.svg)](https://doi.org/10.21105/joss.05663)

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

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

## Citations

- 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>
- 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>

## Features

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Docker Pulls](https://badgen.net/docker/pulls/giswqs/segment-geospatial?icon=docker&label=pulls)](https://hub.docker.com/r/giswqs/segment-geospatial)
[![PyPI Downloads](https://static.pepy.tech/badge/segment-geospatial)](https://pepy.tech/project/segment-geospatial)
[![Conda Downloads](https://anaconda.org/conda-forge/segment-geospatial/badges/downloads.svg)](https://anaconda.org/conda-forge/segment-geospatial)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7966658.svg)](https://doi.org/10.5281/zenodo.7966658)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05663/status.svg)](https://doi.org/10.21105/joss.05663)

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

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

## Citations

- 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>
- 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>

## Features

Expand Down
Binary file added paper/10.21105.joss.05663.pdf
Binary file not shown.

0 comments on commit 46f87a1

Please sign in to comment.