https://github.com/jonasricker/rub-ml-publications
https://github.com/jonasricker/rub-ml-publications
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasricker/rub-ml-publications
- Owner: jonasricker
- Created: 2024-11-07T08:59:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T12:19:39.000Z (about 2 months ago)
- Last Synced: 2025-02-28T17:58:09.778Z (about 2 months ago)
- Language: TeX
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RUB-ML Publications
This repository contains all publications by the [Chair for Machine Learning at the Ruhr University Bochum](https://informatik.rub.de/ml/).
## How to add publications
1. Fork this repository.
2. Add your publication to `publications.bib`.
3. If there is not yet a macro defintion for the conference/journal of your publications, add it to `macros/conferences.bib` or `macros/journals.bib`.
4. Create a pull request.## Formatting guidelines
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` (preferably `https://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## Other recommendations
- if a paper is already published, use the URL to the published version (instead of a preprint)