From 1c0840a47ac3c189baff87ca46b105d108363e31 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Sat, 7 Sep 2024 17:11:20 -0700 Subject: [PATCH] Bump up citation year --- web/content/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/content/_index.md b/web/content/_index.md index eff035848..9e9976827 100644 --- a/web/content/_index.md +++ b/web/content/_index.md @@ -55,7 +55,7 @@ and when they are caused by algorithm (both libraries fail). To cite GEOS in publications use: -> GEOS contributors (2021). GEOS computational geometry library. Open Source Geospatial Foundation. URL https://libgeos.org/. +> GEOS contributors (2024). GEOS computational geometry library. Open Source Geospatial Foundation. URL https://libgeos.org/. A BibTeX entry for LaTeX users is ``` @@ -63,7 +63,7 @@ A BibTeX entry for LaTeX users is title = {{GEOS} computational geometry library}, author = {{GEOS contributors}}, organization = {Open Source Geospatial Foundation}, - year = {2021}, + year = {2024}, url = {https://libgeos.org/}, doi = {10.5281/zenodo.11396894} }