Skip to content

Commit

Permalink
Latest changes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
alihanokka committed Jun 26, 2019
1 parent 2fff9c3 commit 37f42b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cytoscape.js-cise

CiSE(Circular Spring Embedder) is an algorithm based on the traditional force-directed layout scheme with extensions to move and rotate nodes in the same cluster as a group. Further local improvements may be obtained by flipping clusters and by swapping neighboring node pairs in the same cluster, reducing the edge crossing number.

The algorithm is implemented as a Cytoscape.js extension by [i-Vis Lab](http://cs.bilkent.edu.tr/~ivis/) in Bilkent University ([demo](https://raw.githack.com/iVis-at-Bilkent/cytoscape.js-cise/develop/demo.html))
The algorithm is implemented as a Cytoscape.js extension by [i-Vis Lab](http://cs.bilkent.edu.tr/~ivis/) in Bilkent University ([demo](https://ivis-at-bilkent.github.io/cytoscape.js-cise/demo.html))

Please cite the following when using this layout:

Expand Down
8 changes: 4 additions & 4 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>

<!-- Other iVis-at-Bilkent libraries -->
<script src="https://raw.githack.com/iVis-at-Bilkent/layout-base/unstable/layout-base.js"></script>
<script src="https://raw.githack.com/iVis-at-Bilkent/avsdf-base/unstable/avsdf-base.js"></script>
<script src="https://raw.githack.com/iVis-at-Bilkent/cose-base/master/cose-base.js"></script>
<script src="https://unpkg.com/layout-base/layout-base.js"></script>
<script src="https://unpkg.com/avsdf-base/avsdf-base.js"></script>
<script src="https://unpkg.com/cose-base/cose-base.js"></script>
<script src="https://unpkg.com/cytoscape-graphml/cytoscape-graphml.js"></script>
<script src="https://raw.githack.com/iVis-at-Bilkent/cytoscape.js-layvo/unstable/cytoscape-layvo.js"></script>
<script src="https://raw.githack.com/iVis-at-Bilkent/cytoscape.js-graphml/master/cytoscape-graphml.js"></script>

<!-- CiSE Bundle -->
<script src="cytoscape-cise.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"cytoscape": "^3.2.0"
},
"dependencies": {
"avsdf-base": "https://github.com/iVis-at-Bilkent/avsdf-base#unstable",
"avsdf-base": "^1.0.0",
"cose-base": "^1.0.0"
}
}

0 comments on commit 37f42b6

Please sign in to comment.