Skip to content

Commit 336d53d

Browse files
authored
Merge pull request #196 from openworm/fix_poster_link
Final Kaan Suphi changes
2 parents dd66020 + 640369c commit 336d53d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

media.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>Media Coverage</h1>
6060
<div class="marketing">
6161
<br/>
6262
<br/>
63-
<p class="marketing-byline">For media inquiries please contact <a href="mailto:info@openworm.org">info<strong>at</strong>openworm.org</a>.
63+
<p class="marketing-byline">For media inquiries please contact <a href="mailto:info@openworm.org"><strong>info&#64openworm.org</strong></a>.
6464
</p>
6565
<div class="row-fluid">
6666
<div class="span12">
@@ -109,7 +109,7 @@ <h2 class="hero" ><a href="http://www.bbc.co.uk/news/technology-22397252" target
109109
<h2 class="hero" ><a href="http://www.nbcnews.com/technology/open-source-virtual-worm-worms-its-way-life-6C9770499" target="_blank">NBC</a></h2>
110110
</div>
111111
<div class="span2">
112-
<h2 class="hero" ><a href="http://www.wired.co.uk/magazine/archive/2013/03/start/meet-wiki-worm" target="_blank">Wired UK</a></h2>
112+
<h2 class="hero" ><a href="https://www.wired.com/story/meet-wiki-worm/" target="_blank">Wired UK</a></h2>
113113
</div>
114114
<div class="span2">
115115
<h2 class="hero" ><a href="http://boingboing.net/2013/05/02/openworm-an-artificial-life-s.html" target="_blank">Boing Boing</a></h2>
@@ -154,7 +154,7 @@ <h2 class="hero"><a href="http://www.sciencetogrok.com/2013/03/a-great-role-mode
154154
<h2 class="hero"><a href="http://nwn.blogs.com/nwn/2013/05/openworm-artificial-life.html" target="_blank">New World Notes</a></h2>
155155
</div>
156156
<div class="span2">
157-
<h2 class="hero"><a href="http://oggiscienza.wordpress.com/2013/05/21/openworm/" target="_blank">Oggi Scienza</a></h2>
157+
<h2 class="hero"><a href="https://oggiscienza.it/2013/05/21/openworm/index.html" target="_blank">Oggi Scienza</a></h2>
158158
</div>
159159
<div class="span2">
160160
<h2 class="hero"><a href="http://www.geekosystem.com/open-worm/" target="_blank">Geeko System</a></h2>
@@ -170,7 +170,7 @@ <h2 class="hero" ><a href="http://www.popsci.com/science/article/2013-05/open-so
170170
<h2 class="hero"><a href="http://www.eurekalert.org/pub_releases/2013-04/gsoa-tws042513.php" target="_blank">Eurekalert</a></h2>
171171
</div>
172172
<div class="span2">
173-
<h2 class="hero"><a href="http://io9.com/5943304/how-to-preserve-your-brain-by-turning-it-into-plastic?utm_campaign=socialflow_io9_twitter&utm_source=io9_twitter&utm_medium=socialflow" target="_blank">io9</a></h2>
173+
<h2 class="hero"><a href="https://gizmodo.com/researchers-simulate-a-worms-internal-muscle-sensation-1486594835" target="_blank">io9</a></h2>
174174
</div>
175175
<div class="span2">
176176
<h2 class="hero"><a href="http://www.newyorker.com/online/blogs/elements/2013/09/mapping-the-future-of-neuroscience.html" target="_blank">The New Yorker</a></h2>

science.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Sibernetic</h3>
173173
<br/><br/>
174174
<p class="lead">
175175
OpenWorm has been developing <a href="http://openworm.github.io/sibernetic/" target="_blank">Sibernetic</a>, a C++ implementation of the Predictive-corrective
176-
Incompressible Smooth Particle Hydrodynamics (PCI-SPH) algorithm based on the work of <a href="https://sph-sjtu-f06.googlecode.com/files/a40-solenthaler.pdf" target="_blank">Solenthaler</a>.
176+
Incompressible Smooth Particle Hydrodynamics (PCI-SPH) algorithm based on the work of <a href="https://dl.acm.org/doi/10.1145/1576246.1531346" target="_blank">Solenthaler</a>.
177177
The algorithm has been extended to model contractile matter and membranes for simulating
178178
the muscle tissue of the <i>C. elegans</i>. The implementation uses OpenCL to distribute the computation
179179
of the particle system on both CPUs and GPUs in a parallelized way.

0 commit comments

Comments
 (0)