Skip to content

BioComp is a web tool for estimating biomass composition

License

Notifications You must be signed in to change notification settings

wigging/biocomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌳 BioComp

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 at https://biocomptool.streamlit.app

Local installation

To install BioComp on your local machine, download or clone this repository then create and activate a Python virtual environment. Install the dependencies using pip then run the Streamlit web app using streamlit run. See the terminal commands below.

# 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

Usage

See the Usage page for information about using BioComp.

Citation

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 22.02. Available at https://github.com/wigging/biocomp.

References

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.