The NIST/ARPA-E Database of Novel and Emerging Adsorbent Materials is a free, web-based catalog of adsorbent materials and measured adsorption properties of numerous materials obtained from article entries from the scientific literature. The database also contains adsorption isotherms digitized from the cataloged articles, which can be compared visually online in the web application, analyzed online with available tools, or exported for offline analysis.
This repository contains tools that are used for:
- Post-processing, sanitizing, and organizing isotherm files
- Generating bibliography files from packages of isotherm files
- Creating submission files for new adsorbates and adsorbents
- Generating database update instructions for isotherm and bibliography submissions
Contributions to the script code base are welcome.
To use this repository:
- Clone the repository locally
- Enable pre-commit hooks
pip install -r .github/requirements.txt pre-commit install
Note: The pre-commit hooks will auto-format your code contributions and perform basic consistency checks.
To install this package locally:
pip install git+https://github.com/NIST-ISODB/isodbtools.git#egg=isodbtools
Then the package can be import via
import isodbtools