Skip to content

Commit

Permalink
Changes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanbalci committed Jun 6, 2024
1 parent 7b451d7 commit fec2c7e
Show file tree
Hide file tree
Showing 4 changed files with 14,262 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CiSE(Circular Spring Embedder) is an algorithm based on the traditional force-di
The algorithm is implemented as a Cytoscape.js extension by [i-Vis Lab](http://cs.bilkent.edu.tr/~ivis/) in Bilkent University.
Here is a demo:
<p align="center">
<a href="https://raw.githack.com/iVis-at-Bilkent/cytoscape.js-cise/develop/demo/demo.html"><img src="https://www.cs.bilkent.edu.tr/~ivis/images/demo1.png" height=42px></a>
<a href="https://ivis-at-bilkent.github.io/cytoscape.js-cise/demo/demo.html"><img src="https://www.cs.bilkent.edu.tr/~ivis/images/demo1.png" height=42px></a>
</p>

Please cite the following when using this layout:
Expand Down
10 changes: 5 additions & 5 deletions demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<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/unstable/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://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/unstable/cytoscape-graphml.js"></script>
<script src="https://raw.githack.com/iVis-at-Bilkent/cytoscape.js-layout-utilities/unstable/cytoscape-layout-utilities.js"></script>
<script src="https://unpkg.com/cytoscape-graphml/cytoscape-graphml.js"></script>
<script src="https://unpkg.com/cytoscape-layout-utilities/cytoscape-layout-utilities.js"></script>

<!-- CiSE Bundle -->
<script src="../cytoscape-cise.js"></script>
Expand Down
Loading

0 comments on commit fec2c7e

Please sign in to comment.