-> Referencing Website URLs with Bibtex

Referencing Website URLs with Bibtex

by Jeffrey P. Bigham

Referencing website URLs is quite easy using bibtex. Simply, use the MISC type and define the following fields as appropriate:


@MISC{alexa:website,
      AUTHOR = "Jeff Bigham",
      TITLE = "A super-sweet article",
      MONTH = "May",
      YEAR = {2006},
      NOTE = "\texttt{http://www.manticmoo.com/articles/jeff/programming/latex/bibtex-types.php}"
}

-> Referencing Website URLs with Bibtex