-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.html
452 lines (411 loc) · 15.3 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenWorm</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="OpenWorm is an open source project dedicated to creating a virtual C. elegans nematode in a computer.">
<!-- REPLICATE THIS IN ALL PAGES -->
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.css">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons - this code is outdated -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner" id="head-nav">
</div>
</div>
<script src="js/jquery-3.6.0.js"></script>
<script>
// get head-nav and foot-nav with jquery (get is async)
$.get('header-content.html', function(data) {
$('#head-nav').html(data);
})
$.get('footer-content.html', function(data) {
$('#foot-nav').html(data);
})
</script>
</head>
<body>
<div id="pjax-content">
<!-- END REPEAT-->
<!-- sb: this allows FB to reload when user returns to home page
it is very slow though...i think there is a better way but requires app id -->
<div id="fb-root"></div>
<div class="marketing-byline pagination-centered">
<br/>
<i class="fa fa-heart-o fa-l donate"></i>
<h3>
<a href="./donate.html">Contribute today</a> to OpenWorm. <strong class="donate">Thank you!</strong>
</h3>
</div>
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<div class="jumbotron masthead">
<div class="container">
<h1>OpenWorm</h1>
<p>
Building the first digital life form. Open source.
</p>
<p>
<a href="./getting_started.html" class="btn btn-primary btn-large">Get Started</a>
<a href="http://browser.openworm.org" class="btn btn-primary btn-large btn-inverse"
target="wormbrowser"></i> Explore the Worm</a>
</p>
<ul class="masthead-links">
<li>
<a href="news.html">News</a>
</li>
<li>
<a href="http://docs.openworm.org/projects" target="_blank">Projects</a>
</li>
<li>
<a id="geeks" href="http://www.redbubble.com/people/openworm/shop" target="_blank">For
<strong>real</strong> worm-geeks</a>
</li>
</ul>
</div>
</div>
</div>
<div class="item">
<img src="./img/sc_sibernetic.png" alt="">
<div class="container">
<div class="carousel-caption">
<div id="sibernetic_logo"></div>
<h1>Worm body simulator</h1>
<p class="lead">
Worms are soft and squishy. So our model has to be too.
<br/>
We are building in the physics of muscles, soft tissues and fluids. Because it matters.
<br/>
<br/>
</p>
<a class="btn btn-large btn-primary" href="https://www.youtube.com/watch?v=J_wG5PfDIoU"
target="_blank">Watch a video</a>
<a class="btn btn-large btn-primary" href="https://github.com/openworm/sibernetic" target="_blank">Get
the code</a>
<a class="btn btn-large btn-warning"
href="https://drive.google.com/file/d/0B_t3mQaA-HaMWEJ4aG5fVm9QUWc/view" target="_blank">Read the
paper</a>
</div>
</div>
</div>
<div class="item">
<img src="./img/sc_wormsim.png" alt="">
<div class="container">
<div class="carousel-caption">
<div id="wormsim_logo"></div>
<h1>Enter the worm!</h1>
<p class="lead">
Thanks to our Kickstarter backers we developed WormSim,
an interactive way to play with the worm in your browser!
</p>
<a class="btn btn-large btn-primary" href="http://wormsim.org" target="_blank">Learn more</a>
<a class="btn btn-large btn-primary" href="https://www.youtube.com/watch?v=QaCRNX0hdwU"
target="_blank">Watch a video</a>
</div>
</div>
</div>
<div class="item">
<img src="./img/devoworm.png" alt="">
<div class="container">
<div class="carousel-caption">
<h1>DevoWorm</h1>
<p class="lead">
We're exploring the development of the worm via DevoWorm, an interdisciplinary project under the
OpenWorm umbrella, focused on developmental processes in Nematodes and other forms of life
through data analysis, visualization, and simulation.
<br/>
<br/>
</p>
<a class="btn btn-large btn-primary" href="https://devoworm.weebly.com" target="_blank">Learn
more</a>
</div>
</div>
</div>
<div class="item">
<img src="./img/sc_wormbrowser.png" alt="">
<div class="container">
<div class="carousel-caption">
<h1>OpenWorm Browser</h1>
<p class="lead">
We created a 3D Browser to let everybody take the worm apart.
Zoom, rotate and peel back layers of a 3D worm without getting your hands dirty.
<br/>
<br/>
</p>
<a class="btn btn-large btn-primary" target="_blank" href="http://browser.openworm.org">Launch</a>
</div>
</div>
</div>
<div class="item">
<img src="./img/sc_connectome.png" alt="">
<div class="container">
<div class="carousel-caption">
<h1>NeuroML Connectome</h1>
<p class="lead">
Every neuron the worm has, and how they connect. Everything in its right place. Now we are
bringing it to life.
<br/>
<br/>
</p>
<a href="https://bit.ly/2AJSCoX" target="_blank" class="btn btn-primary btn-large" onclick="">Explore
the connectome</a>
<a href="http://opensourcebrain.org" target="_blank"><span id="osblogo"></span></a>
</div>
</div>
</div>
<div class="item">
<img src="./img/sc_geppetto.png" alt="">
<div class="container">
<div class="carousel-caption">
<div id="geppetto_logo"></div>
<h1>Open source visualization and simulation platform.</h1>
<p class="lead">
We are engineering Geppetto, a plug-and-play platform to power simulations of biological
systems... from your web browser.
<br/>
<br/>
</p>
<a class="btn btn-large btn-warning" href="http://www.geppetto.org" target="_blank">Learn more</a>
<a class="btn btn-large btn-primary" href="https://github.com/openworm/org.geppetto/releases"
target="_blank">Download</a>
<a class="btn btn-large btn-primary" href="http://git.geppetto.org" target="_blank">Sources</a>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
<!--div id="tip"></div>-->
</div><!-- /.carousel -->
<!-- ======== social links ========== -->
<div class="bs-docs-social" id="social-links">
<div class="container">
<ul class="bs-docs-social-buttons">
<li>
<iframe class="github-btn"
src="https://ghbtns.com/github-btn.html?user=openworm&repo=openworm&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
</li>
<li class="follow-btn">
<a href="https://twitter.com/openworm" class="twitter-follow-button" data-link-color="#0069D6"
data-show-count="true">Follow @openworm</a>
</li>
<li class="tweet-btn">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.openworm.org/"
data-text="Check out @OpenWorm: building the first digital life form... open source!">Tweet</a>
</li>
<!-- Place this tag where you want the +1 button to render. -->
<li>
<div class="g-plusone" data-size="medium"
data-href="https://plus.google.com/117948341754627144949"></div>
</li>
</ul>
</div>
</div>
<!-- ====================== main body ==================== -->
<div class="container marketing">
<div>
<h1>Enter the worm...</h1>
</div>
<div class="short-spacer"></div>
<div id="openworm_logo"></div>
<div class="short-spacer"></div>
<h2>
<strong>OpenWorm</strong> is an open source project dedicated to creating the first virtual organism in a computer
</h2>
</div>
<div class="large-spacer"></div>
<div class="large-spacer"></div>
<div class="line"></div>
<div class="container marketing">
<div class="row-fluid">
<div class="span6">
<h3>Why?</h3>
<p class="marketing-byline">
Because modeling a simple nervous system is a first step toward fully understanding complex systems like the human brain.
</p>
</div>
<div class="span6">
<h3>How?</h3>
<p class="marketing-byline">
By rejecting red tape and building a community of engineers, scientists, and other motivated volunteers from around the world.
</p>
</div>
</div>
</div>
<div class="large-spacer"></div>
<div class="large-spacer"></div>
<div class="container">
<div class="marketing">
<h1>See OpenWorm</h1>
<h2>
at
</h2>
<br>
<a href="media.html" class="no-a-effect" title="See two awesome TEDx talks by Stephen Larson featuring OpenWorm">
<div id="tedx"></div>
<div class="row-fluid">
<div class="span12"
style="cursor: pointer;">
<h2 class="centered" style="letter-spacing: 0; ">
Bangalore and Vienna
</h2>
</div>
</div>
</a>
<div class="row-fluid pagination-centered span12">
<div class="span3">
<div id="economist"
onclick=Javascript:window.open("http://www.economist.com/news/science-and-technology/21602661-crowd-funded-project-aims-build-worlds-first-simulated-organism-computer")></div>
</div>
<div class="span3">
<div id="atlantic"
onclick=Javascript:window.open("http://www.theatlantic.com/technology/archive/2013/05/is-this-virtual-worm-the-first-sign-of-the-singularity/275715/")></div>
</div>
<div class="span3">
<div id="bbc" onclick=Javascript:window.open("http://www.bbc.co.uk/news/technology-22397252")></div>
</div>
<div class="span3">
<div id="telegraph"
onclick=Javascript:window.open("http://www.telegraph.co.uk/technology/news/10535160/Wriggling-worm-is-breakthrough-for-artificial-life.html")></div>
</div>
</div>
<div class="row-fluid pagination-centered span12">
<div class="span3">
<div id="nbc"
onclick=Javascript:window.open("http://www.nbcnews.com/technology/futureoftech/open-source-virtual-worm-worms-its-way-life-6C9770499")></div>
</div>
<div class="span3">
<div id="wired"
onclick=Javascript:window.open("https://www.wired.com/story/meet-wiki-worm/")></div>
</div>
<div class="span3">
<div id="engadget"
onclick=Javascript:window.open("http://www.engadget.com/2013/12/26/openworm-project/")></div>
</div>
<div class="span3">
<div id="boingboing"
onclick=Javascript:window.open("http://boingboing.net/2013/05/02/openworm-an-artificial-life-s.html")></div>
</div>
</div>
<br/><br/>
<p class="marketing-byline clear">
See more coverage of OpenWorm in the news <a href="./media.html">here</a>.
</p>
<hr class="soften">
<h1>Meet with us</h1> <br>
<div class="row">
<div class="span12 pagination-centered">
<p class="marketing-byline">
on
</p>
<a href="https://goo.gl/3ncZWn" target="_blank"><img src="img/slack.png" height="80px" width="280px"
class="marketing-img"></a>
</div>
</div>
<div class="large-spacer"></div>
<p class="marketing-byline">
We use Slack to communicate and coordinate our daily activities, you are welcome to join us!
<br>
For an invitation, fill out <a href="https://goo.gl/3ncZWn" target="_blank">our volunteer application form</a>.
</p>
<hr class="soften">
<h1>Open Science at its best.</h1>
<div class="row">
<div class="span12 pagination-centered">
<i class="fa fa-beaker fa-xxl"></i>
</div>
</div>
<p class="marketing-byline">
All the code, data and models produced as part of the OpenWorm project are open-source under the MIT
licence.
</p>
<div class="row-fluid">
<div class="span4">
<i class="fa fa-github fa-xl"></i>
<h2>Source code</h2>
<p>
All the code produced as part of the OpenWorm project is on
<a href="https://github.com/openworm"
target="_blank">GitHub</a>
under
<a href="http://opensource.org/licenses/MIT" target="_blank">MIT</a>
licence. Different <a href="http://docs.openworm.org/projects"
target="_blank">sub-projects</a>
are hosted in different repositories.
</p>
</div>
<div class="span4">
<i class="fa fa-tasks fa-xl"></i>
<h2>Current progress</h2>
<p>
The tasks we are currently working on are tracked on GitHub under different
<a href="https://github.com/openworm/OpenWorm/milestones"
target="_blank">Milestones</a>.
</p>
</div>
<div class="span4">
<i class="fa fa-calendar fa-xl"></i>
<h2>Calendar</h2>
<p>
When is the next OpenWorm hangout or event? Checkout our
<a href="https://www.google.com/calendar/embed?src=bqvlrm642m3irjehbethokkcdg%40group.calendar.google.com"
target="_blank">public calendar</a>
to find out!
</p>
</div>
</div>
</div>
</div>
<div class="large-spacer"></div>
<div class="large-spacer"></div>
<div class="container marketing">
<div class="row-fluid">
<div class="span6" style="color: #292929;">
<h2>Latest news</h2>
<p class="marketing-byline clear">
See the most recent OpenWorm newsletter <a href="./news.html">here</a>.
</p>
<p>Older news:</p>
<ul id="news-feed">
</ul>
</div>
<div class="span6">
<div id="tweeter">
<a class="twitter-timeline" href="https://twitter.com/OpenWorm" data-widget-id="293717776768569344">Tweets by @OpenWorm</a>
</div>
</div>
</div>
</div>
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES -->
</div><!-- end pjax content -->
<!-- footer
================================================== -->
<div id="foot-nav"></div>
<!-- foot-nav is filled with script in head -->
<!-- Le javascript
================================================== -->
<!-- at end of the document so the pages load faster -->
<!-- load other resources asynchronously: -->
<script src="js/bootstrap.js" async></script>
<script src="js/jquery.parss.uncompressed.js" async></script>
<script src="https://platform.twitter.com/widgets.js" async></script>
<!-- execute main (initialize resources above + carousel/donate controls -->
<script src="js/jquery.pjax.js"></script>
<script src="js/main.js" defer></script>
</body>
</html>