
Estoy intentando citar varios sitios web y un libro, pero por alguna razón la única bibliografía que aparece es la del libro. Esto es lo que hay dentro de mi archivo bib (llamado 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},
}
y así es como intento hacer referencia a ellos en mi archivo principal
\bibliographystyle{ieeetr}
\bibliography{refs}
¡Cualquier orientación sobre lo que estoy haciendo mal es muy apreciada!