Persistent synchronized bursting activity in cortical tissues (Golomb et al 2005)

 Download zip file 
Help downloading and running models
Accession:57905
The program simulates a one-dimensional model of a cortical tissue with excitatory and inhibitory populations.
Reference:
1 . Golomb D, Shedmi A, Curtu R, Ermentrout GB (2006) Persistent synchronized bursting activity in cortical tissues with low magnesium concentration: a modeling study. J Neurophysiol 95:1049-67 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network;
Brain Region(s)/Organism: Neocortex;
Cell Type(s): Neocortex L5/6 pyramidal GLU cell; Abstract Wang-Buzsaki neuron;
Channel(s): I Na,p; I Na,t; I K; I K,leak; I M;
Gap Junctions:
Receptor(s): GabaA; AMPA; NMDA;
Gene(s):
Transmitter(s): Gaba; Glutamate;
Simulation Environment: C or C++ program;
Model Concept(s): Bursting; Oscillations; Synchronization; Epilepsy;
Implementer(s): Golomb, David [golomb at bgu.ac.il];
Search NeuronDB for information about:  Neocortex L5/6 pyramidal GLU cell; GabaA; AMPA; NMDA; I Na,p; I Na,t; I K; I K,leak; I M; Gaba; Glutamate;
#CDEBUGFLAGS = -g
CDEBUGFLAGS = -O2
CFLAGS = ${CDEBUGFLAGS}
CC = cc

#----------------------------------------------------------*

NM_HDRS_ALL = nr.h 
NM_CSRS_ALL = nr.c
NM_OBJS_ALL = nr.o

SP_HDRS = sa.h sp.h sn.h sgy.h swb.h ${NM_HDRS_ALL}
SP_CSRS =      sp.c sn.c sgy.c swb.c ${NM_CSRS_ALL}
SP_OBJS =      sp.o sn.o sgy.o swb.o ${NM_OBJS_ALL}

sp: ${SP_OBJS}
	${CC} ${CFLAGS} ${SP_OBJS} \
-lm -o sp.ex

sp.o: sp.c sp.h sa.h
	${CC} ${CFLAGS} -c sp.c
sn.o: sn.c sn.h sa.h sgy.h
	${CC} ${CFLAGS} -c sn.c
sgy.o: sgy.c sn.h sa.h sgy.h
	${CC} ${CFLAGS} -c sgy.c
swb.o: sn.c sn.h sa.h swb.h
	${CC} ${CFLAGS} -c swb.c
slr.o: sn.c sn.h sa.h slr.h
	${CC} ${CFLAGS} -c slr.c

clean:
	/bin/rm -f *.o

.KEEP_STATE:
 

Loading data, please wait...