forked from ornlcda/icons2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·244 lines (203 loc) · 10.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>International Conference on Neuromorphic Systems (ICONS) 2019</title>
<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="rrcf2014.css" rel="stylesheet">
<!-- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> -->
<link rel="stylesheet" href="./font-awesome-4.1.0/css/font-awesome.min.css">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="index.html"> <img src="images/logo_no_text_gray.png" alt="ICONS"></a>
</div>
<div class="navbar-collapse collapse pull-right">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<!-- <li><a href="https://www.ornl.gov/content/come-see-us">Venue</a></li>-->
<li><a href="#important-dates">Important Dates</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Information<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="registration.html">Registration and Hotel</a></li>
<li><a href="cfp.html">Call for Papers</a></li>
<li><a href="keynotespeakers.html">Keynotes</a></li>
<li><a href="program.html">Program</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Committees<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="organizingcommittee.html">Organizing Committee</a></li>
<li><a href="programcommittee.html">Program Committee</a></li>
</ul>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img class="img-responsive" src="images/neurons.jpg" alt="Neuromorphic Computing Conference">
<div class="container">
<div class="carousel-caption">
<h1>International Conference on Neuromorphic Systems</h1>
<p>Transforming the way we use computers through new materials, new brain-inspired chips, greater understanding of neuroscience, and breakthroughs in machine understanding/intelligence.</p>
<p><a class="btn btn-lg btn-primary" href="#overview" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img class="img-responsive" src="images/Knoxville_TN_skyline.jpg" alt="Venue">
<div class="container">
<div class="carousel-caption">
<h1>Venue</h1>
<p>The conference will be held in Knoxville, Tennessee, July 23-25, 2019.</p>
<p><a class="btn btn-lg btn-primary" href="registration.html" role="button">Learn more</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<h2>Keynote Speakers</h2>
<p>Our keynote speakers will highlight significant research and challenges in neuromorphic computing.</p>
<p><a class="btn btn-default" href="keynotespeakers.html" role="button">View details »</a></p>
</div>
<div class="col-lg-4">
<!--
<h2>Workshop Report</h2>
<p>The workshop report summarizes the conclusions of the workshop.</p>
<p><a class="btn btn-default" href="files/ORNLNeuromorphicComputingWorkshop2016Report.pdf" role="button">View report »</a></p>
-->
<h2>Registration and Hotel Information</h2>
<p>Registration and hotel information are now available!</p>
<p><a class="btn btn-default" href="registration.html" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<h2>Call for Papers</h2>
<p>Call for papers is now available!</p>
<p><a class="btn btn-default" href="cfp.html" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
<!--
<div class="col-lg-4">
<h2>Program</h2>
<p>This workshop featured presentations on accepted white papers along with keynote speakers.</p>
<p><a class="btn btn-default" href="program.html" role="button">View details »</a></p>
-->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-first-divider">
<a name="overview"></a>
<!-- first row -->
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Conference <span class="text-muted">Overview</span></h2>
<p class="lead">The goal of this conference is to bring together leading researchers in neuromorphic computing to present new research, develop new collaborations, and provide a forum to publish work in this area. Our focus will be on architectures, models, and applications of neuromorphic systems.</p>
<!--<p class="lead">The goal of this workshop is to define basic research challenges for neuromorphic computing research from the U.S. Department of Energy (DOE) Advanced Scientific Computing Research (ASCR) perspective. Our focus is to define a 10-20 year roadmap for neuromorphic computing that leverages the strengths and capabilities of the DOE National Laboratory system.</p>-->
</div>
<!--
<div class="col-md-5">
<img class="featurette-image img-responsive img-rounded" src="http://placehold.it/500x500" alt="generic photo">
</div>
-->
</div>
<hr class="featurette-divider">
<a name="important-dates"></a>
<!-- second row -->
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Important <span class="text-muted">Dates</span></h2>
<p class="lead">Mark your calendars for these dates!</p>
</div>
<div class="col-md-5">
<!-- <p>
<font color="red">Updated August 27. ALL DATES ARE FIRM.</font>
</p>
-->
<p class="lead">
<!--
<i class="fa fa-file-text-o"></i> May 17, 2017<br> Abstract submission<br><br>
<i class="fa fa-thumbs-o-up"></i> June 2, 2017<br> Notification of abstract acceptance<br><br>
<i class="fa fa-file-text-o"></i> July 31, 2017<br> Full paper submission<br><br>
<i class="fa fa-camera"></i> TBD<br> Camera-ready submission of accepted papers<br><br>-->
<i class="fa fa-file-text-o"></i> April 15, 2019<br> Paper submission<br><br>
<i class="fa fa-thumbs-o-up"></i> May 15, 2019<br> Notification of acceptance<br><br>
<i class="fa fa-calendar"></i> July 23 - 25, 2019<br>Conference<br><br>
</p>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<div style="width: 100%;overflow:auto;">
<div style="float:left; width: 50%">
<a name="contact"></a>
<p><b>Contact: Thomas Potok</b>, potokte "at" ornl.gov</p>
<p>© 2017 Oak Ridge National Laboratory</p>
<p><a href="https://www.flickr.com/photos/nichd/21086425615">Neuron Image by NICHD/S. Jeong. Licensed under CC 2.0</a></p>
<p><a href="https://commons.wikimedia.org/wiki/File:Knoxville_TN_skyline.jpg">Knoxville Image by Nathan C. Fortner. Licensed under GFDL.</a></p>
</div>
<p class="pull-right"><a href="#">Back to top</a></p>
<div style="float:right;">
<p>In cooperation with</p>
<a class="brand" href="http://www.sigda.org"> <img src="images/ACM_Sigda_Logo_color.gif" alt="ACM SIGDA"></a>
</div>
</div>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="./dist/js/bootstrap.min.js"></script>
<script src="./assets/js/docs.min.js"></script>
</body>
</html>