Skip to content

Commit 1e07574

Browse files
committed
Minor cleanup and DOI placeholders
1 parent 682d1f8 commit 1e07574

File tree

3 files changed

+96
-76
lines changed

3 files changed

+96
-76
lines changed

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![DOI](https://zenodo.org/badge/761710489.svg)](https://zenodo.org/doi/10.5281/zenodo.10777476)
1+
[![DOI](https://zenodo.org/badge/761710489.svg)](https://zenodo.org/doi/42.4242/zenodo.42424242)
22
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
33

44
# Differentiable Simulations Cheetah Tutorial MaLAPA 2025
@@ -65,27 +65,22 @@ Alternatively, you can use supported Editor to run the jupyter notebooks, e.g. w
6565

6666
## Citing the tutorial
6767

68-
This tutorial is uploaded to [Zenodo](https://zenodo.org/doi/10.5281/zenodo.10777476).
68+
This tutorial is uploaded to [Zenodo](https://zenodo.org/doi/42.4242/zenodo.42424242).
6969
Please use the following DOI when citing this code:
7070

7171
```bibtex
72-
@software{todo,
73-
author = {Kaiser, Jan,
74-
Xu, Chenran and
75-
Santamaria Garcia, Andrea and
76-
Gonzalez Aguilera, Juan Pablo},
77-
title = {Differentiable Simulations {Cheetah} Tutorial {MaLAPA} 2025},
78-
month = {04},
79-
year = {2025},
80-
publisher = {Zenodo},
81-
version = {v1.0.0},
82-
doi = {10.5281/zenodo.10777477},
83-
url = {https://doi.org/10.5281/zenodo.10777477}
72+
@software{kaiser2025differentiable,
73+
title = {Differentiable Simulations {Cheetah} Tutorial {MaLAPA} 2025},
74+
author = {Kaiser, Jan and Xu, Chenran and {Santamaria Garcia}, Andrea and {Gonzalez Aguilera}, Juan Pablo},
75+
year = 2025,
76+
month = {04},
77+
publisher = {Zenodo},
78+
doi = {42.4242/zenodo.42424242},
79+
url = {https://doi.org/42.4242/zenodo.42424242},
80+
version = {v1.0.0}
8481
}
8582
```
8683

87-
---
88-
8984
## Acknowledgement
9085

9186
This tutorial is developed by [Jan Kaiser](https://github.com/jank324), [Chenran Xu](https://github.com/cr-xu), [Andrea Santamaria Garcia](https://github.com/ansantam), and [Juan Pablo Gonzalez Aguilera](https://github.com/jp-ga).

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ torch>=2.6.0
1414
tqdm>=4.67.1
1515
xopt>=2.4.0
1616
lightning
17-
gpsr==0.1.0
17+
gpsr==0.1.0

tutorial.ipynb

Lines changed: 84 additions & 59 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)