This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<gexf version="1.2" xmlns="http://www.gexf.net/1.2draft" xmlns:viz="http:///www.gexf.net/1.1draft/viz"> | |
<meta> | |
<title>graph.gexf</title> | |
<description>github.com/theophilec/foudinge</description> | |
</meta> | |
<graph defaultedgetype="undirected"> | |
<attributes class="node"> | |
<attribute id="type" title="type" type="string"/> | |
<attribute id="rawSize" title="rawSize" type="double"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Button to generate random graphs --> | |
<button id="random" type="button" onclick="feedSiGMa();">Click to generate a random graph</button> | |
<!-- SiGMa --> | |
<div id="SiGMa-container" style="height:400px;width:100%;"> | |
<object id="SiGMa-client" style="width:100%;height:98%;border:1px #866 solid;"> | |
<param name="movie" value="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json"/> | |
<param name="allowScriptAccess" value="always"/> | |
<embed src="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json" allowScriptAccess="always"> | |
</embed> | |
</object> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Button to generate random graphs --> | |
<button id="random" type="button" onclick="feedSiGMa();">Click to generate a random graph</button> | |
<!-- SiGMa --> | |
<div id="SiGMa-container" style="height:400px;width:100%;"> | |
<object id="SiGMa-client" style="width:100%;height:98%;border:1px #866 solid;"> | |
<param name="movie" value="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json"/> | |
<param name="allowScriptAccess" value="always"/> | |
<embed src="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json" allowScriptAccess="always"> | |
</embed> | |
</object> |