rfonod commited on
Commit
bfb79e7
·
verified ·
1 Parent(s): 9216b85

docs: make the software citation version-independent

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -282,19 +282,18 @@ If you use this model, please cite the associated publication:
282
  ```
283
 
284
  If you additionally use the [Geo-trax software](https://github.com/rfonod/geo-trax), please
285
- also cite its Zenodo archive. The DOI below is the *concept* DOI: it always resolves to the
286
- latest release, so this entry stays valid as the software evolves. To cite one specific release
287
- instead, take that version's own DOI from the
288
- [Zenodo record](https://doi.org/10.5281/zenodo.12119542) and add a matching `version` field.
289
 
290
  ```bibtex
291
- @software{fonod2024geotrax,
292
- author = {Fonod, Robert},
293
- title = {Geo-trax: A Comprehensive Framework for Georeferenced Vehicle Trajectory Extraction from Drone Imagery},
294
- url = {https://github.com/rfonod/geo-trax},
295
- doi = {10.5281/zenodo.12119542},
296
- year = {2024},
297
- note = {Zenodo software archive; concept DOI resolves to the latest release}
298
  }
299
  ```
300
 
 
282
  ```
283
 
284
  If you additionally use the [Geo-trax software](https://github.com/rfonod/geo-trax), please
285
+ also cite its Zenodo archive, filling in the version and year you used. The DOI below is the
286
+ *concept* DOI, which always resolves to the latest release; to cite one release specifically,
287
+ use that version's own DOI from the [Zenodo record](https://doi.org/10.5281/zenodo.12119542).
 
288
 
289
  ```bibtex
290
+ @software{fonod_geotrax,
291
+ author = {Fonod, Robert},
292
+ title = {Geo-trax: A Comprehensive Framework for Georeferenced Vehicle Trajectory Extraction from Drone Imagery},
293
+ url = {https://github.com/rfonod/geo-trax},
294
+ doi = {10.5281/zenodo.12119542},
295
+ version = {1.x.x},
296
+ year = {202x}
297
  }
298
  ```
299