Skip to content

Commit

Permalink
Closes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 446a4f3 commit 24f925d
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions src/lib/data/entries/checklist_QSIPrep.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"name": "QSIPrep",
"urls": [
{
"url_type": "Documentation",
"url": "https://qsiprep.readthedocs.io"
},
{
"url_type": "Source code",
"url": "https://github.com/PennLINC/qsiprep"
}
],
"documentation": {
"bronze": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": true,
"7": true,
"8": true,
"9": true
},
"silver": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": true
},
"gold": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": false,
"6": true
}
},
"infrastructure": {
"bronze": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": true,
"7": true
},
"silver": {
"1": true,
"2": true,
"3": true
},
"gold": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": false
}
},
"testing": {
"bronze": {
"1": true,
"2": true
},
"silver": {
"1": true,
"2": false
},
"gold": {
"1": false,
"2": true
}
}
}

0 comments on commit 24f925d

Please sign in to comment.