Skip to content

Commit

Permalink
Update extension count to 68
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Dec 19, 2023
1 parent 7ee5f7c commit ae8bb32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![DOI](https://zenodo.org/badge/2255947.svg)](https://zenodo.org/badge/latestdoi/2255947)
[![npm installs](https://img.shields.io/npm/dm/cytoscape.svg?label=npm%20installs)](https://www.npmjs.com/package/cytoscape)
[![Automated tests](https://github.com/cytoscape/cytoscape.js/actions/workflows/tests.yml/badge.svg)](https://github.com/cytoscape/cytoscape.js/actions/workflows/tests.yml)
[![Extensions](https://img.shields.io/badge/Extensions-67-brightgreen.svg)](https://js.cytoscape.org/#extensions)
[![Extensions](https://img.shields.io/badge/Extensions-68-brightgreen.svg)](https://js.cytoscape.org/#extensions)
[![Cloudflare](https://img.shields.io/badge/Powered%20by-Cloudflare-orange.svg)](https://cloudflare.com)


Expand Down
2 changes: 1 addition & 1 deletion documentation/md/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ A physics simulation layout that makes use of parallelism on the GPU to support
* <i class="fa fa-fw fa-users"></i> [`polywas`](https://github.com/monprin/polywas) : A layout for GWAS (genome-wide association study) data illustrating inter-locus relationships.
* <i class="fa fa-fw fa-user"></i> [`spread`](https://github.com/cytoscape/cytoscape.js-spread) : The Spread physics simulation (force-directed) layout tries to use all the viewport space, but it can be configured to produce a tighter result. It uses the CoSE algorithm initially, and it uses Gansner and North for the spread phase.
* <i class="fa fa-fw fa-user"></i> [`springy`](https://github.com/cytoscape/cytoscape.js-springy) : The Springy physics simulation layout. It's a basic physics (force-directed) layout.
* <i class="fa fa-fw fa-user"></i> [`tidytree`](https://github.com/chuckzel/cytoscape-tidytree) : A layout specifically for trees that allows for a non-layered layout.
* <i class="fa fa-fw fa-users"></i> [`tidytree`](https://github.com/chuckzel/cytoscape-tidytree) : A layout specifically for trees that allows for a non-layered layout.


## API extensions
Expand Down
2 changes: 1 addition & 1 deletion documentation/md/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![DOI](https://zenodo.org/badge/2255947.svg)](https://zenodo.org/badge/latestdoi/2255947)
[![npm installs](https://img.shields.io/npm/dm/cytoscape.svg?label=npm%20installs)](https://www.npmjs.com/package/cytoscape)
[![Automated tests](https://github.com/cytoscape/cytoscape.js/actions/workflows/tests.yml/badge.svg)](https://github.com/cytoscape/cytoscape.js/actions/workflows/tests.yml)
[![Extensions](https://img.shields.io/badge/Extensions-67-brightgreen.svg)](#extensions)
[![Extensions](https://img.shields.io/badge/Extensions-68-brightgreen.svg)](#extensions)
[![Cloudflare](https://img.shields.io/badge/Powered%20by-Cloudflare-orange.svg)](https://cloudflare.com)

</div>
Expand Down

0 comments on commit ae8bb32

Please sign in to comment.