Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Keywords
Repository
BioComp is a web tool for estimating biomass composition
Basic Info
- Host: GitHub
- Owner: wigging
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://biocomptool.streamlit.app
- Size: 42 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 2
Topics
Metadata Files
README.md
🌳 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. Local installation is only guaranteed for Python 3.10 due to version limits on Bokeh and NumPy which are imposed by Streamlit.
```bash
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 24.09. Available at https://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.
Owner
- Name: Gavin Wiggins
- Login: wigging
- Kind: user
- Location: Knoxville, TN
- Company: Oak Ridge National Laboratory
- Website: https://gavinw.me
- Repositories: 27
- Profile: https://github.com/wigging
Research at ORNL. Developer of the Un1ts Mac app. Maker of open-source projects such as chemics, genja, biocomp, and swift-macos.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Wiggins" given-names: "Gavin" title: "BioComp: A web tool for estimating biomass composition" version: 24.09 url: "https://github.com/wigging/biocomp"
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0