dcase_util.tools.BibtexProcessor
- class dcase_util.tools.BibtexProcessor(year=None)[source]
Simple Bibtex field processing class to prepare bibtex entries for the challenge and workshop submissions.
Constructor
- Parameters
- yearint
Year
Methods
__init__
([year])Constructor
abstract
(abstract)Process publication abstract.
affiliation_list
(authors)Collect all unique affiliations
affiliation_list_fancy
(authors[, ...])Affiliation string with indexes.
affiliation_str
(data)Affiliation string.
authors
(authors)Author list in format [lastname1], [firstname1] and [lastname2], [firstname2].
authors_fancy
(authors[, affiliation_list])Author list with affiliation indexes.
key
(authors[, title, year])Bibtex key generation.
submissions_fancy
(submissions[, css_class])HTML string with submission labels
title
(title)Process publication title.
Attributes
logger