-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
223 lines (183 loc) · 8.03 KB
/
index.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Welcome to Nidata! — nidata documentation</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="_static/css/basicstrap-base.css" type="text/css" />
<link rel="stylesheet" id="current-theme" href="_static/css/bootstrap3/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" id="current-adjust-theme" type="text/css" />
<link rel="stylesheet" href="_static/css/font-awesome.min.css">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link rel="stylesheet" href="_static/css/basicstrap.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/js/jquery.min.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/bootstrap3.min.js"></script>
<script type="text/javascript" src="_static/js/jquery.cookie.min.js"></script>
<script type="text/javascript" src="_static/js/basicstrap.js"></script>
<script type="text/javascript">
</script>
<link rel="top" title="nidata documentation" href="#" />
</head>
<body role="document">
<div id="navbar-top" class="navbar navbar-fixed-top navbar-inverse" role="navigation" aria-label="top navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">nidata documentation</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown visible-xs">
<a role="button" id="localToc" data-toggle="dropdown" data-target="#" href="#">Table Of Contents <b class="caret"></b></a>
<ul class="dropdown-menu localtoc sp-localtoc" role="menu" aria-labelledby="localToc">
<ul>
<li><a class="reference internal" href="#">Welcome to Nidata!</a></li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
</ul>
</li>
<li><a href="py-modindex.html" title="Python Module Index" >modules </a></li>
<li><a href="genindex.html" title="General Index" accesskey="I">index </a></li>
<li class="visible-xs"><a href="_sources/index.txt" rel="nofollow">Show Source</a></li>
<li class="visible-xs">
<form class="search form-search form-inline navbar-form navbar-right sp-searchbox" action="search.html" method="get">
<div class="input-append input-group">
<input type="text" class="search-query form-control" name="q" placeholder="Search...">
<span class="input-group-btn">
<input type="submit" class="btn" value="Go" />
</span>
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</li>
</ul>
</div>
</div>
</div>
<!-- container -->
<div class="container-fluid">
<!-- row -->
<div class="row">
<div class="col-md-9" id="content-wrapper">
<div class="document" role="main">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<a class="reference internal image-reference" href="_images/nidata-logo.jpg"><img alt="_images/nidata-logo.jpg" src="_images/nidata-logo.jpg" style="width: 200px;" /></a>
<div class="section" id="welcome-to-nidata">
<h1>Welcome to Nidata!<a class="headerlink" href="#welcome-to-nidata" title="Permalink to this headline">¶</a></h1>
<div class="index-paragraph container">
The goal of this tool is to offer a simple interface for downloading, storing, and getting access to neuroimaging datasets. We want to:</div>
<ul class="simple">
<li>Decrease the amount of time spent by data scientists in accessing new datasets</li>
<li>Decrease the difficulty of scientists in sharing their data with the world</li>
<li>Increase the visibility of available data</li>
</ul>
<div id="index-grid" class="section group">
<div class="col span_1_of_3">
<h3><a
href="nidata.html">Content Library</a></h3>
<p>Access our databases</p>
<h3><a href="nidata.html"> Contributors</a></h3>
<p>Add to Nidata</p>
<h3><a href="nidata.html"> User Guide</a></h3>
<p>Browse the full documentation</p>
</div>
<div class="col span_2_of_3">
<div class="jcarousel-wrapper">
<div class="jcarousel"></div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><span>Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span>Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span>Search Page</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 hidden-xs" id="sidebar-wrapper">
<div class="sidebar hidden-xs" role="navigation" aria-label="main navigation">
<h3><a href="#">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Welcome to Nidata!</a></li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" role="search">
<h3>Quick search</h3>
<form class="search form-inline" action="search.html" method="get">
<div class="input-append input-group">
<input type="text" class="search-query form-control" name="q" placeholder="Search...">
<span class="input-group-btn">
<input type="submit" class="btn" value="Go" />
</span>
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
</div>
</div>
</div><!-- /row -->
<!-- row -->
<div class="row footer-relbar">
<div id="navbar-related" class=" related navbar navbar-inverse" role="navigation" aria-label="related navigation">
<div class="navbar-inner">
<ul class="nav navbar-nav ">
<li><a href="#">nidata documentation</a></li>
</ul>
<ul class="nav navbar-nav pull-right hidden-xs hidden-sm">
<li><a href="py-modindex.html" title="Python Module Index" >modules</a></li>
<li><a href="genindex.html" title="General Index" >index</a></li>
<li><a href="#">top</a></li>
</ul>
</div>
</div>
</div><!-- /row -->
<!-- footer -->
<footer role="contentinfo">
© Copyright 2016, nidata developers.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.1.
</footer>
<!-- /footer -->
</div>
<!-- /container -->
</body>
</html>