-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (50 loc) · 2.09 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Bionet @ GitHub" />
<meta name="keywords" content="Bionet Group" />
<meta name="author" content="Lev Givon" />
<link rel="stylesheet" type="text/css" href="index.css" media="all" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
<title>Bionet @ GitHub</title>
</head>
<body>
<div id="wrap">
<div id="content">
<h1><a href="index.html">Bionet @ GitHub</a></h1>
<h2 class="tagline">Online Project Repository</h2>
<p>This site hosts the latest source code of open-source projects
developed at the <a href="http://www.bionet.ee.columbia.edu">Bionet
Research Group</a> at Columbia University.</p>
<h2>Projects</h2>
<ul>
<li>Channel Identification Machines Toolbox for MATLAB (<a href="http://github.com/bionet/cim.matlab/">code</a>)</li>
<li>Time Encoding and Decoding Toolbox for MATLAB (<a
href="http://github.com/bionet/ted.matlab/">code</a>|<a
href="http://ted-matlab.rtfd.org/">docs</a>)</li>
<li>Time Encoding and Decoding Toolbox for Python (<a
href="http://github.com/bionet/ted.python/">code</a>|<a
href="http://ted-python.rtfd.org/">docs</a>)</li>
<li>Video Time Encoding and Decoding Toolbox (<a
href="http://github.com/bionet/vtem/">code</a>|<a
href="http://vtem.rtfd.org/">docs</a>)</li>
<li>Fruit Fly Brain Observatory
<ol>
<li>Visualization of Brain Maps (<a
href="http://github.com/fruitflybrain/">code</a>)</li>
<li>Neurokernel Execution Engine (<a
href="http://github.com/neurokernel/">code</a>)</li>
<li>FlyBrainLab (<a
href="http://github.com/flybrainlab/">code</a>)</li>
</ol>
</li>
</ul>
</div>
</div>
<div id="footer">
<p>© 2011-2016 <a href="http://www.columbia.edu/~lev/">Lev Givon</a>
| Template based on design by <a href="http://andreasviklund.com/">Andreas Viklund</a></p>
</div>
</body>
</html>