diff --git a/README.md b/README.md index 34d32e3..89c1f7b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Tutorial on basic neural network concepts +[![DOI](https://zenodo.org/badge/759758400.svg)](https://zenodo.org/doi/10.5281/zenodo.10792272) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) - [Download the repository](#download-the-repository) @@ -133,9 +134,23 @@ The second part of the tutorial is in `2-mnist_training.ipynb` ## Citing the tutorial -This tutorial is registered [Zenodo](https://zenodo.org/), which means that there is a DOI for each code release. +This tutorial is registered [Zenodo](https://zenodo.org/). Please use this DOI when citing this code: +```bibtex +@software{andrea_santamaria_garcia_2024_10792273, + author = {Andrea Santamaria Garcia and + Chenran Xu}, + title = {{machine-learning-tutorial/neural-networks: v1.0.0}}, + month = 03, + year = 2024, + publisher = {Zenodo}, + version = {v1.0.0}, + doi = {10.5281/zenodo.10792273}, + url = {https://doi.org/10.5281/zenodo.10792273} +} +``` + ## Disclaimer 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/).