Skip to content

event-driven-robotics/master-bibtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“š Using the Master BibTeX File

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 is

    https://raw.githubusercontent.com/event-driven-robotics/master-bibtex/refs/heads/main/edpr-bib.bib
    

    and 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.bib can 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 local temp.bib file which you add your new entries and also included in the bibliography. Just don't forget to move all entries to edpr-bib.bib when the paper is finished
    \bibliography{edpr-bib,temp}
  • ๐Ÿ› ๏ธ Rules for generating labels for bibliography entries:

    1. for multiple authorsin year 20XX: FirstAuthor_etalXX
    2. for two authors: FirstAuthor_SecondAuthorXX
    3. for single author: AuthorXX
    4. 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.

About

The master bibtek file that can be added to all new edpr latex projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages