https://github.com/ivis-at-bilkent/cytoscape.js
Graph theory (a.k.a. network) library for analysis and visualisation (compatible with CommonJS/Node.js/Browserify/Webpack, AMD/Require.js, npm, Bower, jspm, Meteor/Atmosphere, jQuery, and plain JS/JavaScript)
Science Score: 41.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
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: ncbi.nlm.nih.gov, zenodo.org -
✓Committers with academic emails
4 of 64 committers (6.3%) from academic institutions -
✓Institutional organization owner
Organization ivis-at-bilkent has institutional domain (www.cs.bilkent.edu.tr) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Keywords from Contributors
Repository
Graph theory (a.k.a. network) library for analysis and visualisation (compatible with CommonJS/Node.js/Browserify/Webpack, AMD/Require.js, npm, Bower, jspm, Meteor/Atmosphere, jQuery, and plain JS/JavaScript)
Basic Info
- Host: GitHub
- Owner: iVis-at-Bilkent
- License: mit
- Language: JavaScript
- Default Branch: unstable
- Homepage: http://js.cytoscape.org
- Size: 149 MB
Statistics
- Stars: 2
- Watchers: 9
- Forks: 6
- Open Issues: 0
- Releases: 0
https://github.com/iVis-at-Bilkent/cytoscape.js/blob/unstable/
# Cytoscape.js [](https://raw.githubusercontent.com/cytoscape/cytoscape.js/master/LICENSE) [](https://zenodo.org/badge/latestdoi/2255947) [](https://www.npmjs.com/package/cytoscape) [](https://cdnjs.com/libraries/cytoscape)
[](https://www.npmjs.com/package/cytoscape) [](https://travis-ci.org/cytoscape/cytoscape.js) [](https://travis-ci.org/cytoscape/cytoscape.js) Graph theory (a.k.a. network) library for analysis and visualisation : [http://js.cytoscape.org](http://js.cytoscape.org) ## Description Cytoscape.js is a fully featured [graph theory](https://en.wikipedia.org/wiki/Graph_theory) library. Do you need to model and/or visualise relational data, like biological data or social networks? If so, Cytoscape.js is just what you need. Cytoscape.js contains a graph theory model and an optional renderer to display interactive graphs. This library was designed to make it as easy as possible for programmers and scientists to use graph theory in their apps, whether it's for server-side analysis in a Node.js app or for a rich user interface. You can get started with Cytoscape.js with one line: ```js var cy = cytoscape({ elements: myElements, container: myDiv }); ``` Learn more about the features of Cytoscape.js by reading [its documentation](http://js.cytoscape.org). ## Contributing to Cytoscape.js Please refer to [CONTRIBUTING.md](CONTRIBUTING.md). ## Documentation You can find the documentation and downloads on the [project website](http://js.cytoscape.org). ## Roadmap Future versions of Cytoscape.js are planned in the [milestones of the Github issue tracker](https://github.com/cytoscape/cytoscape.js/milestones). You can use the milestones to see what's currently planned for future releases. ## Contributing to Cytoscape.js Please refer to [CONTRIBUTING.md](CONTRIBUTING.md). ## Citation To cite Cytoscape.js in a paper, please cite the Oxford Bioinformatics issue: *Cytoscape.js: a graph theory library for visualisation and analysis* Franz M, Lopes CT, Huck G, Dong Y, Sumer O, Bader GD [Bioinformatics (2016) 32 (2): 309-311 first published online September 28, 2015 doi:10.1093/bioinformatics/btv557 (PDF)](http://bioinformatics.oxfordjournals.org/content/32/2/309) [PubMed Abstract](http://www.ncbi.nlm.nih.gov/pubmed/26415722) * `test` : run the Mocha unit tests * `lint` : lint the JS sources via eslint * `benchmark` : run benchmark regression tests * `benchmark-single` : run benchmarks only for the suite specified in `benchmark/single` * `sniper` : runs a BioJS sniper server that hosts demos **Documentation:** ## Build dependencies Install `node`, `npm` and `gulp` (optional). Of course, `npm install` before using `gulp` or `npm run`. ## Build instructions Run `npm run` or `gulp ` in the console. The main targets are: **Building:** * `build` (default) : build the library * `clean` : clean the `build` directory * `watch` : automatically build lib and tests for debugging (no babel, very quick) * `watch-babel` : automatically build lib and tests for debugging (with babel; good for testing out of date browsers) * `zip` : build the release ZIP * `dist` : update the distribution JS for npm, bower, etc. **Testing:** If the `TRAVIS` or `TEST_BUILD` environment variables are defined, then `mocha` or `gulp test` will test `build/cytoscape.cjs.js`. Otherwise, the unbundled, unbabelified, raw source is tested. This keeps local tests very quick to run on modern versions of Node while ensuring we can test old versions of Node as well. The library can be built on `node>=4`, but it can be tested on `node>=0.10`. * `test` : run the Mocha unit tests * `lint` : lint the JS sources via eslint * `benchmark` : run benchmark regression tests * `benchmark-single` : run benchmarks only for the suite specified in `benchmark/single` * `sniper` : runs a BioJS sniper server that hosts demos ## Release instructions 1. Do each backport patch release before the corresponding current release. This ensures that npm lists the current version as the latest one. 1. Make sure the docs are updated with the list of releases in `documentation/md/intro.md` 1. Update the `VERSION` environment variable, e.g. `export VERSION=1.2.3` 1. Confirm JS files pass linting: `gulp lint` 1. Confirm all tests passing: `gulp test` 1. Test the docs and demos with the latest code: `gulp docs-pub` 1. Build and publish the release: `gulp publish` 1. [Create a release](https://github.com/cytoscape/cytoscape.js/releases/new) for Zenodo from the latest tag ## Tests Mocha tests are found in the [test directory](https://github.com/cytoscape/cytoscape.js/tree/master/test). The tests can be run in the browser or they can be run via Node.js (`gulp test` or `mocha`).
Owner
- Name: i-Vis at Bilkent
- Login: iVis-at-Bilkent
- Kind: organization
- Website: http://www.cs.bilkent.edu.tr/~ivis/
- Twitter: iVisAtBilkent
- Repositories: 50
- Profile: https://github.com/iVis-at-Bilkent
i-Vis Research Lab at Bilkent University
GitHub Events
Total
- Push event: 2
- Pull request event: 4
- Fork event: 1
Last Year
- Push event: 2
- Pull request event: 4
- Fork event: 1
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Max Franz | m****z@g****m | 3,112 |
| Yue Dong | o****o@g****m | 152 |
| Manfred Cheung | m****n@u****a | 62 |
| Gerardo Huck | g****k@g****m | 29 |
| Onur Sumer | s****r@g****m | 25 |
| Joseph Stahl | j****t@o****m | 15 |
| Selbi Ereshova | s****a@u****r | 12 |
| ayhun | a****t@g****m | 12 |
| metincansiper | m****5@h****m | 10 |
| tmullen | t****n@g****m | 10 |
| metincansiper | m****r@g****m | 7 |
| Mélanie Gauthier | m****r@t****m | 7 |
| Rich Trott | r****t@g****m | 6 |
| Yaroslav Sidlovsky | z****n@g****m | 6 |
| bumbu | b****x@g****m | 6 |
| Christian Lopes | c****s@g****m | 5 |
| kinimesi | k****i@u****m | 5 |
| ktei | k****8@g****m | 4 |
| beynon | b****n@g****m | 4 |
| Sebastian Wilzbach | s****i@w****e | 4 |
| Mike Dias | m****s@g****m | 4 |
| Gui Meira | g****a@g****m | 4 |
| Dylan Fong | d****g@u****a | 4 |
| Daniel Ryding | d****g@i****u | 4 |
| Ahmet Çandıroğlu | a****u@g****m | 4 |
| Dylan | d****t@g****m | 3 |
| Rui Cheng | r****g@i****u | 3 |
| jfarid27 | j****7@g****m | 3 |
| rmosca | r****a@g****m | 3 |
| user | u****r@d****l | 3 |
| and 34 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 8
- Average time to close issues: N/A
- Average time to close pull requests: 16 days
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: about 9 hours
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- AEren46 (4)
- metincansiper (4)
- hasanbalci (3)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- npm 54 last-month
-
Total dependent packages: 2
(may contain duplicates) -
Total dependent repositories: 2
(may contain duplicates) - Total versions: 6
- Total maintainers: 1
npmjs.org: cytoscape-for-sbgnviz
Graph theory (a.k.a. network) library for analysis and visualisation
- Homepage: http://js.cytoscape.org
- License: MIT
-
Latest release: 2.7.12
published over 9 years ago
Rankings
Maintainers (1)
npmjs.org: cytoscape-for-sbgn
Graph theory (a.k.a. network) library for analysis and visualisation
- Homepage: http://js.cytoscape.org
- License: MIT
-
Latest release: 2.7.1-1.1
published over 9 years ago