-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpublications.html
More file actions
76 lines (59 loc) · 3.61 KB
/
publications.html
File metadata and controls
76 lines (59 loc) · 3.61 KB
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
<!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" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="javascripts/menu_script.js"></script>
<title>ADHD-200 Preprocessed</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">ADHD-200 Preprocessed</h1><br>
<div id='cssmenu'>
<ul>
<li class='active'><a href='index.html'>Overview</a></li>
<li class='active'><a href='download.html'>Download</a></li>
<li class='active'><a href='http://neurobureau.projects.nitrc.org/ADHD200/Data.html' target="_blank">Pipelines</a></li>
<!-- <li class='active'><a href="quality_assessment.html">QA</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='publications.html'>Publications</a></li>
<li class='active'><a href='https://preprocessed-connectomes-project.github.io'>PCP</a></li>
<li class='active'><a href='https://github.com/preprocessed-connectomes-project' target="_blank">Github</a></li>
</ul>
</div>
</header>
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>If you use data from the ADHD-200 Preprocessed repository please cite our <a href="http://www.sciencedirect.com/science/article/pii/S105381191630283X" target="_blank">paper</a>:</p>
<p>Pierre Bellec, Carlton Chu, François Chouinard-Decorte, Yassine Benhajali, Daniel S. Margulies, R. Cameron Craddock (2017). The Neuro Bureau ADHD-200 Preprocessed repository. <em>NeuroImage, 144, Part B, pp. 275 - 286.</em> doi:<a href="http://dx.doi.org/10.1016/j.neuroimage.2016.06.034">10.1016/j.neuroimage.2016.06.034</a></p>
<p>If you have a publication that used ADHD-200 preprocessed data but is not included on this list, please <a href="mailto:cameron.craddock@gmail.com">let us know</a>. The reference list is also available as a <a href="https://www.mendeley.com/groups/4198361/adhd-200-preprocessed/" target="_blank">Mendeley Group</a>.</p>
<br><br>
<noscript>
<!-- bibtex source hidden by default, show it if JS disabled -->
<style>
#bibtex { display: block;}
</style>
</noscript>
<table id="pubTable" class="display"></table>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/bib-list.js"></script>
<script type="text/javascript">
$(document).ready(function() {
bibtexify("adhd200_pubs.bib", "pubTable",{'tweet': 'RCCraddock'});
});
</script>
</section>
</div>
<!-- FOOTER -->
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>