Skip to content

Commit 44d880b

Browse files
committed
Improved formatting
1 parent cd40d24 commit 44d880b

File tree

1 file changed

+134
-134
lines changed

1 file changed

+134
-134
lines changed

downloads.html

Lines changed: 134 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -47,142 +47,142 @@
4747
<div id="pjax-content">
4848
<!-- END REPEAT-->
4949

50-
<header class="jumbotron subhead" id="overview">
51-
<div class="container">
52-
<!--<div class="openworm_logo_header"></div>-->
53-
<h1>Downloads</h1>
54-
<p class="lead">
55-
This is the place to grab some of the outputs of the OpenWorm project, plus resources and demos.
56-
</p>
57-
</div>
58-
</header>
59-
60-
<div class="container">
61-
62-
<div class="row">
63-
<div class="span3 bs-docs-sidebar">
64-
<ul class="nav nav-list bs-docs-sidenav">
65-
<li>
66-
<a href="#docker"><i class="fa fa-chevron-right"></i>Docker</a>
67-
</li>
68-
<li>
69-
<a href="#coder"><i class="fa fa-chevron-right"></i>For coders</a>
70-
</li>
71-
<li>
72-
<a href="#scientist"><i class="fa fa-chevron-right"></i>For scientists</a>
73-
</li>
74-
</ul>
75-
</div>
76-
<div class="span9">
77-
<br/><br/>
78-
<div class="alert">
79-
<button type="button" class="close" data-dismiss="alert">&times;</button>
80-
<strong>Warning:</strong> You can't download the whole virtual worm, we're not quite there yet! :)
81-
</div>
82-
83-
<!-- Docker ================================================== -->
84-
<section id="docker">
85-
<div class="page-header">
86-
<h1>Docker simulation stack</h1>
87-
</div>
88-
89-
90-
<div class="pagination-centered">
91-
92-
<p class="lead">
93-
We have created a <strong>Docker container</strong> which contains all of the major components of the <a href="http://docs.openworm.org/en/latest/projects/" target="_blank">simulation stack</a> we have built so far. It can be used to run a <strong>preliminary model</strong> of the worm in 3D on your computer.
94-
<br/>
95-
</p>
96-
<br/>
97-
<img src="https://raw.githubusercontent.com/openworm/OpenWorm/master/img/worm-crawling.gif"></img>
98-
<br/>
99-
<br/>
100-
<a class="btn btn-primary btn-large" href="https://github.com/openworm/OpenWorm/blob/master/README.md#quickstart" target="_blank">OpenWorm Docker</a>
101-
102-
</div>
103-
104-
<div class="row-fluid pagination-centered">&nbsp;
50+
<header class="jumbotron subhead" id="overview">
51+
<div class="container">
52+
<!--<div class="openworm_logo_header"></div>-->
53+
<h1>Downloads</h1>
54+
<p class="lead">
55+
This is the place to grab some of the outputs of the OpenWorm project, plus resources and demos.
56+
</p>
57+
</div>
58+
</header>
59+
60+
<div class="container">
61+
62+
<div class="row">
63+
<div class="span3 bs-docs-sidebar">
64+
<ul class="nav nav-list bs-docs-sidenav">
65+
<li>
66+
<a href="#docker"><i class="fa fa-chevron-right"></i>Docker</a>
67+
</li>
68+
<li>
69+
<a href="#coder"><i class="fa fa-chevron-right"></i>For coders</a>
70+
</li>
71+
<li>
72+
<a href="#scientist"><i class="fa fa-chevron-right"></i>For scientists</a>
73+
</li>
74+
</ul>
10575
</div>
106-
</section>
107-
108-
<!-- Coder ================================================== -->
109-
<section id="coder">
110-
<div class="page-header">
111-
<h1>For coders</h1>
112-
</div>
113-
114-
<div class="pagination-centered">
115-
<i class="fa fa-github-alt fa-xl"></i>
116-
<br/><br/><br/>
117-
</div>
118-
<div class="row-fluid pagination-centered">
119-
120-
121-
<p class="lead span6">
122-
<strong>Geppetto</strong> is a web-based platform for visualizing and simulating data and models. It started in the OpenWorm project and is being used for a number of other projects across neuroscience.
123-
<br/><br/><a class="btn btn-primary btn-large" href="https://github.com/openworm/org.geppetto/releases" target="_blank">Geppetto releases</a>
124-
</p>
125-
126-
<p class="lead span6">
127-
The 3D worm body model in OpenWorm is being developed in <strong>Sibernetic</strong>. you can download this application and run the particle hydrodynamics simulations on your own machine.
128-
<br/><br/><a class="btn btn-primary btn-large" href="https://github.com/openworm/sibernetic" target="_blank">Get Sibernetic</a>
129-
</p>
130-
131-
76+
<div class="span9">
77+
<br/><br/>
78+
<div class="alert">
79+
<button type="button" class="close" data-dismiss="alert">&times;</button>
80+
<strong>Warning:</strong> You can't download the whole virtual worm, we're not quite there yet! :)
81+
</div>
82+
83+
<!-- Docker ================================================== -->
84+
<section id="docker">
85+
<div class="page-header">
86+
<h1>Docker simulation stack</h1>
87+
</div>
88+
89+
90+
<div class="pagination-centered">
91+
92+
<p class="lead">
93+
We have created a <strong>Docker container</strong> which contains all of the major components of the <a href="http://docs.openworm.org/en/latest/projects/" target="_blank">simulation stack</a> we have built so far. It can be used to run a <strong>preliminary model</strong> of the worm in 3D on your computer.
94+
<br/>
95+
</p>
96+
<br/>
97+
<img src="https://raw.githubusercontent.com/openworm/OpenWorm/master/img/worm-crawling.gif"></img>
98+
<br/>
99+
<br/>
100+
<a class="btn btn-primary btn-large" href="https://github.com/openworm/OpenWorm/blob/master/README.md#quickstart" target="_blank">OpenWorm Docker</a>
101+
102+
</div>
103+
104+
<div class="row-fluid pagination-centered">&nbsp;
105+
</div>
106+
</section>
107+
108+
<!-- Coder ================================================== -->
109+
<section id="coder">
110+
<div class="page-header">
111+
<h1>For coders</h1>
112+
</div>
113+
114+
<div class="pagination-centered">
115+
<i class="fa fa-github-alt fa-xl"></i>
116+
<br/><br/><br/>
117+
</div>
118+
<div class="row-fluid pagination-centered">
119+
120+
121+
<p class="lead span6">
122+
<strong>Geppetto</strong> is a web-based platform for visualizing and simulating data and models. It started in the OpenWorm project and is being used for a number of other projects across neuroscience.
123+
<br/><br/><a class="btn btn-primary btn-large" href="https://github.com/openworm/org.geppetto/releases" target="_blank">Geppetto releases</a>
124+
</p>
125+
126+
<p class="lead span6">
127+
The 3D worm body model in OpenWorm is being developed in <strong>Sibernetic</strong>. you can download this application and run the particle hydrodynamics simulations on your own machine.
128+
<br/><br/><a class="btn btn-primary btn-large" href="https://github.com/openworm/sibernetic" target="_blank">Get Sibernetic</a>
129+
</p>
130+
131+
132+
</div>
133+
<br/>
134+
<div class="row-fluid pagination-centered">
135+
136+
<p class="lead span6">
137+
We have developed a Python library, <strong>owmeta</strong>, which gives easy programmatic access to a wide range of anatomical and physiological data about <i>C. elegans</i>.
138+
<br/><br/><a class="btn btn-primary btn-large" href="https://github.com/openworm/owmeta" target="_blank">Download owmeta</a>
139+
</p>
140+
141+
<p class="lead span6">
142+
The <strong>c302</strong> framework allows network models of the <i>C. elegans</i> nervous system to be generated at various levels of detail to simulate the activity of the brain of the worm.
143+
<br/><br/><a class="btn btn-primary btn-large" href="https://github.com/openworm/c302" target="_blank">Install c302</a>
144+
</p>
145+
146+
147+
</div>
148+
149+
<div class="pagination-centered">
150+
151+
<br/>
152+
<p class="lead">
153+
Find out how these and other software packages fit together on our <a href="http://docs.openworm.org/en/latest/projects/" target="_blank">OpenWorm projects page</a>.
154+
<br/>
155+
</p>
156+
157+
</div>
158+
159+
160+
</section>
161+
162+
<!-- Scientist ================================================== -->
163+
<section id="scientist">
164+
<div class="page-header">
165+
<h1>For scientists</h1>
166+
</div>
167+
168+
169+
170+
<div class="pagination-centered">
171+
172+
<p class="lead">
173+
We have created a number of <strong>scientific resources</strong> aimed at the <i>C. elegans</i> community to assist research into this fascinating organism.
174+
<br/>
175+
</p>
176+
<br/>
177+
<a class="btn btn-primary btn-large" href="science.html" target="_blank">Scientific resources</a>
178+
179+
</div>
180+
181+
182+
183+
</section>
132184
</div>
133-
<br/>
134-
<div class="row-fluid pagination-centered">
135-
136-
<p class="lead span6">
137-
We have developed a Python library, <strong>owmeta</strong>, which gives easy programmatic access to a wide range of anatomical and physiological data about <i>C. elegans</i>.
138-
<br/><br/><a class="btn btn-primary btn-large" href="https://github.com/openworm/owmeta" target="_blank">Download owmeta</a>
139-
</p>
140-
141-
<p class="lead span6">
142-
The <strong>c302</strong> framework allows network models of the <i>C. elegans</i> nervous system to be generated at various levels of detail to simulate the activity of the brain of the worm.
143-
<br/><br/><a class="btn btn-primary btn-large" href="https://github.com/openworm/c302" target="_blank">Install c302</a>
144-
</p>
145-
146-
147-
</div>
148-
149-
<div class="pagination-centered">
150-
151-
<br/>
152-
<p class="lead">
153-
Find out how these and other software packages fit together on our <a href="http://docs.openworm.org/en/latest/projects/" target="_blank">OpenWorm projects page</a>.
154-
<br/>
155-
</p>
156-
157-
</div>
158-
159-
160-
</section>
161-
162-
<!-- Scientist ================================================== -->
163-
<section id="scientist">
164-
<div class="page-header">
165-
<h1>For scientists</h1>
166-
</div>
167-
168-
169-
170-
<div class="pagination-centered">
171-
172-
<p class="lead">
173-
We have created a number of <strong>scientific resources</strong> aimed at the <i>C. elegans</i> community to assist research into this fascinating organism.
174-
<br/>
175-
</p>
176-
<br/>
177-
<a class="btn btn-primary btn-large" href="science.html" target="_blank">Scientific resources</a>
178-
179-
</div>
180-
181-
182-
183-
</section>
184-
</div>
185-
</div>
185+
</div>
186186
</div>
187187

188188
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES -->

0 commit comments

Comments
 (0)