-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
97 lines (88 loc) · 3.87 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Brain Catalogue</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Quicksand:400,300,100' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/common.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/info.css" type="text/css" media="screen, projection" />
<script src="/lib/jquery-1.11.0.min.js"></script>
<script src="/lib/mylogin/login.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="myinner">
<div id="title" class="cell">
<h1 style="display:inline-block">
<a class="menu nodecoration" href="/" target="_top">
<span class="bcicon">a</span> Brain Catalogue
</a>
</h1>
</div>
<div id="menu" class="cell">
<span id="MyLogin"></span>
<span>
<a class="menu" href="blog">Blog</a>
<a class="menu" href="about.html">About</a>
<a class="menu" href="http://siphonophore.org/blog/?cat=3&feed=rss2"><i class="fa fa-rss"></i></a>
</span>
</div>
</div><!-- .myinner -->
</header><!-- #header -->
<!-- 2. Middle -->
<section id="middle">
<div id="container">
<div id="content" style="text-align:justify;">
<p>Our aim is to celebrate the diversity of the vertebrate brain by making high quality data, open and freely available to everyone. Do you have data that you would like to share? Do not hesitate to contact us!
<p>The Brain Catalogue is developed by Roberto Toro, researcher at the Neuroscience Department of the Institut Pasteur, Marc Herbin, curator of the Vertebrate Brain Collection of the Jardin des Plantes and Mathieu Santin, researcher at the CENIR laboratory at the Institut du Cerveau et de la Moelle (ICM, UMR-S975, Inserm U975, CNRS UMR7225). Scientific, methodological and financial support has been prodived by Florencia Grisanti (Taxidermy Workshop of the Natural History Museum in Paris) and Olivier Colliot (head of the Cogimage team at the ICM).
<p>
Contact:<br><br>
<b>Roberto Toro</b><br/>
rto [@] pasteur [.] fr<br>
<a href="http://neuroanatomy.github.io">Group de Neuroanatomie Appliquée et Théorique</a><br/>
Unité de Génétique Humaine et Fonctions Cognitives<br/>
Département de Neuroscience<br/>
Institut Pasteur<br/>
25, rue du Docteur Roux<br/>
75015 Paris<br/>
France
</p>
</div>
</div> <!-- container -->
</section> <!-- middle -->
</div> <!-- wrapper -->
<footer id="footer">
<div>
<table>
<tr>
<td>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img align="left" alt="Creative Commons License" src="/img/88x31.png" />
</a>
</td>
<td>
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Brain Catalogue</span> by
<a xmlns:cc="http://creativecommons.org/ns#" href="siphonophore.org/braincatalogue" property="cc:attributionName" rel="cc:attributionURL">Roberto Toro</a>
is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</td>
</tr>
</table>
</div>
</footer> <!-- footer -->
<script>
MyLoginWidget.init($("#MyLogin"));
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50078058-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>