From 1817acbbb2d9d8c8a6297f1ec01654c7a39ffee9 Mon Sep 17 00:00:00 2001 From: Svenn-Arne Dragly Date: Sat, 24 Aug 2024 08:23:47 +0200 Subject: [PATCH] Add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..01c8c37 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Neuronify 2.0 + +Neuronify is an educational neural network app. +It gives a low entry point to simulation-based neuroscience. +Without prior computational experiene, Neuronify makes it possible to work on neural simulations. + +The original version of Neuronify is described in +[this paper published in eNeuro](https://doi.org/10.1523/ENEURO.0022-17.2017). +This repository contains the source code for Neuronify 2, +which is based on the same ideas and concepts as Neuronify 1, +but with new features and the ability to embed simulations into websites and online books. + +Neuronify 1 was originally written in C++, while Neuronify 2 is written in Rust. + +