3. readme.txt
This is the readme for the models associated with the papers: Bahmer A, Langner G (2006) Oscillating neurons in the cochlear nucleus: I. Experimental basis of... URL: /senselab/modeldb/showmodel.asp?mid_fname=/87454/BahmerLangner2007/readme.txt
Score: 33%
Date: 2007-05-31
Size: 4 kB
4. klt.mod
TITLE klt.mod The low threshold conductance of cochlear nucleus neurons COMMENT NEURON implementation of Jason Rothman's measurements of VCN conductances. This file implements the low threshold... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/klt.mod
Score: 25%
Date: 2007-05-31
Size: 4 kB
5. kht.mod
TITLE kht.mod The high threshold conductance of cochlear nucleus neurons COMMENT NEURON implementation of Jason Rothman's measurements of VCN conductances. This file implements the high threshold... URL: /senselab/modeldb/showmodel.asp?mid_fname=/87454/BahmerLangner2007/NEURON_Chopper_Network_Simulation/kht.mod
Score: 25%
Date: 2007-05-31
Size: 4 kB
6. RMmodel.hoc
// Implementation of Rothman and Manis (2003a,b,c) VCN potassium channel // models based on measured kinetics. // This HOC file generates current clamp responses for 100... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/RMmodel.hoc
Score: 25%
Date: 2007-05-31
Size: 9 kB
7. na.mod
TITLE klt.mod The low threshold conductance of cochlear nucleus neurons COMMENT NEURON implementation of Jason Rothman's measurements of VCN conductances. This file implements the average brain... URL: /senselab/modeldb/showmodel.asp?mid_fname=/87454/BahmerLangner2007/NEURON_Chopper_Network_Simulation/na.mod
Score: 25%
Date: 2007-05-31
Size: 3 kB
8. na.mod
TITLE klt.mod The low threshold conductance of cochlear nucleus neurons COMMENT NEURON implementation of Jason Rothman's measurements of VCN conductances. This file implements the average brain... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/na.mod
Score: 25%
Date: 2007-05-31
Size: 3 kB
9. kht.mod
TITLE kht.mod The high threshold conductance of cochlear nucleus neurons COMMENT NEURON implementation of Jason Rothman's measurements of VCN conductances. This file implements the high threshold... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/kht.mod
Score: 25%
Date: 2007-05-31
Size: 4 kB
10. ka.mod
TITLE klt.mod The low threshold conductance of cochlear nucleus neurons COMMENT NEURON implementation of Jason Rothman's measurements of VCN conductances. This file implements the transient potassium... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/ka.mod
Score: 25%
Date: 2007-05-31
Size: 3 kB
11. readme.txt
RMmodel.hoc The set of .mod files and the hoc file included here implement the models described for ventral cochlear nucleus neurons in the series of papers... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/readme.txt
Score: 17%
Date: 2007-05-31
Size: 3 kB
12. ka_kinetics.hoc
create a a {nseg=1 diam=20 L=20 insert ka ek_ka=-77 insert pas g_pas=1/10000 Ra=150 cm=1} access a tstop=100 vlow=-120 vhigh=30 dt=0.1 celsius=22 usetable_ka = 0 frac=0 color=1... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/ka_kinetics.hoc
Score: 8%
Date: 2007-05-31
Size: 3 kB
13. kHT_VCN2003.mod
TITLE high threshold potassium channels in VCN auditory neurons : k_HT=ght*(rr*n^2+(1-rr)*p)*(v-Ek) : based on Rothman and Manis (2003c) : : Modifications by Yi Zhou for an... URL: /senselab/modeldb/showmodel.asp?mid_fname=/53869/MSO_Zhouetal_2005/kHT_VCN2003.mod
Score: 8%
Date: 2007-05-31
Size: 1 kB
15. kht_kinetics.hoc
create a a {nseg=1 diam=20 L=20 insert kht ek_kht=-77 insert pas g_pas=1/10000 Ra=150 cm=1} access a tstop=100 vlow=-80 vhigh=30 dt=0.1 celsius=22 usetable_kht = 0 frac=0 color=1... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/kht_kinetics.hoc
Score: 8%
Date: 2007-05-31
Size: 2 kB
16. ih_VCN2003.mod
TITLE Ih channels in VCN auditory neurons : ih=ghmax*r*(v-eh) : based on Rothman and Manis (2003c) : Modifications by Yi Zhou for an MSO model INDEPENDENT... URL: /senselab/modeldb/showmodel.asp?mid_fname=/53869/MSO_Zhouetal_2005/ih_VCN2003.mod
Score: 8%
Date: 2007-05-31
Size: 1 kB
17. loop.hoc
//Andreas Bahmer 25.1.06 objref icur icur = new Vector (50, 100) ncur = 20 // normal number of current steps variable_domain(&ncur, 1, 50) imax = 130... URL: /senselab/modeldb/showmodel.asp?mid_fname=/87454/BahmerLangner2007/NEURON_Chopper_Network_Simulation/loop.hoc
Score: 8%
Date: 2007-05-31
Size: 2 kB
18. import_matlab.m
%import data von NEURON clear all close all data=load('rothman.txt'); %erase first line in this file (only 2 elements) [m,n]=size(data); imagesc((1:n-1)*0.025,data(2:end,end),data(2:end,1:end-1)) xlabel('Time [ms]') ylabel('Input [pA]') colormap(1-gray) %%action... URL: /senselab/modeldb/showmodel.asp?mid_fname=/87454/BahmerLangner2007/NEURON_Chopper_Network_Simulation/import_matlab.m
Score: 8%
Date: 2007-05-31
Size: 1 kB
19. kLT_VCN2003.mod
TITLE low threshold potassium channels in VCN auditory neurons : k_LT=glt*w^4*z*(v-Ek) : based on Rothman and Manis (2003c) : Modifications by Yi Zhou for an MSO... URL: /senselab/modeldb/showmodel.asp?mid_fname=/53869/MSO_Zhouetal_2005/kLT_VCN2003.mod
Score: 8%
Date: 2007-05-31
Size: 1 kB
20. readme.txt
This model package provides NEURON codes for a multi-compartment model described in Zhou Y, Carney LH, Colburn HS (2005). The model simulates recent physiological results from... URL: /senselab/modeldb/showmodel.asp?mid_fname=/53869/MSO_Zhouetal_2005/readme.txt
Score: 8%
Date: 2007-05-31
Size: 2 kB
21. na_kinetics.hoc
create a a {nseg=1 diam=20 L=20 insert na ena_na=50 insert pas g_pas=1/10000 Ra=150 cm=1} access a tstop=100 vlow=-120 vhigh=30 dt=0.1 celsius=22 usetable_na = 0 frac=0 color=1... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/na_kinetics.hoc
Score: 8%
Date: 2007-05-31
Size: 2 kB
22. ih_kinetics.hoc
create a a {nseg=1 diam=20 L=20 insert ih eh_ih=-43 insert pas g_pas=1/10000 Ra=150 cm=1} access a tstop=100 vlow=-120 vhigh=30 dt=0.1 celsius=22 usetable_ih = 0 frac=0 color=1... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/ih_kinetics.hoc
Score: 8%
Date: 2007-05-31
Size: 2 kB
23. na_VCN2003.mod
TITLE Na channels in VCN auditory neurons of guinea pig : na=gna*m^3*h : based on Rothman and Manis 2003 : Modifications by Yi Zhou for an... URL: /senselab/modeldb/showmodel.asp?mid_fname=/53869/MSO_Zhouetal_2005/na_VCN2003.mod
Score: 8%
Date: 2007-05-31
Size: 2 kB
24. MSO_Zhouetal_2005.hoc
// ***************** Coincidence Detector 2.0 ********************** // ------------ Introduction -------------------------------- // 01/01/2005 // This model simulates interaural time difference (ITD) dependent // responses in the Medial... URL: /senselab/modeldb/showmodel.asp?mid_fname=/53869/MSO_Zhouetal_2005/MSO_Zhouetal_2005.hoc
Score: 8%
Date: 2007-05-31
Size: 34 kB
25. klt_kinetics.hoc
create a a {nseg=1 diam=20 L=20 insert klt ek_klt=-77 insert pas g_pas=1/10000 Ra=150 cm=1} access a tstop=100 vlow=-120 vhigh=30 dt=0.1 celsius=22 usetable_klt = 0 frac=0 color=1... URL: /senselab/modeldb/showmodel.asp?mid_fname=/37857/CN_Bushy_Stellate/klt_kinetics.hoc
Score: 8%
Date: 2007-05-31
Size: 2 kB