Skip to content

Commit

Permalink
provenance templates for fmriprep
Browse files Browse the repository at this point in the history
until we have a complete solution in place
  • Loading branch information
surchs committed Sep 27, 2018
1 parent aff2e29 commit d299434
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dashQC_fmri/data/report/assets/summary/js/filesIn.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
function buildFilesIn (evt) {

var filesIn = {
"fmriprep_provenance_information": "coming soon, this is a placeholder"
}
return filesIn
}

var opt = {
"fmriprep_provenance_information": "coming soon, this is a placeholder"
}
1 change: 1 addition & 0 deletions dashQC_fmri/data/report/assets/summary/js/pipeSummary.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var pipeSummary = '<h1>This is a provenance report for fmriprep</h1>Coming soon. This is a placeholder.';

0 comments on commit d299434

Please sign in to comment.