diff --git a/docs/Community/github.md b/docs/Community/github.md index e1a0fea9..77ba544c 100644 --- a/docs/Community/github.md +++ b/docs/Community/github.md @@ -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: @@ -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. diff --git a/docs/Resources/resources.md b/docs/Resources/resources.md index 088174ff..8b3435f7 100644 --- a/docs/Resources/resources.md +++ b/docs/Resources/resources.md @@ -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/). @@ -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/] diff --git a/docs/faq.md b/docs/faq.md index 71741f82..e2b9c31c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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? diff --git a/docs/images/gh_issue1.png b/docs/images/gh_issue1.png new file mode 100644 index 00000000..f1f6d6c7 Binary files /dev/null and b/docs/images/gh_issue1.png differ diff --git a/docs/images/gh_issue2.png b/docs/images/gh_issue2.png new file mode 100644 index 00000000..36ccebb2 Binary files /dev/null and b/docs/images/gh_issue2.png differ diff --git a/docs/images/gh_issue3.png b/docs/images/gh_issue3.png new file mode 100644 index 00000000..bd9d3358 Binary files /dev/null and b/docs/images/gh_issue3.png differ diff --git a/docs/images/robot.jpg b/docs/images/robot.jpg new file mode 100644 index 00000000..90118234 Binary files /dev/null and b/docs/images/robot.jpg differ diff --git a/docs/images/sibernetic.jpg b/docs/images/sibernetic.jpg new file mode 100644 index 00000000..ede89b16 Binary files /dev/null and b/docs/images/sibernetic.jpg differ diff --git a/docs/modeling.md b/docs/modeling.md index 6c9da17f..1e010f52 100644 --- a/docs/modeling.md +++ b/docs/modeling.md @@ -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.