-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from openworm/development
Release 0.3.8
- Loading branch information
Showing
11 changed files
with
187 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,41 @@ | ||
{ "activeExperimentId" : 1, | ||
"experiments" : [ { "aspectConfigurations" : [ ], | ||
"description" : "Hippocampus CA1 pyramidal cell from M. Migliore, M. Ferrante, GA Ascoli (2005). The model shows how the back- and forward propagation of action potentials in the oblique dendrites of CA1 neurons could be modulated by local properties such as morphology or active conductances. The model was converted to NeuroML (Source: <a target='_blank' href='http://opensourcebrain.org/projects/ca1pyramidalcell'>Open Source Brain</a>)", | ||
"id" : 1, | ||
"lastModified" : "1436102517799", | ||
"name" : "CA1 Experiment", | ||
"script" : "/projects/CA1/script.js", | ||
"status" : "COMPLETED" | ||
} ], | ||
"geppettoModel" : { "id" : 9, | ||
"type" : "GEPPETTO_PROJECT", | ||
"url" : "/projects/CA1/GeppettoModel.xmi" | ||
}, | ||
"id" : 3, | ||
"name" : "CA1 Pyramidal Cell" | ||
{ "activeExperimentId" : 1, | ||
"experiments" : [ { "aspectConfigurations" : [ ], | ||
"view": { | ||
"id": 1, | ||
"viewStates": { | ||
"views": { | ||
"TreeVisualiserDAT1": { | ||
"widgetType": 3, | ||
"isWidget": true, | ||
"transparentBackground": false, | ||
"name": "Hippocampus CA1 pyramidal cell model", | ||
"size": { | ||
"height": 448, | ||
"width": 452 | ||
}, | ||
"position": { | ||
"left": 147, | ||
"top": 90 | ||
}, | ||
"dataType": "object", | ||
"data": [ | ||
"ca1.getType()" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"description" : "Hippocampus CA1 pyramidal cell from M. Migliore, M. Ferrante, GA Ascoli (2005). The model shows how the back- and forward propagation of action potentials in the oblique dendrites of CA1 neurons could be modulated by local properties such as morphology or active conductances. The model was converted to NeuroML (Source: <a target='_blank' href='http://opensourcebrain.org/projects/ca1pyramidalcell'>Open Source Brain</a>)", | ||
"id" : 1, | ||
"lastModified" : "1436102517799", | ||
"name" : "CA1 Experiment", | ||
"script" : "/projects/CA1/script.js", | ||
"status" : "COMPLETED" | ||
} ], | ||
"geppettoModel" : { "id" : 9, | ||
"type" : "GEPPETTO_PROJECT", | ||
"url" : "/projects/CA1/GeppettoModel.xmi" | ||
}, | ||
"id" : 3, | ||
"name" : "CA1 Pyramidal Cell" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +0,0 @@ | ||
G.addWidget(3,{isStateless:true}).setData(ca1.getType(),{expandNodes:true}); | ||
TreeVisualiserDAT1.setPosition(147,90); | ||
TreeVisualiserDAT1.setSize(448,452); | ||
TreeVisualiserDAT1.setName("Hippocampus CA1 pyramidal cell model"); | ||
|
||
Model.neuroml.morphology_CA1.kad_dendrite_group.show(true) | ||
var newPopup = G.addWidget(1,{isStateless:true}); | ||
newPopup.setMessage(Project.getActiveExperiment().getDescription()); | ||
newPopup.setPosition(950,98); | ||
newPopup.setSize(138,500); | ||
newPopup.setName("Description"); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,38 @@ | ||
{ "activeExperimentId" : 1, | ||
"experiments" : [ { "aspectConfigurations" : [ ], | ||
"description" : "<a href=\"https://eyewire.org\">EyeWire</a> is a game to map the brain from Sebastian Seung's Lab at MIT. This citizen science human-based computation game challenges players to map 3D neurons in a retina. Geppetto is visualizing in 3D a morphology of a Ganglion cell that was reconstructed using the game.", | ||
"id" : 1, | ||
"lastModified" : "1436102517799", | ||
"name" : "Only morphology, no simulation", | ||
"script" : "/projects/EyeWireGanglionCell/script.js", | ||
"status" : "COMPLETED" | ||
} ], | ||
"geppettoModel" : { "id" : 9, | ||
"type" : "GEPPETTO_PROJECT", | ||
"url" : "/projects/EyeWireGanglionCell/GeppettoModel.xmi" | ||
}, | ||
"id" : 9, | ||
"name" : "Ganglion Cell from EyeWire" | ||
{ "activeExperimentId" : 1, | ||
"experiments" : [ { "aspectConfigurations" : [ ], | ||
"view": { | ||
"id": 1, | ||
"viewStates": { | ||
"views": { | ||
"Popup1": { | ||
"widgetType": 1, | ||
"isWidget": true, | ||
"transparentBackground": false, | ||
"name": "EyeWire Sample", | ||
"size": { | ||
"height": 172, | ||
"width": 394 | ||
}, | ||
"position": { | ||
"left": 147, | ||
"top": 90 | ||
}, | ||
"dataType": "stringCommand", | ||
"data":"Project.getActiveExperiment().getDescription()" | ||
} | ||
} | ||
} | ||
}, | ||
"description" : "<a href=\"https://eyewire.org\">EyeWire</a> is a game to map the brain from Sebastian Seung's Lab at MIT. This citizen science human-based computation game challenges players to map 3D neurons in a retina. Geppetto is visualizing in 3D a morphology of a Ganglion cell that was reconstructed using the game.", | ||
"id" : 1, | ||
"lastModified" : "1436102517799", | ||
"name" : "Only morphology, no simulation", | ||
"status" : "COMPLETED" | ||
} ], | ||
"geppettoModel" : { "id" : 9, | ||
"type" : "GEPPETTO_PROJECT", | ||
"url" : "/projects/EyeWireGanglionCell/GeppettoModel.xmi" | ||
}, | ||
"id" : 9, | ||
"name" : "Ganglion Cell from EyeWire" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
G.addWidget(Widgets.POPUP); | ||
Popup1.setName("EyeWire Sample"); | ||
Popup1.setMessage(Project.getActiveExperiment().getDescription()); | ||
Popup1.setSize(172.80000019073486,394.80000019073486) | ||
Popup1.setPosition(129,77) | ||
G.incrementCameraZoom(-0.16) | ||
G.incrementCameraRotate(0, 0, 0.07) | ||
$(".simulation-controls").children().attr('disabled', 'disabled') | ||
$("#genericHelpBtn").removeAttr('disabled') | ||
G.setCameraPosition(-7197.325,144949.009,101269.908) | ||
G.setCameraRotation(2.961,-1.114,1.791,75645.966) | ||
GEPPETTO.SceneController.setWireframe(true); | ||
G.autoRotate(); | ||
Canvas1.incrementCameraZoom(-0.16) | ||
Canvas1.incrementCameraRotate(0, 0, 0.07) | ||
$(".simulation-controls").children().attr('disabled', 'disabled') | ||
$("#genericHelpBtn").removeAttr('disabled') | ||
Canvas1.setCameraPosition(-7197.325,144949.009,101269.908) | ||
Canvas1.setCameraRotation(2.961,-1.114,1.791,75645.966) | ||
GEPPETTO.SceneController.setWireframe(true); | ||
Canvas1.autoRotate(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
initOSBGeppetto("network", PharyngealNetwork); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,48 @@ | ||
{ "activeExperimentId" : 1, | ||
"experiments" : [ { "aspectConfigurations" : [ { "id" : 1, | ||
"instance" : "c302", | ||
"simulatorConfiguration" : { "conversionServiceId" : "lemsConversion", | ||
"id" : 1, | ||
"length" : 0, | ||
"parameters" : { "target" : "network_CElegans" }, | ||
"simulatorId" : "neuronSimulator", | ||
"timestep" : 0.0001 | ||
}, | ||
"watchedVariables" : [ ] | ||
} ], | ||
"description" : "Caenorhabditis elegans is a free-living (not parasitic), transparent nematode (roundworm), about 1 mm in length, that lives in temperate soil environments. This network model of its nervous system was generated using <a target='_blank' href='https://github.com/openworm/CElegansNeuroML/tree/master/CElegans/pythonScripts/c302'>c302</a>, an experimental framework from the <a target='_blank' href='http://openworm.org'>OpenWorm</a> project for generating network models in NeuroML 2 based on C. elegans connectivity data.", | ||
"id" : 1, | ||
"lastModified" : "1436102517799", | ||
"name" : "C. elegans connectome", | ||
"script" : "/projects/cElegansConnectome/script.js", | ||
"status" : "COMPLETED" | ||
} ], | ||
"geppettoModel" : { "id" : 6, | ||
"type" : "GEPPETTO_PROJECT", | ||
"url" : "/projects/cElegansConnectome/GeppettoModel.xmi" | ||
}, | ||
"id" : 16, | ||
"name" : "C. elegans multi-compartment connectome" | ||
{ "activeExperimentId" : 1, | ||
"experiments" : [ { "aspectConfigurations" : [ { "id" : 1, | ||
"instance" : "c302", | ||
"simulatorConfiguration" : { "conversionServiceId" : "lemsConversion", | ||
"id" : 1, | ||
"length" : 0, | ||
"parameters" : { "target" : "network_CElegans" }, | ||
"simulatorId" : "neuronSimulator", | ||
"timestep" : 0.0001 | ||
}, | ||
"watchedVariables" : [ ] | ||
} ], | ||
"view": { | ||
"id": 1, | ||
"viewStates": { | ||
"views": { | ||
"Popup1": { | ||
"widgetType": 1, | ||
"isWidget": true, | ||
"transparentBackground": false, | ||
"name": "Description", | ||
"size": { | ||
"height": 172, | ||
"width": 394 | ||
}, | ||
"position": { | ||
"left": 147, | ||
"top": 90 | ||
}, | ||
"dataType": "stringCommand", | ||
"data": "Project.getActiveExperiment().getDescription()" | ||
} | ||
} | ||
} | ||
}, | ||
"description" : "Caenorhabditis elegans is a free-living (not parasitic), transparent nematode (roundworm), about 1 mm in length, that lives in temperate soil environments. This network model of its nervous system was generated using <a target='_blank' href='https://github.com/openworm/CElegansNeuroML/tree/master/CElegans/pythonScripts/c302'>c302</a>, an experimental framework from the <a target='_blank' href='http://openworm.org'>OpenWorm</a> project for generating network models in NeuroML 2 based on C. elegans connectivity data.", | ||
"id" : 1, | ||
"lastModified" : "1436102517799", | ||
"name" : "C. elegans connectome", | ||
"status" : "COMPLETED" | ||
} ], | ||
"geppettoModel" : { "id" : 6, | ||
"type" : "GEPPETTO_PROJECT", | ||
"url" : "/projects/cElegansConnectome/GeppettoModel.xmi" | ||
}, | ||
"id" : 16, | ||
"name" : "C. elegans multi-compartment connectome" | ||
} |