... |
... |
@@ -35,4 +35,19 @@ |
35 |
35 |
|
36 |
36 |
This is a web based tutorial in the NEURON Simulation package. It will hopefully take you step by step, through the process of creating a complex simulation of a small network of neurons. |
37 |
37 |
Starting by creating a single compartment neuron model with Hodgkin-Huxley conductances, how to run the simulator and how to display the simulation results, building multi-compartmental neurons, using different types of graphs to display the results, how to replicate neurons using templates, add new membrane mechanisms to the simulator and incorporate them into our neurons, increasing simulation speed and ways of getting data out of NEURON. |
|
38 |
+=== [[Outline of "Construction and Use of Models: Part 1. Elementary tools">>https://neuron.yale.edu/neuron/static/docs/elementarytools/outline.htm||rel=" noopener noreferrer" target="_blank"]] === |
38 |
38 |
|
|
40 |
+**Level**: beginner(%%) **Type**: interactive tutorial |
|
41 |
+ |
|
42 |
+In this beginner tutorial you will learn how to make a simple model using hoc and how to use NEURON's graphical tools to create an interface for running simulations and to modify the model itself. |
|
43 |
+=== [[The hoc programming language>>https://neuron.yale.edu/neuron/static/docs/programming/hoc_slides.pdf||rel=" noopener noreferrer" target="_blank"]] === |
|
44 |
+ |
|
45 |
+**Level**: beginner(%%) **Type**: slide deck |
|
46 |
+ |
|
47 |
+Slides from a presentation on hoc syntax. Clear and concise. Includes an example of program analysis (walkthrough of code for a model cell generated by the CellBuilder). |
|
48 |
+=== [[A NEURON Programming Tutorial - Part E>>http://web.mit.edu/neuron_v7.4/nrntuthtml/tutorial/tutE.html||rel=" noopener noreferrer" target="_blank"]] === |
|
49 |
+ |
|
50 |
+**Level**: beginner(%%) **Type**: user documentation |
|
51 |
+ |
|
52 |
+After this tutorial, students will be able to save data from the simulations and methods for increasing simulation speed. |
|
53 |
+ |