Skip to content

Commit 26648b3

Browse files
Fix typo in CSS file
1 parent bb56971 commit 26648b3

12 files changed

Lines changed: 6 additions & 28 deletions

configs/qap_config_TEMPLATE.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,3 @@ upload_to_s3: False
5656

5757
# bucket output prefix (where to push output files to S3, if applicable)
5858
bucket_out_prefix: bucket/prefix/output/destination
59-
60-

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,3 @@ With the above commands, the outputs will be stored in a directory named `qap_ou
255255
[^12]: Shehzad, Z., Giavasis, S., Li, Q., Benhajali, Y., Yan, C., Yang, Z., Milham, M., Bellec, P., Craddock, R.C., 2015. The Preprocessed Connectomes Project Quality Assessment Protocol - a Resource for Measuring the Quality of Mri Data. Front. Neurosci. 9.
256256

257257
[^13]: Yan CG, Cheung B, Kelly C, Colcombe S, Craddock RC, Di Martino A, Li Q, Zuo XN, Castellanos FX, Milham MP (2013). A comprehensive assessment of regional variation in the impact of head micromovements on functional connectomics. Neuroimage. 76:183-201.
258-

docs/stylesheets/bib-publication-list.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ span.undefined { color:red; }
1515
.techreport { background-color: #b77; }
1616
.legend .pub { width: 10px; height: 10px; display: inline-block; margin: 0 5px 0 15px;}
1717
.legend { margin-bottom: 20px; text-align: center; width: 100%;}
18-
table.display thead th {
19-
padding: 3px 18px 3px 10px;
20-
border-bottom: 1px solid black;
21-
border-top: 1px solid black;
22-
font-weight: bold; c
23-
cursor: pointer;
18+
table.display thead th {
19+
padding: 3px 18px 3px 10px;
20+
border-bottom: 1px solid black;
21+
border-top: 1px solid black;
22+
font-weight: bold;
23+
cursor: pointer;
2424
cursor: hand;
2525
background: #eee; }
2626
table.display tfoot th { padding: 3px 10px; border-top: 1px solid black; font-weight: bold; }

poster_data/abide/x_combine.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ qc_func <- rename(qc_func, c(SITE_ID="site", DX_GROUP="dx", DSM_IV_TR="d
4040
#+ save
4141
write.csv(qc_anat, file="../abide_anat.csv")
4242
write.csv(qc_func, file="../abide_func.csv")
43-
44-

qap/cloud_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,3 @@ def upl_qap_output(cfg_file):
8686
for ufile in upl_files]
8787

8888
aws_utils.s3_upload(bucket, (upl_files, s3_upl_files))
89-

qap/script_utils.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -950,10 +950,3 @@ def parse_logs(bundle_log_dir):
950950

951951
print avg_scans
952952
print avg_mins
953-
954-
955-
956-
957-
958-
959-

qap/spatial_qc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,5 +435,3 @@ def ghost_all(epi_data, mask_data):
435435
gsrs = [ghost_direction(epi_data, mask_data, d) for d in directions]
436436

437437
return tuple(gsrs + [None])
438-
439-

qap/test_bids_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ def test_s3_paths(self):
5151
def test_s3_paths_creds(self):
5252
# TODO
5353
pass
54-

qap/test_qap_sublist_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ class TestMain(unittest.TestCase):
77

88
def setUp(self):
99
pass
10-

scripts/qap_cpac_output_sublist_generator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,3 @@ def main():
4646

4747
if __name__ == "__main__":
4848
main()
49-
50-
51-

0 commit comments

Comments
 (0)