-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
409 lines (337 loc) · 20.6 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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html>
<!--
WARNING! Make sure that you match all Quasar related
tags to the same version! (Below it's "@1.15.8")
-->
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet" type="text/css">
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/animate.css@^4.0.0/animate.min.css" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/quasar.min.css" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/@quasar/[email protected]/dist/index.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- primary (used): dark grey; secondary (used for cards): #333 ( no more the greenish-blue-turquoise '#26A69A'); accent (used): silver-blue '#668fa6';
positive: flashy green; negative: dark red; info: intense light blue; warning: ocker -->
<script>
window.quasarConfig = {
brand: {
primary: '#222',
secondary: '#333',
accent: '#EEEEEE',
dark: '#222',
positive: '#21BA45',
negative: '#C10015',
info: '#31CCEC',
warning: '#F2C037'
}
}
</script>
<div id="q-app">
<q-layout view="hHh lpr fFf">
<!-- header -->
<!-- background orig design: #4b4f51; -->
<q-header class="q-py-none bg-dark" >
<q-toolbar class="items-bottom">
<span :style="'font-size: 61px;'" class="my-logo-font text-h6 text-white q-ml-xl text-weight-bolder"></span><span :style="'font-size: 31px;'" class="my-font text-h6 q-mr-md text-weight-light"></span>
<q-space></q-space>
<q-tabs no-caps q-pb-none >
<q-tab :style="[selected_tab == 't_0' ? {backgroundColor: bg_color} : {}]"
class="q-mr-sm q-pb-none q-my-none custom_tab" @click="scrollToElement('id_about');"
style="width:120px;min-height:50px !important;color: white" label="About" >
</q-tab>
<q-tab :style="[selected_tab == 't_1' ? {backgroundColor: bg_color} : {}]"
class="q-mr-sm q-pb-none custom_tab" @click="scrollToElement('id_webapps');"
style="width:120px;min-height:50px !important;color: white" label="Web apps" >
</q-tab>
</q-tabs>
</q-toolbar>
</q-header>
<q-page-container>
<!-- <router-view /> -->
<q-page>
<!-- Intro section -->
<div class="q-px-md bg-primary" >
<div class="q-px-xl q-pt-xl bg-primary" id="id_intro" >
<!-- Intro: Title -->
<div class="row justify-left" >
<div class="col-md-1" ></div>
<div class="q-pt-xl col-12 col-lg-6 col-md-9" >
<span class="text-left text-white text-weight-bolder" style="font-size: 61px;">The NeuroWebLab
</span>
</div>
<div class="col-md-2" ></div>
</div>
<!-- Intro: Subtitle -->
<div class="q-pb-md row justify-left">
<div class="col-md-1"></div>
<div class="q-py-sm col-12 col-lg-9 col-md-9">
<!-- <span :style="'font-size: 61px;'" class="my-logo-font text-h6 text-white q-ml-xl text-weight-bolder">NeuroWebLab</span> -->
<span class="text-center text-white text-h5 text-weight-light">Your portal for collaborative neuroscience.</span>
<div class="q-pa-md q-gutter-sm">
<q-img
:src="url"
spinner-color="white"
style="max-width: 100%">
</q-img>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
</div>
<!-- About: Vision -->
<div class="q-px-md bg-primary" >
<div class="q-px-xl q-pt-sm bg-primary" id="id_about" >
<!-- Headline & section 1 -->
<div class="row justify-left" >
<div class="col-md-1" ></div>
<div class="q-pt-xl col-12 col-lg-9 col-md-9" >
<h5 class="text-left text-white text-weight-bold" style="font-size: 21px !important;">Vision
</h5>
<span class="text-center text-white text-h6 text-weight-light">
The NeuroWebLab provides real-time interactive Web tools to work collaboratively on public biomedical data, such as MRI and histology. <br/>
</span>
<!-- Headline & section 2 -->
<h5 class="text-left text-white text-weight-bold" style="font-size: 21px !important;">The value of real-time collaboration
</h5>
<span class="text-center text-white text-h6 text-weight-light">
Real-time interaction provides a largely unexplored methodology for neuroscientific collaboration. For several years we have been exploring different distributed collaboration paradigms, representing various ways in which neuroscientists could work together, both in the analysis of public data, and in the co-construction of new knowledge. Our aim is to go beyond the state of the art by allowing scientists to work at the same time on the same data, through the Web. Many of the challenges which may appear daunting to a single research team – even to a large one – could be solved much more efficiently, transparently and reproducibly by engaging the complete community. Our project builds a collaborative layer on top of existing initiatives: It turns the massive amounts of passively stored data into living matter for distributed, real-time collaboration. <br/>
</span>
</div>
<div class="col-md-1" ></div>
</div>
</div>
</div>
<!-- Webapps -->
<div class="q-px-md bg-primary" >
<div class="q-px-xl q-pt-sm bg-primary" id="id_webapps" >
<!-- first tool card: Brainspell -->
<div class="row">
<div class="col-md-1" ></div>
<div class="q-py-xl col-12 col-lg-10 col-md-10">
<q-card inline @mouseover="hoverOver(1)" @mouseout="hoverOutTimeout(1)" style="border: none;background: #333;"
class="text-left" flat bordered>
<q-card-section class="text-left">
<div class="row">
<div class="col-8 q-pl-md q-pr-lg">
<div class="row">
<div class="text-caption text-white q-mt-sm">
<a href="https://brainspell.org" style="color:white; text-decoration: none;" >https://brainspell.org</a>
</div>
</div>
<div class="row">
<div :class="about_heading_1" :style="'color: ' + about_heading_color_1"
class="about_heading_1 text-h6 text-white q-mt-sm q-mb-xs">
<a href="https://brainspell.org" style="color:white; text-decoration: none;">Brainspell. Collaborative annotation of the neuroimaging literature.
</a>
</div>
</div>
<div class="row">
<a href="https://brainspell.org" style="color:white; text-decoration: none;">
<div class="text-grey-1 q-mt-sm" style="font-size: medium;">
Brainspell is a Web application for the collective annotation of neuroimaging literature. Neuroimaging articles often report standardised 3-D coordinates of brain activation related to different experimental conditions. Upon registering, users are able to edit these coordinate lists, add ontology term tags for cognitive domains and tasks represented, and up or down vote previous tags. Brainspell’s interface is similar to that of a search engine, and allows users to enter text-based queries. The result is a 3-D representation of the brain regions most commonly reported in relation to the search query, as well as a relevance-sorted list of articles, each linked.
</div>
</a>
</div>
</div>
<!-- <div class="col-2 q-py-md q-pl-lg q-pr-md"> -->
<div class="col-4 q-py-md q-px-md">
<div class="row q-pb-xs">
<!-- <a href="https://brainspell.org" target="_blank"> -->
<q-img style="height: 300px; width: 300px; align-items: flex-end;" src="https://raw.githubusercontent.com/r03ert0/brainspell/master/images/brainspell.png" >
</q-img>
<!-- </a> -->
</div>
<!-- <div class="row q-py-xs">
<a href="https://github.com/r03ert0/brainspell" target="_blank" style="color: #999999; text-decoration: none;">https://github.com/r03ert0/brainspell</a>
</div> -->
</div>
</div>
</q-card-section>
</q-card>
</div>
<div class="col-md-1" ></div>
</div>
<!-- second tool card: BrainBox -->
<div class="row">
<div class="col-md-1" ></div>
<div class="q-py-md col-12 col-lg-10 col-md-10">
<q-card inline @mouseover="hoverOver(1)" @mouseout="hoverOutTimeout(1)" style="border: none;background: #333;"
class="text-left" flat bordered>
<q-card-section class="text-left">
<div class="row">
<div class="col-8 q-px-md">
<div class="row">
<div class="text-caption text-white q-mt-sm">
<a href="https://brainbox.pasteur.fr" style="color:white; text-decoration: none;" >https://brainbox.pasteur.fr</a>
</div>
</div>
<div class="row">
<div :class="about_heading_1" :style="'color: ' + about_heading_color_1"
class="about_heading_1 text-h6 text-white q-mt-sm q-mb-xs">
<a href="https://brainbox.pasteur.fr" style="color:white; text-decoration: none;">BrainBox. A platform for real-time collaboration in neuroimaging.
</a>
</div>
</div>
<div class="row">
<a href="https://brainbox.pasteur.fr" style="color:white; text-decoration: none;">
<div class="text-grey-1 q-mt-sm" style="font-size: medium;">
BrainBox is a tool for the collaborative curation and analysis of any brain neuroimaging dataset available through the Web. You can share, visualise and annotate MRI brain data in real-time, collaboratively. BrainBox provides the means to create a layer of collaborative annotation over all the available MRI data without having to rely on a centralised data repository or the necessity of having to install software. This manual annotation step is time-consuming but very important: on its correctness depends that the results of any analysis downstream will be sound and accurate. This is especially interesting for challenging datasets such as patient data (brain lesions, tumors, etc.), developmental data, and animal datasets from translational projects where extensive manual interventions are necessary as standard algorithms fail. Join us! Your contribution is invaluable!
</div>
</a>
</div>
</div>
<!-- <div class="col-4 q-py-md q-pl-lg q-pr-md"> -->
<div class="col-4 q-py-md q-px-md">
<div class="row q-pb-xs">
<q-img style="height: 300px;width:300px;" src="https://user-images.githubusercontent.com/6297454/32104270-96db0afa-bb1b-11e7-8911-786d420c308a.png" >
</q-img>
</div>
<!-- <div class="row q-py-xs">
<a href="https://github.com/neuroanatomy/BrainBox" target="_blank" style="color: #999999; text-decoration: none;">https://github.com/neuroanatomy/BrainBox</a>
</div> -->
</div>
</div>
</q-card-section>
</q-card>
</div>
<div class="col-md-1" ></div>
</div>
<!-- third tool card: MicroDraw -->
<div class="row">
<div class="col-md-1" ></div>
<div class="q-py-xl col-12 col-lg-10 col-md-10">
<q-card inline @mouseover="hoverOver(1)" @mouseout="hoverOutTimeout(1)" style="border: none;background: #333;"
class="text-left" flat bordered>
<q-card-section class="text-left">
<div class="row">
<div class="col-8 q-px-md">
<div class="row">
<div class="text-caption text-white q-mt-sm">
<a href="https://microdraw.pasteur.fr" style="color:white; text-decoration: none;" >https://microdraw.pasteur.fr</a>
</div>
</div>
<div class="row">
<div :class="about_heading_1" :style="'color: ' + about_heading_color_1"
class="about_heading_1 text-h6 text-white q-mt-sm q-mb-xs">
<a href="https://brainbox.pasteur.fr" style="color:white; text-decoration: none;">MicroDraw. A platform for distributed collaboration on multi resolution histological data.
</a>
</div>
</div>
<div class="row">
<a href="https://brainbox.pasteur.fr" style="color:white; text-decoration: none;">
<div class="text-grey-1 q-mt-sm" style="font-size: medium;">
MicroDraw is a Web tool for the visualisation and collaborative annotation of histological data. It provides fast access to ultra-high resolution data, independently of the size of each image. A set of vectorial editing tools allow users to delineate brain regions, create multi-scale, collaborative atlases, or to collaboratively annotate slice artefacts.
</div>
</a>
</div>
</div>
<!-- <div class="col-4 q-py-md q-pl-lg q-pr-md"> -->
<div class="col-4 q-py-md q-px-md">
<div class="row q-pb-xs">
<q-img style="height: 300px;width:300px;" src="https://user-images.githubusercontent.com/2310732/31443628-40b315ec-ae9a-11e7-9c2e-d133b5921687.png" >
</q-img>
</div>
<!-- <div class="row q-py-xs">
<a href="https://github.com/neuroanatomy/microdraw" target="_blank" style="color: #999999; text-decoration: none;">https://github.com/neuroanatomy/microdraw</a>
</div> -->
</div>
</div>
</q-card-section>
</q-card>
</div>
<div class="col-md-1" ></div>
</div>
<!-- <br />
<br /> -->
</div>
</div>
<!-- footer -->
<q-toolbar class="flex flex-center text-white text-center bg-dark"
:style="'border-top: 1px solid ' + bg_color">
<div class="q-pa-sm q-py-md q-gutter-sm">
<q-btn round type="a" href="https://twitter.com/TheBrainWeb"
:style="'background:'+ theme_color +'; color: white !important;'" icon="fab fa-twitter" >
</q-btn>
<q-btn round type="a" href="https://github.com/neuroanatomy/NeuroWebLab"
:style="'background:'+ theme_color +'; color: white !important;'" icon="fab fa-github" >
</q-btn>
<!-- <q-btn round type="a" href="mailto:[email protected]"
:style="'background:'+ theme_color +'; color: white !important;'" icon="email" >
</q-btn> -->
<q-btn round type="a" href="https://github.com/neuroanatomy/NeuroWebLab"
:style="'background:'+ theme_color +'; color: white !important;'" glossy text-color="black"
icon="fas fa-heart" >
<q-tooltip content-class="bg-dark" color="theme_color" text-color="black">Give our repo a star</q-tooltip>
</q-btn>
<br/><br>
Made with ❤ <a target="_blank" href="http://neuroanatomy.github.io" style="color:white;text-decoration: none;">groupe de neuroanatomie appliquée et théorique</a> • CC BY 4.0 <br/>
</div>
</q-toolbar>
</q-page>
</q-page-container>
</q-layout>
</div>
<script src="https://cdn.jsdelivr.net/npm/vue@^2.0.0/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/quasar.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@quasar/[email protected]/dist/index.umd.min.js"></script>
<!-- #4b4f51 is grey with a touch blueish; theme_color: '#668fa6' blueish grey; same as background_style -->
<script>
const { getScrollTarget, setScrollPosition } = Quasar.scroll
app = new Vue({
el: "#q-app",
data() {
return {
slide: 1,
review_slide: 'style',
selected_tab: 't_0',
team_slide: 1,
bg_color: '#4b4f51',
hover: false,
active: false,
right: false,
url: './images/Neuroweblab1.png',
theme_color: '#444444',
primary: 'red',
background_style: '#444444',
about_heading_1: [],
about_heading_2: [],
about_heading_3: [],
about_heading_color_1: '#4b4f51',
about_heading_color_2: '#424242',
about_heading_color_3: '#424242',
}
},
methods: {
scrollToElement(id) {
let el = document.getElementById(id)
const target = getScrollTarget(el)
const offset = el.offsetTop + 3
const duration = 900
setScrollPosition(target, offset, duration)
},
/* go back to main page from sub pages */
goTo(url){
window.location.href = url;
},
changeBgColor() {
this.theme_color = this.bg_color;
this.background_style = 'background-color:' + this.bg_color.split(')')[0] + ',0.7)';
},
hoverOver: function (index) {
this['about_heading_color_' + index] = this.theme_color;
this['about_heading_' + index] = ['animated', 'bounceIn'];
},
hoverOutTimeout: function (index) {
this['about_heading_color_' + index] = '#4b4f51';
setTimeout(() => {
this['about_heading_' + index] = [];
}, 1000);
},
}
});
</script>
</body>
</html>