-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatlas.html
More file actions
191 lines (162 loc) · 5.5 KB
/
atlas.html
File metadata and controls
191 lines (162 loc) · 5.5 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
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
<!DOCTYPE html>
<!--
Type on Strap jekyll theme v2.4.3
Theme free for personal and commercial use under the MIT license
https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
-->
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=5"
/>
<!-- Theme Mode-->
<script>
const isAutoTheme = false;
document.documentElement.setAttribute("data-theme", "light");
</script>
<!-- Main JS (navbar.js, katex_init.js and masonry_init.js)-->
<script defer src="/assets/js/main.min.js"></script>
<!-- Navigation JS -->
<script defer src="/assets/js/navigation.js"></script>
<!-- CSS -->
<link rel="stylesheet" href="/assets/css/main.css" />
<!--Favicon-->
<link rel="shortcut icon" href="" type="image/x-icon" />
<!-- KaTeX 0.15.2 -->
<!-- Mermaid 9.1.1 -->
<!-- Simple Jekyll Search 1.10.0 -->
<script
src="/assets/js/vendor/simple-jekyll-search.min.js"
type="text/javascript"
></script>
<!-- Google Analytics / Cookie Consent -->
<script>
const cookieName =
"cookie-notice-dismissed-https://fish1-release.storage.googleapis.com/atlas.html";
const isCookieConsent = "true";
const analyticsName = "G-LTB9TB76NW";
const analyticsNameGA4 = "";
</script>
<!-- <span id="cookie-notice"
><span
>We would like to use third party cookies and scripts to improve the
functionality of this website. </span
><a id="cookie-notice-accept" class="button">Approve</a>
</span> -->
<!-- Global site tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-MV416L7MWC"
></script>
<!-- Page analysis (analytics.js) -->
<!-- <script async src="https://www.google-analytics.com/analytics.js"></script> -->
<!-- seo tags -->
<meta
property="og:image"
content="http://fish1-release.storage.googleapis.com/index.html/assets/img/fish1_banner.png"
/>
<meta property="og:type" content="website" />
<!-- Begin Jekyll SEO tag v2.7.1 -->
<title>Z Brain Atlas | Fish1 Release</title>
<meta name="generator" content="Jekyll v4.2.2" />
<meta property="og:title" content="Z Brain Atlas" />
<meta property="og:locale" content="en_US" />
<meta
name="description"
content="A Connectomic Resource for the Larval Zebrafish Brain"
/>
<meta
property="og:description"
content="A Connectomic Resource for the Larval Zebrafish Brain"
/>
<link
rel="canonical"
href="http://fish1-release.storage.googleapis.com/index.html/atlas.html"
/>
<meta
property="og:url"
content="http://fish1-release.storage.googleapis.com/index.html/atlas.html"
/>
<meta property="og:site_name" content="Fish1 Release" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Z Brain Atlas" />
<script type="application/ld+json">
{
"url": "http://fish1-release.storage.googleapis.com/index.html/atlas.html",
"description": "A Connectomic Resource for the Larval Zebrafish Brain",
"headline": "Z Brain Atlas",
"@type": "WebPage",
"@context": "https://schema.org"
}
</script>
<!-- End Jekyll SEO tag -->
<!-- RSS -->
<link
rel="alternate"
type="application/atom+xml"
title="Fish1 Release"
href="http://fish1-release.storage.googleapis.com/index.html/feed.xml"
/>
<link
type="application/atom+xml"
rel="alternate"
href="http://fish1-release.storage.googleapis.com/index.html/feed.xml"
title="Fish1 Release"
/>
<!-- Twitter Cards -->
<meta name="twitter:title" content="Z Brain Atlas" />
<meta
name="twitter:description"
content="## Z Brain Atlas"/>
<meta name="twitter:card" content="summary" />
<meta
name="twitter:image"
content="http://fish1-release.storage.googleapis.com/index.html/assets/img/fish1_banner.png"
/>
<meta name="twitter:image:alt" content="Z Brain Atlas" />
</head>
<body>
<header class="site-header">
<!-- Logo and title -->
<div class="branding">
<a class="site-title" aria-label="Fish1 Release" href="/">
Fish1 Release
</a>
</div>
</header>
<div class="content">
<article class="feature-image">
<header
id="main"
style="background-image: url('/assets/img/fish1_banner.png')"
>
<div class="title-padder">
<h1 id="Z Brain Atlas" class="title">Z Brain Atlas</h1>
</div>
</header>
<section class="post-content">
<link rel="stylesheet" href="/assets/css/common.css" />
<h2 id="atlas">Z Brain Atlas</h2>
<p>
<a href="https://zebrafishatlas.zib.de/">Z Brain Atlas</a> is an open-source zebrafish brain atlas.
</p>
</section>
<!-- Tag list for portfolio -->
<div class="tag-list"></div>
</article>
</div>
<footer class="site-footer">
<p class="text">
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with
<a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>
</p>
<div class="footer-icons">
<ul>
<!-- Social icons from Font Awesome, if enabled -->
</ul>
</div>
</footer>
</body>
</html>