vlizard

a VLE wizard 🧙‍♂️⚗🦎

https://github.com/lemonexe/vlizard

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

a VLE wizard 🧙‍♂️⚗🦎

Basic Info
  • Host: GitHub
  • Owner: Lemonexe
  • License: mit
  • Language: TypeScript
  • Default Branch: master
  • Homepage:
  • Size: 1.29 MB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 0
  • Open Issues: 4
  • Releases: 5
Created almost 3 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

VLizard

a VLE wizard 🧙‍♂️⚗🦎

DOI

A free open-source toolbox for advanced processing of VLE (vapor-liquid equilibrium) data, which comprises tests of thermodynamic consistency & model fitting using non-linear regression.

👉 See latest release for download to get started.
👀 Looking around, but don't feel like installing? Here's a 4 minute demo to showcase the program.
🎓 User manual can be found here.
🐛 Encountered a bug? Have any feedback? I'll be happy if you report it here.

Development

Prefer listening over reading documentation? No problem, here's a 3 minute demo showcasing VLizard from tech perspective.

The project is a monorepo consisting of: - Python Core+Backend+CLI - Typescript Frontend

Conventions upheld across this repo are summarized here.
Credits for literature & software resources here.

Setup, run, build

See respective docs for Py backend and TS frontend

Owner

  • Name: Jiri Zbytovsky
  • Login: Lemonexe
  • Kind: user
  • Location: Prague
  • Company: @customink

Chemical engineer with passion for Javascript

GitHub Events

Total
  • Create event: 6
  • Release event: 3
  • Issues event: 14
  • Watch event: 3
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 57
  • Pull request event: 3
Last Year
  • Create event: 6
  • Release event: 3
  • Issues event: 14
  • Watch event: 3
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 57
  • Pull request event: 3

Dependencies

appPy/Pipfile pypi
  • pylint * develop
  • pytest * develop
  • yapf * develop
  • click *
  • matplotlib *
  • numpy *
  • scipy *
appPy/Pipfile.lock pypi
  • astroid ==2.15.4 develop
  • colorama ==0.4.6 develop
  • dill ==0.3.6 develop
  • iniconfig ==2.0.0 develop
  • isort ==5.12.0 develop
  • lazy-object-proxy ==1.9.0 develop
  • mccabe ==0.7.0 develop
  • packaging ==23.1 develop
  • platformdirs ==3.5.0 develop
  • pluggy ==1.0.0 develop
  • pylint ==2.17.3 develop
  • pytest ==7.3.1 develop
  • tomli ==2.0.1 develop
  • tomlkit ==0.11.8 develop
  • wrapt ==1.15.0 develop
  • yapf ==0.33.0 develop
  • click ==8.1.3
  • colorama ==0.4.6
  • contourpy ==1.0.7
  • cycler ==0.11.0
  • fonttools ==4.39.3
  • kiwisolver ==1.4.4
  • matplotlib ==3.7.1
  • numpy ==1.24.3
  • packaging ==23.1
  • pillow ==9.5.0
  • pyparsing ==3.0.9
  • python-dateutil ==2.8.2
  • scipy ==1.10.1
  • six ==1.16.0
appUI/package-lock.json npm
  • 479 dependencies
appUI/package.json npm
  • @types/react ^18.2.31 development
  • @types/react-dom ^18.2.14 development
  • @typescript-eslint/eslint-plugin ^6.8.0 development
  • @typescript-eslint/parser ^6.8.0 development
  • @vitejs/plugin-react ^4.1.0 development
  • electron ^27.0.2 development
  • electron-builder ^24.6.4 development
  • eslint ^8.52.0 development
  • eslint-plugin-react-hooks ^4.6.0 development
  • eslint-plugin-react-refresh ^0.4.3 development
  • prettier ^3.0.3 development
  • typescript ^5.2.2 development
  • vite ^4.5.0 development
  • vite-plugin-electron ^0.14.1 development
  • vite-plugin-electron-renderer ^0.14.5 development
  • @emotion/react ^11.11.1
  • @emotion/styled ^11.11.0
  • @mui/material ^5.14.14
  • axios ^1.5.1
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-query ^3.39.3
appPy/pyproject.toml pypi