Skip to content

Commit 53faeb3

Browse files
authored
Absolute paths to images
1 parent bd565e5 commit 53faeb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ About **OpenWorm**
99
We are using a bottom-up approach, aimed at observing the worm behaviour emerge from a simulation of data derived from scientific experiments carried out over the past decade. To do so, we are incorporating the data available from the scientific community into software models. We are also forging new collaborations with universities and research institutes to collect data that fill in the gaps.
1010

1111
You can earn a badge with us simply by trying out this package! Click on the image below to get started.
12-
[![OpenWorm Docker Badge](img/ow-docker-badge.png)](https://www.badgelist.com/OpenWorm/OpenWorm-Docker-Apprentice)
12+
[![OpenWorm Docker Badge](https://raw.githubusercontent.com/openworm/OpenWorm/master/img/ow-docker-badge.png)](https://www.badgelist.com/OpenWorm/OpenWorm-Docker-Apprentice)
1313

1414
Quickstart
1515
----------
@@ -22,9 +22,9 @@ We have put together a [Docker container](https://hub.docker.com/r/openworm/open
2222

2323
**Example Output**
2424

25-
![Worm Crawling](img/worm-crawling.gif)
25+
![Worm Crawling](https://raw.githubusercontent.com/openworm/OpenWorm/master/img/worm-crawling.gif)
2626

27-
<img src="img/muscle-activity.png" width="250"><img src="img/neuron-activity.png" width="350">
27+
<img src="https://raw.githubusercontent.com/openworm/OpenWorm/master/img/muscle-activity.png" width="250"><img src="https://raw.githubusercontent.com/openworm/OpenWorm/master/img/neuron-activity.png" width="350">
2828

2929
**NOTE**: Running the simulation for the full amount of time would produce content like the above. However, in order to run in a reasonable amount of time, the default run time for the simulation is limited. As such, you will see only a partial output, equivalent to about 5% of run time, compared to the examples above. To extend the run time, use the `-d` argument as described below.
3030

0 commit comments

Comments
 (0)