https://github.com/ivis-at-bilkent/cosep-base

Core module for compound spring embedder based layout styles with port support

https://github.com/ivis-at-bilkent/cosep-base

Science Score: 8.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization ivis-at-bilkent has institutional domain (www.cs.bilkent.edu.tr)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.2%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

Core module for compound spring embedder based layout styles with port support

Basic Info
  • Host: GitHub
  • Owner: iVis-at-Bilkent
  • License: mit
  • Language: JavaScript
  • Default Branch: unstable
  • Size: 146 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 5 years ago · Last pushed over 4 years ago

https://github.com/iVis-at-Bilkent/cosep-base/blob/unstable/

cosep-base
================================================================================

## Description

This is a core module for compound spring embedder based layout styles with port support such as CoSEP.

## Dependencies

 * cose-base ^2.0.0

## Usage instructions

Add `cosep-base` as a dependecy to your layout extension.

`require()` in the extension to reach functionality:

 * `var CoSEPConstants = require('cosep-base').CoSEPConstants`,
 * `var CoSEPLayout = require('cosep-base').CoSEPLayout`,
 * `...`

To reach functionality of `cose-base`:

 * `var CoSEConstants = require('cosep-base').coseBase.CoSEConstants`,
 * `var CoSELayout = require('cosep-base').coseBase.CoSELayout`,
 * `...`

To reach functionality of `layout-base`:

 * `var Integer = require('cosep-base').coseBase.layoutBase.Integer`,
 * `var Layout = require('cosep-base').coseBase.layoutBase.Layout`,
 * `...`

Owner

  • Name: i-Vis at Bilkent
  • Login: iVis-at-Bilkent
  • Kind: organization

i-Vis Research Lab at Bilkent University

GitHub Events

Total
Last Year

Dependencies

package-lock.json npm
  • 1134 dependencies
package.json npm
  • babel-core ^6.24.1 development
  • babel-loader ^7.1.4 development
  • babel-preset-env ^1.5.1 development
  • camelcase ^6.2.0 development
  • cpy-cli ^3.1.1 development
  • cross-env ^7.0.3 development
  • eslint ^7.26.0 development
  • gh-pages ^1.1.0 development
  • npm-run-all ^4.1.2 development
  • rimraf ^3.0.2 development
  • update ^0.7.4 development
  • updater-license ^1.0.0 development
  • webpack ^5.37.0 development
  • webpack-cli ^4.7.0 development
  • webpack-dev-server ^3.11.2 development
  • cose-base https://github.com/iVis-at-Bilkent/cose-base#unstable