I need to reference some online databases in my LaTeX report. I have them included in my .bib file in this format:
@misc{StanfordScanRep,
title = {{The Stanford 3D Scanning Repository}},
howpublished = {\url{http://graphics.stanford.edu/data/3Dscanrep/}}
}
Compiling the LaTeX document gives warnings from BibTeX of this form:
Warning--to sort, need author or key in StanfordScanRep
There is no author for these databases. Is there any other way to fix this warning?