Skip to content

Instantly share code, notes, and snippets.

View boogheta's full-sized avatar

Benjamin Ooghe-Tabanou boogheta

View GitHub Profile
This file has been truncated, but you can view the full file.
<?xml version='1.0' encoding='UTF-8'?>
<gexf xmlns="http://gexf.net/1.3" version="1.3" xmlns:viz="http://gexf.net/1.3/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://gexf.net/1.3 http://gexf.net/1.3/gexf.xsd">
<meta lastmodifieddate="2022-07-08">
<creator>Gephi 0.9.3</creator>
<description></description>
</meta>
<graph defaultedgetype="undirected" mode="static">
<attributes class="node" mode="static">
<attribute id="attr_type" title="attr_type" type="string"/>
<attribute id="global_occurrences" title="global_occurrences" type="integer"/>
@boogheta
boogheta / build_gif.sh
Last active August 25, 2022 17:26
Network spatialization with graophology's FA2 on huge networks with PNG exports
convert -delay 5 $1_snapshot_*.png $1.gif
let scroll = 0;
function handleNextMedia() {
const el = document.querySelector(".Media");
if (!el) {
document.querySelector(".Profile.custom-scroll").scrollTo(0, scroll + 1800);
return setTimeout(() => handleNextMedia(), 5000);
}
$(el).click();
setTimeout(() => {
$(".MediaViewerActions .icon-download").click();