在 OverLeaf 中,我的参考书目与我的 bib 文件不同

在 OverLeaf 中,我的参考书目与我的 bib 文件不同

这是我的文件链接!https://www.overleaf.com/read/qnjpdtmjsvpd 请帮我!

这是我的 ref.bib 文件,这是我的代码:

\bibliographystyle{IEEEtran}

\bibliography{refs}


@article{turing:1,
  title={A survey of robot learning from demonstration},
  author={Argall, Brenna D and Chernova, Sonia and Veloso, Manuela and Browning, Brett},
  journal={Robotics and autonomous systems},
  volume={57},
  number={5},
  pages={469--483},
  year={2009},
  publisher={Elsevier}
}


@article{turing:2,
  title={Robot learning from human teachers},
  author={Chernova, Sonia and Thomaz, Andrea L},
  journal={Synthesis lectures on artificial intelligence and machine learning},
  volume={8},
  number={3},
  pages={1--121},
  year={2014},
  publisher={Morgan \& Claypool Publishers}
}


@inproceedings{turing:3,
  title={Learning deep movement primitives using convolutional neural networks},
  author={Pervez, Affan and Mao, Yuecheng and Lee, Dongheui},
  booktitle={2017 IEEE-RAS 17th international conference on humanoid robotics (Humanoids)},
  pages={191--197},
  year={2017},
  organization={IEEE}
}


@inproceedings{turing:4,
  title={Imitation from observation: Learning to imitate behaviors from raw video via context translation},
  author={Liu, YuXuan and Gupta, Abhishek and Abbeel, Pieter and Levine, Sergey},
  booktitle={2018 IEEE International Conference on Robotics and Automation (ICRA)},
  pages={1118--1125},
  year={2018},
  organization={IEEE}
}

以下是即将出版的参考书目 [1] Kunjal Ahir、Kajal Govani、Rutvik Gajera 和 Manan Shah。虚拟现实在增强教育学习、军事训练和体育方面的应用。增强人类研究,5:1–9,2020 年。

[2] Florence A ̈ım、Guillaume Lonjon、Didier Hannouche 和 Remy Nizard。虚拟现实训练在骨科手术中的有效性。《关节镜:关节镜及相关手术杂志》,32(1):224–232,2016 年。

[3] C Anthes. Rj garc ıa-herna ndez、m. wiedemann 和 d. kranzlmu ller,“虚拟现实技术的最新进展”,2016 年 IEEE 航空航天会议,第 1-19 页。

[4] Brenna D Argall、Sonia Chernova、Manuela Veloso 和 Brett Browning。《机器人从演示中学习的调查》。《机器人与自主系统》,57(5):469–483,2009 年

正如你所看到的,它们不是同一篇论文,正常情况下应该是相同的

相关内容