Просмотр исходного кода

enh: add missing pilot reports

celprov 3 недель назад
Родитель
Сommit
b31ced1e07

+ 708 - 0
sub-001_ses-pilot002_task-qct_bold.html

@@ -0,0 +1,708 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="generator" content="NiReports: https://www.nipreps.org/" />
+<title>sub-001_ses-pilot002_task-qct_bold :: MRIQC's BOLD fMRI report</title>
+<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
+<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
+<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
+
+<script>
+var timestamp = Date.now()
+
+function read_form() {
+    var ds = "<unset>";
+    var sub = "sub-001_ses-pilot002_task-qct_echo-1_bold.nii.gz";
+
+    var artifacts = [];
+    $('#qcartifacts-group input:checked').each(function() {
+        artifacts.push($(this).attr('name'));
+    });
+
+    var rating = $('#qcslider').val();
+    var payload = {
+        'dataset': ds,
+        'subject': sub,
+        'rating': rating,
+        'artifacts': artifacts,
+        'time_sec': (Date.now() - timestamp) / 1000,
+        'confidence': $('#qcextra-confidence').val(),
+        'comments': $('#qcextra-comments').val()
+    };
+
+    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
+    $('#btn-download').attr('href', URL.createObjectURL(file));
+    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
+    return payload
+};
+
+function toggle_rating() {
+    if ($('#qcrating-menu').hasClass('d-none')) {
+        $('#qcrating-menu').removeClass('d-none');
+        $('#qcrating-toggler').prop('checked', true);
+    } else {
+        $('#qcrating-menu').addClass('d-none');
+        $('#qcrating-toggler').prop('checked', false);
+    }
+};
+
+$(window).on('load',function(){
+    var authorization = $('#btn-post').val()
+    if (authorization.includes("secret_token")) {
+        $('#btn-post').addClass('d-none');
+    };
+    timestamp = Date.now();
+});
+
+</script>
+<style type="text/css">
+/* The slider itself */
+.slider {
+  -webkit-appearance: none;  /* Override default CSS styles */
+  appearance: none;
+  margin-bottom: 8px;
+  margin-left: 10%;
+  width: 80%;
+  height: 5px; /* Specified height */
+  background: #d3d3d3; /* Grey background */
+  outline: none; /* Remove outline */
+  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
+  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
+  transition: opacity .2s;
+}
+
+/* Mouse-over effects */
+.slider:hover {
+  opacity: 1; /* Fully shown on mouse-over */
+}
+
+.slider::-webkit-slider-thumb {
+  -webkit-appearance: none;
+  appearance: none;
+  width: 25px;
+  height: 25px;
+  border: 0;
+  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
+  cursor: pointer;
+  z-index: 2000 !important;
+}
+
+.slider::-moz-range-thumb {
+  width: 25px;
+  height: 25px;
+  border: 0;
+  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
+  cursor: pointer;
+  z-index: 2000 !important;
+}
+
+</style>
+</head>
+<body style="font-family: helvetica;">
+<nav class="navbar fixed-top navbar-expand-lg bg-light">
+<div class="container-fluid">
+<div class="collapse navbar-collapse" id="navbarSupportedContent">
+    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" id="navbarBasic echo-wise reports" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#Basic echo-wise reports">
+            Basic echo-wise reports
+            </a>
+            <ul class="dropdown-menu">
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-1_session-pilot002_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">1</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-2_session-pilot002_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">2</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-3_session-pilot002_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">3</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-4_session-pilot002_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">4</span>.</a></li>
+            </ul>
+        </li>
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" id="navbarExtended echo-wise reports" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#Extended echo-wise reports">
+            Extended echo-wise reports
+            </a>
+            <ul class="dropdown-menu">
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-1_session-pilot002_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">1</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-2_session-pilot002_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">2</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-3_session-pilot002_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">3</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-4_session-pilot002_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">4</span>.</a></li>
+            </ul>
+        </li>
+        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
+            About
+            </a>
+            <ul class="dropdown-menu">
+                <li><a class="dropdown-item" href="#errors">Errors</a></li>
+                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
+            </ul>
+        </li>
+    </ul>
+</div>
+</div>
+<div class="d-flex flex-row-reverse">
+<div class="form-check form-switch align-self-center flex-fill me-4">
+<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
+<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
+</div>
+</div>
+</nav>
+<noscript>
+    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
+</noscript>
+
+    <div id="Basic echo-wise reports" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
+        <div id="datatype-figures_desc-stdev_echo-1_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">1</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-1_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-1_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-1_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-carpet_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-stdev_echo-2_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">2</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-2_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-2_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-2_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-carpet_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-stdev_echo-3_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">3</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-3_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-3_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-3_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-carpet_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-stdev_echo-4_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">4</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-4_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-4_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-4_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-carpet_bold.svg</a></small>
+
+        </div>
+    </div>
+    <div id="Extended echo-wise reports" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
+        <div id="datatype-figures_desc-mean_echo-1_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">1</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-1_desc-mean_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-mean_echo-2_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">2</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-2_desc-mean_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-mean_echo-3_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">3</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-3_desc-mean_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-mean_echo-4_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">4</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_echo-4_desc-mean_bold.svg</a></small>
+
+        </div>
+    </div>
+    <div id="Extended reports shared across echos" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
+        <div id="datatype-figures_desc-brainmask_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot002_task-qct_desc-brainmask_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_desc-brainmask_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_desc-brainmask_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-norm_session-pilot002_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
+<object class="svg-reportlet" type="image/svg+xml" data="./sub-001/figures/sub-001_ses-pilot002_task-qct_desc-norm_bold.svg" style="">
+Problem loading figure sub-001/figures/sub-001_ses-pilot002_task-qct_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot002_task-qct_desc-norm_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot002_task-qct_desc-norm_bold.svg</a></small>
+
+        </div>
+    </div>
+    <div id="About" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">About</h1>
+        <div id="errors" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
+        </div>
+        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
+reconstructing the provenance of the corresponding derivatives.
+</p>                    <div class="accordion accordion-flush" id="about-metadata">
+
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="about-metadata-0">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
+        Provenance Information
+      </button>
+    </h2>
+    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
+      <div class="accordion-body metadata-table">
+      <table id="about-metadata-table-0" class="table table-sm table-striped">
+<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
+<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-001/ses-pilot002/func/sub-001_ses-pilot002_task-qct_echo-1_bold.nii.gz</td></tr>
+<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+g3fe90466.d20240417</td></tr>
+<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
+<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
+<tr><td colspan=2>md5sum</td><td>ad50321fbf9c885c9f4a495159ea0cf3</td></tr>
+</table>
+
+      </div>
+    </div>
+  </div>
+
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="about-metadata-1">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
+        Dataset Information
+      </button>
+    </h2>
+    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
+      <div class="accordion-body metadata-table">
+      <table id="about-metadata-table-1" class="table table-sm table-striped">
+<tr><td>AcquisitionDuration</td><td>265.442</td></tr>
+<tr><td>AcquisitionMatrixPE</td><td>108</td></tr>
+<tr><td>AcquisitionTime</td><td>19:19:48.335000</td></tr>
+<tr><td>B0FieldSource</td><td>['pilot002pepolarbold', 'pilot002phasediff']</td></tr>
+<tr><td>BandwidthPerPixelPhaseEncode</td><td>34.294</td></tr>
+<tr><td>BaseResolution</td><td>108</td></tr>
+<tr><td>DerivedVendorReportedEchoSpacing</td><td>0.000539993</td></tr>
+<tr><td>DwellTime</td><td>2e-06</td></tr>
+<tr><td>EchoNumber</td><td>1</td></tr>
+<tr><td>EchoTime</td><td>0.0126</td></tr>
+<tr><td>EchoTrainLength</td><td>40</td></tr>
+<tr><td>EffectiveEchoSpacing</td><td>0.000269996</td></tr>
+<tr><td>FlipAngle</td><td>90</td></tr>
+<tr><td>ImageOrientationPatientDICOM</td><td>[0.996126, -0.00695909, 0.0876566, 0.0198223, 0.988976, -0.146745]</td></tr>
+<tr><td>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE']</td></tr>
+<tr><td>ImageTypeText</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'TE1', 'DIS2D']</td></tr>
+<tr><td>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
+<tr><td>PercentPhaseFOV</td><td>100</td></tr>
+<tr><td>PhaseEncodingDirection</td><td>j-</td></tr>
+<tr><td>PixelBandwidth</td><td>2315</td></tr>
+<tr><td>ProtocolName</td><td>cmrr_mbep2d_bold_me4_sms4</td></tr>
+<tr><td>PulseSequenceName</td><td>epfid2d4_108</td></tr>
+<tr><td>ReceiveCoilActiveElements</td><td>HC1-6</td></tr>
+<tr><td>ReconMatrixPE</td><td>108</td></tr>
+<tr><td>RefLinesPE</td><td>26</td></tr>
+<tr><td>RepetitionTime</td><td>1.573</td></tr>
+<tr><td>SequenceVariant</td><td>SK\SS</td></tr>
+<tr><td>SeriesDescription</td><td>cmrr_mbep2d_bold_me4_sms4</td></tr>
+<tr><td>SeriesNumber</td><td>24</td></tr>
+<tr><td>ShimSetting</td><td>[8242, -5626, -5995, 683, -40, -144, -49, 60]</td></tr>
+<tr><td>SliceThickness</td><td>2</td></tr>
+<tr><td>SliceTiming</td><td>[0, 0.335, 0.6675, 1, 1.3325, 0.1125, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.2225, 0, 0.335, 0.6675, 1, 1.3325, 0.1125, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.2225, 0, 0.335, 0.6675, 1, 1.3325, 0.1125, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.2225, 0, 0.335, 0.6675, 1, 1.3325, 0.1125, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.2225]</td></tr>
+<tr><td>SpacingBetweenSlices</td><td>2</td></tr>
+<tr><td>TotalReadoutTime</td><td>0.0288896</td></tr>
+<tr><td>TxRefAmp</td><td>249.346</td></tr>
+<tr><td>WipMemBlock</td><td>b36dc217-4b4a-4b51-b6a5-bd885c30fa72||Sequence: R017 nxva30a/master r/d34922cc2+; Jun 27 2022 13:20:16 by eja</td></tr>
+</table>
+
+      </div>
+    </div>
+  </div>
+
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="about-metadata-2">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
+        Extracted Image quality metrics (IQMs)
+      </button>
+    </h2>
+    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
+      <div class="accordion-body metadata-table">
+      <table id="about-metadata-table-2" class="table table-sm table-striped">
+<tr><td colspan=3>aor</td><td>[0.0015282000000000002, 0.001904333333333333, 0.0021414666666666666, 0.002192866666666667]</td></tr>
+<tr><td colspan=3>aqi</td><td>[0.0036698025333333334, 0.005662862, 0.010343922266666666, 0.01970252866666667]</td></tr>
+<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
+<tr><td>dvars</td><td colspan=2>nstd</td><td>30.215547714832226</td></tr>
+<tr><td>dvars</td><td colspan=2>std</td><td>1.0467220263087251</td></tr>
+<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0285117348322148</td></tr>
+<tr><td colspan=3>efc</td><td>0.5777</td></tr>
+<tr><td colspan=3>fber</td><td>628.0045</td></tr>
+<tr><td>fd</td><td colspan=2>mean</td><td>0.08345399558537665</td></tr>
+<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
+<tr><td>fd</td><td colspan=2>perc</td><td>2.6666666666666665</td></tr>
+<tr><td>fwhm</td><td colspan=2>avg</td><td>3.9288916666666664</td></tr>
+<tr><td>fwhm</td><td colspan=2>x</td><td>3.594245</td></tr>
+<tr><td>fwhm</td><td colspan=2>y</td><td>4.00221</td></tr>
+<tr><td>fwhm</td><td colspan=2>z</td><td>4.19022</td></tr>
+<tr><td colspan=3>gcor</td><td>[0.0106183, 0.0104724, 0.00804519, 0.00593011]</td></tr>
+<tr><td>gsr</td><td colspan=2>x</td><td>-0.004385173320770264</td></tr>
+<tr><td>gsr</td><td colspan=2>y</td><td>0.11898034065961838</td></tr>
+<tr><td>size</td><td colspan=2>t</td><td>150</td></tr>
+<tr><td>size</td><td colspan=2>x</td><td>108</td></tr>
+<tr><td>size</td><td colspan=2>y</td><td>108</td></tr>
+<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
+<tr><td colspan=3>snr</td><td>2.5359882330909724</td></tr>
+<tr><td>spacing</td><td colspan=2>tr</td><td>1.5729999542236328</td></tr>
+<tr><td>spacing</td><td colspan=2>x</td><td>2.0</td></tr>
+<tr><td>spacing</td><td colspan=2>y</td><td>2.0</td></tr>
+<tr><td>spacing</td><td colspan=2>z</td><td>2.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>k</td><td>11.2059</td></tr>
+<tr><td>summary</td><td>bg</td><td>mad</td><td>22.7233</td></tr>
+<tr><td>summary</td><td>bg</td><td>mean</td><td>145.7105</td></tr>
+<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>n</td><td>493196.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>p95</td><td>785.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.4081</td></tr>
+<tr><td>summary</td><td>fg</td><td>k</td><td>0.4776</td></tr>
+<tr><td>summary</td><td>fg</td><td>mad</td><td>321.8136</td></tr>
+<tr><td>summary</td><td>fg</td><td>mean</td><td>912.5035</td></tr>
+<tr><td>summary</td><td>fg</td><td>median</td><td>863.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>n</td><td>159988.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>p05</td><td>446.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>p95</td><td>1547.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>stdv</td><td>340.3002</td></tr>
+<tr><td colspan=3>tsnr</td><td>45.06192432832904</td></tr>
+</table>
+
+      </div>
+    </div>
+  </div>
+
+</div>
+        </div>
+    </div>
+
+<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%;">
+<div class="card-header m-0">
+    Rating widget
+    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
+</div>
+<div class="card-body">
+<div class="accordion">
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="qcslider-head">
+      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
+    </h2>
+    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
+      <div class="accordion-body">
+        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
+        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
+            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
+            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
+            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
+            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
+        </ul>
+      </div>
+    </div>
+  </div>
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="qcartifacts-head">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
+        Record specific artifacts
+      </button>
+    </h2>
+    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
+      <div class="accordion-body">
+        <fieldset id="qcartifacts-group" class="form-group">
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
+                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
+                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
+                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
+                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
+                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
+                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
+                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
+                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
+                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
+                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
+                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
+                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
+                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
+                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
+            </div>
+        </fieldset>
+      </div> <!-- accordion-body -->
+    </div> <!-- accordion-collapse -->
+  </div> <!-- accordion-item -->
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="qcextra-head">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
+        Extra details
+      </button>
+    </h2>
+    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
+      <div class="accordion-body">
+        <div class="input-group">
+          <span class="input-group-text">Comments</span>
+          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
+        </div>
+
+        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
+        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
+        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
+            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
+            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
+        </ul>
+       </div> <!-- accordion-body -->
+    </div> <!-- accordion-collapse -->
+  </div> <!-- accordion-item -->
+</div>
+<div style="margin-top: 10px">
+<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
+</div>
+<script type="text/javascript">
+var MINIMUM_RATING_TIME = 10
+$('#qcslider').on('input', function() {
+
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+
+    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
+    });
+    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
+    });
+
+    if ( $(this).val() < 1.5 ) {
+        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
+    } else if ( $(this).val() > 3.5 ) {
+        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
+    } else if ( $(this).val() < 2.5 ) {
+        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
+    } else {
+        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
+    };
+
+    var payload = read_form();
+});
+
+$('#qcextra-confidence').on('input', function() {
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+
+    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
+    });
+    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
+    });
+
+    if ( $(this).val() < 2.0 ) {
+        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
+    } else {
+        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
+    };
+
+    var payload = read_form();
+});
+
+
+$('#qcextra-comments').bind('input propertychange', function() {
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+});
+
+$( '#btn-post' ).click( function() {
+    var payload = read_form();
+    var md5sum = "unspecified";
+    var params = {
+        'rating': payload['rating'],
+        'md5sum': md5sum,
+        'name': "",
+        'comment': JSON.stringify(payload['artifacts'])
+    };
+
+    // disable development releases
+    var authorization = $(this).val();
+    var ratingReq = new XMLHttpRequest();
+    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
+    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
+    ratingReq.setRequestHeader("Authorization", authorization);
+    ratingReq.onload = function () {
+        status = ratingReq.status;
+        $('#btn-post').removeClass('btn-primary');
+        $('#btn-post').attr('disabled', true);
+        $('#btn-post').attr('aria-disabled', true);
+        $('#btn-post').prop('disabled');
+        $('#btn-post').addClass('disabled');
+        $('#btn-post').removeClass('active');
+        if (status === "201") {
+            $('#btn-post').addClass('btn-success');
+            $('#btn-post').html('Posted!');
+        } else {
+            $('#btn-post').addClass('btn-danger');
+            $('#btn-post').html('Failed');
+        };
+    };
+    ratingReq.send(JSON.stringify(params));
+});
+
+$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+    
+    var payload = read_form();
+});
+
+$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
+    toggle_rating();
+});
+</script>
+</div>
+
+<script type="text/javascript">
+function toggle(id) {
+    var element = document.getElementById(id);
+    if(element.style.display == 'block')
+        element.style.display = 'none';
+    else
+        element.style.display = 'block';
+}
+</script>
+</body>
+</html>

