forked from OpenKnowledgeSpace/KnowledgeSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
557 lines (474 loc) · 23.5 KB
/
index.html
File metadata and controls
557 lines (474 loc) · 23.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
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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>KnowledgeSpace - Home</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicon -->
<!-- <link rel="shortcut icon" href="favicon.ico"> -->
<link rel="icon" type="image/png" href="./img/favicon-32x32.png" sizes="32x32" />
<!-- Web Fonts -->
<link rel='stylesheet' type='text/css' href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin'>
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- CSS Header and Footer -->
<link rel="stylesheet" href="assets/css/headers/header-default.css">
<!-- <link rel="stylesheet" href="assets/css/headers/header-v6.css"> -->
<!-- <link rel="stylesheet" href="assets/css/headers/header-v4.css"> -->
<link rel="stylesheet" href="assets/css/footers/footer-v1.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/animate.css">
<link rel="stylesheet" href="assets/plugins/line-icons/line-icons.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/plugins/parallax-slider/css/parallax-slider.css">
<link rel="stylesheet" href="assets/plugins/owl-carousel/owl-carousel/owl.carousel.css">
<!-- CSS Theme -->
<link rel="stylesheet" href="assets/css/theme-colors/default.css" id="style_color">
<link rel="stylesheet" href="assets/css/theme-skins/dark.css">
<!-- CSS Customization -->
<link rel="stylesheet" href="assets/css/custom.css">
<link href="/static/css/custom.d4ef5c8a635d.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<!-- <body class="header-fixed"> -->
<div class="wrapper">
<!--=== Header ===-->
<div class="header">
<!-- <div class="header-v6">
<!-- <div class="header-v6 header-dark header-sticky"> -->
<!-- <div class="header-v4"> -->
<div class="container">
<!-- Logo -->
<a class="logo" href="index.html">
<img src="/img/ks6.png" alt="Logo">
<span style="color:gray;text-decoration: none;background-color: none;font-size:18px;">KnowledgeSpace</span>
</a>
<!-- End Logo -->
<!-- Topbar -->
<!-- <div class="topbar">
<ul class="loginbar pull-right">
<li class="topbar-devider"></li>
<li><a href="page_faq.html">Help</a></li>
<li class="topbar-devider"></li>
<li><a href="page_login.html">Login</a></li>
</ul>
</div> -->
<!-- End Topbar -->
<!-- Toggle get grouped for better mobile display -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="fa fa-bars"></span>
</button>
<!-- End Toggle -->
</div><!--/end container-->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse mega-menu navbar-responsive-collapse">
<div class="container">
<ul class="nav navbar-nav">
<li>
<!-- <a href="/#about">About</a> -->
<a href="/NeuroKS/index.php/About">About</a>
</li>
<li>
<a href="/NeuroKS/index.php/Contributors">Contributors</a>
</li>
<!-- <li>
<a href="/#examples">Examples</a>
</li>
<li>
<a href="/NeuroKS/index.php/pages/view/Neocortical_pyramidal_cell">Demos</a>
</li> -->
<li>
<!-- <a href="./NeuroKS/documentation.php">Documentation</a> -->
<a href="/NeuroKS/index.php/Documentation">Documentation</a>
</li>
<!-- Search Block -->
<!-- <li>
<i class="search fa fa-search search-btn"></i>
<div class="search-open">
<form action="/NeuroKS/index.php/Search" method="post">
<div class="input-group animated fadeInDown">
<input name="keywords" type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button class="btn-u btn-u-blue" type="submit">Go</button>
</span>
</div>
</form>
</div>
</li> -->
<!-- End Search Block -->
</ul>
</div><!--/end container-->
</div><!--/navbar-collapse-->
</div>
<!--=== End Header ===-->
<!--=== Slider ===-->
<div class="slider-inner">
<div id="da-slider" class="da-slider">
<div class="da-slide">
<h4><i></i></h4>
<h4><i>KnowledgeSpace</i></h4>
<!-- <h5><i>The integration of concepts and data</i></h5> -->
<!-- Search Block -->
<div class="row" >
<div class="col-md-2" ></div>
<div class="col-md-8" >
<!--<li> -->
<!-- <i class="search fa fa-search search-btn"></i> -->
<!-- <div class="search-open"> -->
<form action="/NeuroKS/index.php/Search" method="post">
<div class="input-group animated fadeInDown">
<input name="keywords" type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button class="btn-u btn-u-blue" type="submit">Go</button>
</span>
</div>
</form>
<!-- </div> -->
<!-- </li> -->
</div>
<div class="col-md-2" ></div>
</div>
<!-- End Search Block -->
</div>
<!-- <div class="da-arrows">
<span class="da-arrows-prev"></span>
<span class="da-arrows-next"></span>
</div> -->
</div>
</div>
<!-- <div class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<h1>Knowledge Space</h1>
<hr class="intro-divider">
</div>
</div>
</div>
</div> -->
<!-- /.container -->
</div>
<!--=== End Slider ===-->
<!--=== Purchase Block ===-->
<div class="purchase">
<div class="container overflow-h">
<div class="row">
<div class="col-md-12 animated fadeInLeft">
<span>KnowledgeSpace (KS) is a community-based encyclopedia.</span>
</div>
</div>
</div>
</div>
<!--/row-->
<!-- End Purchase Block -->
<!--=== Container Part ===-->
<!-- <div class="container content-md"> -->
<!-- <div class="wrapper"> -->
<div class="container">
<ul class="row block-grid-v2">
<li class="col-md-4 col-sm-6 md-margin-bottom-30">
<div class="easy-block-v1">
<img class="img-responsive" src="/img/hcn3-2.jpg" alt="">
<div class="easy-block-v1-badge rgba-purple">Ion Channels</div>
</div>
<div class="block-grid-v2-info rounded-bottom">
<a href="/NeuroKS/index.php/pages/view/PR:000000705" onclick="document.body.style.cursor='wait'; return true;" >HCN1</a><br/>
<a href="/NeuroKS/index.php/pages/view/PR:000000706" onclick="document.body.style.cursor='wait'; return true;">HCN2</a><br/>
<a href="/NeuroKS/index.php/pages/view/PR:000000707" onclick="document.body.style.cursor='wait'; return true;">HCN3</a><br/>
<a href="/NeuroKS/index.php/pages/view/NIFMOL:sao1700719022" onclick="document.body.style.cursor='wait'; return true;">AChR</a><br/>
<a href="/NeuroKS/index.php/pages/view/NIFMOL:nifext_5242" onclick="document.body.style.cursor='wait'; return true;">GABA A</a><br/>
<a href="/NeuroKS/index.php/pages/view/NIFMOL:nlx_mol_20090505"onclick="document.body.style.cursor='wait'; return true;">MGluR2</a><br/>
</div>
</li>
<li class="col-md-4 col-sm-6 md-margin-bottom-30">
<div class="easy-block-v1">
<img class="img-responsive" src="/img/cell2.jpg" alt="">
<div class="easy-block-v1-badge rgba-blue">Cell Types</div>
</div>
<div class="block-grid-v2-info rounded-bottom">
<a href="/NeuroKS/index.php/pages/view/NIFCELL:sao862606388" onclick="document.body.style.cursor='wait'; return true;">Pyramidal neuron</a><br/>
<a href="/NeuroKS/index.php/pages/view/NIFCELL:sao408819766" onclick="document.body.style.cursor='wait'; return true;">Schwann cell</a><br/>
<a href="/NeuroKS/index.php/pages/view/NIFNEURMOR:nlx_cell_100601" onclick="document.body.style.cursor='wait'; return true;">Spiny neuron</a><br/>
<a href="/NeuroKS/index.php/pages/view/NIFCELL:nifext_55" onclick="document.body.style.cursor='wait'; return true;">Neocortex Martinotti cell</a><br/>
<a href="/NeuroKS/index.php/pages/view/NIFCELL:sao666951243" onclick="document.body.style.cursor='wait'; return true;">Cerebellum basket cell</a><br/>
<br/>
</div>
</li>
<li class="col-md-4 col-sm-12">
<div class="easy-block-v1">
<img class="img-responsive" src="/img/brain2.jpg" alt="">
<div class="easy-block-v1-badge rgba-red">Brain Regions</div>
</div>
<div class="block-grid-v2-info rounded-bottom">
<a href="/NeuroKS/index.php/pages/view/UBERON:0001950" onclick="document.body.style.cursor='wait'; return true;">Neocortex</a><br/>
<a href="/NeuroKS/index.php/pages/view/UBERON:0002435" onclick="document.body.style.cursor='wait'; return true;">Striatum</a><br/>
<a href="/NeuroKS/index.php/pages/view/UBERON:0009835" onclick="document.body.style.cursor='wait'; return true;">Anterior cingulate cortex</a><br/>
<a href="/NeuroKS/index.php/pages/view/UBERON:0002037" onclick="document.body.style.cursor='wait'; return true;">Cerebellum</a><br/>
<a href="/NeuroKS/index.php/pages/view/UBERON:0001897" onclick="document.body.style.cursor='wait'; return true;">Thalamus</a><br/><br/>
</div>
</li>
</ul>
<!--</div><!--/container-->
<!--=== Container Part ===-->
<!-- <div class="container content-sm">
<div class="row margin-bottom-30">
<div class="col-md-4">
<div class="service">
<i class="fa fa-compress service-icon"></i>
<div class="desc">
<h4>Fully Responsive</h4>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus etiam sem...</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service">
<i class="fa fa-cogs service-icon"></i>
<div class="desc">
<h4>HTML5 + CSS3</h4>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus etiam sem...</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service">
<i class="fa fa-rocket service-icon"></i>
<div class="desc">
<h4>Launch Ready</h4>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus etiam sem...</p>
</div>
</div>
</div>
</div> -->
<!-- End Service Blokcs -->
<!-- About -->
<!--
<div id="about" class="row margin-bottom-30">
<div class="col-md-8 md-margin-bottom-40">
<div class="headline"><h2>About</h2></div>
<blockquote class="hero-unify">
<p>KnowledgeSpace (KS) is a community-based encyclopedia for neuroscience, which will be supported by a structured lexicon, data, and models. KS will allow neuroscience community contributions and it will support data curation and annotation, and text mining.</p>
<p>KS is the result of recommendations from a community workshop held by the INCF Program on Ontologies of Neural Structures in 2012 and include the report attached below to community workshop.</p>
<p>
<a href="/NeuroKS/files/2012_PONS_ws_report.pdf" target="_blank">2012 INCF Workshop Report</a>
</p>
<p><em>KS</em> will be built on a semantic media platform with initial content coming from the
<a href="http://neurolex.org/wiki/Main_Page" target="_blank">Neuroscience Lexicon</a> (NeuroLex), and the <a href="http://brancusi1.usc.edu" target="_blank">Brain Architecture Management System</a> (BAMS).</p>
<p><em>KS</em> is envisioned to be a part of a system of 3 spaces, together with the <a href="https://incf.org/activities/resources/data-space" target="_blank">INCF Data Space</a> and the HBP LabSpace, where neuroscientists can store, curate/annotate, and share their data.</p>
<p>The current status of KS is in development, with a beta-version launch scheduled for Spring 2016.
If you would like to sign up on our mailing list, please email us your full name and affiliation.
</p> </blockquote>
</div>
<div class="col-md-4">
<div class="headline"><h2>Architecture</h2></div>
<div id="myCarousel" class="carousel slide carousel-v1">
<div class="carousel-inner">
<div class="item active">
<a href="/static/img/ks-architecture.png" target="_blank"><img src="/static/img/ks-architecture.png" alt=""></a>
</div>
</div>
</div>
</div>
</div>
-->
<!-- End About -->
<!-- Example -->
<!--
<div id="examples" class="row margin-bottom-30">
<div class="col-md-12 md-margin-bottom-40">
<div class="headline"><h2>Examples</h2></div>
<blockquote class="hero-unify">
<a href="/NeuroKS/application/views/templates/ssp-generic.php">Primary somatosensory area, Mammals</a>
<br/>
<a href="/NeuroKS/application/views/templates/ssp-rat.php">Primary somatosensory area, rat</a>
<br/>
<a href="/NeuroKS/application/views/templates/basket_cell_rat.php">Basket neuron instances</a>
<br/>
<a href="/NeuroKS/application/views/templates/basket_neuron.php">Basket neuron, Cerebellar Cortex</a>
</blockquote>
</div>
</div>-->
<!---End example -->
<!-- Partners -->
<div class="headline"><h2>Partners</h2></div>
<div class="owl-clients-v1">
<div class="item">
<a href="http://bluebrain.epfl.ch" target="_blank">
<img src="/Knowledge_Space_files/Blue_Brain_Project_Logo.jpg" width="100" height="70"></a>
</div>
<div class="item">
<a href="https://www.humanbrainproject.eu/" target="_blank">
<img src="/Knowledge_Space_files/human-brain-project.8f47bd2d109f.jpg">
</a>
</div>
<div class="item">
<a href="http://www.incf.org/" target="_blank">
<img src="/Knowledge_Space_files/INCFgrayofficiallogoshort.ee55750c46e8.png">
</a>
</div>
<div class="item">
<a href="http://www.neuinfo.org/" target="_blank">
<img src="/Knowledge_Space_files/nif-logo.e83d9d4157b0.png">
</a>
</div>
</div>
</div><!--/container-->
<!-- EndPartner -->
<!--/container-->
<!-- End Content Part -->
<!--=== Footer Version 1 ===-->
<div class="footer-v1">
<div class="footer">
<div class="container">
<div class="row">
<!-- About -->
<div class="col-md-3 md-margin-bottom-40">
<!-- <a href="index.html"><img id="logo-footer" class="footer-logo" src="assets/img/logo2-default.png" alt=""></a>
<p>About Unify dolor sit amet, consectetur adipiscing elit. Maecenas eget nisl id libero tincidunt sodales.</p>
<p>Duis eleifend fermentum ante ut aliquam. Cras mi risus, dignissim sed adipiscing ut, placerat non arcu.</p>-->
</div>
<!--/col-md-3-->
<!-- End About -->
<!-- Latest -->
<div class="col-md-3 md-margin-bottom-40">
<div class="posts">
<!--<div class="headline"><h2>Latest Posts</h2></div>
<ul class="list-unstyled latest-list">
<li>
<a href="#">Incredible content</a>
<small>May 8, 2014</small>
</li>
<li>
<a href="#">Best shoots</a>
<small>June 23, 2014</small>
</li>
<li>
<a href="#">New Terms and Conditions</a>
<small>September 15, 2014</small>
</li>
</ul>-->
</div>
</div><!--/col-md-3-->
<!-- End Latest -->
<!-- Link List -->
<div class="col-md-3 md-margin-bottom-40">
<!-- <div class="headline"><h2>Useful Links</h2></div>
<ul class="list-unstyled link-list">
<li><a href="#">About us</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Portfolio</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Latest jobs</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Community</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Contact us</a><i class="fa fa-angle-right"></i></li>
</ul> -->
</div><!--/col-md-3-->
<!-- End Link List -->
<!-- Address -->
<div class="col-md-3 map-img md-margin-bottom-40">
<div class="headline"><h2>Contact Us</h2></div>
<address class="md-margin-bottom-40">
Hosted at the University of California, San Diego <br />
9500 Gilman Drive <br />
La Jolla, CA 92093 <br />
Email: <a href="mailto:wwong@ncmir.ucsd.edu" class="">wwong@ncmir.ucsd.edu</a>
</address>
</div><!--/col-md-3-->
<!-- End Address -->
</div>
</div>
</div><!--/footer-->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>
2016 © All Rights Reserved.
<a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a>
</p>
</div>
<!-- Social Links -->
<div class="col-md-6">
<!-- <ul class="footer-socials list-inline">
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Facebook">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Skype">
<i class="fa fa-skype"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Google Plus">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Linkedin">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Pinterest">
<i class="fa fa-pinterest"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Dribbble">
<i class="fa fa-dribbble"></i>
</a>
</li>
</ul>-->
</div>
<!-- End Social Links -->
</div>
</div>
</div><!--/copyright-->
</div>
<!--=== End Footer Version 1 ===-->
</div><!--/wrapper-->
<!-- JS Global Compulsory -->
<script type="text/javascript" src="assets/plugins/jquery/jquery.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery/jquery-migrate.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<script type="text/javascript" src="assets/plugins/smoothScroll.js"></script>
<script type="text/javascript" src="assets/plugins/parallax-slider/js/modernizr.js"></script>
<script type="text/javascript" src="assets/plugins/parallax-slider/js/jquery.cslider.js"></script>
<script type="text/javascript" src="assets/plugins/owl-carousel/owl-carousel/owl.carousel.js"></script>
<!-- JS Customization -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<!-- JS Page Level -->
<script type="text/javascript" src="assets/js/app.js"></script>
<script type="text/javascript" src="assets/js/plugins/owl-carousel.js"></script>
<script type="text/javascript" src="assets/js/plugins/style-switcher.js"></script>
<script type="text/javascript" src="assets/js/plugins/parallax-slider.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
App.init();
OwlCarousel.initOwlCarousel();
StyleSwitcher.initStyleSwitcher();
ParallaxSlider.initParallaxSlider();
});
</script>
<!--[if lt IE 9]>
<script src="assets/plugins/respond.js"></script>
<script src="assets/plugins/html5shiv.js"></script>
<script src="assets/plugins/placeholder-IE-fixes.js"></script>
<![endif]-->
</body>
</html>