-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathshowcases.html
44 lines (38 loc) · 1.96 KB
/
showcases.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
<!-- MVP.css quickstart template: https://github.com/andybrewer/mvp/ -->
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./res/arbor-lines-proto-colour-notext.svg">
<link rel="stylesheet" href="./res/mvp-arbor.css">
<link rel="stylesheet" href="./font-awesome/css/font-awesome.min.css">
<meta charset="utf-8">
<meta name="description" content="Arbor">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arbor</title>
</head>
<body>
<header>
<nav>
<a href="/" style="filter:none"><img alt="Logo" src="./res/arbor-lines-proto-colour-full.svg" height="70"></a>
<ul>
<li><a href="#about">About</a></li>
<li><a href="https://github.com/arbor-sim/arbor/releases">News ↗</a></li>
<li><a href="https://www.github.com/arbor-sim/arbor/"><!--<span class="fa fa-github fa-lg"></span> -->GitHub ↗</a></li>
</ul>
</nav>
<p>Arbor: a multi-compartment neural network simulation library</p>
<br>
<p><a href="https://docs.arbor-sim.org/en/latest/install"><b><span class="fa fa-download fa-lg"></span> Install</b></a><a href="https://docs.arbor-sim.org"><b><span class="fa fa-book fa-lg"></span> Documentation</b></a><a href="#get-help"><b><span class="fa fa-question-circle fa-lg"></span> Get Help</b></a></p>
</header>
<main>
</main>
<footer>
<hr>
<p>
<small>Copyright 2020. Arbor is a high-performance library for computational neuroscience simulations, being developed in work package 7.5.4 of the <a href="https://www.humanbrainproject.eu">Human Brain Project</a>.
<br>
The development team is based in: <a href="https://www.cscs.ch">Swiss National Supercomputing Center</a> (CSCS) and <a href="https://www.fz-juelich.de/ias/jsc/EN/">Jülich Supercomputing Centre</a> (JSC)</small>
</p>
</footer>
</body>
</html>