為什麼只顯示一份參考書目?

為什麼只顯示一份參考書目?

我試圖引用幾個網站和一本書,但由於某種原因,唯一顯示的參考書目是這本書的參考書目。這是我的 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}

非常感謝任何有關我做錯的事情的指導!

相關內容