Skip to content

Commit a494186

Browse files
committed
Add CITATION.cff and Update README.md
1 parent 60a0521 commit a494186

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

CITATION.cff

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: Santamaria Garcia
5+
given-names: Andrea
6+
affiliation: Karlsruhe Institute of Technology
7+
orcid: "https://orcid.org/0000-0002-7498-7640"
8+
- family-names: Xu
9+
given-names: Chenran
10+
affiliation: Karlsruhe Institute of Technology
11+
orcid: "https://orcid.org/0000-0002-5034-2207"
12+
title: "Tutorial on basic neural network concepts"
13+
date-released: 2024-03-25
14+
type: software
15+
version: 1.0.1
16+
doi: 10.5281/zenodo.10792273
17+
license: GPL-3.0
18+
url: "https://github.com/machine-learning-tutorial/neural-networks"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ This tutorial is registered [Zenodo](https://zenodo.org/).
138138
Please use this DOI when citing this code:
139139

140140
```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}},
141+
@software{santamaria_garcia_2024_10792273,
142+
author = {Santamaria Garcia, Andrea and
143+
Xu, Chenran},
144+
title = {Tutorial on basic neural network concepts},
145145
month = 03,
146146
year = 2024,
147147
publisher = {Zenodo},
148-
version = {v1.0.0},
148+
version = {v1.0.1},
149149
doi = {10.5281/zenodo.10792273},
150150
url = {https://doi.org/10.5281/zenodo.10792273}
151151
}

0 commit comments

Comments
 (0)