-
[NeuroML specific code](https://github.com/openworm/org.geppetto.frontend/blob/master/src/main/webapp/js/widgets/connectivity/Connectivity.js#L128) should be removed from the Connectivity Widget.
-
Working on this in these branches:
https://github.com/OpenSourceBrain/geppetto-osb/compare/development...pg_netpyne?expand=1
https://github.com/openworm/org.geppetto.model.neuroml/compare/develo…
-
The Dockerfile build took care of installing these packages in `/opt/conda/lib/python3.5/site-packages`
However the fact these packages are properly installed makes it hard to edit and maintain pro…
-
This file inconsistently uses tabs and spaces.
-
line: 19 print "Cleaning repos" seems to be causing problems in python3, but not python2.7
Reason:
Python 3 explicitly treats “print” as a function, which means you have to pass the items you need t…
-
Currently libNeuroML can't read/extract the information in `` elements (e.g. structured RDF):
```
…
-
Most channels display something like this now:
![selection_070](https://cloud.githubusercontent.com/assets/1556687/13924730/48e94192-ef7d-11e5-9315-7e41d7aecc6d.png)
http://opensourcebrain.org/proje…
-
Create scripts to export a [smaller scale](https://github.com/OpenSourceBrain/MiglioreEtAl14_OlfactoryBulb3D/issues/5) version of the complete network to NML2.
Ensure valid & can be loaded in OSB 3D …
-
Requirements
- The record of a simulation needs to specify the variables and parameters which are contained in the recording.
- The information in the file needs to be sufficient to map back the simul…
-
Reuse existing scripts to create a smaller scale version of the network (e.g. with a single glomerulus and reduced numbers of granule cells) that can be run (~100ms) on a single processor.
Will great…