Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add citation information #914

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Please note that compatibility for 0.x releases (software or repositories) isn't

_When adding new entries to the changelog, please include issue/PR numbers wherever possible._

## 0.14.3 (UNRELEASED)

- Adds information on referencing and citing Kart to `CITATION`. [#914](https://github.com/koordinates/kart/pull/914)

## 0.14.2

- Fixes a bug where the GPKG application ID is not being written in GPKG working copies - other software reading the GPKG may be confused by this. [#902](https://github.com/koordinates/kart/issues/902)
Expand Down
13 changes: 13 additions & 0 deletions CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
To cite Kart in publications use:

Kart contributors (2023). Kart geospatial data version-control software.
URL https://kartproject.org

A BibTeX entry for LaTeX users is

@Manual{,
title = {{Kart} geospatial data version-control software},
author = {{Kart contributors}},
year = {2023},
url = {https://kartproject.org},
}