front-matter / commonmeta-py

Documentation
https://python.commonmeta.org
MIT License
14 stars 3 forks source link

bibtex writing suggestions? #27

Closed jowens closed 1 year ago

jowens commented 1 year ago

Would you be willing to take suggestions for bibtex writing? I note

https://community.crossref.org/t/crossref-bibtex-export-improving-it/3306/12

and my very sincere desire to fetch high-quality bibtex from crossref or other sources.

As an example, I note that months in the examples are enclosed in braces (e.g., month = {feb}), whereas bibtex has built-in abbreviations that are preferred (e.g., month=feb). Happy to burst these out into separate issues if you'll take suggestions. Thanks!

mfenner commented 1 year ago

@jowens happy to work on these suggestions, and I noticed the month names differences. Can you please open a separate issue regarding title/subtitle. In both cases example DOIs would be good.

The month abbreviations are actually handled by the bibtexparser library. I will investigate.

mfenner commented 1 year ago

@jowens fixed the month names in bibtex. Will do a PyPi release on Monday, including a number of other changes. Please note that the package is renamed to commonmeta-py.

mfenner commented 1 year ago

See #40 for more discussion.