-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpublications.html
More file actions
72 lines (58 loc) · 3.17 KB
/
publications.html
File metadata and controls
72 lines (58 loc) · 3.17 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
<!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="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<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>The Preprocessed Connectomes Project is supported by the <a href="http://www.rfmh.org">Nathan S. Kline
Institute for Psychiatric Research</a>, the <a href="https://www.omh.ny.gov/">New York State Office of Mental Health</a>, the <a href="http://corporate.rfmh.org">Research Foundation
for Mental Hygiene</a>, and the <a href="http://www.chilmdmind.org">Child Mind Institute</a>. Data sharing is made possible with the generous support
of <a href="http://www.nitrc.org">NITRC</a> and <a href="http://aws.amazon.com">Amazon Web Services</a>.</p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>