GUIDE
- Left-click and drag the background to move the graph
- Left-click and drag the nodes to reorganize
- Left-click a node to view first level connections
- Double left-click a node to navigate to its page
- Double left-click the background to zoom in
- Right-click the background to zoom out
sigma.utils.pkg('sigma.canvas.nodes');
sigma.canvas.nodes.image = (function() {
var _cache = {},
_loading = {},
_callbacks = {};
// Return the renderer itself:
var renderer = function(node, context, settings) {
var args = arguments,
prefix = settings('prefix') || '',
size = node[prefix + 'size'],
color = node.color || settings('defaultNodeColor'),
url = node.url;
if (_cache[url]) {
context.save();
// Draw the clipping disc:
context.beginPath();
context.arc(
node[prefix + 'x'],
node[prefix + 'y'],
node[prefix + 'size'],
0,
Math.PI * 2,
true
);
context.closePath();
context.clip();
// Draw the image
context.drawImage(
_cache[url],
node[prefix + 'x'] - size,
node[prefix + 'y'] - size,
2 * size,
2 * size
);
// Quit the "clipping mode":
context.restore();
// Draw the border:
context.beginPath();
context.arc(
node[prefix + 'x'],
node[prefix + 'y'],
node[prefix + 'size'],
0,
Math.PI * 2,
true
);
context.lineWidth = 1;
context.strokeStyle = node.color || settings('defaultNodeColor');
context.stroke();
} else {
sigma.canvas.nodes.image.cache(url);
sigma.canvas.nodes.def.apply(
sigma.canvas.nodes,
args
);
}
};
// Let's add a public method to cache images, to make it possible to
// preload images before the initial rendering:
renderer.cache = function(url, callback) {
if (callback)
_callbacks[url] = callback;
if (_loading[url])
return;
var img = new Image();
img.onload = function() {
_loading[url] = false;
_cache[url] = img;
if (_callbacks[url]) {
_callbacks[url].call(this, img);
delete _callbacks[url];
}
};
_loading[url] = true;
img.src = url;
};
return renderer;
})();
var i,
s,
o,
offset_left = 0.5,
N = 1,
E = 40,
C = 5,
d = 0.5,
cs = [],
g = {
nodes: [],
edges: []
};
if (!sigma.classes.graph.hasMethod('neighbors')){
sigma.classes.graph.addMethod('neighbors', function(nodeId) {
var k,
neighbors = {},
index = this.allNeighborsIndex[nodeId] || {};
for (k in index)
neighbors[k] = this.nodesIndex[k];
return neighbors;
});
}
//adding the central node
g.nodes.push({
id: 124950,
label: 'Liliana Mancio Silva',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-photo-1-5-150x150.jpg',
x: 0,
y: 0,
size: 30,
color: '#DDDDDD'
});
var biggest_node_size = 0;
N=14
// adding node
var x_node = Math.cos(2 * 0 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 0 * Math.PI / N) * 10;
g.nodes.push({
id: 217558,
label: 'EVENT: DPT Parasites and Insects Vectors Seminar – Elena LEVASHINA : “Early stages of mosquito colonization by Plasmodium falciparum”',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/event/dpt-parasites-and-insects-vectors-seminar-elena-levashina-early-stages-of-mosquito-colonization-by-plasmodium-falciparum/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950217558,
size: 0.5,
source: 124950,
target: 217558,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 217558124950,
size: 0.5,
source: 217558,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 1 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1 * Math.PI / N) * 10;
g.nodes.push({
id: 201137,
label: 'NEWS: World Malaria Day 2023: 2 lab articles highlighted by Cell Press',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/news/world-malaria-day-2023-2-of-our-lab-articles-highlighted-in-a-cell-press-curated-collection/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950201137,
size: 0.5,
source: 124950,
target: 201137,
});
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 4564,
label: 'Sabine Thiberge',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-img_0425-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sabine-thiberge/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 2011374564,
size: 0.5,
source: 201137,
target: 4564 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 162672,
label: 'Eliana Real',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/07/research_pasteur-eliana-real-img-20171106-141515-1-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eliana-coelho-real/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 201137162672,
size: 0.5,
source: 201137,
target: 162672 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 90901,
label: 'Flore Nardella',
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/?post_type=member&p=90901',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 20113790901,
size: 0.5,
source: 201137,
target: 90901 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 135536,
label: 'Irina Dobrescu',
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/?post_type=member&p=135536',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 201137135536,
size: 0.5,
source: 201137,
target: 135536 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 201137124950,
size: 0.5,
source: 201137,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 2 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2 * Math.PI / N) * 10;
g.nodes.push({
id: 196971,
label: 'NEWS: Celebrating Women And Girls In Science Day',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-new-publication-in-trends-in-parasitology-single-cell-views-of-the-plasmodium-life-cycle-single-cell-150x150.png',
page_url: 'https://research.pasteur.fr/en/news/our-work-featured-in-trends-in-parasitology/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950196971,
size: 0.5,
source: 124950,
target: 196971,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 162672) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 196971162672,
size: 0.5,
source: 196971,
target: 162672 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 196971124950,
size: 0.5,
source: 196971,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 3 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3 * Math.PI / N) * 10;
g.nodes.push({
id: 196964,
label: 'NEWS: ERC Consolidator Grant awarded to study dormancy, relapse and sexual conversion in malaria parasites',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/08/research_pasteur-featured-on-inserm-instagram-composite-pv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/news/erc-consolidator-grant-awarded-to-study-plasmodium-liver-biology/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950196964,
size: 0.5,
source: 124950,
target: 196964,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 196964124950,
size: 0.5,
source: 196964,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 4 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 4 * Math.PI / N) * 10;
g.nodes.push({
id: 196975,
label: 'NEWS: New publication: Hemisynthetic alkaloids derived from trilobine are antimalarials with sustained activity in multidrug-resistant Plasmodium falciparum',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/news/new-publication-hemisynthetic-alkaloids-derived-from-trilobine-are-antimalarials-with-sustained-activity-in-multidrug-resistant-plasmodium-falciparum/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950196975,
size: 0.5,
source: 124950,
target: 196975,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 4564) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 1969754564,
size: 0.5,
source: 196975,
target: 4564 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 90901) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 19697590901,
size: 0.5,
source: 196975,
target: 90901 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 4802,
label: 'Artur Scherf',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_artur-bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/artur-scherf/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 1969754802,
size: 0.5,
source: 196975,
target: 4802 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 95915,
label: 'Paola Arimondo',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-p-arimondo_5757-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paola-arimondo/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 19697595915,
size: 0.5,
source: 196975,
target: 95915 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 135536) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 196975135536,
size: 0.5,
source: 196975,
target: 135536 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 101558,
label: 'Ludovic Halby',
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ludovic-halby/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 196975101558,
size: 0.5,
source: 196975,
target: 101558 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 61229,
label: 'Audrey Lorthiois',
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-audrey-lorthiois/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 19697561229,
size: 0.5,
source: 196975,
target: 61229 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 121426,
label: 'Stéphane Goussin',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-sgoussin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephane-goussin/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 196975121426,
size: 0.5,
source: 196975,
target: 121426 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 196975124950,
size: 0.5,
source: 196975,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 5 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 5 * Math.PI / N) * 10;
g.nodes.push({
id: 192662,
label: 'EVENT: Host-parasite metabolic interactions during malaria infection (HDR defense Liliana Mancio)',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/event/host-parasite-metabolic-interactions-during-malaria-infection-hdr-defense-liliana-mancio/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950192662,
size: 0.5,
source: 124950,
target: 192662,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 192662124950,
size: 0.5,
source: 192662,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 6 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 6 * Math.PI / N) * 10;
g.nodes.push({
id: 186485,
label: 'EVENT: Symposium “Future in Parasitology 2022”',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/event/symposium-future-in-parasitology-2022/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950186485,
size: 0.5,
source: 124950,
target: 186485,
});
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 81566,
label: 'Selima Messaoudi',
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/selima-messaoudi/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 18648581566,
size: 0.5,
source: 186485,
target: 81566 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 64135,
label: 'Lucy Glover',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_mg_6640_2-5-e1462169014338-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucy-glover/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 18648564135,
size: 0.5,
source: 186485,
target: 64135 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 4803,
label: 'Jessica Bryant',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-117-0p9a0564-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jessica-bryant/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 1864854803,
size: 0.5,
source: 186485,
target: 4803 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 67565,
label: 'Sebastian Baumgarten',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_img_0098-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sebastian-baumgarten/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 18648567565,
size: 0.5,
source: 186485,
target: 67565 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 86347,
label: 'Mathilde Gendrin',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/05/research_pasteur-p1000264-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/mathilde-gendrin/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 18648586347,
size: 0.5,
source: 186485,
target: 86347 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 158222,
label: 'Isabelle Louradour',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-isabelle-louradour-photo-pro-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-louradour/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 186485158222,
size: 0.5,
source: 186485,
target: 158222 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 120810,
label: 'Pauline Formaglio',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-pf_2019-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-pauline-formaglio/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 186485120810,
size: 0.5,
source: 186485,
target: 120810 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 186485124950,
size: 0.5,
source: 186485,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 7 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 7 * Math.PI / N) * 10;
g.nodes.push({
id: 195169,
label: 'NEWS: Paludisme : recréer le cycle sanguin du parasite in vivo pour mieux lutter contre la maladie',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/news/paludisme-recreer-le-cycle-sanguin-du-parasite-in-vivo-pour-mieux-lutter-contre-la-maladie/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950195169,
size: 0.5,
source: 124950,
target: 195169,
});
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 97251,
label: 'Camilla Luiza Batista',
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/?post_type=member&p=97251',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 19516997251,
size: 0.5,
source: 195169,
target: 97251 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 4309,
label: 'Sylvie Garcia',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-sylvie-garcia-image001-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-garcia/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 1951694309,
size: 0.5,
source: 195169,
target: 4309 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 4564) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 1951694564,
size: 0.5,
source: 195169,
target: 4564 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 8254,
label: 'Malika Serra-Hassoun',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha19-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/malika-serra-hassoun/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 1951698254,
size: 0.5,
source: 195169,
target: 8254 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 90901) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 19516990901,
size: 0.5,
source: 195169,
target: 90901 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 195169124950,
size: 0.5,
source: 195169,
target: 124950 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 4802) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 1951694802,
size: 0.5,
source: 195169,
target: 4802 });
// adding node
var x_node = Math.cos(2 * 8 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 8 * Math.PI / N) * 10;
g.nodes.push({
id: 185103,
label: 'NEWS: New publication in Nature Communications: Humanized mice for sustained P. vivax blood-stage infection and transmission',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/news/new-publication-on-p-vivax/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950185103,
size: 0.5,
source: 124950,
target: 185103,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 4564) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 1851034564,
size: 0.5,
source: 185103,
target: 4564 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 185103124950,
size: 0.5,
source: 185103,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 9 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 9 * Math.PI / N) * 10;
g.nodes.push({
id: 185119,
label: 'NEWS: New publication in Trends in Parasitology: Single cell views of the Plasmodium life cycle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-new-publication-in-trends-in-parasitology-single-cell-views-of-the-plasmodium-life-cycle-single-cell-150x150.png',
page_url: 'https://research.pasteur.fr/en/news/new-review-article-single-cell-views-of-the-plasmodium-life-cycle/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950185119,
size: 0.5,
source: 124950,
target: 185119,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 162672) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 185119162672,
size: 0.5,
source: 185119,
target: 162672 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 185119124950,
size: 0.5,
source: 185119,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 10 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 10 * Math.PI / N) * 10;
g.nodes.push({
id: 185089,
label: 'NEWS: Our work featured @inserm',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/08/research_pasteur-featured-on-inserm-instagram-composite-pv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/news/featured-on-inserm-instagram/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950185089,
size: 0.5,
source: 124950,
target: 185089,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 185089124950,
size: 0.5,
source: 185089,
target: 124950 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 162672) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 185089162672,
size: 0.5,
source: 185089,
target: 162672 });
// adding node
var x_node = Math.cos(2 * 11 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 11 * Math.PI / N) * 10;
g.nodes.push({
id: 185111,
label: 'NEWS: New publication in Cell Host Microbe: A single-cell liver atlas of Plasmodium vivax infection',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-new-publication-in-cell-host-microbe-a-single-cell-liver-atlas-of-p-vivax-infection-featureplot-hypnozoite-score-3d-black-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/news/new-publication-a-single-cell-liver-atlas-of-plasmodium-vivax-infection/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950185111,
size: 0.5,
source: 124950,
target: 185111,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 162672) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 185111162672,
size: 0.5,
source: 185111,
target: 162672 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 185111124950,
size: 0.5,
source: 185111,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 12 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 12 * Math.PI / N) * 10;
g.nodes.push({
id: 162772,
label: 'PROJECT: Host parasite metabolic interactions',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/07/research_pasteur-enhost-parasite-metabolic-interactions-cd81-day6-mpcc-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/project/host-metabolic-interactions/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950162772,
size: 0.5,
source: 124950,
target: 162772,
});
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 162672) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 162772162672,
size: 0.5,
source: 162772,
target: 162672 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 4564) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 1627724564,
size: 0.5,
source: 162772,
target: 4564 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 174074,
label: 'Emma Colard Itté',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-emma-colard-itte-img-3361-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emma-colard-itte/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 162772174074,
size: 0.5,
source: 162772,
target: 174074 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 186367,
label: 'Ludivine Baron',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-baron-ludivine-7127-scaled-e1663919532830-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ludivine-baron/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 162772186367,
size: 0.5,
source: 162772,
target: 186367 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 138144,
label: 'Kohilavathani Chivaloganadan',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/05/research_pasteur-97075256_168334364597407_7789967512594022400_n-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-kohilavathani-chivaloganadan/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 162772138144,
size: 0.5,
source: 162772,
target: 138144 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 162772124950,
size: 0.5,
source: 162772,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 13 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 13 * Math.PI / N) * 10;
g.nodes.push({
id: 139045,
label: 'TEAM: Plasmodium Infection and Transmission',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-engroup-plasmodium-liver-biologyfrgroup-liliana-mancio-silva-photo-bandeau-l-mancio-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/team/biology-of-plasmodium-infection-and-transmission/',
size: 35,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 124950139045,
size: 0.5,
source: 124950,
target: 139045,
});
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 8374,
label: 'Nirina Andriakoto',
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nirina-andriakoto/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 1390458374,
size: 0.5,
source: 139045,
target: 8374 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 202892,
label: 'Babette Beher',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-babette-beher-betty-25nov20180521-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/babette-beher/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 139045202892,
size: 0.5,
source: 139045,
target: 202892 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 186367) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 139045186367,
size: 0.5,
source: 139045,
target: 186367 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 162672) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 139045162672,
size: 0.5,
source: 139045,
target: 162672 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 219903,
label: 'Marie Ali',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-enmarie-alifrmarie-ali-research-pasteur-enmarie-alifrmarie-ali-img-20240311-160122-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-ali/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 139045219903,
size: 0.5,
source: 139045,
target: 219903 });
//check if content already exist
if (x_node<0){
x_site = x_node + ((Math.random() * 2)-1) - offset_left;
}else{
x_site = x_node + ((Math.random() * 2)-1) + offset_left;
}
if (y_node<0){
y_site = y_node + ((Math.random() * 2)-1) - offset_left;
}else{
y_site = y_node + ((Math.random() * 2)-1) + offset_left;
}
// adding site
g.nodes.push({
id: 230150,
label: 'Robsen Miressa Regasa',
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/robsen-miressa-regasa/',
x: x_site,
y: y_site,
size: 10,
color: '#dddddd'
});
//link to content
g.edges.push({
id: 139045230150,
size: 0.5,
source: 139045,
target: 230150 });
//check if content already exist
// update node size depending on the amount of edges
g.nodes.forEach(function(n) {
if (n.id == 124950) {
n.size = n.size + 8;
}
});
//link to content
g.edges.push({
id: 139045124950,
size: 0.5,
source: 139045,
target: 124950 });
var s = new sigma({
//container: document.getElementById('graph-main'),
graph: g,
renderer: {
// IMPORTANT:
// This works only with the canvas renderer, so the
// renderer type set as "canvas" is necessary here.
container: document.getElementById('graph-main'),
type: 'canvas'
},
settings: {
minNodeSize: 6,
maxNodeSize: 35,
mouseWheelEnabled: false,
font: 'Montserrat',
labelThreshold:25,
borderSize:1,
defaultNodeBorderColor: '#999',
sideMargin:25,
}
});
// We first need to save the original colors of our
// nodes and edges, like this:
s.graph.nodes().forEach(function(n) {
n.originalColor = n.color;
});
s.graph.edges().forEach(function(e) {
e.originalColor = e.color;
});
// When a node is clicked, we check for each node
// if it is a neighbor of the clicked one. If not,
// we set its color as grey, and else, it takes its
// original color.
// We do the same for the edges, and we only keep
// edges that have both extremities colored.
s.bind('clickNode', function(e) {
var nodeId = e.data.node.id,
toKeep = s.graph.neighbors(nodeId);
toKeep[nodeId] = e.data.node;
s.graph.nodes().forEach(function(n) {
if (toKeep[n.id])
n.color = '#35a9f5';
else
n.color = '#dddddd';
});
s.graph.edges().forEach(function(e) {
if (toKeep[e.source] && toKeep[e.target])
e.color = '#35a9f5';
else
e.color = '#dddddd';
});
// Since the data has been modified, we need to
// call the refresh method to make the colors
// update effective.
s.refresh();
});
// When the stage is clicked, we just color each
// node and edge with its original color.
s.bind('clickStage', function(e) {
s.graph.nodes().forEach(function(n) {
n.color = n.originalColor;
});
s.graph.edges().forEach(function(e) {
e.color = e.originalColor;
});
// Same as in the previous event:
s.refresh();
});
s.bind("doubleClickNode", function (e) {
$("#canvas-wrap, .sigma-scene, .sigma-mouse").val();
ajax_load_page( e.data.node.page_url );
});
var c = s.camera;
s.bind("rightClickStage", function (e) {
sigma.misc.animation.camera(c, {
ratio: c.ratio * c.settings('zoomingRatio')
}, {
duration: 200
});
});
// Configure the noverlap layout:
var noverlapListener = s.configNoverlap({
nodeMargin: 10,
scaleNodes: 0.3,
gridSize: 1,
easing: 'quadraticInOut', // animation transition function
duration: 4000 // animation duration. Long here for the purposes of this example only
});
// Bind the events:
noverlapListener.bind('start stop interpolate', function(e) {
//console.log(e.type);
if(e.type === 'start') {
//console.time('noverlap');
}
if(e.type === 'interpolate') {
//console.timeEnd('noverlap');
}
});
// Start the layout:
s.startNoverlap();
//s.refresh();
// Initialize the dragNodes plugin:
var dragListener = sigma.plugins.dragNodes(s, s.renderers[0]);
dragListener.bind('startdrag', function(event) {
});
dragListener.bind('drag', function(event) {
});
dragListener.bind('drop', function(event) {
});
dragListener.bind('dragend', function(event) {
});