This repository contains all publications by the Chair for Machine Learning at the Ruhr University Bochum.
- Fork this repository.
- Add your publication to
publications.bib
. - If there is not yet a macro defintion for the conference/journal of your publications, add it to
macros/conferences.bib
ormacros/journals.bib
. - Create a pull request.
Each entry should contain (only) the following fields:
author
(always use the same spelling)title
(to enforce a certain capitalization, use double curly braces, e.g.{{ImageNet}}: A Large-Scale Hierarchical Image Database
)year
booktitle/journal
(always use a macro)url
(preferablyhttps://doi.org/...
)
Of course, other entry types (e.g., @techreport
) might require different fields. However, always try to keep it minimal. See if the type you need already exists in publications.bib
and use the same formatting.
The following formatting is automatically applied when pushing your changes, so you don't have to take care of it:
- macro definitions are sorted alphabetically
- publications are sorted by year and author
- citation keys are constructed from first author, year, and the beginning of the title
- fields are ordered
- the file
publications_expanded.bib
is created, which contains expanded macro definitions
- if a paper is already published, use the URL to the published version (instead of a preprint)