GithubHelp home page GithubHelp logo

si-elegans / web-based_gui_tools Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 1.0 89.53 MB

Web-based Interfaces for Virtual C. elegans Neuron Model Definition, Network Configuration, Behavioural Experiment Definition and Experiment Results Visualisation

License: Apache License 2.0

Python 25.44% HTML 9.81% JavaScript 62.56% CSS 2.19%
django python si-elegans elegans emulation web gui javascript

web-based_gui_tools's Introduction

Si elegans Web-based GUI Tools

Web-based Interfaces for Virtual C. elegans Neuron Model Definition, Network Configuration, Behavioural Experiment Definition and Experiment Results Visualisation

This repository contains the open source code of the web-based GUI tools developed within the [FP7 Si-elegans project].

Our goal is to open the developed web-tools to the community.

The web-based GUI tools running instance is available at: [Si-elegans platform online]

Local setup instructions (Tested with python 2.7 in both Windows 10 and Ubuntu 14.04)

1.- Clone repository

2.- Create & activate virtualenv

3.- Run the following commands:

pip install -r requirements_local.txt

python manage.py migrate --settings=mysite.local_settings

python manage.py loaddata sielegans-fixture.json --settings=mysite.local_settings

python manage.py loaddata cenet-fixture.json --settings=mysite.local_settings

python manage.py loaddata lems_ui-fixture.json --settings=mysite.local_settings

python manage.py createcachetable spirit_cache --settings=mysite.local_settings

python manage.py runsslserver --addrport 0.0.0.0:8000 --settings=mysite.local_settings

4.- Open https://127.0.0.1:8000 in your browser. (https!!)(user: demo password: demo)

Notes:

  • Admin user creation: python manage.py createsuperuser --settings=mysite.local_settings
  • Source code includes examples for Neuron models, Network configuration, Behavioural experiments and results. (See fixtures loaded in local setup instructions).
  • Some external modules had to be fixed / modified during integration within the Web-GUI tools, therefore they are included as folders in the source code. (i.e. django_notify, django_nyt, registration, spirit and wiki)
  • This development uses [Spirit forum] user extension of the strandard Django user.
  • Emulation logic is not included. The Si elegans project includes a FPGA-based emulation, but web-based GUI tools could be integrated with software-based simulation frameworks.
  • Emulation dependent GUI's functionality might have limitations in the provided repository setup.
  • Configuration keys for certain services have been deleted from code, so some services will not directly work (e.g. mailing (for account registration, for error reporting, ...), Google account-based login, Amazon Web Services)
  • Amazon Web Services deployment configuration files are included (i.e. requirements.txt and mysite.settings.py) - This configuration requires filling some account info - Will not directly work as provided.

Contact: [email protected]

web-based_gui_tools's People

Contributors

epetxepe avatar robalvsan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

markjspivey

web-based_gui_tools's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.