DateAuthorLogOptionsExposure
2011-02-22Dougal Cowanchanged note about the session file. [files][create_exposure]
2011-02-22Randall BrittenUpdated MATLAB to be a bit neater. Also, to only generate one time variable for session file. Also, to include a comment for the random seed used, the mean and standard deviation. Used MATLAB file to generate a fresh version of butera_ten_cell_1999.cellml. Updated session file to use updated name for time variable. [files][create_exposure]
2011-02-21dcowanadded a note about how to get the session file working. [files][create_exposure]
2011-02-21dcowanfixed relative link to MATLAB file [files][create_exposure]
2011-02-21dcowanadded documentation details [files][create_exposure]
2011-02-18Randall BrittenPreferred version of session file, plots all 10 voltages on same graph, uses same "timeDuplicate" for all traces. [files][create_exposure]
2011-02-18Randall BrittenFixed path: removed reference to lacal drive path. [files][create_exposure]
2011-02-18Randall BrittenPrettify XML. [files][create_exposure]
2011-02-18Shorojeet DasguptaRemove original five cell model. [files][create_exposure]
2011-02-18Shorojeet DasguptaRemoved five and ten cell models as both had g_syn_e_s values all at 0.1 nS. Added ten cell model which has random values for g_syn_e_s and is used to build the session file, which is also added. [files][create_exposure]
2011-02-18Shorojeet DasguptaChanged single cell model to allow session file creation: Added 'time' variable to 'single_neuron_model' component. Added metadata ID for 'time' variable in 'environment' component, and same for voltage variable in 'membrane' component. Pair programmed with Randall Britten. [files][create_exposure]
2011-02-18Shorojeet DasguptaChanges to MATLAB program: Added ability to repeat a random generation using seeds. Changed ouput file from XML to CellML format. Added code to allow session file creation from output file. Made code neater. [files][create_exposure]
2011-02-16Randall BrittenMoved XML for connections that was at end of file to now be alongside other connections. [files][create_exposure]
2011-02-16Randall BrittenPrettified the XML. [files][create_exposure]
2011-02-16Randall Britten"Funneling" membrane variable out to top level so that importing file can have a "local" reference to it so that session files will work. This is progress towards working around a bug in OpenCell (see https://tracker.physiomeproject.org/show_bug.cgi?id=2840), where session files can only refer to variables in the "top level" cellml file (i.e. can't refer to variables in imported components from session file). Pair-programmed with Shorojeet Dasgupta. [files][create_exposure]
2011-02-16Randall BrittenFixed problem with indices used for summation: Terms in sum were using same indices as paper, but sum was over j, whereas in paper, sum was over i. Now code sums over i. Pair programmed with Shorojeet Dasgupta. [files][create_exposure]
2011-02-14Shorojeet DasguptaAdding MATLAB file to workspace. When run, asks for number of neurons to be modelled, and also asks for mean and standard deviation for the normal distribution from where g_syn_e values are randomly picked. Then creates an XML file which can be run on CellML. Note: To run XML file on CellML, must have single cell model in same folder with same name. [files][create_exposure]
2011-02-14Shorojeet DasguptaCorrected calculation for synapic input by making the s calculation a ds/dt calculation. [files][create_exposure]
2011-02-14Shorojeet DasguptaCorrected sum_g_syn_e_s calculation: each cell has its own such calculation now, as required by the model. Previously, there was only one such calculation for all cells. [files][create_exposure]
2011-02-14Shorojeet DasguptaCorrected sum_g_syn_e_s calculation: each cell has its own such calculation now, as required by the model. Previously, there was only one such calculation for all cells. [files][create_exposure]
2010-12-17Randall BrittenMerge [files][create_exposure]
2010-12-17Randall BrittenBacked out changeset: 49fc5b545042 [files][create_exposure]
2010-12-17Randall BrittenBacked out changeset: 9994717694dd [files][create_exposure]
2010-12-17Shorojeet DasguptaAdded a dummy component ("synaptic_coupling") to allow the single cell version of the model to be work independently. Previously, it had to be used as an import for the 5 and 10 cell models. synaptic_coupling component adds 4 values that represent 4 imaginary neighbouring neurons to set the value of sum_g_syn_e_s. [files][create_exposure]
2010-12-17Shorojeet DasguptaAdded a dummy component ("synaptic_coupling") to allow the single cell version of the model to be work independently. Previously, it had to be used as an import for the 5 and 10 cell models. synaptic_coupling component adds 4 values that represent 4 imaginary neighbouring neurons to set the value of sum_g_syn_e_s. [files][create_exposure]
2010-12-14Shorojeet DasguptaAdded a dummy component ("synaptic_coupling") to allow the single cell version of the model to be used independently, previously, it was only usable indirectly, by being imported from the 5 and 10 cell models. Planning to change synaptic_coupling so that it just sets the value of sum_g_syn_e_s directly, rather than adding 4 values that represent 4 imaginary neighbouring neurons. [files][create_exposure]
2010-08-06Catherine LloydAdded metadata to the single cell model. [files][create_exposure]
2010-07-16Catherine LloydAdded documentation to the single cell model. [files][create_exposure]
2010-07-16Catherine LloydAdding models and images to the workspace. [files][create_exposure]