+ 708 - 0
sub-001_ses-pilot004_task-qct_bold.html

@@ -0,0 +1,708 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="generator" content="NiReports: https://www.nipreps.org/" />
+<title>sub-001_ses-pilot004_task-qct_bold :: MRIQC's BOLD fMRI report</title>
+<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
+<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
+<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
+
+<script>
+var timestamp = Date.now()
+
+function read_form() {
+    var ds = "<unset>";
+    var sub = "sub-001_ses-pilot004_task-qct_echo-1_bold.nii.gz";
+
+    var artifacts = [];
+    $('#qcartifacts-group input:checked').each(function() {
+        artifacts.push($(this).attr('name'));
+    });
+
+    var rating = $('#qcslider').val();
+    var payload = {
+        'dataset': ds,
+        'subject': sub,
+        'rating': rating,
+        'artifacts': artifacts,
+        'time_sec': (Date.now() - timestamp) / 1000,
+        'confidence': $('#qcextra-confidence').val(),
+        'comments': $('#qcextra-comments').val()
+    };
+
+    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
+    $('#btn-download').attr('href', URL.createObjectURL(file));
+    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
+    return payload
+};
+
+function toggle_rating() {
+    if ($('#qcrating-menu').hasClass('d-none')) {
+        $('#qcrating-menu').removeClass('d-none');
+        $('#qcrating-toggler').prop('checked', true);
+    } else {
+        $('#qcrating-menu').addClass('d-none');
+        $('#qcrating-toggler').prop('checked', false);
+    }
+};
+
+$(window).on('load',function(){
+    var authorization = $('#btn-post').val()
+    if (authorization.includes("secret_token")) {
+        $('#btn-post').addClass('d-none');
+    };
+    timestamp = Date.now();
+});
+
+</script>
+<style type="text/css">
+/* The slider itself */
+.slider {
+  -webkit-appearance: none;  /* Override default CSS styles */
+  appearance: none;
+  margin-bottom: 8px;
+  margin-left: 10%;
+  width: 80%;
+  height: 5px; /* Specified height */
+  background: #d3d3d3; /* Grey background */
+  outline: none; /* Remove outline */
+  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
+  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
+  transition: opacity .2s;
+}
+
+/* Mouse-over effects */
+.slider:hover {
+  opacity: 1; /* Fully shown on mouse-over */
+}
+
+.slider::-webkit-slider-thumb {
+  -webkit-appearance: none;
+  appearance: none;
+  width: 25px;
+  height: 25px;
+  border: 0;
+  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
+  cursor: pointer;
+  z-index: 2000 !important;
+}
+
+.slider::-moz-range-thumb {
+  width: 25px;
+  height: 25px;
+  border: 0;
+  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
+  cursor: pointer;
+  z-index: 2000 !important;
+}
+
+</style>
+</head>
+<body style="font-family: helvetica;">
+<nav class="navbar fixed-top navbar-expand-lg bg-light">
+<div class="container-fluid">
+<div class="collapse navbar-collapse" id="navbarSupportedContent">
+    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" id="navbarBasic echo-wise reports" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#Basic echo-wise reports">
+            Basic echo-wise reports
+            </a>
+            <ul class="dropdown-menu">
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-1_session-pilot004_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">1</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-2_session-pilot004_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">2</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-3_session-pilot004_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">3</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-4_session-pilot004_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">4</span>.</a></li>
+            </ul>
+        </li>
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" id="navbarExtended echo-wise reports" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#Extended echo-wise reports">
+            Extended echo-wise reports
+            </a>
+            <ul class="dropdown-menu">
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-1_session-pilot004_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">1</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-2_session-pilot004_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">2</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-3_session-pilot004_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">3</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-4_session-pilot004_subject-001_suffix-bold_task-qct">Reports for: echo <span class="bids-entity">4</span>.</a></li>
+            </ul>
+        </li>
+        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
+            About
+            </a>
+            <ul class="dropdown-menu">
+                <li><a class="dropdown-item" href="#errors">Errors</a></li>
+                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
+            </ul>
+        </li>
+    </ul>
+</div>
+</div>
+<div class="d-flex flex-row-reverse">
+<div class="form-check form-switch align-self-center flex-fill me-4">
+<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
+<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
+</div>
+</div>
+</nav>
+<noscript>
+    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
+</noscript>
+
+    <div id="Basic echo-wise reports" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
+        <div id="datatype-figures_desc-stdev_echo-1_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">1</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-1_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-1_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-1_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-carpet_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-stdev_echo-2_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">2</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-2_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-2_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-2_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-carpet_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-stdev_echo-3_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">3</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-3_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-3_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-3_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-carpet_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-stdev_echo-4_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">4</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-4_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-4_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-4_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-carpet_bold.svg</a></small>
+
+        </div>
+    </div>
+    <div id="Extended echo-wise reports" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
+        <div id="datatype-figures_desc-mean_echo-1_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">1</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-1_desc-mean_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-mean_echo-2_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">2</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-2_desc-mean_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-mean_echo-3_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">3</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-3_desc-mean_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-mean_echo-4_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">4</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_echo-4_desc-mean_bold.svg</a></small>
+
+        </div>
+    </div>
+    <div id="Extended reports shared across echos" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
+        <div id="datatype-figures_desc-brainmask_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-qct_desc-brainmask_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_desc-brainmask_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_desc-brainmask_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-norm_session-pilot004_subject-001_suffix-bold_task-qct" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
+<object class="svg-reportlet" type="image/svg+xml" data="./sub-001/figures/sub-001_ses-pilot004_task-qct_desc-norm_bold.svg" style="">
+Problem loading figure sub-001/figures/sub-001_ses-pilot004_task-qct_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-qct_desc-norm_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-qct_desc-norm_bold.svg</a></small>
+
+        </div>
+    </div>
+    <div id="About" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">About</h1>
+        <div id="errors" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
+        </div>
+        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
+reconstructing the provenance of the corresponding derivatives.
+</p>                    <div class="accordion accordion-flush" id="about-metadata">
+
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="about-metadata-0">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
+        Provenance Information
+      </button>
+    </h2>
+    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
+      <div class="accordion-body metadata-table">
+      <table id="about-metadata-table-0" class="table table-sm table-striped">
+<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
+<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-001/ses-pilot004/func/sub-001_ses-pilot004_task-qct_echo-1_bold.nii.gz</td></tr>
+<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+g3fe90466.d20240417</td></tr>
+<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
+<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
+<tr><td colspan=2>md5sum</td><td>cfdafc19a19fccd6c728b36dc58586d1</td></tr>
+</table>
+
+      </div>
+    </div>
+  </div>
+
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="about-metadata-1">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
+        Dataset Information
+      </button>
+    </h2>
+    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
+      <div class="accordion-body metadata-table">
+      <table id="about-metadata-table-1" class="table table-sm table-striped">
+<tr><td>AcquisitionDuration</td><td>265.442</td></tr>
+<tr><td>AcquisitionMatrixPE</td><td>108</td></tr>
+<tr><td>AcquisitionTime</td><td>15:14:21.812500</td></tr>
+<tr><td>B0FieldSource</td><td>['pilot004pepolarbold', 'pilot004phasediff']</td></tr>
+<tr><td>BandwidthPerPixelPhaseEncode</td><td>34.294</td></tr>
+<tr><td>BaseResolution</td><td>108</td></tr>
+<tr><td>DerivedVendorReportedEchoSpacing</td><td>0.000539993</td></tr>
+<tr><td>DwellTime</td><td>2e-06</td></tr>
+<tr><td>EchoNumber</td><td>1</td></tr>
+<tr><td>EchoTime</td><td>0.0126</td></tr>
+<tr><td>EchoTrainLength</td><td>40</td></tr>
+<tr><td>EffectiveEchoSpacing</td><td>0.000269996</td></tr>
+<tr><td>FlipAngle</td><td>90</td></tr>
+<tr><td>ImageOrientationPatientDICOM</td><td>[0.999066, 0.0111462, 0.0417531, -0.0108114, 0.999908, -0.0082351]</td></tr>
+<tr><td>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE']</td></tr>
+<tr><td>ImageTypeText</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'TE1', 'DIS2D']</td></tr>
+<tr><td>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
+<tr><td>PercentPhaseFOV</td><td>100</td></tr>
+<tr><td>PhaseEncodingDirection</td><td>j-</td></tr>
+<tr><td>PixelBandwidth</td><td>2315</td></tr>
+<tr><td>ProtocolName</td><td>cmrr_mbep2d_bold_me4_sms4</td></tr>
+<tr><td>PulseSequenceName</td><td>epfid2d4_108</td></tr>
+<tr><td>ReceiveCoilActiveElements</td><td>HC1-6</td></tr>
+<tr><td>ReconMatrixPE</td><td>108</td></tr>
+<tr><td>RefLinesPE</td><td>26</td></tr>
+<tr><td>RepetitionTime</td><td>1.573</td></tr>
+<tr><td>SequenceVariant</td><td>SK\SS</td></tr>
+<tr><td>SeriesDescription</td><td>cmrr_mbep2d_bold_me4_sms4</td></tr>
+<tr><td>SeriesNumber</td><td>37</td></tr>
+<tr><td>ShimSetting</td><td>[8223, -5655, -6043, 646, -100, -141, -6, 42]</td></tr>
+<tr><td>SliceThickness</td><td>2</td></tr>
+<tr><td>SliceTiming</td><td>[0, 0.3325, 0.665, 0.9975, 1.33, 0.11, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.22, 0, 0.3325, 0.665, 0.9975, 1.33, 0.11, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.22, 0, 0.3325, 0.665, 0.9975, 1.33, 0.11, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.22, 0, 0.3325, 0.665, 0.9975, 1.33, 0.11, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.22]</td></tr>
+<tr><td>SpacingBetweenSlices</td><td>2</td></tr>
+<tr><td>TotalReadoutTime</td><td>0.0288896</td></tr>
+<tr><td>TxRefAmp</td><td>251.192</td></tr>
+<tr><td>WipMemBlock</td><td>85ca4343-ac91-417e-bf52-d9ac1f4f1e72||Sequence: R017 nxva30a/master r/d34922cc2+; Jun 27 2022 13:20:16 by eja</td></tr>
+</table>
+
+      </div>
+    </div>
+  </div>
+
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="about-metadata-2">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
+        Extracted Image quality metrics (IQMs)
+      </button>
+    </h2>
+    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
+      <div class="accordion-body metadata-table">
+      <table id="about-metadata-table-2" class="table table-sm table-striped">
+<tr><td colspan=3>aor</td><td>[0.0009212000000000002, 0.0008650666666666666, 0.0007616000000000002, 0.0009750666666666667]</td></tr>
+<tr><td colspan=3>aqi</td><td>[0.006528717666666666, 0.007993035199999998, 0.012994370000000002, 0.02463494]</td></tr>
+<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
+<tr><td>dvars</td><td colspan=2>nstd</td><td>35.76570619677855</td></tr>
+<tr><td>dvars</td><td colspan=2>std</td><td>1.052228031812081</td></tr>
+<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014340993825503</td></tr>
+<tr><td colspan=3>efc</td><td>0.5817</td></tr>
+<tr><td colspan=3>fber</td><td>695.4005</td></tr>
+<tr><td>fd</td><td colspan=2>mean</td><td>0.10295666612783164</td></tr>
+<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
+<tr><td>fd</td><td colspan=2>perc</td><td>12.0</td></tr>
+<tr><td>fwhm</td><td colspan=2>avg</td><td>3.52462</td></tr>
+<tr><td>fwhm</td><td colspan=2>x</td><td>3.14532</td></tr>
+<tr><td>fwhm</td><td colspan=2>y</td><td>3.71908</td></tr>
+<tr><td>fwhm</td><td colspan=2>z</td><td>3.70946</td></tr>
+<tr><td colspan=3>gcor</td><td>[0.00488234, 0.005902, 0.00501779, 0.00363065]</td></tr>
+<tr><td>gsr</td><td colspan=2>x</td><td>0.0014519119868054986</td></tr>
+<tr><td>gsr</td><td colspan=2>y</td><td>0.10899196565151215</td></tr>
+<tr><td>size</td><td colspan=2>t</td><td>150</td></tr>
+<tr><td>size</td><td colspan=2>x</td><td>108</td></tr>
+<tr><td>size</td><td colspan=2>y</td><td>108</td></tr>
+<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
+<tr><td colspan=3>snr</td><td>2.723118952829157</td></tr>
+<tr><td>spacing</td><td colspan=2>tr</td><td>1.5729999542236328</td></tr>
+<tr><td>spacing</td><td colspan=2>x</td><td>2.0</td></tr>
+<tr><td>spacing</td><td colspan=2>y</td><td>2.0</td></tr>
+<tr><td>spacing</td><td colspan=2>z</td><td>2.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>k</td><td>9.3907</td></tr>
+<tr><td>summary</td><td>bg</td><td>mad</td><td>18.3052</td></tr>
+<tr><td>summary</td><td>bg</td><td>mean</td><td>127.3077</td></tr>
+<tr><td>summary</td><td>bg</td><td>median</td><td>30.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>n</td><td>490298.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>p95</td><td>695.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>stdv</td><td>238.8683</td></tr>
+<tr><td>summary</td><td>fg</td><td>k</td><td>0.3127</td></tr>
+<tr><td>summary</td><td>fg</td><td>mad</td><td>283.9282</td></tr>
+<tr><td>summary</td><td>fg</td><td>mean</td><td>825.2263</td></tr>
+<tr><td>summary</td><td>fg</td><td>median</td><td>797.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>n</td><td>162886.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>p05</td><td>403.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>p95</td><td>1346.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>stdv</td><td>292.6782</td></tr>
+<tr><td colspan=3>tsnr</td><td>39.74854335235432</td></tr>
+</table>
+
+      </div>
+    </div>
+  </div>
+
+</div>
+        </div>
+    </div>
+
+<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%;">
+<div class="card-header m-0">
+    Rating widget
+    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
+</div>
+<div class="card-body">
+<div class="accordion">
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="qcslider-head">
+      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
+    </h2>
+    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
+      <div class="accordion-body">
+        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
+        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
+            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
+            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
+            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
+            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
+        </ul>
+      </div>
+    </div>
+  </div>
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="qcartifacts-head">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
+        Record specific artifacts
+      </button>
+    </h2>
+    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
+      <div class="accordion-body">
+        <fieldset id="qcartifacts-group" class="form-group">
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
+                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
+                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
+                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
+                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
+                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
+                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
+                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
+                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
+                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
+                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
+                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
+                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
+                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
+                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
+            </div>
+        </fieldset>
+      </div> <!-- accordion-body -->
+    </div> <!-- accordion-collapse -->
+  </div> <!-- accordion-item -->
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="qcextra-head">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
+        Extra details
+      </button>
+    </h2>
+    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
+      <div class="accordion-body">
+        <div class="input-group">
+          <span class="input-group-text">Comments</span>
+          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
+        </div>
+
+        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
+        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
+        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
+            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
+            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
+        </ul>
+       </div> <!-- accordion-body -->
+    </div> <!-- accordion-collapse -->
+  </div> <!-- accordion-item -->
+</div>
+<div style="margin-top: 10px">
+<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
+</div>
+<script type="text/javascript">
+var MINIMUM_RATING_TIME = 10
+$('#qcslider').on('input', function() {
+
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+
+    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
+    });
+    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
+    });
+
+    if ( $(this).val() < 1.5 ) {
+        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
+    } else if ( $(this).val() > 3.5 ) {
+        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
+    } else if ( $(this).val() < 2.5 ) {
+        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
+    } else {
+        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
+    };
+
+    var payload = read_form();
+});
+
+$('#qcextra-confidence').on('input', function() {
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+
+    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
+    });
+    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
+    });
+
+    if ( $(this).val() < 2.0 ) {
+        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
+    } else {
+        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
+    };
+
+    var payload = read_form();
+});
+
+
+$('#qcextra-comments').bind('input propertychange', function() {
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+});
+
+$( '#btn-post' ).click( function() {
+    var payload = read_form();
+    var md5sum = "unspecified";
+    var params = {
+        'rating': payload['rating'],
+        'md5sum': md5sum,
+        'name': "",
+        'comment': JSON.stringify(payload['artifacts'])
+    };
+
+    // disable development releases
+    var authorization = $(this).val();
+    var ratingReq = new XMLHttpRequest();
+    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
+    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
+    ratingReq.setRequestHeader("Authorization", authorization);
+    ratingReq.onload = function () {
+        status = ratingReq.status;
+        $('#btn-post').removeClass('btn-primary');
+        $('#btn-post').attr('disabled', true);
+        $('#btn-post').attr('aria-disabled', true);
+        $('#btn-post').prop('disabled');
+        $('#btn-post').addClass('disabled');
+        $('#btn-post').removeClass('active');
+        if (status === "201") {
+            $('#btn-post').addClass('btn-success');
+            $('#btn-post').html('Posted!');
+        } else {
+            $('#btn-post').addClass('btn-danger');
+            $('#btn-post').html('Failed');
+        };
+    };
+    ratingReq.send(JSON.stringify(params));
+});
+
+$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+    
+    var payload = read_form();
+});
+
+$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
+    toggle_rating();
+});
+</script>
+</div>
+
+<script type="text/javascript">
+function toggle(id) {
+    var element = document.getElementById(id);
+    if(element.style.display == 'block')
+        element.style.display = 'none';
+    else
+        element.style.display = 'block';
+}
+</script>
+</body>
+</html>

