Skip to content

Commit

Permalink
Add cosmos-over-cytoscape to the list of extensions in the docs
Browse files Browse the repository at this point in the history
Ref: List extension : cosmos-over-cytoscape #3074
  • Loading branch information
maxkfranz committed Jan 11, 2023
1 parent 940d1e0 commit e2a417b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15654,6 +15654,8 @@ <h2 id="extensions/layout-extensions">Layout extensions <a href="#extensions/lay
<li><i class="fa fa-fw fa-user"></i> <a href="https://github.com/cytoscape/cytoscape.js-cose-bilkent"><code>cose-bilkent</code></a> : The CoSE layout by Bilkent with enhanced compound node placement. CoSE Bilkent is a physics simulation (force-directed) layout that gives near-perfect end results. However, it’s more expensive than both <code>cose</code> and <code>fcose</code>.</li>
<li><i class="fa fa-fw fa-user"></i> <a href="https://github.com/iVis-at-Bilkent/cytoscape.js-cosep"><code>cosep</code></a> :
Compound Spring Embedder with Ports (CoSEP) is a force-directed layout algorithm based on the CoSE (Compound Spring Embedder) to support port constraints on compound graphs.</li>
<li><i class="fa fa-fw fa-users"></i> <a href="https://github.com/simCecca/cosmosOverCytoscape"><code>cosmos-over-cytoscape</code></a> :
A physics simulation layout that makes use of parallelism on the GPU to support large graphs.</li>
<li><i class="fa fa-fw fa-users"></i> <a href="https://github.com/shichuanpo/cytoscape.js-d3-force"><code>d3-force</code></a> : The D3 force layout. It uses a basic physics simulation (force-directed) algorithm that generates good results for small, simple graphs.</li>
<li><i class="fa fa-fw fa-user"></i> <a href="https://github.com/cytoscape/cytoscape.js-dagre"><code>dagre</code></a> : The Dagre layout for DAGs and trees. It organises the graph in a hierarchy.</li>
<li><i class="fa fa-fw fa-user"></i> <a href="https://github.com/cytoscape/cytoscape.js-elk"><code>elk</code></a> : <a href="https://github.com/OpenKieler/elkjs">ELK</a> layout algorithm adapter for Cytoscape.js. It contains several layout algorithms.</li>
Expand Down
2 changes: 2 additions & 0 deletions documentation/md/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ The extensions below are a curated list. To add your extension, [please submit
* <i class="fa fa-fw fa-user"></i> [`cose-bilkent`](https://github.com/cytoscape/cytoscape.js-cose-bilkent) : The CoSE layout by Bilkent with enhanced compound node placement. CoSE Bilkent is a physics simulation (force-directed) layout that gives near-perfect end results. However, it's more expensive than both `cose` and `fcose`.
* <i class="fa fa-fw fa-user"></i> [`cosep`](https://github.com/iVis-at-Bilkent/cytoscape.js-cosep) :
Compound Spring Embedder with Ports (CoSEP) is a force-directed layout algorithm based on the CoSE (Compound Spring Embedder) to support port constraints on compound graphs.
* <i class="fa fa-fw fa-users"></i> [`cosmos-over-cytoscape`](https://github.com/simCecca/cosmosOverCytoscape) :
A physics simulation layout that makes use of parallelism on the GPU to support large graphs.
* <i class="fa fa-fw fa-users"></i> [`d3-force`](https://github.com/shichuanpo/cytoscape.js-d3-force) : The D3 force layout. It uses a basic physics simulation (force-directed) algorithm that generates good results for small, simple graphs.
* <i class="fa fa-fw fa-user"></i> [`dagre`](https://github.com/cytoscape/cytoscape.js-dagre) : The Dagre layout for DAGs and trees. It organises the graph in a hierarchy.
* <i class="fa fa-fw fa-user"></i> [`elk`](https://github.com/cytoscape/cytoscape.js-elk) : [ELK](https://github.com/OpenKieler/elkjs) layout algorithm adapter for Cytoscape.js. It contains several layout algorithms.
Expand Down

0 comments on commit e2a417b

Please sign in to comment.