Skip to content

Commit 518a615

Browse files
committed
add DOI badge
1 parent 1cab369 commit 518a615

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@ check_my_code_report.txt
2626
.ipynb_checkpoints
2727
*/.ipynb_checkpoints/*
2828

29+
# ignore node js files
30+
node_modules/*
31+
package-lock.json
32+
2933

3034

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cpp-lln-lab/CPP_BIDS/master?filepath=notebooks%2Fbasic_usage.ipynb)
66

7+
**Cite it**
8+
9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4007674.svg)](https://doi.org/10.5281/zenodo.4007674)
10+
711
**Unit tests and coverage**
812

913
[![](https://img.shields.io/badge/Octave-CI-blue?logo=Octave&logoColor=white)](https://github.com/cpp-lln-lab/CPP_BIDS/actions)

0 commit comments

Comments
 (0)