
여러 웹사이트와 책을 인용하려고 하는데 어떤 이유에서인지 해당 책에 대한 참고문헌만 표시됩니다. 이것이 내 턱받이 파일(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}
내가 뭘 잘못하고 있는지에 대한 안내를 주시면 매우 감사하겠습니다!