How to Properly Cite Websites Using BibTex?

  • Thread starter Thread starter NoobixCube
  • Start date Start date
  • Tags Tags
    Bibtex Websites
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 77K views
NoobixCube
Messages
154
Reaction score
0
I am trying to cite a website using Bibtex.
I have the following in my preamble
\usepackage{url}

and in my .bib file I have

@article{
exoplanetwebsite,
Author = {Jean Schneider},
Title = {The Extrasolar Planets Encyclopaedia},
Publisher = {\url{http://exoplanet.eu/catalog.php}} }


The Author and Title show up in the PDF bibliography but not the website. Any thoughts?
 
Last edited by a moderator:
on Phys.org
Cool thanks, might got for the misc entry

@misc
Use this type when nothing else fits. Required fields: none. Optional fields: author, title, howpublished, month, year, note.
 
Yeah it worked sweet as a nut

@misc{
exoplanetwebsite,
Author = {Jean Schneider},
Title = {The Extrasolar Planets Encyclopaedia},
howpublished = {\url{http://exoplanet.eu/catalog.php}} }
 
Last edited by a moderator: