Skip to content

Commit 164cef7

Browse files
authored
Add reference section to readme
1 parent 6678ff4 commit 164cef7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ For development, clone repository somewhere, then `pip3 install -e .` to install
1414

1515
See `tests` for code samples; some are also shown here.
1616

17+
## Reference
18+
[![DOI](https://zenodo.org/badge/331721571.svg)](https://zenodo.org/badge/latestdoi/331721571)
19+
20+
If you use this package in your research, consider citing
21+
```
22+
@software{Zhong_PyTorch_Kinematics_2023,
23+
author = {Zhong, Sheng and Power, Thomas and Gupta, Ashwin},
24+
doi = {10.5281/zenodo.7700588},
25+
month = {3},
26+
title = {{PyTorch Kinematics}},
27+
version = {v0.5.4},
28+
year = {2023}
29+
}
30+
```
31+
1732
## Forward Kinematics (FK)
1833
```python
1934
import math

0 commit comments

Comments
 (0)