Skip to content

Instantly share code, notes, and snippets.

@mattearnshaw
Created October 9, 2017 14:51
Show Gist options
  • Save mattearnshaw/ad4e8f29a658a50fe702671be004955f to your computer and use it in GitHub Desktop.
Save mattearnshaw/ad4e8f29a658a50fe702671be004955f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<neuroml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.neuroml.org/schema/neuroml2" id="PINGNet_10" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.githubusercontent.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2beta5.xsd">
<notes>
This NeuroML 2 file was generated by OpenCortex v0.1.6 using:
libNeuroML v0.2.34
pyNeuroML v0.3.1
</notes>
<property tag="Network seed" value="12345"/>
<include href="../cells/poolosyn.cell.nml"></include>
<include href="../cells/pvbasket.cell.nml"></include>
<include href="../synapses/exp2Synapses.synapse.nml"></include>
<SpikeSourcePoisson start="0ms" duration="100.000000ms" rate="10.000000Hz" id="stim_ca3"/>
<SpikeSourcePoisson start="0ms" duration="100.000000ms" rate="10.000000Hz" id="stim_ec"/>
<network type="networkWithTemperature" temperature="34degC" id="PINGNet_10">
<notes>N.</notes>
<population component="stim_ca3" size="400" type="populationList" id="pop_ca3"/>
<population component="stim_ec" size="400" type="populationList" id="pop_ec"/>
<population component="poolosyncell" size="500" type="populationList" id="pop_poolosyn"/>
<population component="pvbasketcell" size="200" type="populationList" id="pop_pvbasket"/>
<projection synapse="syn_ca3_to_poolosyn" presynapticPopulation="pop_ca3" postsynapticPopulation="pop_poolosyn" id="proj_pop_ca3_pop_poolosyn"/>
<projection synapse="syn_ca3_to_pvbasket" presynapticPopulation="pop_ca3" postsynapticPopulation="pop_pvbasket" id="proj_pop_ca3_pop_pvbasket"/>
<projection synapse="syn_ec_to_poolosyn" presynapticPopulation="pop_ec" postsynapticPopulation="pop_poolosyn" id="proj_pop_ec_pop_poolosyn"/>
<projection synapse="syn_poolosyn_to_pvbasket" presynapticPopulation="pop_poolosyn" postsynapticPopulation="pop_pvbasket" id="proj_pop_poolosyn_pop_pvbasket"/>
<projection synapse="syn_pvbasket_to_poolosyn" presynapticPopulation="pop_pvbasket" postsynapticPopulation="pop_poolosyn" id="proj_pop_pvbasket_pop_poolosyn"/>
<projection synapse="syn_pvbasket_to_pvbasket" presynapticPopulation="pop_pvbasket" postsynapticPopulation="pop_pvbasket" id="proj_pop_pvbasket_pop_pvbasket"/>
</network>
</neuroml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment