Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/Community/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Opening a New Issue

After logging into GitHub, select the OpenWorm organization and then click on the repository in which the issue is located/relevant to. Click on the Issues tab on the menu to the right.

![image](http://i.imgur.com/Rh1uvmn.png)
![image](../../images/gh_issue1.png)

Next, click on the New Image button in the upper right corner of the screen.

![image](http://i.imgur.com/fvEQOJQ.png)
![image](../../images/gh_issue2.png)

This will open the interface to create a new issue. You will need to add the following information:

Expand All @@ -61,7 +61,7 @@ This will open the interface to create a new issue. You will need to add the fol
- Add a milestone if appropriate
- Add labels to categorize the issue such as what language is being used, issue status (not started, working, etc.) and what function the issue is related to.

![image](http://i.imgur.com/ozkZFsh.png)
![image](../../images/gh_issue3.png)

Finally, click on Submit New Issue.

Expand Down
4 changes: 2 additions & 2 deletions docs/Resources/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ More information on running Geppetto is [available online](http://geppetto.org).

Sibernetic is the code base that currently implements the crawling model. Sibernetic is a C++ / Python code base by Palyanov, Khayrulin and Vella that has been created expressly for the purpose of doing research and building the model quickly.

![image](http://i.imgur.com/KSWjCaW.jpg)
![image](../../images/sibernetic.jpg)

More information on running Sibernetic is [available online](https://openworm.org/sibernetic/).

Expand All @@ -31,7 +31,7 @@ More information on running Sibernetic is [available online](https://openworm.or

To start getting some practical experience playing with dynamics that come from the connectome, we have simplified it into a project called the 'connectome engine' and integrated its dynamics into a Lego Mindstorms EV3 robot. You can [see a movie of this in action](https://www.youtube.com/watch?v=D8ogHHwqrkI).

![image](http://i.imgur.com/OG7sOAD.jpg)
![image](../../images/robot.jpg)

More information is available at [http://www.connectomeengine.com/]

Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ There have been [other modeling efforts in _C. elegans_ and their subsystems](ht

There are a [number of neuronal simulators in use](http://software.incf.org/software/?getTopics=Computational%20neuroscience&b_start:int=0), and we have done considerable amount of work on top of one in particular, the [NEURON simulation environment](http://www.scholarpedia.org/article/Neuron_simulation_environment).

There are a wide variety of ways to simulate neurons, as shown in [figure two](http://i.imgur.com/aRGyCP3.png) of [Izhikevich 2004](http://www.ncbi.nlm.nih.gov/pubmed/15484883).
There are a wide variety of ways to simulate neurons, as shown in figure 2 of [Izhikevich 2004](http://www.ncbi.nlm.nih.gov/pubmed/15484883).

### What does a neuronal simulator do?

Expand Down
Binary file added docs/images/gh_issue1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/gh_issue2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/gh_issue3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/robot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/sibernetic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To get a quick idea of what this looks like, check out the [latest movie](https:

In turn, the activity of the muscles are being driven by the activity of neurons within the body.

![image](http://i.imgur.com/KSWjCaW.jpg)
![image](../../images/sibernetic.jpg)

More detailed information is available on the [Sibernetic](https://openworm.org/sibernetic/) project page.

Expand Down
Loading