- Notifications
You must be signed in to change notification settings - Fork1
BioComp is a web tool for estimating biomass composition
License
wigging/biocomp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
BioComp is a web tool for estimating biomass composition from ultimate and chemical analysis data. The code is based on the biomass characterization method discussed in the Ranzi, Debiagi, et al. papers referenced below. The composition is for use with the Ranzi, Debiagi, et al. biomass pyrolysis kinetics scheme.
View the BioComp web tool athttps://biocomptool.streamlit.app
To install BioComp on your local machine, download or clone this repository then create and activate a Python virtual environment. Install the dependencies usingpip
then run the Streamlit web app usingstreamlit run
. See the terminal commands below. Local installation is only guaranteed for Python 3.10 due to version limits on Bokeh and NumPy which are imposed by Streamlit.
# Create and activate the Python virtual environment$ python -m venv venv$source venv/bin/activate# Install the dependencies(venv) $ pip install -r requirements.txt# Run the web app(venv) $ streamlit run 🌳_BioComp.py
See theUsage page for information about using BioComp.
To cite this work, use the "Cite this repository" feature available on the right side of this repository page or use the reference text given below.
Gavin Wiggins. BioComp: A web tool for estimating biomass composition. Version 24.09. Available athttps://github.com/wigging/biocomp.
References that were used for calculating the biomass composition are listed below.
- Paulo Debiagi, Chiara Pecchi, Giancarlo Gentile, Alessio Frassoldati, Alberto Cuoci, Tiziano Faravelli, and Eliseo Ranzi. "Extractives Extend the Applicability of Multistep Kinetic Scheme of Biomass Pyrolysis." Energy & Fuels, vol. 29, no. 10, pp. 6544-6555, 2015.
- Paulo Debiagi, Giancarlo Gentile, Alberto Cuoci, Alessio Frassoldati, Eliseo Ranzi, Tiziano Faravelli. "A predictive model of biochar formation and characterization." Journal of Analytical and Applied Pyrolysis, vol. 134, pp. 326-335, 2018.
About
BioComp is a web tool for estimating biomass composition