
いくつかのウェブサイトと本を引用しようとしているのですが、なぜか本の参考文献しか表示されません。これは私の bib ファイル (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},
}
これがメインファイルでそれらを参照する方法です
\bibliographystyle{ieeetr}
\bibliography{refs}
何が間違っているのか、ご指導いただければ幸いです。