Coder Social home page Coder Social logo

sciexpem

This prototype has been developed within the work for the paper "Towards a scientific data framework to support scientific model development". The prototype contains a set of fully working features but also partially developed features and demo features. The main goal of this prototype was to better elicitate and refine the use cases and the requirements described in the paper. This software is under active development and can not be considered stable for any usage.

Under the data folder there is a set of data examples.

System requirements

Python >= 3.6.7

PostgreSQL >= 10.6

Backend requirements

requirements.txt

Frontend requirements

The frontend is already compiled in frontend/static/frontend/

If you want to edit and compile it, please install npm >= 5.60 and the requirements in package.json with npm install

Configure the database

Update the settings under the DATABASES entry in settings.py

Only the postgresq engine is supported

Run

python manage.py makemigrations

python manage.py migrate

Import experiments

You can download experiments in the ReSpecTh format from http://respecth.hu/. To import them:

run the script

python import_respecth.py <experiment-root>

and then run the automatic fixes which are provided as a Django management command

python manage.py execute_experiment_tweaks

Execute

You can launch the Django server with python manage.py runserver or host it in another server such as Apache. See: https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/modwsgi/

sciexpem's Projects

sciexpem doesnโ€™t have any public repositories yet.

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.