Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

BioComp is a web tool for estimating biomass composition

License

NotificationsYou must be signed in to change notification settings

wigging/biocomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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 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

Usage

See theUsage 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 24.09. Available athttps://github.com/wigging/biocomp.

References

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.

[8]ページ先頭

©2009-2025 Movatter.jp