forked from brain-image-library/bil_info_site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (172 loc) · 6.92 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
<!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 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/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-warning text-dark">
<div class="card-header text-center">
Announcements
</div>
<div class="card-body text-left text-dark">
<!--
<p class="card-text text-left text-dark">
All systems are available. Contact us at [email protected] if you notice any issues.
</p>
-->
<p class="card-text text-left text-dark">
<b>Brain Image Library Workshop July 27th-28th:</b> The BIL will be hosting a Data Submission and Visualization workshop on July 27-28th. Day 1 will consist of Data Submission walkthrough and Day 2 will consist of a Data Exploration and Visualization exercise. More information to come.
</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>