-
Notifications
You must be signed in to change notification settings - Fork 3
/
datasets.html
116 lines (101 loc) · 6.69 KB
/
datasets.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Preprocessed Connectomes Project" />
<link rel="stylesheet" href="stylesheets/bib-publication-list.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="javascripts/menu_script.js"></script>
<title>Preprocessed Connectomes Project</title>
</head>
<body>
<div id="container">
<!-- HEADER -->
<header>
<!--<a id="forkme_banner" href="https://github.com/ccraddock/abide_preproc">View on GitHub</a>-->
<h1 id="project_title">Preprocessed Connectomes Project</h1><br>
<div id='cssmenu'>
<ul>
<li><a href='index.html'>Overview</a></li>
<li><a href='datasets.html'>Datasets</a></li>
<li class='active'><a href='http://preprocessed-connectomes-project.github.io/quality-assessment-protocol/' target="_blank">Quality Assessment</a></li>
<li class='active'><a href='publications.html'>Publications</a></li>
<li class='active'><a href='https://groups.google.com/d/forum/pcp_forum' target="_blank">Forum</a></li>
<li class='active'><a href='https://github.com/preprocessed-connectomes-project' target="_blank">View on Github</a></li>
</ul>
</div>
</header>
<div id="boxes" class="">
<!-- ABIDE Preprocessed -->
<div class="entry small">
<div class="thumbnail">
<a href="http://preprocessed-connectomes-project.github.io/abide" target="_blank">
<img src="../images/abide_logo.jpg" alt="ABIDE Preprocessed" title="ABIDE Preprocessed"/>
<span class="overlay"></span>
</a>
</div> <!-- end .thumbnail -->
<h2 class="title"><a href="http://preprocessed-connectomes-project.github.io/abide">ABIDE Preprocessed</a></h2>
<div class="entry-content">
<p>
Data from the <a href="http://fcon_1000.projects.nitrc.org/indi/abide" />Autism Brain Imaging Data Exchange (ABIDE)</a> (539 individuals suffering from autism spectrum disorders (ASD) and 573 typical controls) preprocessed using four different functional pipelines and 3 structural pipelines.
</p>
</div><!-- end .entry-content -->
</div><!-- end .entry -->
<!-- ADHD-200 Preprocessed -->
<div class="entry small">
<div class="thumbnail">
<a href="http://preprocessed-connectomes-project.github.io/adhd200" target="_blank">
<img src="../images/ADHD200_logo.png" alt="ADHD-200 Preprocessed" title="ADHD-200 Preprocessed"/>
<span class="overlay"></span>
</a>
</div> <!-- end .thumbnail -->
<h2 class="title"><a href="http://preprocessed-connectomes-project.github.io/adhd200">ADHD-200 Preprocessed</a></h2>
<div class="entry-content">
<p>
Data from the <a href="http://fcon_1000.projects.nitrc.org/indi/adhd200/index.html" />The ADHD-200 Sample</a> (374 children and adolescents suffering from ADHD and 598 typically developing controls [7-21 years old]) preprocessed using two different functional pipelines and a structural pipeline.
</p>
</div><!-- end .entry-content -->
</div><!-- end .entry -->
<!-- DTI Preprocess -->
<div class="entry small">
<div class="thumbnail">
<a href="http://www.nitrc.org/plugins/mwiki/index.php/neurobureau:INDIpreproc" target="_blank">
<img src="../images/DTI_logo.png" alt="BNU DTI Preprocessed" title="BNU DTI Preprocessed"/>
<span class="overlay"></span>
</a>
</div> <!-- end .thumbnail -->
<h2 class="title"><a href="http://www.nitrc.org/plugins/mwiki/index.php/neurobureau:INDIpreproc">Beijing DTI Preprocessed</a></h2>
<div class="entry-content">
<p>
Data from the <a href="http://fcon_1000.projects.nitrc.org/indi/retro/BeijingEnhanced.html" />Beijing Normal University Enhanced Sample</a> (180 healthy college students) preprocessed using FSL's probabilistic tractography.
</p>
</div><!-- end .entry-content -->
</div><!-- end .entry -->
<!-- NFB Skullstripped -->
<div class="entry small">
<div class="thumbnail">
<centered>
<a href="http://preprocessed-connectomes-project.org/NFB_skullstripped/index.html" target="_blank">
<img src="../images/nfbss_logo_sm.png" alt="NFB Skullstripped" title="NFB Skullstripped"/>
<span class="overlay"></span>
</a>
</centered>
</div> <!-- end .thumbnail -->
<h2 class="title"><a href="http://preprocessed-connectomes-project.org/NFB_skullstripped/index.html">NFB Skullstripped</a></h2>
<div class="entry-content">
<p>
125 manually skull-stripped T1-weighted anatomical MRI scans from the <a href="http://fcon_1000.projects.nitrc.org/indi/enhanced/" />Enhanced Rockland Sample Neurofeedback Study</a>. </p>
</div><!-- end .entry-content -->
</div><!-- end .entry -->
<!-- DTI Preprocess -->
<!-- <div class="entry small_blank"></div> --><!-- end .entry -->
</div>
<!-- FOOTER -->
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>