Skip to content

Commit

Permalink
Use correct BibTeX syntax for month field.
Browse files Browse the repository at this point in the history
  • Loading branch information
catree committed May 19, 2021
1 parent c0162a6 commit c621384
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/opencv.bib
Original file line number Diff line number Diff line change
Expand Up @@ -835,12 +835,12 @@ @article{Park94
journal = {IEEE Transactions on Robotics and Automation},
title = {Robot sensor calibration: solving AX=XB on the Euclidean group},
year = {1994},
month = oct,
volume = {10},
number = {5},
pages = {717-721},
doi = {10.1109/70.326576},
ISSN = {1042-296X},
month = {Oct}
issn = {1042-296X}
}
@inproceedings{PM03,
author = {P{\'e}rez, Patrick and Gangnet, Michel and Blake, Andrew},
Expand Down Expand Up @@ -1028,12 +1028,12 @@ @article{Tsai89
journal = {IEEE Transactions on Robotics and Automation},
title = {A new technique for fully autonomous and efficient 3D robotics hand/eye calibration},
year = {1989},
month = jun,
volume = {5},
number = {3},
pages = {345-358},
doi = {10.1109/70.34770},
ISSN = {1042-296X},
month = {June}
issn = {1042-296X}
}
@inproceedings{UES01,
author = {Uyttendaele, Matthew and Eden, Ashley and Skeliski, R},
Expand Down

0 comments on commit c621384

Please sign in to comment.