Skip to content
/ CADS Public
forked from takahashigroup/CADS

MADS/CADS is an integrated web-based visual platform for Materials/Catalysts Informatics.

License

Notifications You must be signed in to change notification settings

POSidorov/CADS

This branch is 47 commits behind takahashigroup/CADS:master.

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

MADS/CADS Application (madsapp)

MADS/CADS is an integrated web-based visual platform for Materials/Catalysts Informatics. The platform helps material scientists design new materials with:

  • Sharing of material data and analysis tools,
  • Support for trial-and-error process of data analysis with user-friendly interactive visual interfaces.

Running

Requirements

  • node.js
    • yarn
  • Python
    • pipenv, django

Setup

  • On project root, do the following:
  • Create a copy of the following setting files from templates:
    • .env.example -> .env
    • madsapp/settings/local.py.example -> madsapp/settings/local.py

Running the project

  • Open a command line window and go to the project's directory.
  • pipenv install --dev
  • yarn --dev --frozen-lockfile
  • yarn run start
  • Open another command line window and go to the project's directory.
  • pipenv shell
  • Create the migrations for users app with: python manage.py makemigrations
  • Run the migrations: python manage.py migrate
  • Run the server app:
  • python manage.py runserver

docker-compose

A docker-compose setting example is included. You can make a copy of docker-compose.yml.example and nginx/nginx.conf.example, then edit them to fit your requirements.

Documentations

Visit https://cads.eng.hokudai.ac.jp/docs-static/ .

Contributing

Please see some guide line like https://opensource.guide/how-to-contribute/ .

You may follow blow procedure:

  1. Fork the repository
  2. Create a branch
  3. Commit changes
  4. Push the branch
  5. Send a pull request

Publications

Jun Fujima, Yuzuru Tanaka, Itsuki Miyazato, Lauren Takahashi, Keisuke Takahashi ‘Catalyst Acquisition by Data Science (CADS): a web-based catalyst informatics platform for discovering catalysts’ React. Chem. Eng. (2020) 5 (5), 903-911. https://doi.org/10.1039/D0RE00098A

License

MIT License

Copyright (c) 2018 MADS/CADS development team

About

MADS/CADS is an integrated web-based visual platform for Materials/Catalysts Informatics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.1%
  • Python 24.7%
  • HTML 10.5%
  • CSS 0.3%
  • Shell 0.3%
  • Dockerfile 0.1%