For anyone using the IEEEtran.bst
style, the current accepted answer will abbreviate the author's names. Although it still doesn't match the requested style in the Question, I use the following format:
@misc{game:hobbit,
title = "{T}he {H}obbit: {T}he {P}relude to the {L}ord of the {R}ings",
organization = "Vivendi Universal Games",
location = "United Kingdom",
howpublished = "[PC CD-ROM]",
year = "2003",
}
[63] “The Hobbit: The Prelude to the Lord of the Rings,” [PC CD-ROM], Vivendi Universal Games, 2003
Note that in order to avoid changes in capitalisations, the necessary characters must be in {}
. An easier solution is to stick the whole title in braces:
"{The Hobbit: The Prelude to the Lord of the Rings}",
This solution also leaves author
open for games developed by individuals, e.g.:
@misc{game:redeclipse,
author = "Reeves, Quinton and Salzman, Lee",
title = "{R}ed {E}clipse",
year = "2011",
note = "v1.3.1",
url = "http://www.redeclipse.net",
}
As an aside, if you use the url
field, IEEEtran
automatically inserts an '[Online]':
[62] Q. Reeves and L. Salzman, “Red Eclipse,” 2011, v1.3.1. [Online]. Available: http://www.redeclipse.net