Skip to content

Commit a81b1b3

Browse files
authored
Merge pull request #188 from openworm/development
Multiple fixes & updates to main pages
2 parents ff5f31c + 4687500 commit a81b1b3

File tree

7 files changed

+39
-34
lines changed

7 files changed

+39
-34
lines changed

contacts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1 style="float: left;">Interact with us on social media!</h1><i class="fa fa-t
7474
<div class="clearer"></div>
7575
</div>
7676
<p class="lead">
77-
For ongoing information about OpenWorm, please follow our <a href="http://blog.openworm.org/" target="_blank">blog</a> on tumblr.
77+
For ongoing information about OpenWorm, please follow our <a href="https://openworm.tumblr.com/" target="_blank">blog</a> on tumblr.
7878
You can also follow us and interact on <a href="https://twitter.com/OpenWorm" target="_blank">Twitter</a> and <a href="https://www.facebook.com/OpenWorm" target="_blank">Facebook</a> for more frequent updates.
7979
</p>
8080
<div class="large-spacer"></div>

footer-content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<ul class="footer-links">
44
<li>
5-
<a href="http://blog.openworm.org">Blog</a>
5+
<a href="https://openworm.tumblr.com/">Blog</a>
66
</li>
77
<li class="muted">
88
&middot;

get_involved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h1>Coder</h1>
9999
<br/><br/>
100100

101101
We have provided an extensive guide to getting started with the project in
102-
<a href="http://docs.openworm.org/#contributing-to-openworm" target="_blank">our documentation</a>.
102+
<a href="http://docs.openworm.org/#contributing-to-openworm" target="_blank">our documentation</a>. Also, have a look at the overview of <a href="https://github.com/openworm/.github/blob/main/testsheet/README.md" target="_blank">currently active projects</a>.
103103
Please start there and if you have any questions do not hesitate to <a href="./contacts.html">contact us</a>.
104104

105105
</p>

getting_started.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ <h4>A brief introduction to <em>C. elegans</em></h4>
109109
<p class="lead">
110110
We are using a <strong>bottom-up</strong> approach, aimed at observing the worm behaviour <strong>emerge</strong> from a simulation of data derived from scientific experiments carried out over the past decade.
111111
To do so we are incorporating the data available in the scientific community into software models.
112-
We have developed <strong>Geppetto</strong> and <strong>Sibernetic</strong>, open-source simulation platforms,
113-
to be able to run these different models in concert.
112+
We have developed tools such as <strong>Sibernetic</strong> and <strong>c302</strong>, open-source simulation platforms,
113+
to be able to run these different models in concert, and created a unified <strong><a href="downloads.html#docker">Docker simulation stack</a></strong> to bring all these parts together.
114+
114115
We are also forging new collaborations with universities and research institutes to collect data that fill in the gaps.
115116
</p>
116117
<br/>

index.html

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,7 @@ <h1>Open source visualization and simulation platform.</h1>
210210
<li>
211211
<iframe class="github-btn"
212212
src="https://ghbtns.com/github-btn.html?user=openworm&repo=openworm&type=watch&count=true"
213-
allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
214-
</li>
215-
<li>
216-
<div class="fb-like" data-href="http://www.facebook.com/OpenWorm" data-send="false"
217-
data-layout="button_count" data-width="75" data-show-faces="false"></div>
213+
allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
218214
</li>
219215
<li class="follow-btn">
220216
<a href="https://twitter.com/openworm" class="twitter-follow-button" data-link-color="#0069D6"
@@ -272,26 +268,6 @@ <h3>How?</h3>
272268
<div class="large-spacer"></div>
273269
<div class="large-spacer"></div>
274270

275-
<div class="container marketing">
276-
<div class="row-fluid">
277-
<div class="span6" style="color: #292929;">
278-
<h2>Latest news</h2>
279-
280-
<p class="marketing-byline clear">
281-
See the most recent OpenWorm newsletter <a href="./news.html">here</a>.
282-
</p>
283-
284-
<ul id="news-feed">
285-
286-
</ul>
287-
</div>
288-
<div class="span6">
289-
<div id="tweeter">
290-
<a class="twitter-timeline" href="https://twitter.com/OpenWorm" data-widget-id="293717776768569344">Tweets by @OpenWorm</a>
291-
</div>
292-
</div>
293-
</div>
294-
</div>
295271

296272
<div class="container">
297273
<div class="marketing">
@@ -423,6 +399,31 @@ <h2>Calendar</h2>
423399
</div>
424400
</div>
425401

402+
<div class="large-spacer"></div>
403+
<div class="large-spacer"></div>
404+
405+
<div class="container marketing">
406+
<div class="row-fluid">
407+
<div class="span6" style="color: #292929;">
408+
<h2>Latest news</h2>
409+
410+
<p class="marketing-byline clear">
411+
See the most recent OpenWorm newsletter <a href="./news.html">here</a>.
412+
</p>
413+
<p>Older news:</p>
414+
415+
<ul id="news-feed">
416+
417+
</ul>
418+
</div>
419+
<div class="span6">
420+
<div id="tweeter">
421+
<a class="twitter-timeline" href="https://twitter.com/OpenWorm" data-widget-id="293717776768569344">Tweets by @OpenWorm</a>
422+
</div>
423+
</div>
424+
</div>
425+
</div>
426+
426427
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES -->
427428
</div><!-- end pjax content -->
428429

repositories.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h1>Repositories</h1>
124124
<div class="container">
125125
<ul class="footer-links">
126126
<li>
127-
<a href="http://blog.openworm.org">Blog</a>
127+
<a href="https://openworm.tumblr.com">Blog</a>
128128
</li>
129129
<li class="muted">
130130
&middot;

supporters.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,12 @@ <h1>Academic Support</h1>
9797
We would like to thank the following organizations that support OpenWorm contributors, which enables them to donate their time.
9898
</p>
9999
<div class="row-fluid">
100-
<div>
101-
<p><b><a href="http://www.wellcome.ac.uk/" target="_blank">Wellcome Trust</a></b> via Padraig Gleeson / Matteo Cantarelli and the <b><a href="https://www.opensourcebrain.org" target="_blank">Open Source Brain</a> project (Silver Lab, University College London)</p>
102-
</div>
100+
<div>
101+
<p><b><a href="https://www.ukri.org/councils/epsrc/" target="_blank">EPSRC</a></b> supporting the <b><a href="https://www.openneuroai.org" target="_blank">Gleeson Lab of Open Neuroscience & AI</a> at University College London</p>
102+
</div>
103+
<div>
104+
<p><b><a href="http://www.wellcome.ac.uk/" target="_blank">Wellcome Trust</a></b> via Padraig Gleeson / Matteo Cantarelli and the <b><a href="https://www.opensourcebrain.org" target="_blank">Open Source Brain</a> project (Silver Lab, University College London)</p>
105+
</div>
103106
<div>
104107
<p><b><a href="http://www.mrc.ac.uk/" target="_blank">Medical Research Council</a></b> Centenary Award via Mike Vella (Department of Physiology, Development and Neuroscience, University of Cambridge)</p>
105108
</div>

0 commit comments

Comments
 (0)