-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
152 lines (146 loc) · 7.48 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
<!DOCTYPE html>
<html lang="en">
<!-- Neural Dynamics and Computation Lab Website copyright 2013 -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="website for the Neural Dynamics and Computation lab">
<meta name="author" content="Surya Ganguli">
<link rel="shortcut icon" href="img/favicon.ico">
<title>Neural Dynamics and Computation Lab</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/cosmo.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/navbar.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<!-- Static navbar -->
<div class="navbar navbar-default">
<!-- toggle used on mobile screens -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="#">Neural Dynamics and Computation</a>-->
</div>
<!-- full width (desktop) content -->
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active">
<a href="#">Home</a>
</li>
<li>
<a href="people.html">People</a>
</li>
<li>
<a href="pubs.html">Publications</a>
</li>
<li>
<a href="teaching.html">Teaching</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!-- Main component for a primary marketing message or call to action -->
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h2>Neural Dynamics and Computation Lab</h2>
<img class="clark-large" src="img/clark-fade-small.png">
</div>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-md-8 col-lg-offset-1">
<h3>About us</h3>
<p>The last century witnessed the unfolding of a great intellectual adventure, as
the collective human mind turned outwards to conceptually reorganize our understanding of space,
time, matter and energy, now codified in the theoretical frameworks of quantum
mechanics, general relativity, and statistical mechanics. Similarly, in neuroscience,
we are in the midst of another grand quest, as we turn inwards to conceptually
understand the workings of the very same mind capable of achieving the feats of
the last hundred years.</p>
<p>We are a diverse group of physicists, mathematicians, computer scientists, bioengineers
and neurobiologists, dedicated to this quest. We are motivated by two overarching
questions:
<ol>
<li>How do fundamental higher level cognitive phenomena like perception, memory, attention,
decision making and motor control emerge from the collective interactions of many
dynamical degrees of freedom embedded within networks of neurons and synapses?</li>
<li>Can principles of high dimensional statistics and computation provide a unified
view of how we as neuroscientists can extract biologically meaningful models of
neural systems from large datasets, as well as how neural systems themselves can
extract predictive models of their environment from the stream of sensorimotor
experience?</li>
</ol>
</p>
<p>To pursue these questions, we exploit and extend tools and ideas from a diverse
array of disciplines, including statistical mechanics, dynamical systems theory,
machine learning, information theory, control theory, and high-dimensional statistics,
as well as collaborate with experimental neuroscience laboratories collecting physiological
data from a range of model organisms, from flies to humans.</p>
</div>
<div class="col-md-4 col-lg-2 col-sm-6">
<h3>Address</h3>
<address>James H. Clark Center, Room S245
<br>318 Campus Drive
<br>Stanford, CA 94305</address>
</div>
<div class="col-md-4 col-lg-2 col-sm-6 affiliations">
<h3>Affiliations</h3>
<p><a href="http://sni.stanford.edu/">Stanford Neuroscience Institute</a></p>
<p><a href="http://www.stanford.edu/group/mbc/cgi-bin/index.php">Stanford Mind, Brain, and Computation</a></p>
<p><a href="http://biox.stanford.edu/">Stanford Bio-X</a></p>
<p><a href="http://www.stanford.edu/dept/app-physics/cgi-bin/">Dept. of Applied Physics</a></p>
<p><a href="http://ee.stanford.edu/">Dept. of Electrical Engineering</a></p>
<p><a href="http://neurobiology.stanford.edu/">Dept. of Neurobiology</a></p>
<p><a href="http://neuroscienceprogram.stanford.edu/">Neurosciences Graduate Program</a></p>
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h4>Funding Sources</h4>
<div id="fundingSources-placeholder">Loading ...</div>
</div>
</div>
<!-- Funding sources template -->
<script id="fundingSources-template" type="text/x-handlebars-template">
{{#fundingSources}}
<div class="col-sm-6 col-md-3">
<a href="{{link}}">
<div class="thumbnail funding">
<img class="fundingLogo" src="{{logo}}" alt="{{text}}" width="100" height="100">
<p class="caption">{{text}}</p>
</div>
</a>
</div>
{{/fundingSources}}
</script>
<!-- Site footer -->
<!--<div class="footer">-->
<!--<p>© Neural Dynamics and Computation Lab 2013</p>-->
<!--</div>-->
</div>
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/handlebars.js"></script>
<!-- Template insertion code -->
<script type="text/javascript">
$.getJSON('data/funding.json', function(data) {
var src = document.getElementById("fundingSources-template").innerHTML;
var tmpl = Handlebars.compile(src);
document.getElementById("fundingSources-placeholder").innerHTML = tmpl(data);
});
</script>
</body>
</html>