https://github.com/cheminfo/cheminfo-types

https://github.com/cheminfo/cheminfo-types

Science Score: 36.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 9 committers (22.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.6%) to scientific vocabulary

Keywords

chemistry data hacktoberfest schema typescript

Keywords from Contributors

nmr nmr-spectroscopy
Last synced: 5 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 2
  • Watchers: 5
  • Forks: 3
  • Open Issues: 31
  • Releases: 29
Topics
chemistry data hacktoberfest schema typescript
Created almost 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

cheminfo-types

NPM version build status npm download

Types for cheminfo packages and cheminfo data schema.

Key principles: - One type should correspond to one React component - The schema should not be so complicated that it becomes unusable - Use @tjs-examples to give examples that will show in the JSON schema and documentation

Installation

$ npm i cheminfo-types

Usage

See example ``` import type { MeasurementXY } from 'cheminfo-types'; const measurements: MeasurementXY[] = []; const xAxis = { label: 'time', units: 's', isDependent: false, data: [1, 2, 3], }; const yAxis = { label: 'current', units: 'mA', isDependent: true, data: [0.1, 8, 13], }; const firstMeasurement: MeasurementXY = { title: 'Current Monitoring', variables: { x: xAxis, y: yAxis }, }; measurements.push(firstMeasurement); ```

License

MIT

Owner

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

GitHub Events

Total
  • Release event: 1
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 4
  • Create event: 3
Last Year
  • Release event: 1
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 4
  • Create event: 3

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 124
  • Total Committers: 9
  • Avg Commits per committer: 13.778
  • Development Distribution Score (DDS): 0.54
Past Year
  • Commits: 18
  • Committers: 6
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.667
Top Committers
Name Email Commits
Luc Patiny l****c@p****m 57
cheminfo-bot 1****t 26
Kevin M. Jablonka k****a@e****h 20
Michaël Zasso t****s@p****m 7
Luc Patiny l****y 6
Kevin Jablonka 3****m 3
Jose Alejandro Bolanos Arroyave j****s@c****o 2
Santiago Miranda s****r@p****m 2
Océane Patiny o****e@p****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 55
  • Total pull requests: 49
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 22 days
  • Total issue authors: 5
  • Total pull request authors: 8
  • Average comments per issue: 1.42
  • Average comments per pull request: 0.76
  • Merged pull requests: 39
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 33 minutes
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kjappelbaum (34)
  • lpatiny (10)
  • djeanner (6)
  • targos (3)
  • santimirandarp (1)
Pull Request Authors
  • cheminfo-bot (37)
  • targos (4)
  • jobo322 (4)
  • lpatiny (3)
  • santimirandarp (2)
  • kjappelbaum (1)
  • maasencioh (1)
  • opatiny (1)
Top Labels
Issue Labels
question (18) enhancement (3) documentation (1)
Pull Request Labels
autorelease: tagged (29) autorelease: pending (2)

Packages

  • Total packages: 1
  • Total downloads:
    • npm 905,886 last-month
  • Total docker downloads: 16
  • Total dependent packages: 46
  • Total dependent repositories: 45
  • Total versions: 26
  • Total maintainers: 1
npmjs.org: cheminfo-types

Types for cheminfo packages and cheminfo data schema

  • Versions: 26
  • Dependent Packages: 46
  • Dependent Repositories: 45
  • Downloads: 905,886 Last month
  • Docker Downloads: 16
Rankings
Dependent packages count: 0.6%
Downloads: 1.2%
Dependent repos count: 2.0%
Average: 5.4%
Forks count: 8.9%
Stargazers count: 14.5%
Maintainers (1)
Last synced: 6 months ago

Dependencies

package.json npm
  • eslint ^8.1.0 development
  • eslint-config-cheminfo-typescript ^10.2.2 development
  • js-yaml ^4.1.0 development
  • prettier ^2.4.1 development
  • typescript ^4.4.4 development
  • typescript-json-schema ^0.51.0 development
.github/workflows/createJSON.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.github/workflows/typedoc.yml actions
  • JamesIves/github-pages-deploy-action releases/v4 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • zakodium/typedoc-action v2 composite
.github/workflows/nodejs-ts.yml actions
.github/workflows/release.yml actions