Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure projects page #104

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading