TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
You need double-braces:
title = {{SETI@home}} – PLKJul 30 '12 at 11:27
What bibliography stype are you using? I don't get any error with \bibliographystyle{plain}; however the title would be lowercase without an additional pair of braces. – egregJul 30 '12 at 15:25
@PLK you could turn your comment into an answer. – Gonzalo MedinaJul 31 '12 at 0:11
title = {SETI@Home})? Try with quotes (title = "SETI@Home") – Jellby Jul 30 '12 at 11:20title = {{SETI@home}}– PLK Jul 30 '12 at 11:27\bibliographystyle{plain}; however the title would be lowercase without an additional pair of braces. – egreg Jul 30 '12 at 15:25