Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsphillips committed Dec 2, 2024
1 parent fc1021a commit 9d9f05d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="https://wsphillips.github.io/Conductor.jl/dev">
<img src="https://img.shields.io/badge/docs-dev-blue.svg?style=for-the-badge"/>
</p>

![L-BFGS Optimization](./lbfgs_stgneuron.gif)
Conductor.jl aims to be a platform for quickly and flexibly building high-performance,
multi-scale neuronal network models in Julia. Under the hood it's being built on top of
ModelingToolkit.jl--so all the tools available in the SciML and DiffEq ecosystem are (or
Expand All @@ -21,7 +21,7 @@ To install, tagged releases are available through the public registry:
]add Conductor
```

While Conductor.jl is still in early development, you can get a feel for what's going on by looking in
You can get a feel for what's going on by looking in
the `demo` directory of this repository. Clone the repository:

```
Expand All @@ -38,12 +38,11 @@ You should then be able to open and step through the various demo script example
## Acknowledgements

Conductor.jl is based on the acausal component modeling paradigm in
[ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl). The initial draft of
Conductor.jl was derived from an implementation of a stomatogastric ganglion (STG) model,
[ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl). The project began with an implementation of a stomatogastric ganglion (STG) model,
which was written in Julia by [Dhruva Raman](http://www-control.eng.cam.ac.uk/Main/DhruvaRaman), and based on published works by [Astrid Prinz](http://www.biology.emory.edu/research/Prinz/) et
al.

The original Julia/ModelingToolkit STG model template: [NeuronBuilder.jl](https://github.com/Dhruva2/NeuronBuilder)
The original Julia STG model: [NeuronBuilder.jl](https://github.com/Dhruva2/NeuronBuilder)

STG model papers:

Expand Down
Binary file added lbfgs_stgneuron.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d9f05d

Please sign in to comment.