The master BibTeX file can be added to all new EDPR LaTeX projects to keep a single, curated source for well-formatted citations.
-
๐ ๏ธ Create your LaTeX project: Use a blank template and upload the style files, or Overleaf's inbuilt templates, for the conference/journal to which you wish to submit. The repository must be called YEAR_LASTNAME_VENUE
-
๐ Add the master bibliography file: In the new repository click
New File โก๏ธ From External URL. The URL ishttps://raw.githubusercontent.com/event-driven-robotics/master-bibtex/refs/heads/main/edpr-bib.biband the name should be
edpr-bib.bib -
๐ง Using BibTeX: If you are unfamiliar with BibTeX, consider a quick tutorial. The citation format is author_year i.e.
\cite{bartolozzi_etal2026}and Overleaf should give autocomplete for paper titles, so we hope it is simple to find the correct paper to cite when you are writing. The bibliography is added to the paper using:\bibliographystyle{plain} \bibliography{edpr-bib}
๐ก Replace the plain style with the style in your conference/journal style files.
-
๐ Update the BibTeX file: New citations that are not yet in
edpr-bib.bibcan be added directly through github. Edit the file directly in the github online interface, and make a commit directly to main branch. After you add your new reference, in your Overleaf click ๐ฑ๏ธedpr-bib.bib โก๏ธ Refresh(โฒ๏ธ it might take a minute to update correctly).- Alternative approach: If you have many updates to
edpr-bib.bib, feel free to make a secondary localtemp.bibfile which you add your new entries and also included in the bibliography. Just don't forget to move all entries toedpr-bib.bibwhen the paper is finished
\bibliography{edpr-bib,temp} - Alternative approach: If you have many updates to
-
๐ ๏ธ Rules for generating labels for bibliography entries:
- for multiple authorsin year 20XX: FirstAuthor_etalXX
- for two authors: FirstAuthor_SecondAuthorXX
- for single author: AuthorXX
- add venue acronym if there are multiple papers in the same year (e.g. tnnls, icra, tcas, natcomm, etc.)
๐ก if the paper has capitalized acronyms use $$; make sure to add \ if there are special characters; make sure to always include the paper DOI.