We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cab369 commit 518a615Copy full SHA for 518a615
.gitignore
@@ -26,5 +26,9 @@ check_my_code_report.txt
26
.ipynb_checkpoints
27
*/.ipynb_checkpoints/*
28
29
+# ignore node js files
30
+node_modules/*
31
+package-lock.json
32
+
33
34
README.md
@@ -4,6 +4,10 @@
4
5
[](https://mybinder.org/v2/gh/cpp-lln-lab/CPP_BIDS/master?filepath=notebooks%2Fbasic_usage.ipynb)
6
7
+**Cite it**
8
9
+[](https://doi.org/10.5281/zenodo.4007674)
10
11
**Unit tests and coverage**
12
13
[](https://github.com/cpp-lln-lab/CPP_BIDS/actions)
0 commit comments