Skip to content

Commit fd619a6

Browse files
committed
Add citation information.
1 parent c15d0b4 commit fd619a6

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

.zenodo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"creators": [
55
{
66
"affiliation": "Dartmouth College",
7-
"name": "Feilong, Ma",
7+
"name": "Ma Feilong",
88
"orcid": "0000-0002-6838-3971"
99
},
1010
{
1111
"affiliation": "Dartmouth College",
12-
"name": "Jiahui, Guo",
12+
"name": "Guo Jiahui",
1313
"orcid": "0000-0002-1528-9025"
1414
},
1515
{
1616
"affiliation": "Università di Bologna; Dartmouth College",
17-
"name": "Gobbini, M. Ida",
17+
"name": "M. Ida Gobbini",
1818
"orcid": "0000-0001-6727-7934"
1919
},
2020
{
2121
"affiliation": "Dartmouth College",
22-
"name": "Haxby, James V.",
22+
"name": "James V. Haxby",
2323
"orcid": "0000-0002-6558-3118"
2424
}
2525
],

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,21 @@ cv2.imwrite(
4343
'random_data.png',
4444
np.round(img[:, :, [2, 1, 0]] * 255).astype(np.uint8))
4545
```
46+
47+
## Citation
48+
If you use this software in your publications, please cite it [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5979819.svg)](https://doi.org/10.5281/zenodo.5979819)
49+
```bibtex
50+
@software{brainplotlib,
51+
author = {Ma Feilong and
52+
Guo Jiahui and
53+
M. Ida Gobbini and
54+
James V. Haxby},
55+
title = {{brainplotlib: plotting brain data on cortical
56+
surface}},
57+
month = feb,
58+
year = 2022,
59+
publisher = {Zenodo},
60+
doi = {10.5281/zenodo.5979819},
61+
url = {https://doi.org/10.5281/zenodo.5979819}
62+
}
63+
```

0 commit comments

Comments
 (0)