Skip to content

Commit

Permalink
docs(readme): add bibtex entry
Browse files Browse the repository at this point in the history
  • Loading branch information
redfrexx committed Dec 4, 2023
1 parent d46829f commit 1a3da57
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,24 @@ time = pandas.date_range("2018-01-01", periods=3, freq="M")

When using [ohsome-py](https://github.com/GIScience/ohsome-py) e.g. for a publication or elsewhere, please cite it using the reference given in the [ohsome-api](https://github.com/GIScience/ohsome-api/blob/master/README.md#how-to-cite) like

> M. Raifer, R. Troilo, F.-B. Mocnikand M. Schott, ‘OSHDB - OpenStreetMap History Data Analysis version 1.2.1 accessed via the ohsome-py library version 0.2.0’. Zenodo, Sep. 29, 2023. doi: 10.5281/zenodo.8391737.
> M. Raifer, R. Troilo, F.-B. Mocnikand M. Schott, ‘OSHDB - OpenStreetMap History Data Analysis version 1.2.1 accessed via the ohsome-py library version 0.3.0’. Zenodo, Sep. 29, 2023. doi: 10.5281/zenodo.8391737.

```bibtex
@software{raifer_2023_7713347,
author = {Raifer, Martin and
Troilo, Rafael and
Mocnik, Franz-Benjamin and
Schott, Moritz},
title = {OSHDB - OpenStreetMap History Data Analysis version 1.2.1 accessed via the ohsome-py library version 0.3.0},
month = sep,
year = 2023,
publisher = {Zenodo},
version = {1.2.1},
doi = {10.5281/zenodo.8391737},
url = {https://doi.org/10.5281/zenodo.8391737}
}
```

## Contribution Guidelines

Expand Down

0 comments on commit 1a3da57

Please sign in to comment.