jara001 / ng_trajectory

Racing Line Optimization using Nevergrad
GNU General Public License v3.0
5 stars 4 forks source link

Update the citation file #29

Closed jara001 closed 2 years ago

jara001 commented 2 years ago

In looks like that the citation file is not correct:

https://github.com/jara001/ng_trajectory/blob/e69be22aee379aa807632599bde3f5b476c8da1a/CITATION.cff

As GitHub generates the reference as:

@proceedings{Klapalek_Car_Racing_Line_2021,
author = {Klapálek, Jaroslav and Novák, Antonín and Sojka, Michal and Hanzálek, Zdeněk},
doi = {10.1109/IROS51168.2021.9636503},
month = {9},
pages = {601--607},
title = {{Car Racing Line Optimization with Genetic Algorithm using Approximate Homeomorphism}},
year = {2021}
}

instead of:

@INPROCEEDINGS{9636503,
  author={Klapálek, Jaroslav and Novák, Antonín and Sojka, Michal and Hanzálek, Zdeněk},
  booktitle={2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Car Racing Line Optimization with Genetic Algorithm using Approximate Homeomorphism}, 
  year={2021},
  volume={},
  number={},
  pages={601-607},
  keywords={},
  doi={10.1109/IROS51168.2021.9636503},
  ISSN={2153-0866},
  month={Sep.},}
jara001 commented 2 years ago

Solved in 5c75fee35460ab30cdc16209c58eeab94965bd74. https://cran.r-project.org/web/packages/cffr/vignettes/bibtex_cff.html

Released in 1.5.2.