Skip to content

Commit 60a0521

Browse files
authored
Update README.md
Add DOI and citation information
1 parent 3fbe8fc commit 60a0521

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Tutorial on basic neural network concepts
22

3+
[![DOI](https://zenodo.org/badge/759758400.svg)](https://zenodo.org/doi/10.5281/zenodo.10792272)
34
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
45

56
- [Download the repository](#download-the-repository)
@@ -133,9 +134,23 @@ The second part of the tutorial is in `2-mnist_training.ipynb`
133134

134135
## Citing the tutorial
135136

136-
This tutorial is registered [Zenodo](https://zenodo.org/), which means that there is a DOI for each code release.
137+
This tutorial is registered [Zenodo](https://zenodo.org/).
137138
Please use this DOI when citing this code:
138139

140+
```bibtex
141+
@software{andrea_santamaria_garcia_2024_10792273,
142+
author = {Andrea Santamaria Garcia and
143+
Chenran Xu},
144+
title = {{machine-learning-tutorial/neural-networks: v1.0.0}},
145+
month = 03,
146+
year = 2024,
147+
publisher = {Zenodo},
148+
version = {v1.0.0},
149+
doi = {10.5281/zenodo.10792273},
150+
url = {https://doi.org/10.5281/zenodo.10792273}
151+
}
152+
```
153+
139154
## Disclaimer
140155

141156
The content of this repository was developed by the [AI4Accelerators team](https://www.ibpt.kit.edu/AI4Accelerators.php) at the [Institute of Beam Physics and Technology (IBPT)](https://www.ibpt.kit.edu/), [Karlsruhe Institute of Technology](https://www.kit.edu/english/).

0 commit comments

Comments
 (0)