Skip to content

joyolee/bibliography

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

248 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bibliography

Group bibliography

Templates

Do not add abstracts or reviews.

Conference papers:

@InProceedings{AuthorPublicationYear[a-z],
  author      = {M. Musterfrau and J. Doe and O. Normalverbraucherin},
  title       = {{Title Using Headline Capitalization}},
  booktitle   = {Proc. of CONF},
  year        = {xxxx},
  pages       = {xxxx--xxxx},
  address     = {City, (State,) Country},
  month       = [jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec],
  keywords    = {Keyword1; Keyword2; ...},
}

Journal arcticles:

@Article{AuthorPublicationYear[a-z],
  author    = {M. Musterfrau and J. Doe and O. Normalverbraucherin},
  title     = {{Title Using Headline Capitalization}},
  journal 	= {IEEE Transactions on Lorem Ipsum (ABBR.)},
  year      = {xxxx},
  volume    = {xx},
  number    = {x},
  pages     = {xxxx--xxxx},
  month     = [jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec],
  keywords  = {Keyword1; Keyword2; ...},
}

ITU standard:

@Manual{ITU[0-9]{0,4},
  title                    = {{Rec. P.1110: Wideband Hands-Free Communication in Motor Vehicles}},
  author                   = {{ITU}},
  month                    = [jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec],
  organization             = {{International Telecommunication Union, Telecommunication Standardization Sector (ITU-T)}},
  year                     = {xxxx},
}

Homepage:

@Misc{SciPy,
  title                    = {{SciPy: Open Source Scientific Tools for Python}},
  author                   = {E. Jones and T. Oliphant and P. Peterson and others},
  note                     = {[Online; accessed <today>]},
  year                     = {2001--},
  url                      = {http://www.scipy.org/}
}

Book:

@Book{AuthorPublicationYear[a-z],
  title     = {Deep Lorem Ipsum with PyTorch},
  publisher = {Publisher Name},
  year      = {XXXX},
  author    = {M. Musterfrau and J. Doe and O. Normalverbraucherin},
  keywords  = {Keyword1; Keyword2; ...},
}

arXiv e-Print:

@Article{AuthorPublicationYear[a-z],
  author        = {M. Musterfrau and J. Doe and O. Normalverbraucherin},
  title         = {{Title Using Headline Capitalization}},
  journal       = {arXiv},
  year          = {XXXX},
  month         = [jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec],
  archiveprefix = {arXiv},
  eprint        = {XXXX.XXXXX}, # e-print number
  keywords      = {Keyword1; Keyword2; ...},
}

Headline Capitalization: Capitalize words with four or more letters.

Abbreviations for commonly used conferences

Conference booktitle in bibtex
National Conference on Artificial Intelligence Proc. of AAAI
IEEE Automatic Speech Recognition and Understanding Workshop Proc. of ASRU
British Machine Vision Conference Proc. of BMVC
Conference on Computer Vision and Pattern Recognition Proc. of CVPR
European Conference on Computer Vision Proc. of ECCV
IEEE International Conference on Acoustics, Speech and Signal Processing Proc. of ICASSP
International Conference on Computer Vision Proc. of ICCV
IEEE International Confernence on Image Processing Proc. of ICIP
International Conference on Learning Representations Proc. of ICLR
International Conference on Machine Learning Proc. of ICML
Annual Conference of the International Speech Communication Association Proc. of Interspeech
IEEE Intelligent Transportation Systems Conference Proc. of ITSC
IEEE Intelligent Vehicles Symposium Proc. of IV
Conference on Neural Information Processing Systems Proc. of NeurIPS
IEEE Workshop on Applications of Signal Processing to Audio and Acoustics Proc. of WASPAA
International Workshop on Acoustic Signal Enhancement Proc. of IWAENC
European Signal Processing Conference Proc. of EUSIPCO
IEEE Winter Conference on Applications of Computer Vision Proc. of WACV

For workshops that were in conjunction with a conference add " - Workshops" to the booktitle, e.g., "Proc. of CVPR - Workshops"

About

Group bibliography

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 100.0%