owmeta.bibtex_customizations module¶
bibtexparser customizations
- owmeta.bibtex_customizations.author(record)[source]¶
Split author field by the string ‘and’ into a list of names.
- owmeta.bibtex_customizations.customizations(record)[source]¶
Standard owmeta
bibtexparsercustomizations
- owmeta.bibtex_customizations.doi(record)[source]¶
Adds a doi URI to the record if there’s a
doientry in the record
- owmeta.bibtex_customizations.listify(record)[source]¶
Turns every value in the record into a list except for
ENTRYTYPEandID
- owmeta.bibtex_customizations.listify_one(record, name)[source]¶
If the given field
namedoes not have alistvalue, then updates the record by turning that value into a list.