From 37f42b6a3c70f1c1641c10537f041b3df8aa65fb Mon Sep 17 00:00:00 2001 From: alihanokka Date: Wed, 26 Jun 2019 11:33:23 +0300 Subject: [PATCH] Latest changes before release --- README.md | 2 +- demo.html | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 729dd617..5fd0d8ce 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/demo.html b/demo.html index c112b705..44f77adc 100644 --- a/demo.html +++ b/demo.html @@ -14,11 +14,11 @@ - - - + + + + - diff --git a/package.json b/package.json index 0aadb310..8f8edde8 100755 --- a/package.json +++ b/package.json @@ -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" } }