xarray-contrib / xdggs

Xarray extension for DGGS
https://xdggs.readthedocs.io
Apache License 2.0
79 stars 14 forks source link

use bibtex for publications #89

Closed keewis closed 1 week ago

keewis commented 2 weeks ago

As requested in #80, this moves the publications to the "reference guide" and uses sphinxcontrib-bibtex to format them.

tinaok commented 1 week ago

There is also

keewis commented 1 week ago

the new entry is currently formatted as:

Alexander Kmoch, Benoît Bovy, Justus Magin, Ryan Abernathey, Peter Strobl, Alejandro Coca-Castro, Anne Fouilloux, Daniel Loos, and Tina Odaka. XDGGS: Xarray Extension for Discrete Global Grid Systems (DGGS). In EGU General Assembly 2024. Vienna, Austria, 14-19 Apr 2024, April 2024. doi:10.5194/egusphere-egu24-15416.

which is a bit messy because of the repeated date, but I don't know enough about bibtex to figure out how to fix that. If anyone has ideas, feel free to open a PR!

The pre-commit hook currently requires node to be installed when running pre-commit, which is not something I want to require, so for now it has to be run manually.

Edit: but otherwise this is very close to ready