metno / pyaerocom

Python tools for climate and air quality model evaluation
https://pyaerocom.readthedocs.io/
GNU General Public License v3.0
26 stars 15 forks source link

Suggestion BibTex citation #87

Closed hannasv closed 4 years ago

hannasv commented 4 years ago

Hei,

It quite common to cite python package these days, I've used the filter class in my thesis and plan to cite pyaerocom. I'm not sure how you do this in the earth system course, but I though it could be useful there that as well. Drawing inspiration from Cartopy, I made the following bibtex, any comments @MichaelSchulzMETNO ?

@misc{pyaerocom, author = {{MET Norway }}, title = {Pyaerocom, a Python package containing reading, post analysis and visualisation tools for the AEROCOM project.}, year = {2020}, address = {Oslo, Norway}, url = {https://pyaerocom.met.no/}, publisher={GitHub}, howpublished={\url{https://github.com/metno/pyaerocom}}, }

MichaelSchulzMETNO commented 4 years ago

That is a good idea! It has to enter the documentation webpage . Lets see with Jonas when he is available again.

jgliss commented 4 years ago

Good initiative @hannasv. Happy to hear you could use it in your thesis. I added a Citation section in the README.

I close this issue.