annotate smc2012/smc2012template.bib @ 58:a63c438b3f65 tip

Squeezed it into the 6 page limit
author Henrik Ekeus <hekeus@eecs.qmul.ac.uk>
date Tue, 11 Jun 2013 15:17:21 +0100
parents b3fd8521efe9
children
rev   line source
hekeus@48 1 % -----------------------------------------------------------------------
hekeus@48 2 % File: smc2011template.bib
hekeus@48 3 % -----------------------------------------------------------------------
hekeus@48 4 % separate each line item with space, otherwise the reference will not be hyperlinked
hekeus@48 5 % put the keyword "and" between authors to separate them.
hekeus@48 6
hekeus@48 7 @inproceedings{Someone:00 ,
hekeus@48 8 author = {A. Someone and B. Someone and C. Someone},
hekeus@48 9 title = {The title of the conf paper},
hekeus@48 10 booktitle = {Proc. Int. Conf. Sound and Music Computing},
hekeus@48 11 pages={213--218},
hekeus@48 12 address={Porto},
hekeus@48 13 year = {2009}
hekeus@48 14 }
hekeus@48 15
hekeus@48 16
hekeus@48 17 @inproceedings{Someone:09 ,
hekeus@48 18 author = {A. Someone and B. Someone and C. Someone},
hekeus@48 19 title = {The title of the journal paper},
hekeus@48 20 booktitle = {J. New Music Research},
hekeus@48 21 pages = {111--222},
hekeus@48 22 year = {2008}
hekeus@48 23 }
hekeus@48 24
hekeus@48 25 @book{Someone:04 ,
hekeus@48 26 author = {X. Someone and Y. Someone},
hekeus@48 27 title = {The Title of the Book},
hekeus@48 28 publisher = { Springer-Verlag },
hekeus@48 29 year = {2010}
hekeus@48 30 }