+ 708 - 0
sub-001_ses-pilot004_task-rest_bold.html

@@ -0,0 +1,708 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="generator" content="NiReports: https://www.nipreps.org/" />
+<title>sub-001_ses-pilot004_task-rest_bold :: MRIQC's BOLD fMRI report</title>
+<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
+<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
+<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
+
+<script>
+var timestamp = Date.now()
+
+function read_form() {
+    var ds = "<unset>";
+    var sub = "sub-001_ses-pilot004_task-rest_echo-1_bold.nii.gz";
+
+    var artifacts = [];
+    $('#qcartifacts-group input:checked').each(function() {
+        artifacts.push($(this).attr('name'));
+    });
+
+    var rating = $('#qcslider').val();
+    var payload = {
+        'dataset': ds,
+        'subject': sub,
+        'rating': rating,
+        'artifacts': artifacts,
+        'time_sec': (Date.now() - timestamp) / 1000,
+        'confidence': $('#qcextra-confidence').val(),
+        'comments': $('#qcextra-comments').val()
+    };
+
+    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
+    $('#btn-download').attr('href', URL.createObjectURL(file));
+    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
+    return payload
+};
+
+function toggle_rating() {
+    if ($('#qcrating-menu').hasClass('d-none')) {
+        $('#qcrating-menu').removeClass('d-none');
+        $('#qcrating-toggler').prop('checked', true);
+    } else {
+        $('#qcrating-menu').addClass('d-none');
+        $('#qcrating-toggler').prop('checked', false);
+    }
+};
+
+$(window).on('load',function(){
+    var authorization = $('#btn-post').val()
+    if (authorization.includes("secret_token")) {
+        $('#btn-post').addClass('d-none');
+    };
+    timestamp = Date.now();
+});
+
+</script>
+<style type="text/css">
+/* The slider itself */
+.slider {
+  -webkit-appearance: none;  /* Override default CSS styles */
+  appearance: none;
+  margin-bottom: 8px;
+  margin-left: 10%;
+  width: 80%;
+  height: 5px; /* Specified height */
+  background: #d3d3d3; /* Grey background */
+  outline: none; /* Remove outline */
+  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
+  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
+  transition: opacity .2s;
+}
+
+/* Mouse-over effects */
+.slider:hover {
+  opacity: 1; /* Fully shown on mouse-over */
+}
+
+.slider::-webkit-slider-thumb {
+  -webkit-appearance: none;
+  appearance: none;
+  width: 25px;
+  height: 25px;
+  border: 0;
+  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
+  cursor: pointer;
+  z-index: 2000 !important;
+}
+
+.slider::-moz-range-thumb {
+  width: 25px;
+  height: 25px;
+  border: 0;
+  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
+  cursor: pointer;
+  z-index: 2000 !important;
+}
+
+</style>
+</head>
+<body style="font-family: helvetica;">
+<nav class="navbar fixed-top navbar-expand-lg bg-light">
+<div class="container-fluid">
+<div class="collapse navbar-collapse" id="navbarSupportedContent">
+    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" id="navbarBasic echo-wise reports" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#Basic echo-wise reports">
+            Basic echo-wise reports
+            </a>
+            <ul class="dropdown-menu">
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-1_session-pilot004_subject-001_suffix-bold_task-rest">Reports for: echo <span class="bids-entity">1</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-2_session-pilot004_subject-001_suffix-bold_task-rest">Reports for: echo <span class="bids-entity">2</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-3_session-pilot004_subject-001_suffix-bold_task-rest">Reports for: echo <span class="bids-entity">3</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-stdev_echo-4_session-pilot004_subject-001_suffix-bold_task-rest">Reports for: echo <span class="bids-entity">4</span>.</a></li>
+            </ul>
+        </li>
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" id="navbarExtended echo-wise reports" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#Extended echo-wise reports">
+            Extended echo-wise reports
+            </a>
+            <ul class="dropdown-menu">
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-1_session-pilot004_subject-001_suffix-bold_task-rest">Reports for: echo <span class="bids-entity">1</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-2_session-pilot004_subject-001_suffix-bold_task-rest">Reports for: echo <span class="bids-entity">2</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-3_session-pilot004_subject-001_suffix-bold_task-rest">Reports for: echo <span class="bids-entity">3</span>.</a></li>
+                <li><a class="dropdown-item" href="#datatype-figures_desc-mean_echo-4_session-pilot004_subject-001_suffix-bold_task-rest">Reports for: echo <span class="bids-entity">4</span>.</a></li>
+            </ul>
+        </li>
+        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
+        <li class="nav-item dropdown">
+            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
+            About
+            </a>
+            <ul class="dropdown-menu">
+                <li><a class="dropdown-item" href="#errors">Errors</a></li>
+                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
+            </ul>
+        </li>
+    </ul>
+</div>
+</div>
+<div class="d-flex flex-row-reverse">
+<div class="form-check form-switch align-self-center flex-fill me-4">
+<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
+<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
+</div>
+</div>
+</nav>
+<noscript>
+    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
+</noscript>
+
+    <div id="Basic echo-wise reports" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
+        <div id="datatype-figures_desc-stdev_echo-1_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">1</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-1_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-1_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-1_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-carpet_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-stdev_echo-2_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">2</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-2_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-2_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-2_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-carpet_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-stdev_echo-3_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">3</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-3_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-3_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-3_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-carpet_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-stdev_echo-4_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">4</span>.</h2><h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-stdev_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-stdev_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-stdev_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-background_echo-4_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-background_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-background_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-background_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-zoomed_echo-4_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-zoomed_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-zoomed_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-zoomed_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-carpet_echo-4_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-carpet_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-carpet_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-carpet_bold.svg</a></small>
+
+        </div>
+    </div>
+    <div id="Extended echo-wise reports" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
+        <div id="datatype-figures_desc-mean_echo-1_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">1</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-1_desc-mean_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-mean_echo-2_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">2</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-2_desc-mean_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-mean_echo-3_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">3</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-3_desc-mean_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-mean_echo-4_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reports for: echo <span class="bids-entity">4</span>.</h2><h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-mean_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-mean_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_echo-4_desc-mean_bold.svg</a></small>
+
+        </div>
+    </div>
+    <div id="Extended reports shared across echos" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
+        <div id="datatype-figures_desc-brainmask_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
+<img class="svg-reportlet" src="./sub-001/figures/sub-001_ses-pilot004_task-rest_desc-brainmask_bold.svg" style="width: 100%" />
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_desc-brainmask_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_desc-brainmask_bold.svg</a></small>
+
+        </div>
+        <div id="datatype-figures_desc-norm_session-pilot004_subject-001_suffix-bold_task-rest" class="ps-4 pe-4 mb-2">
+<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
+<object class="svg-reportlet" type="image/svg+xml" data="./sub-001/figures/sub-001_ses-pilot004_task-rest_desc-norm_bold.svg" style="">
+Problem loading figure sub-001/figures/sub-001_ses-pilot004_task-rest_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
+</div>
+<small>Get figure file: <a href="./sub-001/figures/sub-001_ses-pilot004_task-rest_desc-norm_bold.svg" target="_blank">sub-001/figures/sub-001_ses-pilot004_task-rest_desc-norm_bold.svg</a></small>
+
+        </div>
+    </div>
+    <div id="About" class="mt-5">
+    <h1 class="sub-report-title pt-5 ps-4">About</h1>
+        <div id="errors" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
+        </div>
+        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
+<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
+reconstructing the provenance of the corresponding derivatives.
+</p>                    <div class="accordion accordion-flush" id="about-metadata">
+
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="about-metadata-0">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
+        Provenance Information
+      </button>
+    </h2>
+    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
+      <div class="accordion-body metadata-table">
+      <table id="about-metadata-table-0" class="table table-sm table-striped">
+<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
+<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-001/ses-pilot004/func/sub-001_ses-pilot004_task-rest_echo-1_bold.nii.gz</td></tr>
+<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+g3fe90466.d20240417</td></tr>
+<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
+<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
+<tr><td colspan=2>md5sum</td><td>8fa17440e0628e595895cc3dd82a383c</td></tr>
+</table>
+
+      </div>
+    </div>
+  </div>
+
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="about-metadata-1">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
+        Dataset Information
+      </button>
+    </h2>
+    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
+      <div class="accordion-body metadata-table">
+      <table id="about-metadata-table-1" class="table table-sm table-striped">
+<tr><td>AcquisitionDuration</td><td>1209.44</td></tr>
+<tr><td>AcquisitionMatrixPE</td><td>108</td></tr>
+<tr><td>AcquisitionTime</td><td>15:20:6.142500</td></tr>
+<tr><td>B0FieldSource</td><td>['pilot004pepolarbold', 'pilot004phasediff']</td></tr>
+<tr><td>BandwidthPerPixelPhaseEncode</td><td>34.294</td></tr>
+<tr><td>BaseResolution</td><td>108</td></tr>
+<tr><td>DerivedVendorReportedEchoSpacing</td><td>0.000539993</td></tr>
+<tr><td>DwellTime</td><td>2e-06</td></tr>
+<tr><td>EchoNumber</td><td>1</td></tr>
+<tr><td>EchoTime</td><td>0.0126</td></tr>
+<tr><td>EchoTrainLength</td><td>40</td></tr>
+<tr><td>EffectiveEchoSpacing</td><td>0.000269996</td></tr>
+<tr><td>FlipAngle</td><td>90</td></tr>
+<tr><td>ImageOrientationPatientDICOM</td><td>[0.999066, 0.0111462, 0.0417541, -0.0108114, 0.999908, -0.00823511]</td></tr>
+<tr><td>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE']</td></tr>
+<tr><td>ImageTypeText</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'TE1', 'DIS2D']</td></tr>
+<tr><td>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
+<tr><td>PercentPhaseFOV</td><td>100</td></tr>
+<tr><td>PhaseEncodingDirection</td><td>j-</td></tr>
+<tr><td>PixelBandwidth</td><td>2315</td></tr>
+<tr><td>ProtocolName</td><td>cmrr_mbep2d_bold_me4_sms4_fa75_750meas</td></tr>
+<tr><td>PulseSequenceName</td><td>epfid2d4_108</td></tr>
+<tr><td>ReceiveCoilActiveElements</td><td>HC1-6</td></tr>
+<tr><td>ReconMatrixPE</td><td>108</td></tr>
+<tr><td>RefLinesPE</td><td>26</td></tr>
+<tr><td>RepetitionTime</td><td>1.573</td></tr>
+<tr><td>SequenceVariant</td><td>SK\SS</td></tr>
+<tr><td>SeriesDescription</td><td>cmrr_mbep2d_bold_me4_sms4_fa75_750meas</td></tr>
+<tr><td>SeriesNumber</td><td>38</td></tr>
+<tr><td>ShimSetting</td><td>[8223, -5655, -6043, 646, -100, -141, -6, 42]</td></tr>
+<tr><td>SliceThickness</td><td>2</td></tr>
+<tr><td>SliceTiming</td><td>[0, 0.3325, 0.665, 1, 1.3325, 0.1125, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.22, 0, 0.3325, 0.665, 1, 1.3325, 0.1125, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.22, 0, 0.3325, 0.665, 1, 1.3325, 0.1125, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.22, 0, 0.3325, 0.665, 1, 1.3325, 0.1125, 0.445, 0.7775, 1.11, 1.4425, 0.2225, 0.555, 0.8875, 1.22]</td></tr>
+<tr><td>SpacingBetweenSlices</td><td>2</td></tr>
+<tr><td>TotalReadoutTime</td><td>0.0288896</td></tr>
+<tr><td>TxRefAmp</td><td>251.192</td></tr>
+<tr><td>WipMemBlock</td><td>16656b11-ec70-4d76-9555-55f2993d520a||Sequence: R017 nxva30a/master r/d34922cc2+; Jun 27 2022 13:20:16 by eja</td></tr>
+</table>
+
+      </div>
+    </div>
+  </div>
+
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="about-metadata-2">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
+        Extracted Image quality metrics (IQMs)
+      </button>
+    </h2>
+    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
+      <div class="accordion-body metadata-table">
+      <table id="about-metadata-table-2" class="table table-sm table-striped">
+<tr><td colspan=3>aor</td><td>[0.0009136266666666667, 0.0008873866666666667, 0.0007719733333333334, 0.0006397066666666668]</td></tr>
+<tr><td colspan=3>aqi</td><td>[0.008183920906666666, 0.010300086093333334, 0.0165592596, 0.03005008053333333]</td></tr>
+<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
+<tr><td>dvars</td><td colspan=2>nstd</td><td>33.052092808050716</td></tr>
+<tr><td>dvars</td><td colspan=2>std</td><td>1.041120312122832</td></tr>
+<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0391616461548712</td></tr>
+<tr><td colspan=3>efc</td><td>0.5848</td></tr>
+<tr><td colspan=3>fber</td><td>659.754</td></tr>
+<tr><td>fd</td><td colspan=2>mean</td><td>0.10127899762344116</td></tr>
+<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
+<tr><td>fd</td><td colspan=2>perc</td><td>4.8</td></tr>
+<tr><td>fwhm</td><td colspan=2>avg</td><td>3.703208333333334</td></tr>
+<tr><td>fwhm</td><td colspan=2>x</td><td>3.29286</td></tr>
+<tr><td>fwhm</td><td colspan=2>y</td><td>3.888755</td></tr>
+<tr><td>fwhm</td><td colspan=2>z</td><td>3.92801</td></tr>
+<tr><td colspan=3>gcor</td><td>[0.00892993, 0.00618876, 0.00519781, 0.00356085]</td></tr>
+<tr><td>gsr</td><td colspan=2>x</td><td>0.0037079534959048033</td></tr>
+<tr><td>gsr</td><td colspan=2>y</td><td>0.1071210652589798</td></tr>
+<tr><td>size</td><td colspan=2>t</td><td>750</td></tr>
+<tr><td>size</td><td colspan=2>x</td><td>108</td></tr>
+<tr><td>size</td><td colspan=2>y</td><td>108</td></tr>
+<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
+<tr><td colspan=3>snr</td><td>2.7190195946112605</td></tr>
+<tr><td>spacing</td><td colspan=2>tr</td><td>1.5729999542236328</td></tr>
+<tr><td>spacing</td><td colspan=2>x</td><td>2.0</td></tr>
+<tr><td>spacing</td><td colspan=2>y</td><td>2.0</td></tr>
+<tr><td>spacing</td><td colspan=2>z</td><td>2.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>k</td><td>9.1364</td></tr>
+<tr><td>summary</td><td>bg</td><td>mad</td><td>19.8056</td></tr>
+<tr><td>summary</td><td>bg</td><td>mean</td><td>130.2938</td></tr>
+<tr><td>summary</td><td>bg</td><td>median</td><td>31.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>n</td><td>489358.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>p95</td><td>703.0</td></tr>
+<tr><td>summary</td><td>bg</td><td>stdv</td><td>241.92</td></tr>
+<tr><td>summary</td><td>fg</td><td>k</td><td>0.2929</td></tr>
+<tr><td>summary</td><td>fg</td><td>mad</td><td>286.3755</td></tr>
+<tr><td>summary</td><td>fg</td><td>mean</td><td>829.2301</td></tr>
+<tr><td>summary</td><td>fg</td><td>median</td><td>800.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>n</td><td>163826.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>p05</td><td>405.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>p95</td><td>1354.0</td></tr>
+<tr><td>summary</td><td>fg</td><td>stdv</td><td>294.2228</td></tr>
+<tr><td colspan=3>tsnr</td><td>39.10118751123082</td></tr>
+</table>
+
+      </div>
+    </div>
+  </div>
+
+</div>
+        </div>
+    </div>
+
+<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%;">
+<div class="card-header m-0">
+    Rating widget
+    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
+</div>
+<div class="card-body">
+<div class="accordion">
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="qcslider-head">
+      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
+    </h2>
+    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
+      <div class="accordion-body">
+        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
+        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
+            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
+            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
+            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
+            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
+        </ul>
+      </div>
+    </div>
+  </div>
+
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="qcartifacts-head">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
+        Record specific artifacts
+      </button>
+    </h2>
+    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
+      <div class="accordion-body">
+        <fieldset id="qcartifacts-group" class="form-group">
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
+                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
+                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
+                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
+                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
+                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
+                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
+                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
+                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
+                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
+                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
+                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
+                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
+                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
+            </div>
+            <div class="form-check form-switch small">
+                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
+                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
+            </div>
+        </fieldset>
+      </div> <!-- accordion-body -->
+    </div> <!-- accordion-collapse -->
+  </div> <!-- accordion-item -->
+  <div class="accordion-item">
+    <h2 class="accordion-header" id="qcextra-head">
+      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
+        Extra details
+      </button>
+    </h2>
+    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
+      <div class="accordion-body">
+        <div class="input-group">
+          <span class="input-group-text">Comments</span>
+          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
+        </div>
+
+        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
+        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
+        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
+            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
+            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
+        </ul>
+       </div> <!-- accordion-body -->
+    </div> <!-- accordion-collapse -->
+  </div> <!-- accordion-item -->
+</div>
+<div style="margin-top: 10px">
+<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
+</div>
+<script type="text/javascript">
+var MINIMUM_RATING_TIME = 10
+$('#qcslider').on('input', function() {
+
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+
+    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
+    });
+    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
+    });
+
+    if ( $(this).val() < 1.5 ) {
+        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
+    } else if ( $(this).val() > 3.5 ) {
+        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
+    } else if ( $(this).val() < 2.5 ) {
+        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
+    } else {
+        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
+    };
+
+    var payload = read_form();
+});
+
+$('#qcextra-confidence').on('input', function() {
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+
+    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
+    });
+    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
+        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
+    });
+
+    if ( $(this).val() < 2.0 ) {
+        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
+    } else {
+        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
+    };
+
+    var payload = read_form();
+});
+
+
+$('#qcextra-comments').bind('input propertychange', function() {
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+});
+
+$( '#btn-post' ).click( function() {
+    var payload = read_form();
+    var md5sum = "unspecified";
+    var params = {
+        'rating': payload['rating'],
+        'md5sum': md5sum,
+        'name': "",
+        'comment': JSON.stringify(payload['artifacts'])
+    };
+
+    // disable development releases
+    var authorization = $(this).val();
+    var ratingReq = new XMLHttpRequest();
+    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
+    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
+    ratingReq.setRequestHeader("Authorization", authorization);
+    ratingReq.onload = function () {
+        status = ratingReq.status;
+        $('#btn-post').removeClass('btn-primary');
+        $('#btn-post').attr('disabled', true);
+        $('#btn-post').attr('aria-disabled', true);
+        $('#btn-post').prop('disabled');
+        $('#btn-post').addClass('disabled');
+        $('#btn-post').removeClass('active');
+        if (status === "201") {
+            $('#btn-post').addClass('btn-success');
+            $('#btn-post').html('Posted!');
+        } else {
+            $('#btn-post').addClass('btn-danger');
+            $('#btn-post').html('Failed');
+        };
+    };
+    ratingReq.send(JSON.stringify(params));
+});
+
+$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
+    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
+        $('#btn-download').removeClass('disabled');
+        $('#btn-download').removeAttr('aria-disabled');
+        $('#btn-post').removeAttr('disabled');
+    };
+    
+    var payload = read_form();
+});
+
+$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
+    toggle_rating();
+});
+</script>
+</div>
+
+<script type="text/javascript">
+function toggle(id) {
+    var element = document.getElementById(id);
+    if(element.style.display == 'block')
+        element.style.display = 'none';
+    else
+        element.style.display = 'block';
+}
+</script>
+</body>
+</html>