Code Monkey home page Code Monkey logo

scaks-hub's Introduction

SCAKS-Hub

A flask-powered web app for chemical kinetics analysis (using SCAKS as computing core)

Install and run SCAKS-Hub example locally

Clone the repository:

git clone --recursive [email protected]:PytLab/scaks-hub.git

Install requirements

pip install -r requirements.txt

Run the scaks-hub:

cd scaks-hub/example
../scaks-hub runserver

Your browser will open automatically, if not, open your browser and visit http://localhost:5000

image0

Code Structure

├── LICENSE                  # License file
├── README.rst               # This file
├── app                      # SCAKS main package
│   ├── __init__.py
│   ├── main                 # Flask Web application
│   │   ├── __init__.py
│   │   ├── errors.py        # Request error handlers
│   │   ├── files.py         # Request handlers for file system
│   │   ├── job.py           # View functions for solving microkinetic model job
│   │   ├── model.py         # View functions for microkinetic model building
│   │   ├── report.py        # View functions for report display
│   │   └── utils.py         # Utility functions
│   ├── static               # Static files
│   │   ├── css              # Style sheet files
│   │   ├── fonts            # Font files
│   │   ├── img              # Icon and images in SCAKS-Hub
│   │   └── js               # Javascript files in frontend pages
│   └── templates            # HTML component template
│       ├── 404.html
│       ├── base.html
│       ├── files
│       ├── job
│       ├── model
│       ├── nav
│       └── report
├── config.py                # Flask configure file
├── example                  # Example jobs for demo run
│   ├── README.txt
│   ├── empty_job
│   └── example_job
│       ├── model.py
│       ├── rel_energy.py
│       └── rxns.py
├── requirements.txt         # Dependencies
├── scaks-hub                # SCAKS-Hub entry script
├── screenshot.png
├── supervisor.conf          # supervisor configure file
├── tests                    # Tests
│   ├── __init__.py
│   └── test_app.py
└── wsgi.py

scaks-hub's People

Contributors

pytlab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

scaks-hub'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.