├── Contributing.md └── README.md /Contributing.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | To add content (a reference, a link, etc.) to the list, please use the following guidelines. 4 | 5 | - Add content by creating a pull request and commits with useful titles. 6 | - Check your spelling and grammar. 7 | - Ensure you do not create a duplicate entry. 8 | - The references/items should have the following **format**: 9 | - `Authors, *[Paper title](official link http://doi.org/xxx)*, conference/journal name, year. [Additional links: PDF, YouTube, Project page]`. 10 | -- use a double space at end of line to make the line breaks 11 | - In the journal name, try to follow the [IEEE abbreviations](https://github.com/JabRef/abbrv.jabref.org/blob/main/journals/journal_abbreviations_ieee.csv). 12 | - **Try to follow a chronological order (publication date, oldest at the top) within each category!** 13 | - **Try to learn from other entries published in the same conference / journal in previous years**: the anchor key should follow the format `AuthorYYpubvenue` (example: `name="Shiba22eccv"`). 14 | - Link additions should be added to the primary relevant category. If the reference fits into multiple categories, do not duplicate the entry, just create a link to the item in the primary category, with the format `[Authors, Conference Acronym, Year](link to primary category)`. 15 | 16 | - New categories or improvements to the existing categorization are welcome. 17 | 18 | Thank you for your suggestions! 19 | --------------------------------------------------------------------------------