Skip to content

Commit

Permalink
Merge pull request #104 from openworm/development
Browse files Browse the repository at this point in the history
Restructure projects page
  • Loading branch information
pgleeson authored May 31, 2024
2 parents 33bb8bc + 6d5d733 commit 52e8a71
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_build/*
.DS_Store
site
/github.auth
8 changes: 8 additions & 0 deletions docs/Projects/c302.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
c302 modelling framework for C. elegans
==========================

c302 is a framework for generating network models in NeuroML 2 based on _C. elegans_ connectivity data. It is primarily intended as a way to generate neuronal networks at multiple levels of detail for the OpenWorm project.

![c302](https://raw.githubusercontent.com/openworm/CElegansNeuroML/master/CElegans/pythonScripts/c302/images/c302.png)

For full details see [here](https://github.com/openworm/c302).
22 changes: 12 additions & 10 deletions docs/projects.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
**OpenWorm Projects**

The project is currently laid out into the major areas shown below:

- Neuromechanical modeling with Sibernetic
- Geppetto Simulation Engine
- Movement analysis
- Optimization engine
- Data collection and representation
- Community outreach
- Muscle-Neuron integration
- C. elegans robot
The OpenWorm project is currently laid out into the major areas shown below:

- [Neuromechanical modeling with Sibernetic](/Projects/sibernetic/)
- [c302 multiscale modelling framework](/Projects/c302/)
- [Geppetto Simulation Engine](/Projects/geppetto/)
- [DevoWorm project](/Projects/DevoWorm/)
- [Movement analysis](/Projects/worm-movement/)
- [Optimization engine](/Projects/optimization/)
- [Data collection and representation](/Projects/datarep/)
- [Community outreach](/Projects/community-proj/)
- [Muscle-Neuron integration](/Projects/muscle-neuron-integration/)
- [C. elegans robots](/Projects/c-elegans-robot/)

<div style="width: 640px; height: 480px; margin: 10px; position: relative;"><iframe allowfullscreen frameborder="0" style="width:640px; height:480px" src="https://www.lucidchart.com/documents/embeddedchart/832c1c53-2840-421f-9546-01499bb9c753" id="pf3oYI3Y1wfX"></iframe></div>

Expand Down

0 comments on commit 52e8a71

Please sign in to comment.