https://github.com/cheminfo/breakthrough-analysis

Parse, and analyze breakthrough data

https://github.com/cheminfo/breakthrough-analysis

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Parse, and analyze breakthrough data

Basic Info
  • Host: GitHub
  • Owner: cheminfo
  • License: mit
  • Language: JavaScript
  • Default Branch: master
  • Size: 68.4 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 6
  • Releases: 0
Created almost 6 years ago · Last pushed almost 6 years ago
Metadata Files
Readme License

README.md

breakthrough-analysis

NPM version build status npm download

Parse and analyze breakthrough experiments.

Installation

$ npm i breakthrough-analysis

Usage

```js import BreakthroughCurves from 'breakthrough-analysis';

let breaktroughcurves = BreakthroughCurves.fromHWCSV(file); let carbondioxide = breakthroughcurves.get('Carbon dioxide vs ms'); ```

API Documentation

License

MIT

Owner

  • Name: Cheminfo
  • Login: cheminfo
  • Kind: organization

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 6
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.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
Top Authors
Issue Authors
  • kjappelbaum (6)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/nodejs.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v1 composite
package.json npm
  • @babel/plugin-transform-modules-commonjs ^7.10.4 development
  • @types/jest ^26.0.3 development
  • cheminfo-build ^1.1.1 development
  • codecov ^3.7.0 development
  • eslint ^7.3.1 development
  • eslint-config-cheminfo ^4.0.0 development
  • eslint-plugin-import ^2.22.0 development
  • eslint-plugin-jest ^23.17.1 development
  • eslint-plugin-prettier ^3.1.4 development
  • jest ^26.1.0 development
  • prettier ^2.0.5 development
  • rollup ^2.18.2 development
  • common-spectrum ^0.4.1
  • papaparse ^5.2.0