Skip to content

Commit 8489197

Browse files
committed
PAPER: Add missing DOI/ISBN to paper.bib
1 parent 45499fa commit 8489197

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

paper/paper.bib

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ @book{press2007
162162
title = {Numerical Recipes: The Art of Scientific Computing},
163163
edition = {3rd},
164164
publisher = {Cambridge University Press},
165-
year = {2007}
165+
year = {2007},
166+
isbn = {978-0-521-88068-8}
166167
}
167168

168169
% ===== Python ecosystem references =====
@@ -223,13 +224,12 @@ @article{numdual
223224
doi = {10.3389/fceng.2021.758090}
224225
}
225226

226-
@misc{adtrait,
227-
author = {Liang, Chen and Wang, Qian and Xu, Andy and Rakita, Daniel},
228-
title = {ad-trait: A Fast and Flexible Automatic Differentiation Library in {Rust}},
229-
year = {2025},
230-
eprint = {2504.15976},
231-
archiveprefix = {arXiv},
232-
url = {https://arxiv.org/abs/2504.15976}
227+
@inproceedings{adtrait,
228+
author = {Liang, Chen and Wang, Qian and Xu, Andy and Rakita, Daniel},
229+
title = {ad-trait: A Fast and Flexible Automatic Differentiation Library in {Rust}},
230+
booktitle = {2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
231+
year = {2025},
232+
doi = {10.1109/iros60139.2025.11245908}
233233
}
234234

235235
@software{autodiff_elrnv,

0 commit comments

Comments
 (0)