You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Geppetto is a web-based platform to visualise and simulate biological models.**
13
+
**Geppetto is an open-source platform to build web-based applications to visualize and simulate neuroscience data and models.**
15
14
16
-
Although Geppetto was designed with neuroscience and biology in mind, Geppetto can be used anywhere there is need to rely on a backend to perform any kind of simulation and allow the user to interact with it through a web application.
15
+
**If you just want to play with a demo Geppetto deployment you don't need to install anything, just visit <https://live.geppetto.org>.**
17
16
18
-
**If you just want to play with a sample Geppetto deployment you don't need to install anything, just visit <https://live.geppetto.org>.**
17
+
If you want to setup your own Geppetto deployment from sources use our [Setup Instructions](http://docs.geppetto.org/en/latest/osxlinuxsetup.html). If you need help building a neuroscience application using Geppetto or if you want to join the project as a contributor you can [send an email](mailto:matteo@geppetto.org) or just interact with us through GitHub!
19
18
20
-
If you want to setup your own Geppetto deployment from sources use our [Setup Instructions](http://docs.geppetto.org/en/latest/osxlinuxsetup.html). If you need help designing your own custom Geppetto deployment or want to join the project as a contributor you can [send an email](mailto:matteo@geppetto.org) or just interact with us through GitHub!
21
-
22
-
This is the umbrella project that keeps together all the different modules currently available:
19
+
This is the umbrella project that keeps together all the different Geppetto modules currently available:
23
20
24
21
#### Java backend
25
22
The Java backend is used in client-server deployments of Geppetto. The Java backend is modular allowing each deployment to be customised only with the relevant bundles.
@@ -32,20 +29,15 @@ The Java backend is used in client-server deployments of Geppetto. The Java back
The Python backend is based on a Geppetto Jupyter extension which allows the user to interact with the Geppetto frontend from Python. This deployment makes it ideal to use Geppetto as a visualization/computational local playground.
0 commit comments