dummy.bib
An example bibliography with different reference types.
Size 5.0 kB - File type text/x-bibtexFile contents
% To speed up the conversion process for your articles, please keep an eye on the following formatting details.
% BibTex-File:
% - Use brackets for every field content.
% - Do not use inverted author names (like author = {Smith, Greg}, ) in the author field. Use this form instead: author = {Greg Smith}.
% - Do not use full stops within bibliography labels (like author:2008...). Leave out full stops and special characters (e.g. author2008,...).
% Journal articles: Use a note field with article number if a page number is not available; The note field with DOI is optional.
% Must contain: author, title, journal, year
% Can contain: volume, number, pages, month, note, issn
@article{kogler-1998,
author = {Rita Ann Kogler},
title = {Virtual Set Design},
journal = {IEEE MultiMedia},
volume = {5},
year = {1998},
number = {1},
pages = {92--96},
issn = {1070-986X},
note = {DOI 10.1109/93.664746}
}
% Books: You may add an optional note field with DOI information for e-books.
% Must contain: author or editor, title, publisher, year
% Can contain: volume or number, series, address, edition, month, note, isbn
@book{benford-2011,
author = {Steve Benford and Gabriella Gianachi},
title = {Performing Mixed Reality},
publisher = {MIT Press},
address = {Cambridge, Mass.},
year = {2011},
isbn = {978-0-262-01576-9}
}
% Use inbook for chapters in a book and incollection for articles in a book.
% You may add an optional note field with DOI information for e-books.
% Must contain: author, title, booktitle, publisher, year
% Can contain: editor, volume oder number, series, type, chapter, pages, address, edition, month, note, isbn
@incollection{schlick-1995,
author = {Christophe Schlick},
title = {Wave Generators for Computer Graphics},
booktitle = {Graphics Gems},
pages = {367--374},
publisher = {Morgan Kaufmann},
year = {1995},
series = {The Graphics Gems Series},
volume = {V},
isbn = {0-12-543457-X}
}
% Must contain: author or editor, title, chapter and/or pages, publisher, year
% Can contain: volume or number, series, type, address, edition, month, note, isbn
@inbook{mckernan-2005,
author = {Brian McKernan},
chapter = {Computer Graphics, Digital Video, and High-Definition Television},
title = {Digital cinema: the revolution in cinematography, post production and distribution},
pages = {15--26},
publisher = {McGraw-Hill},
address = {New York, NY},
year = {2005},
isbn = {0-07-142963-8}
}
% For articles in conference proceedings. You may add an optional note field with DOI if applicable.
% Must contain author, title, booktitle, year
% Can contain: editor, volume or number, series, pages, address, month, organization, publisher, note
@inproceedings{tencon-2011,
author = {Qurrotul Aini and Syamsuddin H. Eko and Siti Fatimah},
title = {Virtual set design using synthetic camera method in news studio},
booktitle = {TENCON 2011 - 2011 IEEE Region 10 Conference},
pages = {1242--1245},
publisher = {Electrical Engineering Department, Universitas Indonesia},
address = {Depok, Indonesia},
year = {2011},
note = {DOI 10.1109/TENCON.2011.6129005},
isbn = {978-1-4577-0256-3}
}
% For technical reports and whitepapers
% Must contain: author, title, institution, year
% Can contain: type, note, number, address, month
@techreport{cuda-2008,
author = {Nathan Bell and Michael Garland},
title = {Efficient Sparse Matrix-Vector Multiplication on {CUDA}},
institution = {NVIDIA Corporation},
year = {2008},
number = {NVR-2008-004},
type = {NVIDIA Technical Report}
}
% Master's thesis
% Must contain: author, title, school, year
% Can contain: type, address, month, note
@mastersthesis{Levoy1978,
author = {Marc S. Levoy},
title = {Computer-assisted cartoon animation},
school = {Cornell University},
year = {1978}
}
% PhD thesis
% Must contain: author, title, school, year
% Can contain: type, address, month, note
@phdthesis{Purcell-2004,
author = {Timothy J. Purcell},
title = {Ray Tracing on a Stream Processor},
school = {Stanford University},
year = {2004}
}
% For user or technical manuals
% Must contain: address, title, year
% Can contain: author, organization, edition, month, note
@manual{vrml-1997,
author = {Rikk Carey and Gavin Bell},
title = {Annotated VRML 97 Reference Manual},
year = {1997},
address = {USA}
}
% For Websites: Always add a date of the last visit.
% Can contain: author, title, howpublished, month, year, note
@misc{hdrshop,
author = {USC Institute for Creative Technologies},
title = {HDR Shop},
howpublished = {http://www.hdrshop.com/},
year = {2013},
note = {Last visited March 13th, 2014}
}
% For unpublished work. Use only unless it is really necessary.
% Must contain: author, title, note
% Can contain: month, year
@unpublished{doe,
author = {John Doe},
title = {Some fictional text on virtual set environments},
year = {2014},
note = {I just made this example up}
}
Click here to get the file