A work-in-progress javascript implementation of PyTCI for modelling Target Controlled Infusions in node.js or in a browser.
Demos in development here: https://jplomas.github.io/jsTCI/?
Ported from PyTCI: https://github.com/JMathiszig-Lee/PyTCI
-
Clone repo
-
npm install
-
Run tests:
npm run test
-
Check code coverage:
npm run nyc
- BMI
- Ideal body weight (Devine)
- Adjusted body weight
- James Equation
- Boer
- Hume(1966)
- Hume(1971)
- Janmahasation(2005)
- Schnider
- Marsh
- Kataria
- Paedfusor
- Minto
- Maitre
- 'effectBolus' method
- 'plasma_infusion' method
- Mocha testing framework
- Code coverage
- Travis CI
- Package for NPM
- Browserify & build for browser
- Usage documentation
- Usage examples
A very rudimentary example running in the browser is included in dist/index.html