我试图引用一个 URL,但不知为何,它会以一种非常奇怪的方式延伸作者和标题。以下是我引用参考书目的方式:
\bibliographystyle{unsrt}
\bibliography{biblio.bib}
这是我遇到困难的条目之一:
@misc{TDS:Regression/classification,
title = {Regression or Classification? Linear or Logistic?},
howpublished = {\url{https://towardsdatascience.com/regression-or-classification-linear-or-logistic-f093e8757b9c}},
note = {[Online; Accessed: 16-05-2020]},
author={Taylor Fogarty}
}
这导致以下结果:
有人能帮我吗?提前谢谢!