How do I include entries in the bibliography or references that isn't actually cited in the text?
You can use the \nocite
command in this case:
\nocite{John:1993}
The BibTeX entry with the key John:1993
will not appear as a citation in the main text, but will be included in the \bibliography
list. Neat, eh?