owmeta.bibtex_customizations module

owmeta.bibtex_customizations.author(record)[source]

Split author field by ‘and’ into a list of names.

Parameters:record (dict) – the record.
Returns:dict – the modified record.
owmeta.bibtex_customizations.customizations(record)[source]

Use some functions delivered by the library

Parameters:record – a record
Returns:– customized record
owmeta.bibtex_customizations.doi(record)[source]
Parameters:record (dict) – the record.
Returns:dict – the modified record.