Warum wird nur eine Bibliographie angezeigt?

Warum wird nur eine Bibliographie angezeigt?

Ich versuche, mehrere Websites und ein Buch zu zitieren, aber aus irgendeinem Grund wird nur die Bibliographie für das Buch angezeigt. Dies ist der Inhalt meiner Bib-Datei (refs.bib).

@article{ochsenbein2000vizier,
  title={The VizieR database of astronomical catalogues},
  author={Ochsenbein, Fran{\c{c}}ois and Bauer, Patricia and Marcout, James},
  journal={Astronomy and Astrophysics Supplement Series},
  volume={143},
  number={1},
  pages={23--32},
  year={2000},
  publisher={EDP Sciences}
}

@book{book:Herschel,
author = {J.F.W. Herschel},
year = {1847},
title = {Cape of Good Hope Astronomical observations 1834-1838},
publisher = {Cape Results},
}

@misc{website:stelladoppie,
    title     = {WDS 09545-8025 HJ 4281},
    url       = {\url{https://www.stelledoppie.it/index2.phpiddoppia=45333}},
}

@misc{lco:obs,
    author    = {Sariah Phipps},
    url       = {\url{https://lco.global/observatory/0.4m}},
    year      = {2020},
}

@misc{website:gaia,
    author    = {European Space Agency},
    url       = {\url{https://www.esa.int/ Our_Activities/Space_Science/Gaia_overview}},
    year      = {2016},
    title     = {Gaia Overview},
}

und so versuche ich, sie in meiner Hauptdatei zu referenzieren

\bibliographystyle{ieeetr}
\bibliography{refs}

Ich bin für jeden Hinweis, was ich falsch mache, sehr dankbar!

verwandte Informationen