-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
298 lines (272 loc) · 12.1 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>Brain Image Library: A public resource enabling researchers to deposit, analyze, mine, share and interact with large brain image datasets.</title>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R1YK9CG4GL');
</script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/bootstrap.css" />
<link rel="stylesheet" href="/my.css" />
<link rel="icon" href="assets/BIL_logo.png" />
<!--<link rel="stylesheet" href="/css/styles.css"> -->
<script src="/js/jquery.min.js"></script>
</head>
<style>
p {
font-size: 16px;
padding-right: 80px;
padding-left: 80px;
text-align: center;
color: white;
}
</style>
<body class="bg">
<div class="container">
<p> </p>
<!-- <img src="assets/brainicon.png">
<img src="assets/BIL_logo.png"> -->
</div>
<div class="container">
<!--Navigation bar-->
<div id="topmenu">
</div>
<script>
$(function(){
$("#topmenu").load("menu.html");
});
</script>
<!--end of Navigation bar-->
<div class="jumbotron mainjumbotron">
<!-- <div><p> </p></div> -->
<div class="container">
<!-- ...................................... -->
<!-- Use this card format for announcements -->
<!-- ...................................... -->
<div class="card bg-light text-dark">
<div class="card-header text-center">
For help selecting BIL metadata fields to search, please see the
<a href="https://www.brainimagelibrary.org/newmetadatamodel.html"
class="link-secondary">metadata model description</a>
</div>
<div class="card-body text-left text-light">
<!-- <form action="list" id="myform"> -->
<p class="card-text text-left text-light">
<form action="https://api.brainimagelibrary.org/web/searching" id="myform">
<div class="form-row">
<div class="form-group col-md-3">
<select name="fields" id="inputState" class="form-control">
<option selected value="FullText">All Metadata (Full Text)</option>
<option value="Name">Names</option>
<option Value="Grant">Grant Number</option>
<option Value="Title">Dataset Title</option>
<option Value="Abstract">Dataset Abstract</option>
<option Value="Contributors">All Contributor Fields</option>
<option Value="Funders">All Funder Fields</option>
<option Value="Publications">All Publication Fields</option>
<option Value="Instrument">All Instrument Fields</option>
<option Value="Specimen">All Specimen Fields</option>
<option Value="Dataset">All Dataset Fields</option>
<option Value="Image">All Image Fields</option>
<option Value="Id">BIL Id Fields (exact match)</option>
</select>
</div>
<div class="form-group col-md-8">
<input type="text" class="form-control" id="text" name="searchtxt"
placeholder="search txt" aria-label="Search For Text"
aria-describedby="basic-addon2">
</div>
<div class="form-group col-md-1">
<button type="submit" class="btn btn-primary" id="submitbutton">Search</button>
</div>
</div>
</form>
</p>
</div>
</div>
<script>
function showThis(item) {
document.getElementById("searchitem").innerHTML = item.innerHTML;
}
function showThis2(item) {
document.getElementById("searchitem2").innerHTML = item.innerHTML;
}
</script>
<!--
</div>
</div>
</div>
-->
<p> </p>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="10000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
<!--<li data-target="#carouselExampleIndicators" data-slide-to="7"></li>-->
<!--<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>-->
</ol>
<div class="carousel-item">
<img src="assets/getyourbrainstraight.png" alt="Image9" width="60%" height="60%" class="mx-auto d-block">
<div class="carousel-caption">
</div>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/BILPurpose.png" alt="Image1" width="60%" height="60%" class="mx-auto d-block">
</div>
<!--
<div class="carousel-item">
<img src="assets/BIL_DSWS_8_2021.png" alt="Image10" width="60%" height="60%" class="mx-auto d-block">
<div class="carousel-caption">
</div>
</div>
-->
<div class="carousel-item">
<img src="assets/brain1.jpg" alt="Image5" width="60%" height="60%" class="mx-auto d-block">
<div class="carousel-caption">
<p>Cell counting, Imaging, STPT</p>
</div>
</div>
<!--
<div class="carousel-item">
<img src="assets/getyourbrainstraight.png" alt="Image9" width="60%" height="60%" class="mx-auto d-block">
<div class="carousel-caption">
</div>
</div>
-->
<div class="carousel-item">
<img src="assets/brain2.jpg" alt="Image6" width="60%" height="60%" class="mx-auto d-block">
<div class="carousel-caption">
<p>Cell counting, Imaging, STPT</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/brain3.jpg" alt="Image7" width="60%" height="60%" class="mx-auto d-block">
<div class="carousel-caption">
<p>Connectivity, TRIO, Triple Injection, Monosynaptic-Transsynaptic</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/brain4.jpg" alt="Image8" width="60%" height="60%" class="mx-auto d-block">
<div class="carousel-caption">
</div>
</div>
<div class="carousel-item">
<img src="assets/brain5.png" alt="Image9" width="60%" height="60%" class="mx-auto d-block">
<div class="carousel-caption">
<p>Neuron morphologies overlaid on fMOST dataset</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/hpcaward.PNG" alt="Image8" width="60%" height="60%" class="mx-auto d-block">
<div class="carousel-caption">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div>
<p> </p>
</div>
<!-- ...................................... -->
<!-- Use this card format for announcements -->
<!-- ...................................... -->
<div class="card bg-success text-light">
<div class="card-header text-center">
Announcements
</div>
<div class="card-body text-left text-light">
Join us at Neuroscience 2024 in Chicago!<br>
The Brain Image Library staff will be at the 2024 Society for Neuroscience Meeting in Chicago from Saturday, October 5–Wednesday, October 9, 2024 at McCormick Place Convention Center. Come and see our latest features and chat with the BIL staff at booth #1868.<br>
<p class="card-text text-left text-light">
The BIL quarterly newsletter, <a href="https://conta.cc/3KDpgst" class="alert-link">The BIL Bulletin</a>. Sign up to <a href="https://tinyurl.com/bilnewsletter" class="alert-link">subscribe.</a>
</p>
<!-- <p class="card-text text-left text-dark">
BIL systems will be undergoing maintenance on Wednesday, November 1, 2023.
</p>
-->
<!-- <p class="card-text text-left text-dark">
We are currently undergoing maintenance on the BIL file system and its associated services. Services may be partially operational or completely unavailable. We apologize for the inconvenience.
</p>
-->
<!-- <p class="card-text text-left text-dark">
<a href="training.html"><b>Data Submission Virtual Workshop: </b></a>
June 27, 2023 1-4pm Eastern</br>
This virtual workshop presents a hands-on walk through of the data submission
process and how to use the BIL Analysis Ecosystem for pre-submission exploration,
sharing, and processing. The targeted audience for the workshop includes data
submitters, PI's, data managers, and microscopy lab personnel. </br>
</p>
-->
<!--
<p class="card-text text-left text-dark">
<b>Brain Image Library</b> featured in the
<a href="https://www.braininitiative.org/wp-content/uploads/2023/05/BIA_Toolmakers_Newsletter_Issue-10_final.pdf">
BRAIN Initiative Alliance Toolmakers May Newsletter</a>
</p>
-->
<!-- <p class="card-text text-left text-dark">
<b>Workshop: Interoperable Workflows Using Workflow Management Systems and Singularity Containers</b><br />
Wednesday September 6, 2023 -- 11 am – 5 pm Eastern time. Application deadline: August 25, 2023.<br /><br />
Sponsored by the National Institute of Health’s Common Fund Data Ecosystem, and in partnership with
the HuBMAP Consortium and the Brain Image Library, PSC is proud to present a workshop on using
Common Workflow Language (CWL) to create interoperable workflows.
<br /><br />More information:<a href='https://www.psc.edu/events/workshop-interoperable-workflows-using-cwl/'>
https://www.psc.edu/events/workshop-interoperable-workflows-using-cwl/ </a>
</p>
<!--
<p class="card-text text-left text-dark">
All systems are available. Contact us at bil-support@psc.edu if you notice any issues.
</p>
-->
<!--
<p class="card-text text-left text-dark">
<b>Hackathon:</b> Get Your Brain Straight Hackathon<br />
Hosted by: Alan Institute for Brain Science, Brain Image Library, Brain Initiative Cell Census Network, Kitware, University of North Carolina
Dates: Monday April 4th to Thursday, April 7th <br />
Registration Deadline: April 2nd. <br />
More Information and Registration: <a href="https://www.brainimagelibrary.org/hackathon.html" class="text-muted">https://www.brainimagelibrary.org/hackathon.html</a> <br />
<b>NEW:</b> BIL Hackathon Documentation / Getting Started <a href="https://www.brainimagelibrary.org/hackathonFAQ.html">https://www.brainimagelibrary.org/hackathonFAQ.html</a> <br />
</p>
-->
</div>
</div>
<div>
<p> </p>
<p>Brain Image Library RRID: SCR_017272</p>
</div>
</div>
<!--Bottom Footer -->
<div id="bottomfooter">
</div>
<script>
$(function(){
$("#bottomfooter").load("footer.html");
});
</script>
<!--end of bottomfooter-->
<script src="/js/jquery.min.js"></script>
<script src="/js/popper.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>