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: 230628,
label: 'The “Mother and Child Health” cross-disciplinary transversal program',
type: 'image',
url: '',
x: 0,
y: 0,
size: 30,
color: '#DDDDDD'
});
var x_node = Math.cos(2 * 0 * Math.PI / N) * 2;
var y_node = Math.sin(2 * 0 * Math.PI / N) * 2;
N=3
//check if content already exist
x_site = Math.cos(2 * 0 * Math.PI / N) * 2;
y_site = Math.sin(2 * 0 * Math.PI / N) * 2;
// adding site
g.nodes.push({
id: 4780,
label: 'Philippe Sansonetti',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_philippe-sansonetti-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/philippe-sansonetti__trashed/',
x: x_site,
y: y_site,
size: 10,
color: '#DDDDDD'
});
//link to content
g.edges.push({
id: 2306284780,
size: 0.5,
source: 230628,
target: 4780 });
//check if content already exist
x_site = Math.cos(2 * 1 * Math.PI / N) * 2;
y_site = Math.sin(2 * 1 * Math.PI / N) * 2;
// adding site
g.nodes.push({
id: 175178,
label: 'Pierre Buffet',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-photo-2022-pierre-buffet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/buffet-pierre/',
x: x_site,
y: y_site,
size: 10,
color: '#DDDDDD'
});
//link to content
g.edges.push({
id: 230628175178,
size: 0.5,
source: 230628,
target: 175178 });
//check if content already exist
x_site = Math.cos(2 * 2 * Math.PI / N) * 2;
y_site = Math.sin(2 * 2 * Math.PI / N) * 2;
// adding site
g.nodes.push({
id: 7893,
label: 'Hafida Fsihi',
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_hafida-fsihi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hafida-fsihi/',
x: x_site,
y: y_site,
size: 10,
color: '#DDDDDD'
});
//link to content
g.edges.push({
id: 2306287893,
size: 0.5,
source: 230628,
target: 7893 });
N=3702
// update positions
x_node = Math.cos(2 * 0 * Math.PI / N) * 10;
y_node = Math.sin(2 * 0 * Math.PI / N) * 10;
// 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: 236170,
label: 'MEMBER: Tabitha Rücker',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-research-pasteur-tabitha-tabitha-research-pasteur-tabitha-tabitha-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tabitha-rucker/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628236170,
size: 0.5,
source: 230628,
target: 236170 });
// 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: 236134,
label: 'MEMBER: Miguel Martinez Herrera',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-frmiguel-martinez-herrera-miguel-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/miguel-martinez-herrera/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628236134,
size: 0.5,
source: 230628,
target: 236134 });
// 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: 236055,
label: 'MEMBER: Lisandru Capai',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lisandru-capai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628236055,
size: 0.5,
source: 230628,
target: 236055 });
// 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: 236013,
label: 'MEMBER: Antonio Tagua Janez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-enantonio-tagua-janez-antonio-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antonio-tagua-janez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628236013,
size: 0.5,
source: 230628,
target: 236013 });
// 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: 235982,
label: 'MEMBER: Thomas FOULON',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thomas-foulon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235982,
size: 0.5,
source: 230628,
target: 235982 });
// 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: 235944,
label: 'MEMBER: Anna Moreno',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-photoannamoreno1-photoannamoreno1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-moreno/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235944,
size: 0.5,
source: 230628,
target: 235944 });
// 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: 235939,
label: 'MEMBER: Quentin Richier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-quentin-quentin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/quentin-richier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235939,
size: 0.5,
source: 230628,
target: 235939 });
// 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: 235932,
label: 'MEMBER: Thirishika Manivannan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thirishika-manivannan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235932,
size: 0.5,
source: 230628,
target: 235932 });
// 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: 235795,
label: 'MEMBER: Hugo Blanstier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hugo-blanstier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235795,
size: 0.5,
source: 230628,
target: 235795 });
// 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: 235789,
label: 'MEMBER: Elodie Paulet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-enelodie-paulet-frelodie-paulet-photo-elodie-paulet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elodie-paulet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235789,
size: 0.5,
source: 230628,
target: 235789 });
// 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: 235783,
label: 'MEMBER: Youn le cras',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-enyoun-le-crasfryoun-le-cras-profile-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/youn-le-cras/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235783,
size: 0.5,
source: 230628,
target: 235783 });
// 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: 235771,
label: 'MEMBER: Hicham Ben Hassine',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hicham-ben-hassine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235771,
size: 0.5,
source: 230628,
target: 235771 });
// 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: 235725,
label: 'MEMBER: Alice maestri',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alice-maestri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235725,
size: 0.5,
source: 230628,
target: 235725 });
// 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: 235413,
label: 'MEMBER: Tatiana Barbar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tatiana-barbar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235413,
size: 0.5,
source: 230628,
target: 235413 });
// adding node
var x_node = Math.cos(2 * 14 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 14 * Math.PI / N) * 10;
g.nodes.push({
id: 235410,
label: 'MEMBER: Xin Hou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/xin-hou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235410,
size: 0.5,
source: 230628,
target: 235410 });
// adding node
var x_node = Math.cos(2 * 15 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 15 * Math.PI / N) * 10;
g.nodes.push({
id: 235406,
label: 'MEMBER: Jack Crook',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jack-crook/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235406,
size: 0.5,
source: 230628,
target: 235406 });
// adding node
var x_node = Math.cos(2 * 16 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 16 * Math.PI / N) * 10;
g.nodes.push({
id: 235396,
label: 'MEMBER: Rémi Balagué',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-rb-rb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/remi-balague/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235396,
size: 0.5,
source: 230628,
target: 235396 });
// adding node
var x_node = Math.cos(2 * 17 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 17 * Math.PI / N) * 10;
g.nodes.push({
id: 235288,
label: 'MEMBER: Anita Antic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-enanita-anticfranita-antic-img-0030-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anita-antic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235288,
size: 0.5,
source: 230628,
target: 235288 });
// adding node
var x_node = Math.cos(2 * 18 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 18 * Math.PI / N) * 10;
g.nodes.push({
id: 235176,
label: 'MEMBER: Armen OVSEPIAN',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/12/research_pasteur-enarmen-ovsepianfrarmen-ovsepian-screenshot-2024-09-02-00-06-50-531-com.miui-.gallery-e1733790485852-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/armen-ovsepian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235176,
size: 0.5,
source: 230628,
target: 235176 });
// adding node
var x_node = Math.cos(2 * 19 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 19 * Math.PI / N) * 10;
g.nodes.push({
id: 235155,
label: 'MEMBER: Chloé ANGOLE',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chloe-angole/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235155,
size: 0.5,
source: 230628,
target: 235155 });
// adding node
var x_node = Math.cos(2 * 20 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 20 * Math.PI / N) * 10;
g.nodes.push({
id: 235058,
label: 'MEMBER: Léna Paucard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lena-paucard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235058,
size: 0.5,
source: 230628,
target: 235058 });
// adding node
var x_node = Math.cos(2 * 21 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 21 * Math.PI / N) * 10;
g.nodes.push({
id: 235040,
label: 'MEMBER: Naomie Pont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-ennaomie-pont-naomie-portrait-e1732875077424-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/naomie-pont__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235040,
size: 0.5,
source: 230628,
target: 235040 });
// adding node
var x_node = Math.cos(2 * 22 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 22 * Math.PI / N) * 10;
g.nodes.push({
id: 235002,
label: 'MEMBER: Esteban Delelis',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/esteban-delelis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628235002,
size: 0.5,
source: 230628,
target: 235002 });
// adding node
var x_node = Math.cos(2 * 23 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 23 * Math.PI / N) * 10;
g.nodes.push({
id: 234999,
label: 'MEMBER: Trinity Pirrone',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/trinity-pirrone/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234999,
size: 0.5,
source: 230628,
target: 234999 });
// adding node
var x_node = Math.cos(2 * 24 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 24 * Math.PI / N) * 10;
g.nodes.push({
id: 234931,
label: 'MEMBER: Ruben Gonzalez Miguelez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ruben-gonzales-miguelez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234931,
size: 0.5,
source: 230628,
target: 234931 });
// adding node
var x_node = Math.cos(2 * 25 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 25 * Math.PI / N) * 10;
g.nodes.push({
id: 234900,
label: 'MEMBER: Arun Maurya',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enarun-maurya-arun-maurya-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arun-maurya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234900,
size: 0.5,
source: 230628,
target: 234900 });
// adding node
var x_node = Math.cos(2 * 26 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 26 * Math.PI / N) * 10;
g.nodes.push({
id: 234890,
label: 'MEMBER: Tamara Erseki',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-entamara-erseki-research-pasteur-entamara-erseki-te-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tamara-erseki/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234890,
size: 0.5,
source: 230628,
target: 234890 });
// adding node
var x_node = Math.cos(2 * 27 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 27 * Math.PI / N) * 10;
g.nodes.push({
id: 234772,
label: 'MEMBER: Michelle Georgi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/michelle-georgi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234772,
size: 0.5,
source: 230628,
target: 234772 });
// adding node
var x_node = Math.cos(2 * 28 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 28 * Math.PI / N) * 10;
g.nodes.push({
id: 234747,
label: 'MEMBER: Camilla Tiezzi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/camilla-tiezzi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234747,
size: 0.5,
source: 230628,
target: 234747 });
// adding node
var x_node = Math.cos(2 * 29 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 29 * Math.PI / N) * 10;
g.nodes.push({
id: 234742,
label: 'MEMBER: Chiara Di Censo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chiara-di-censo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234742,
size: 0.5,
source: 230628,
target: 234742 });
// adding node
var x_node = Math.cos(2 * 30 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 30 * Math.PI / N) * 10;
g.nodes.push({
id: 234714,
label: 'MEMBER: Malgorzata Ewa Mnich',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/malgorzata-ewa-mnich/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234714,
size: 0.5,
source: 230628,
target: 234714 });
// adding node
var x_node = Math.cos(2 * 31 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 31 * Math.PI / N) * 10;
g.nodes.push({
id: 234711,
label: 'MEMBER: Jessica Mathews',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jessica-mathews/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234711,
size: 0.5,
source: 230628,
target: 234711 });
// adding node
var x_node = Math.cos(2 * 32 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 32 * Math.PI / N) * 10;
g.nodes.push({
id: 234703,
label: 'MEMBER: Evagelina Eleftheriou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/evagelina-eleftheriou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234703,
size: 0.5,
source: 230628,
target: 234703 });
// adding node
var x_node = Math.cos(2 * 33 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 33 * Math.PI / N) * 10;
g.nodes.push({
id: 234699,
label: 'MEMBER: Chloé Papapetropoulos',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/234699/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234699,
size: 0.5,
source: 230628,
target: 234699 });
// adding node
var x_node = Math.cos(2 * 34 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 34 * Math.PI / N) * 10;
g.nodes.push({
id: 234673,
label: 'MEMBER: Laura Soyer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enlaura-soyer-laura-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laura-soyer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234673,
size: 0.5,
source: 230628,
target: 234673 });
// adding node
var x_node = Math.cos(2 * 35 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 35 * Math.PI / N) * 10;
g.nodes.push({
id: 234657,
label: 'MEMBER: Juliette Hardy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/juliette-hardy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234657,
size: 0.5,
source: 230628,
target: 234657 });
// adding node
var x_node = Math.cos(2 * 36 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 36 * Math.PI / N) * 10;
g.nodes.push({
id: 234642,
label: 'MEMBER: Juan Carlos Ocampo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/juan-carlos-ocampo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234642,
size: 0.5,
source: 230628,
target: 234642 });
// adding node
var x_node = Math.cos(2 * 37 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 37 * Math.PI / N) * 10;
g.nodes.push({
id: 234637,
label: 'MEMBER: Andrea GOSSET',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andrea-gosset/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234637,
size: 0.5,
source: 230628,
target: 234637 });
// adding node
var x_node = Math.cos(2 * 38 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 38 * Math.PI / N) * 10;
g.nodes.push({
id: 234627,
label: 'MEMBER: Alexandra FAMIGLIETTI',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandra-famiglietti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234627,
size: 0.5,
source: 230628,
target: 234627 });
// adding node
var x_node = Math.cos(2 * 39 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 39 * Math.PI / N) * 10;
g.nodes.push({
id: 234602,
label: 'MEMBER: Vera Williams',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vera-williams/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234602,
size: 0.5,
source: 230628,
target: 234602 });
// adding node
var x_node = Math.cos(2 * 40 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 40 * Math.PI / N) * 10;
g.nodes.push({
id: 234599,
label: 'MEMBER: B.W.M ( Bas) Leemburg',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/b-w-m-bas-leemburg/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234599,
size: 0.5,
source: 230628,
target: 234599 });
// adding node
var x_node = Math.cos(2 * 41 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 41 * Math.PI / N) * 10;
g.nodes.push({
id: 234595,
label: 'MEMBER: Chiara FOINI',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chiara-foini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234595,
size: 0.5,
source: 230628,
target: 234595 });
// adding node
var x_node = Math.cos(2 * 42 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 42 * Math.PI / N) * 10;
g.nodes.push({
id: 234508,
label: 'MEMBER: Antonio Astorga Gamaza',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enantonio-astorga-gamazafrantonio-astorga-gamaza-pxl-20241110-155200738.mp22-1-e1732217098612-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antonio-astorga-gamaza/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234508,
size: 0.5,
source: 230628,
target: 234508 });
// adding node
var x_node = Math.cos(2 * 43 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 43 * Math.PI / N) * 10;
g.nodes.push({
id: 234502,
label: 'MEMBER: Clemence WHITEWAY',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enclemence-whiteway-whiteway-clemence-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/clemence-whiteway/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234502,
size: 0.5,
source: 230628,
target: 234502 });
// adding node
var x_node = Math.cos(2 * 44 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 44 * Math.PI / N) * 10;
g.nodes.push({
id: 234417,
label: 'MEMBER: Emeraude Kuoch',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emeraude-kuoch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234417,
size: 0.5,
source: 230628,
target: 234417 });
// adding node
var x_node = Math.cos(2 * 45 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 45 * Math.PI / N) * 10;
g.nodes.push({
id: 234354,
label: 'MEMBER: Mohamad Harastani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mohamad-harastani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234354,
size: 0.5,
source: 230628,
target: 234354 });
// adding node
var x_node = Math.cos(2 * 46 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 46 * Math.PI / N) * 10;
g.nodes.push({
id: 234345,
label: 'MEMBER: Thomas Dodsworth',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thomas-dodsworth/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234345,
size: 0.5,
source: 230628,
target: 234345 });
// adding node
var x_node = Math.cos(2 * 47 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 47 * Math.PI / N) * 10;
g.nodes.push({
id: 234315,
label: 'MEMBER: Manuela Baquero Perez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/manuela-baquero-perez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234315,
size: 0.5,
source: 230628,
target: 234315 });
// adding node
var x_node = Math.cos(2 * 48 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 48 * Math.PI / N) * 10;
g.nodes.push({
id: 234255,
label: 'MEMBER: Lucie Paoli',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lucie-paoli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234255,
size: 0.5,
source: 230628,
target: 234255 });
// adding node
var x_node = Math.cos(2 * 49 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 49 * Math.PI / N) * 10;
g.nodes.push({
id: 234141,
label: 'MEMBER: Matthieu Najm',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/matthieu-najm/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234141,
size: 0.5,
source: 230628,
target: 234141 });
// adding node
var x_node = Math.cos(2 * 50 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 50 * Math.PI / N) * 10;
g.nodes.push({
id: 234138,
label: 'MEMBER: Marko Baric',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enmarko-baricfrmarko-baric-img-02011-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marko-baric/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234138,
size: 0.5,
source: 230628,
target: 234138 });
// adding node
var x_node = Math.cos(2 * 51 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 51 * Math.PI / N) * 10;
g.nodes.push({
id: 234090,
label: 'MEMBER: Maya Ezzo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-maya-ezzo-maya-ezzo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maya-ezzo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234090,
size: 0.5,
source: 230628,
target: 234090 });
// adding node
var x_node = Math.cos(2 * 52 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 52 * Math.PI / N) * 10;
g.nodes.push({
id: 234076,
label: 'MEMBER: Clement Weinreich',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enclement-weinreichfrclement-weinreich-research-pasteur-enclement-weinreichfrclement-weinreich-img-20221126-1305203-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clement-weinreich/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234076,
size: 0.5,
source: 230628,
target: 234076 });
// adding node
var x_node = Math.cos(2 * 53 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 53 * Math.PI / N) * 10;
g.nodes.push({
id: 234035,
label: 'MEMBER: Kristen Curry',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kristen-curry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234035,
size: 0.5,
source: 230628,
target: 234035 });
// adding node
var x_node = Math.cos(2 * 54 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 54 * Math.PI / N) * 10;
g.nodes.push({
id: 234022,
label: 'MEMBER: Kenza Mourji',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enkenza-mourji-kenza-mourji-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/kenza-mourji/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628234022,
size: 0.5,
source: 230628,
target: 234022 });
// adding node
var x_node = Math.cos(2 * 55 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 55 * Math.PI / N) * 10;
g.nodes.push({
id: 211223,
label: 'MEMBER: Juliette Bellengier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/juliette-bellengier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211223,
size: 0.5,
source: 230628,
target: 211223 });
// adding node
var x_node = Math.cos(2 * 56 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 56 * Math.PI / N) * 10;
g.nodes.push({
id: 232504,
label: 'MEMBER: Jade Assuncao',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-assuncao-jade-eera-v2-assuncao-jade-eera-v2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jade-assuncao/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232504,
size: 0.5,
source: 230628,
target: 232504 });
// adding node
var x_node = Math.cos(2 * 57 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 57 * Math.PI / N) * 10;
g.nodes.push({
id: 233953,
label: 'MEMBER: Arthur Carré',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/arthur-carre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233953,
size: 0.5,
source: 230628,
target: 233953 });
// adding node
var x_node = Math.cos(2 * 58 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 58 * Math.PI / N) * 10;
g.nodes.push({
id: 233883,
label: 'MEMBER: Charalampos Koulloupas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-koulloupas-c-photo-koulloupas-c-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/233883/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233883,
size: 0.5,
source: 230628,
target: 233883 });
// adding node
var x_node = Math.cos(2 * 59 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 59 * Math.PI / N) * 10;
g.nodes.push({
id: 233833,
label: 'MEMBER: Aurore Gaudin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aurore-gaudin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233833,
size: 0.5,
source: 230628,
target: 233833 });
// adding node
var x_node = Math.cos(2 * 60 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 60 * Math.PI / N) * 10;
g.nodes.push({
id: 233830,
label: 'MEMBER: Francois Le Guerroue',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enfrancois-le-guerrouefrfrancois-le-guerroue-img-0401-1-e1731664860585-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-le-guerroue/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233830,
size: 0.5,
source: 230628,
target: 233830 });
// adding node
var x_node = Math.cos(2 * 61 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 61 * Math.PI / N) * 10;
g.nodes.push({
id: 233827,
label: 'MEMBER: Slobodan Culina',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enslobodan-culinafrslobodan-culina-slobodan-luana-rocchesani-9-sur-30-e1733227018383-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/slobodan-culina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233827,
size: 0.5,
source: 230628,
target: 233827 });
// adding node
var x_node = Math.cos(2 * 62 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 62 * Math.PI / N) * 10;
g.nodes.push({
id: 233742,
label: 'MEMBER: Nicolas Bellini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicolas-bellini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233742,
size: 0.5,
source: 230628,
target: 233742 });
// adding node
var x_node = Math.cos(2 * 63 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 63 * Math.PI / N) * 10;
g.nodes.push({
id: 233637,
label: 'MEMBER: Letizia Mazzarella',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-letizia-mazzarella-letizia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/letizia-mazzarella/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233637,
size: 0.5,
source: 230628,
target: 233637 });
// adding node
var x_node = Math.cos(2 * 64 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 64 * Math.PI / N) * 10;
g.nodes.push({
id: 233626,
label: 'MEMBER: Iris Unterweger',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-eniris-unterwegerfriris-unterweger-iris-cut-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/iris-unterweger/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233626,
size: 0.5,
source: 230628,
target: 233626 });
// adding node
var x_node = Math.cos(2 * 65 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 65 * Math.PI / N) * 10;
g.nodes.push({
id: 233618,
label: 'MEMBER: Asna Abdou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-asna-asna-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/asna-abdou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233618,
size: 0.5,
source: 230628,
target: 233618 });
// adding node
var x_node = Math.cos(2 * 66 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 66 * Math.PI / N) * 10;
g.nodes.push({
id: 233604,
label: 'MEMBER: Tonia Dargham',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tonia-dargham/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233604,
size: 0.5,
source: 230628,
target: 233604 });
// adding node
var x_node = Math.cos(2 * 67 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 67 * Math.PI / N) * 10;
g.nodes.push({
id: 233601,
label: 'MEMBER: Keita Kayama',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/11/research_pasteur-enkeita-kayamafrkeita-kayama-img-3989-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/keita-kayama/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233601,
size: 0.5,
source: 230628,
target: 233601 });
// adding node
var x_node = Math.cos(2 * 68 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 68 * Math.PI / N) * 10;
g.nodes.push({
id: 233577,
label: 'MEMBER: Corentin Aubé',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/233577/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233577,
size: 0.5,
source: 230628,
target: 233577 });
// adding node
var x_node = Math.cos(2 * 69 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 69 * Math.PI / N) * 10;
g.nodes.push({
id: 233453,
label: 'MEMBER: Morgan Lelièvre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/morgan-lelievre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233453,
size: 0.5,
source: 230628,
target: 233453 });
// adding node
var x_node = Math.cos(2 * 70 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 70 * Math.PI / N) * 10;
g.nodes.push({
id: 233407,
label: 'MEMBER: Sarah Erraiss',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-ensarah-erraissfrsarah-erraiss-research-pasteur-ensarah-erraissfrsarah-erraiss-se-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sarah-erraiss/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233407,
size: 0.5,
source: 230628,
target: 233407 });
// adding node
var x_node = Math.cos(2 * 71 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 71 * Math.PI / N) * 10;
g.nodes.push({
id: 233391,
label: 'MEMBER: Vanina Alzogaray',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-v-alzogaray-v-alzogaray-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vanina-alzogaray/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233391,
size: 0.5,
source: 230628,
target: 233391 });
// adding node
var x_node = Math.cos(2 * 72 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 72 * Math.PI / N) * 10;
g.nodes.push({
id: 233386,
label: 'MEMBER: Alice Carli',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alice-carli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233386,
size: 0.5,
source: 230628,
target: 233386 });
// adding node
var x_node = Math.cos(2 * 73 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 73 * Math.PI / N) * 10;
g.nodes.push({
id: 233170,
label: 'MEMBER: Justine Escard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/justine-escard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233170,
size: 0.5,
source: 230628,
target: 233170 });
// adding node
var x_node = Math.cos(2 * 74 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 74 * Math.PI / N) * 10;
g.nodes.push({
id: 233147,
label: 'MEMBER: Antonio EL HELOU',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enantonio-el-heloufrantonio-el-helou-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antonio-el-helou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233147,
size: 0.5,
source: 230628,
target: 233147 });
// adding node
var x_node = Math.cos(2 * 75 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 75 * Math.PI / N) * 10;
g.nodes.push({
id: 233000,
label: 'MEMBER: Martina Roversi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/martina-roversi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628233000,
size: 0.5,
source: 230628,
target: 233000 });
// adding node
var x_node = Math.cos(2 * 76 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 76 * Math.PI / N) * 10;
g.nodes.push({
id: 232979,
label: 'MEMBER: Basma Rezki',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/basma-rezki/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232979,
size: 0.5,
source: 230628,
target: 232979 });
// adding node
var x_node = Math.cos(2 * 77 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 77 * Math.PI / N) * 10;
g.nodes.push({
id: 232830,
label: 'MEMBER: Chloë Delon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enchloe-delonfrchloe-delon-img-3360-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/232830/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232830,
size: 0.5,
source: 230628,
target: 232830 });
// adding node
var x_node = Math.cos(2 * 78 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 78 * Math.PI / N) * 10;
g.nodes.push({
id: 232811,
label: 'MEMBER: Leonardo Gonzalez-Smith',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enleonardo-gonzalez-smithfrleonardo-gonzalez-smith-research-pasteur-enleonardo-gonzalez-smithfrleonardo-gonzalez-smith-capture-decran-2024-10-21-a-16.52.17-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leonardo-gonzalez-smith/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232811,
size: 0.5,
source: 230628,
target: 232811 });
// adding node
var x_node = Math.cos(2 * 79 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 79 * Math.PI / N) * 10;
g.nodes.push({
id: 232806,
label: 'MEMBER: Matilde Diaz Goncalves',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enmatilde-diaz-goncalvesfrmatilde-diaz-goncalves-foto-tipo-passe-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/matilde-diaz-goncalves/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232806,
size: 0.5,
source: 230628,
target: 232806 });
// adding node
var x_node = Math.cos(2 * 80 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 80 * Math.PI / N) * 10;
g.nodes.push({
id: 232800,
label: 'MEMBER: Elisha Dallon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enelisha-dallon-research-pasteur-enelisha-dallon-elisha-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elisha-dallon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232800,
size: 0.5,
source: 230628,
target: 232800 });
// adding node
var x_node = Math.cos(2 * 81 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 81 * Math.PI / N) * 10;
g.nodes.push({
id: 232759,
label: 'MEMBER: Pauline Remont',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pauline-remont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232759,
size: 0.5,
source: 230628,
target: 232759 });
// adding node
var x_node = Math.cos(2 * 82 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 82 * Math.PI / N) * 10;
g.nodes.push({
id: 232741,
label: 'MEMBER: Solène Huard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/solene-huard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232741,
size: 0.5,
source: 230628,
target: 232741 });
// adding node
var x_node = Math.cos(2 * 83 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 83 * Math.PI / N) * 10;
g.nodes.push({
id: 232735,
label: 'MEMBER: Ferdinand Genet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-genet-ferdinand-v2-genet-ferdinand-v2-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ferdinand-genet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232735,
size: 0.5,
source: 230628,
target: 232735 });
// adding node
var x_node = Math.cos(2 * 84 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 84 * Math.PI / N) * 10;
g.nodes.push({
id: 232483,
label: 'MEMBER: Marie Crouigneau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-crouigneau-marie-v-2-crouigneau-marie-v-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-crouigneau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232483,
size: 0.5,
source: 230628,
target: 232483 });
// adding node
var x_node = Math.cos(2 * 85 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 85 * Math.PI / N) * 10;
g.nodes.push({
id: 232696,
label: 'MEMBER: Davina Meriaux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/davina-meriaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232696,
size: 0.5,
source: 230628,
target: 232696 });
// adding node
var x_node = Math.cos(2 * 86 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 86 * Math.PI / N) * 10;
g.nodes.push({
id: 232691,
label: 'MEMBER: Imge Ozugergin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enimge-ozugergin-imge-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/imge-ozugergin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232691,
size: 0.5,
source: 230628,
target: 232691 });
// adding node
var x_node = Math.cos(2 * 87 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 87 * Math.PI / N) * 10;
g.nodes.push({
id: 232627,
label: 'MEMBER: Anaïs Gravet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enanais-gravetfranais-gravet-photo-anais-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anais-gravet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232627,
size: 0.5,
source: 230628,
target: 232627 });
// adding node
var x_node = Math.cos(2 * 88 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 88 * Math.PI / N) * 10;
g.nodes.push({
id: 232582,
label: 'MEMBER: Cian Reid',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-cian-reid-photo-cian-reid-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cian-reid/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232582,
size: 0.5,
source: 230628,
target: 232582 });
// adding node
var x_node = Math.cos(2 * 89 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 89 * Math.PI / N) * 10;
g.nodes.push({
id: 232562,
label: 'MEMBER: Camille Poulard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-encamille-poulard-camille-poulard1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-poulard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232562,
size: 0.5,
source: 230628,
target: 232562 });
// adding node
var x_node = Math.cos(2 * 90 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 90 * Math.PI / N) * 10;
g.nodes.push({
id: 232538,
label: 'MEMBER: Isaac Chow',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isaac-chow/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232538,
size: 0.5,
source: 230628,
target: 232538 });
// adding node
var x_node = Math.cos(2 * 91 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 91 * Math.PI / N) * 10;
g.nodes.push({
id: 232436,
label: 'MEMBER: Margaux Bilay',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enmargaux-bilay-margaux-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/margaux-bilay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232436,
size: 0.5,
source: 230628,
target: 232436 });
// adding node
var x_node = Math.cos(2 * 92 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 92 * Math.PI / N) * 10;
g.nodes.push({
id: 232344,
label: 'MEMBER: Diana Da Cruz Ribeiro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-endiana-da-cruz-ribeirofrdiana-da-cruz-ribeiro-dianaribeiro-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/diana-da-cruz-ribeiro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232344,
size: 0.5,
source: 230628,
target: 232344 });
// adding node
var x_node = Math.cos(2 * 93 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 93 * Math.PI / N) * 10;
g.nodes.push({
id: 232321,
label: 'MEMBER: Salvatore TORNAMBE',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/salvatore-tornambe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232321,
size: 0.5,
source: 230628,
target: 232321 });
// adding node
var x_node = Math.cos(2 * 94 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 94 * Math.PI / N) * 10;
g.nodes.push({
id: 232316,
label: 'MEMBER: Amina Tahir',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/amina-tahir/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232316,
size: 0.5,
source: 230628,
target: 232316 });
// adding node
var x_node = Math.cos(2 * 95 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 95 * Math.PI / N) * 10;
g.nodes.push({
id: 232311,
label: 'MEMBER: Sophie Battedou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophie-battedou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232311,
size: 0.5,
source: 230628,
target: 232311 });
// adding node
var x_node = Math.cos(2 * 96 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 96 * Math.PI / N) * 10;
g.nodes.push({
id: 232303,
label: 'MEMBER: Sarah Michel-Anfray',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sarah-michel-anfray/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232303,
size: 0.5,
source: 230628,
target: 232303 });
// adding node
var x_node = Math.cos(2 * 97 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 97 * Math.PI / N) * 10;
g.nodes.push({
id: 232296,
label: 'MEMBER: Odile Cruveiller',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/odile-cruveiller/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232296,
size: 0.5,
source: 230628,
target: 232296 });
// adding node
var x_node = Math.cos(2 * 98 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 98 * Math.PI / N) * 10;
g.nodes.push({
id: 232278,
label: 'MEMBER: Jakob Lichtblau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jakob-lichtblau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232278,
size: 0.5,
source: 230628,
target: 232278 });
// adding node
var x_node = Math.cos(2 * 99 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 99 * Math.PI / N) * 10;
g.nodes.push({
id: 232275,
label: 'MEMBER: Nolwenn Bayle',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nolwenn-bayle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232275,
size: 0.5,
source: 230628,
target: 232275 });
// adding node
var x_node = Math.cos(2 * 100 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 100 * Math.PI / N) * 10;
g.nodes.push({
id: 232270,
label: 'MEMBER: Marina Vicente Ciurans',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marina-vicente-ciurans/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232270,
size: 0.5,
source: 230628,
target: 232270 });
// adding node
var x_node = Math.cos(2 * 101 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 101 * Math.PI / N) * 10;
g.nodes.push({
id: 232223,
label: 'MEMBER: Stephanie Maya',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enstephanie-maya-maya-stephanie-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephanie-maya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232223,
size: 0.5,
source: 230628,
target: 232223 });
// adding node
var x_node = Math.cos(2 * 102 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 102 * Math.PI / N) * 10;
g.nodes.push({
id: 232220,
label: 'MEMBER: Minxing Zhang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enminxing-zhangfrminxing-zhang-minxing-photo-v2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/minxing-zhang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232220,
size: 0.5,
source: 230628,
target: 232220 });
// adding node
var x_node = Math.cos(2 * 103 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 103 * Math.PI / N) * 10;
g.nodes.push({
id: 232081,
label: 'MEMBER: Ariane Briegel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enariane-briegelfrariane-briegel-img-5061-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/ariane-briegel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232081,
size: 0.5,
source: 230628,
target: 232081 });
// adding node
var x_node = Math.cos(2 * 104 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 104 * Math.PI / N) * 10;
g.nodes.push({
id: 232064,
label: 'MEMBER: Sonia Vasco De Almeida',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-ensonia-vasco-de-almeida-sonia-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sonia-vasco-de-almeida/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628232064,
size: 0.5,
source: 230628,
target: 232064 });
// adding node
var x_node = Math.cos(2 * 105 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 105 * Math.PI / N) * 10;
g.nodes.push({
id: 231975,
label: 'MEMBER: Olivier Fosseprez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-olivier-lr-olivier-lr-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/olivier-fosseprez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231975,
size: 0.5,
source: 230628,
target: 231975 });
// adding node
var x_node = Math.cos(2 * 106 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 106 * Math.PI / N) * 10;
g.nodes.push({
id: 231964,
label: 'MEMBER: Carolina Altaf Figueiredo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/carolina-altaf-figueiredo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231964,
size: 0.5,
source: 230628,
target: 231964 });
// adding node
var x_node = Math.cos(2 * 107 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 107 * Math.PI / N) * 10;
g.nodes.push({
id: 231949,
label: 'MEMBER: Quentin Lamy-Besnier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-abp-dynphages-lamy-besnier-quentin-abp-dynphages-lamy-besnier-quentin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/quentin-lamy-besnier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231949,
size: 0.5,
source: 230628,
target: 231949 });
// adding node
var x_node = Math.cos(2 * 108 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 108 * Math.PI / N) * 10;
g.nodes.push({
id: 231914,
label: 'MEMBER: Quitterie Harmel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enquitterie-harmelfrquitterie-harmel-1729943271793-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/quitterie-harmel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231914,
size: 0.5,
source: 230628,
target: 231914 });
// adding node
var x_node = Math.cos(2 * 109 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 109 * Math.PI / N) * 10;
g.nodes.push({
id: 231909,
label: 'MEMBER: Béibhinn O’HORA',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/beibhinn-ohora/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231909,
size: 0.5,
source: 230628,
target: 231909 });
// adding node
var x_node = Math.cos(2 * 110 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 110 * Math.PI / N) * 10;
g.nodes.push({
id: 231903,
label: 'MEMBER: Andrew Ted Gewirtz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andrew-ted-gewirtz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231903,
size: 0.5,
source: 230628,
target: 231903 });
// adding node
var x_node = Math.cos(2 * 111 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 111 * Math.PI / N) * 10;
g.nodes.push({
id: 231898,
label: 'MEMBER: Romane Junker',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enromane-junkerfrromane-junker-img-2187-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/romane-junker/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231898,
size: 0.5,
source: 230628,
target: 231898 });
// adding node
var x_node = Math.cos(2 * 112 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 112 * Math.PI / N) * 10;
g.nodes.push({
id: 231894,
label: 'MEMBER: Yiqing WANG',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-20200630-100813-20200630-100813-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yiqing-wang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231894,
size: 0.5,
source: 230628,
target: 231894 });
// adding node
var x_node = Math.cos(2 * 113 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 113 * Math.PI / N) * 10;
g.nodes.push({
id: 231884,
label: 'MEMBER: Tristan Manneville',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-entristan-manneville-frtristan-manneville-image001-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tristan-manneville/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231884,
size: 0.5,
source: 230628,
target: 231884 });
// adding node
var x_node = Math.cos(2 * 114 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 114 * Math.PI / N) * 10;
g.nodes.push({
id: 231868,
label: 'MEMBER: Joséphine Lahmani',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enjosephine-lahmanifrjosephine-lahmani-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/josephine-lahmani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231868,
size: 0.5,
source: 230628,
target: 231868 });
// adding node
var x_node = Math.cos(2 * 115 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 115 * Math.PI / N) * 10;
g.nodes.push({
id: 231843,
label: 'MEMBER: Inès Dahlal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enines-dahlalfrines-dahlal-img-2760-2-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/ines-dahlal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231843,
size: 0.5,
source: 230628,
target: 231843 });
// adding node
var x_node = Math.cos(2 * 116 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 116 * Math.PI / N) * 10;
g.nodes.push({
id: 231840,
label: 'MEMBER: Eléonore Pourcelot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eleonore-pourcelot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231840,
size: 0.5,
source: 230628,
target: 231840 });
// adding node
var x_node = Math.cos(2 * 117 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 117 * Math.PI / N) * 10;
g.nodes.push({
id: 231823,
label: 'MEMBER: Clément Lopez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clement-lopez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231823,
size: 0.5,
source: 230628,
target: 231823 });
// adding node
var x_node = Math.cos(2 * 118 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 118 * Math.PI / N) * 10;
g.nodes.push({
id: 231813,
label: 'MEMBER: Maï OLLIVIER',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/231813/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231813,
size: 0.5,
source: 230628,
target: 231813 });
// adding node
var x_node = Math.cos(2 * 119 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 119 * Math.PI / N) * 10;
g.nodes.push({
id: 231804,
label: 'MEMBER: Léa MARTI',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lea-marti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231804,
size: 0.5,
source: 230628,
target: 231804 });
// adding node
var x_node = Math.cos(2 * 120 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 120 * Math.PI / N) * 10;
g.nodes.push({
id: 231786,
label: 'MEMBER: Solen Guillerm-Marra',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-solen-guillerm-marra-solen-guillerm-marra-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/solen-guillerm-marra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231786,
size: 0.5,
source: 230628,
target: 231786 });
// adding node
var x_node = Math.cos(2 * 121 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 121 * Math.PI / N) * 10;
g.nodes.push({
id: 231730,
label: 'MEMBER: Zachariah Pieter SCHUURS',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/zachariah-pieter-schuurs/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231730,
size: 0.5,
source: 230628,
target: 231730 });
// adding node
var x_node = Math.cos(2 * 122 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 122 * Math.PI / N) * 10;
g.nodes.push({
id: 231721,
label: 'MEMBER: Maria Camila Klaiss Luna',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enmaria-camila-klaiss-lunafrmaria-camila-klaiss-luna-photomck-e1728306562175-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-camila-klaiss-luna/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231721,
size: 0.5,
source: 230628,
target: 231721 });
// adding node
var x_node = Math.cos(2 * 123 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 123 * Math.PI / N) * 10;
g.nodes.push({
id: 231708,
label: 'MEMBER: Angela García Pelayo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enangela-garcia-pelayofrangela-garcia-pelayo-photo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/angela-garcia-pelayo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231708,
size: 0.5,
source: 230628,
target: 231708 });
// adding node
var x_node = Math.cos(2 * 124 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 124 * Math.PI / N) * 10;
g.nodes.push({
id: 231704,
label: 'MEMBER: Sixi Xing',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-ensixi-xingfrsixi-xing-sixi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sixi-xing/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231704,
size: 0.5,
source: 230628,
target: 231704 });
// adding node
var x_node = Math.cos(2 * 125 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 125 * Math.PI / N) * 10;
g.nodes.push({
id: 231685,
label: 'MEMBER: Louis Valognes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-enlouis-valognesfrlouis-valognes-bbfpgxkmwsc7pv3ymqe5udyhxvo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/louis-valognes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231685,
size: 0.5,
source: 230628,
target: 231685 });
// adding node
var x_node = Math.cos(2 * 126 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 126 * Math.PI / N) * 10;
g.nodes.push({
id: 231657,
label: 'MEMBER: Samuel Donaire Carpio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-ensamuel-donaire-carpiofrsamuel-donaire-carpio-photo-samuel-donaire-carpio-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/samuel-donaire-carpio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231657,
size: 0.5,
source: 230628,
target: 231657 });
// adding node
var x_node = Math.cos(2 * 127 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 127 * Math.PI / N) * 10;
g.nodes.push({
id: 231653,
label: 'MEMBER: Dana Hawasheen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/10/research_pasteur-endana-hawasheenfrdana-hawasheen-1648761195660-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dana-hawasheen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231653,
size: 0.5,
source: 230628,
target: 231653 });
// adding node
var x_node = Math.cos(2 * 128 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 128 * Math.PI / N) * 10;
g.nodes.push({
id: 231646,
label: 'MEMBER: Antonio Marino Cerrato',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/antonio-marino-cerrato/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231646,
size: 0.5,
source: 230628,
target: 231646 });
// adding node
var x_node = Math.cos(2 * 129 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 129 * Math.PI / N) * 10;
g.nodes.push({
id: 231634,
label: 'MEMBER: Debora GOUDIABY',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/231634/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231634,
size: 0.5,
source: 230628,
target: 231634 });
// adding node
var x_node = Math.cos(2 * 130 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 130 * Math.PI / N) * 10;
g.nodes.push({
id: 231524,
label: 'MEMBER: Benoit BOULEVARD',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/231524/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231524,
size: 0.5,
source: 230628,
target: 231524 });
// adding node
var x_node = Math.cos(2 * 131 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 131 * Math.PI / N) * 10;
g.nodes.push({
id: 231477,
label: 'MEMBER: Ying Liu',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ying-liu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231477,
size: 0.5,
source: 230628,
target: 231477 });
// adding node
var x_node = Math.cos(2 * 132 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 132 * Math.PI / N) * 10;
g.nodes.push({
id: 231515,
label: 'MEMBER: Sophie Oatley',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophie-oatley/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231515,
size: 0.5,
source: 230628,
target: 231515 });
// adding node
var x_node = Math.cos(2 * 133 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 133 * Math.PI / N) * 10;
g.nodes.push({
id: 231392,
label: 'MEMBER: Agathe Aberlenc',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/agathe-aberlenc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231392,
size: 0.5,
source: 230628,
target: 231392 });
// adding node
var x_node = Math.cos(2 * 134 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 134 * Math.PI / N) * 10;
g.nodes.push({
id: 231389,
label: 'MEMBER: Claire Lecestre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/claire-lecestre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231389,
size: 0.5,
source: 230628,
target: 231389 });
// adding node
var x_node = Math.cos(2 * 135 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 135 * Math.PI / N) * 10;
g.nodes.push({
id: 4962,
label: 'MEMBER: Jean-Pierre Vartanian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-jean-pierre-vartanian-photo-jpv--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-pierre-vartanian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284962,
size: 0.5,
source: 230628,
target: 4962 });
// adding node
var x_node = Math.cos(2 * 136 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 136 * Math.PI / N) * 10;
g.nodes.push({
id: 231216,
label: 'MEMBER: Federico Croci',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/federico-croci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628231216,
size: 0.5,
source: 230628,
target: 231216 });
// adding node
var x_node = Math.cos(2 * 137 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 137 * Math.PI / N) * 10;
g.nodes.push({
id: 230951,
label: 'MEMBER: Javad Najafi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enjavad-najafi-1000010571-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/javad-najafi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230951,
size: 0.5,
source: 230628,
target: 230951 });
// adding node
var x_node = Math.cos(2 * 138 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 138 * Math.PI / N) * 10;
g.nodes.push({
id: 230940,
label: 'MEMBER: Daniel Manzoni-de-Almeida',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2014/09/research_pasteur-encell-biology-amp-infectionfrbiologie-cellulaire-et-infection-research-pasteur-encell-biology-amp-infectionfrbiologie-cellulaire-et-infection-screenshot-20240924-144250-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniel-manzoni-de-almeida/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230940,
size: 0.5,
source: 230628,
target: 230940 });
// adding node
var x_node = Math.cos(2 * 139 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 139 * Math.PI / N) * 10;
g.nodes.push({
id: 230889,
label: 'MEMBER: Kosovare Kukleci',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enkosovare-kuklecifrkosovare-kukleci-capture-decran-2024-09-24-a-20.27.33-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kosovare-kukleci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230889,
size: 0.5,
source: 230628,
target: 230889 });
// adding node
var x_node = Math.cos(2 * 140 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 140 * Math.PI / N) * 10;
g.nodes.push({
id: 230857,
label: 'MEMBER: Clarisse Ganier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enclarisse-ganierfrclarisse-ganier-research-pasteur-enclarisse-ganierfrclarisse-ganier-clarisse-ganier-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clarisse-ganier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230857,
size: 0.5,
source: 230628,
target: 230857 });
// adding node
var x_node = Math.cos(2 * 141 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 141 * Math.PI / N) * 10;
g.nodes.push({
id: 230850,
label: 'MEMBER: Yasmine Belkaid',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enyasmine-belkaidfryasmine-belkaid-belkaid-yasmine-0491-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yasmine-belkaid/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230850,
size: 0.5,
source: 230628,
target: 230850 });
// adding node
var x_node = Math.cos(2 * 142 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 142 * Math.PI / N) * 10;
g.nodes.push({
id: 230770,
label: 'MEMBER: Zhengrui ZHANG',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/zhengrui-zhang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230770,
size: 0.5,
source: 230628,
target: 230770 });
// adding node
var x_node = Math.cos(2 * 143 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 143 * Math.PI / N) * 10;
g.nodes.push({
id: 230762,
label: 'MEMBER: John Dallon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enjohn-dallon-john-dallon.pdf1--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/john-dallon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230762,
size: 0.5,
source: 230628,
target: 230762 });
// adding node
var x_node = Math.cos(2 * 144 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 144 * Math.PI / N) * 10;
g.nodes.push({
id: 230726,
label: 'MEMBER: Yoann Cortier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-yoann-cortier-image-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/yoann-cortier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230726,
size: 0.5,
source: 230628,
target: 230726 });
// adding node
var x_node = Math.cos(2 * 145 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 145 * Math.PI / N) * 10;
g.nodes.push({
id: 230684,
label: 'MEMBER: Adrien Bachmeyer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-20240917-0737132-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adrien-bachmeyer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230684,
size: 0.5,
source: 230628,
target: 230684 });
// adding node
var x_node = Math.cos(2 * 146 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 146 * Math.PI / N) * 10;
g.nodes.push({
id: 230452,
label: 'MEMBER: Thomas Derenne',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thomas-derenne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230452,
size: 0.5,
source: 230628,
target: 230452 });
// adding node
var x_node = Math.cos(2 * 147 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 147 * Math.PI / N) * 10;
g.nodes.push({
id: 230449,
label: 'MEMBER: Paul Haase',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/paul-haase/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230449,
size: 0.5,
source: 230628,
target: 230449 });
// adding node
var x_node = Math.cos(2 * 148 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 148 * Math.PI / N) * 10;
g.nodes.push({
id: 230435,
label: 'MEMBER: Victoria Chevée',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-envictoria-chevee-victoria-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/victoria-chevee/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230435,
size: 0.5,
source: 230628,
target: 230435 });
// adding node
var x_node = Math.cos(2 * 149 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 149 * Math.PI / N) * 10;
g.nodes.push({
id: 230391,
label: 'MEMBER: Chloé Frat',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chloe-frat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230391,
size: 0.5,
source: 230628,
target: 230391 });
// adding node
var x_node = Math.cos(2 * 150 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 150 * Math.PI / N) * 10;
g.nodes.push({
id: 230353,
label: 'MEMBER: Aleksi Isomursu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enaleksi-isomursu-isomursu-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aleksi-isomursu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230353,
size: 0.5,
source: 230628,
target: 230353 });
// adding node
var x_node = Math.cos(2 * 151 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 151 * Math.PI / N) * 10;
g.nodes.push({
id: 230212,
label: 'MEMBER: Alexandre Hervé',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandre-herve/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230212,
size: 0.5,
source: 230628,
target: 230212 });
// adding node
var x_node = Math.cos(2 * 152 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 152 * Math.PI / N) * 10;
g.nodes.push({
id: 230213,
label: 'MEMBER: Lola Alves',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lola-alves/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230213,
size: 0.5,
source: 230628,
target: 230213 });
// adding node
var x_node = Math.cos(2 * 153 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 153 * Math.PI / N) * 10;
g.nodes.push({
id: 230209,
label: 'MEMBER: Quentin Escaille',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/quentin-escaille/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230209,
size: 0.5,
source: 230628,
target: 230209 });
// adding node
var x_node = Math.cos(2 * 154 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 154 * Math.PI / N) * 10;
g.nodes.push({
id: 230204,
label: 'MEMBER: Jean-Gabriel Lesdema',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-gabriel-lesdema/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230204,
size: 0.5,
source: 230628,
target: 230204 });
// adding node
var x_node = Math.cos(2 * 155 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 155 * Math.PI / N) * 10;
g.nodes.push({
id: 230197,
label: 'MEMBER: Marius Allombert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enmarius-allombertfrmarius-allombert-img-1375-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marius-allombert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230197,
size: 0.5,
source: 230628,
target: 230197 });
// adding node
var x_node = Math.cos(2 * 156 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 156 * Math.PI / N) * 10;
g.nodes.push({
id: 230180,
label: 'MEMBER: Nolan Lacoste',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nolan-lacoste/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230180,
size: 0.5,
source: 230628,
target: 230180 });
// adding node
var x_node = Math.cos(2 * 157 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 157 * Math.PI / N) * 10;
g.nodes.push({
id: 230150,
label: 'MEMBER: Robsen Miressa Regasa',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/robsen-miressa-regasa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230150,
size: 0.5,
source: 230628,
target: 230150 });
// adding node
var x_node = Math.cos(2 * 158 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 158 * Math.PI / N) * 10;
g.nodes.push({
id: 230145,
label: 'MEMBER: Bahar Asadipour',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/bahar-asadipour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230145,
size: 0.5,
source: 230628,
target: 230145 });
// adding node
var x_node = Math.cos(2 * 159 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 159 * Math.PI / N) * 10;
g.nodes.push({
id: 230061,
label: 'MEMBER: Laura Kerschbaumer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enlaura-kerschbaumerfrlaura-kerschbaumer-foto-klein-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/230061/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628230061,
size: 0.5,
source: 230628,
target: 230061 });
// adding node
var x_node = Math.cos(2 * 160 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 160 * Math.PI / N) * 10;
g.nodes.push({
id: 229996,
label: 'MEMBER: Léa Delmaire',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enlea-delmairefrlea-delmaire-portrait-lea-delmaire-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lea-delmaire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229996,
size: 0.5,
source: 230628,
target: 229996 });
// adding node
var x_node = Math.cos(2 * 161 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 161 * Math.PI / N) * 10;
g.nodes.push({
id: 229993,
label: 'MEMBER: Jules Villa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enjules-villafrjules-villa-img-7182-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jules-villa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229993,
size: 0.5,
source: 230628,
target: 229993 });
// adding node
var x_node = Math.cos(2 * 162 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 162 * Math.PI / N) * 10;
g.nodes.push({
id: 229952,
label: 'MEMBER: Jules Pusnel-Poracchia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/09/research_pasteur-enjules-pusnel-poracchiafrjules-pusnel-poracchia-photo-jules-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jules-pusnel-poracchia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229952,
size: 0.5,
source: 230628,
target: 229952 });
// adding node
var x_node = Math.cos(2 * 163 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 163 * Math.PI / N) * 10;
g.nodes.push({
id: 229688,
label: 'MEMBER: Sonia Tatiana Murillo Corrales',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/229688/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229688,
size: 0.5,
source: 230628,
target: 229688 });
// adding node
var x_node = Math.cos(2 * 164 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 164 * Math.PI / N) * 10;
g.nodes.push({
id: 229475,
label: 'MEMBER: Alexandrine Capra',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandrine-capra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229475,
size: 0.5,
source: 230628,
target: 229475 });
// adding node
var x_node = Math.cos(2 * 165 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 165 * Math.PI / N) * 10;
g.nodes.push({
id: 229453,
label: 'MEMBER: Solène Ecomard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/solene-ecomard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229453,
size: 0.5,
source: 230628,
target: 229453 });
// adding node
var x_node = Math.cos(2 * 166 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 166 * Math.PI / N) * 10;
g.nodes.push({
id: 229449,
label: 'MEMBER: Camille Sivelle',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/camille-sivelle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229449,
size: 0.5,
source: 230628,
target: 229449 });
// adding node
var x_node = Math.cos(2 * 167 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 167 * Math.PI / N) * 10;
g.nodes.push({
id: 229446,
label: 'MEMBER: Nandita Sharma',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nandita-sharma/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229446,
size: 0.5,
source: 230628,
target: 229446 });
// adding node
var x_node = Math.cos(2 * 168 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 168 * Math.PI / N) * 10;
g.nodes.push({
id: 229444,
label: 'MEMBER: Nicolas Dufour',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/08/research_pasteur-nicolas-dufour-dufour-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-dufour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229444,
size: 0.5,
source: 230628,
target: 229444 });
// adding node
var x_node = Math.cos(2 * 169 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 169 * Math.PI / N) * 10;
g.nodes.push({
id: 229422,
label: 'MEMBER: Eleonore Bouchereau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/08/research_pasteur-eneleonore-bouchereaufreleonore-bouchereau-research-pasteur-eneleonore-bouchereaufreleonore-bouchereau-screenshot-2024-08-12-at-22.36.03-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eleonore-bouchereau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229422,
size: 0.5,
source: 230628,
target: 229422 });
// adding node
var x_node = Math.cos(2 * 170 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 170 * Math.PI / N) * 10;
g.nodes.push({
id: 229418,
label: 'MEMBER: Astrid Nilsson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/08/research_pasteur-enastrid-nilssonfrastrid-nilson-photo-moi-ok-cropped-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/astrid-nilsson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229418,
size: 0.5,
source: 230628,
target: 229418 });
// adding node
var x_node = Math.cos(2 * 171 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 171 * Math.PI / N) * 10;
g.nodes.push({
id: 229275,
label: 'MEMBER: Augusto Mantilla Ayala',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/augusto-mantilla-ayala/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229275,
size: 0.5,
source: 230628,
target: 229275 });
// adding node
var x_node = Math.cos(2 * 172 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 172 * Math.PI / N) * 10;
g.nodes.push({
id: 229258,
label: 'MEMBER: Marine Hurard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marine-hurard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229258,
size: 0.5,
source: 230628,
target: 229258 });
// adding node
var x_node = Math.cos(2 * 173 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 173 * Math.PI / N) * 10;
g.nodes.push({
id: 229206,
label: 'MEMBER: Emy Taylor',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emy-taylor/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229206,
size: 0.5,
source: 230628,
target: 229206 });
// adding node
var x_node = Math.cos(2 * 174 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 174 * Math.PI / N) * 10;
g.nodes.push({
id: 229109,
label: 'MEMBER: Hanae Chouali',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/07/research_pasteur-enhanae-choualifrhanae-chouali-image-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hanae-chouali/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229109,
size: 0.5,
source: 230628,
target: 229109 });
// adding node
var x_node = Math.cos(2 * 175 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 175 * Math.PI / N) * 10;
g.nodes.push({
id: 229106,
label: 'MEMBER: Lucas Chataigner',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/07/research_pasteur-enlucas-chataignerfrlucas-chataigner-cvpicture4-min-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucas-chataigner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229106,
size: 0.5,
source: 230628,
target: 229106 });
// adding node
var x_node = Math.cos(2 * 176 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 176 * Math.PI / N) * 10;
g.nodes.push({
id: 229097,
label: 'MEMBER: Raphael Malak',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/raphael-malak/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628229097,
size: 0.5,
source: 230628,
target: 229097 });
// adding node
var x_node = Math.cos(2 * 177 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 177 * Math.PI / N) * 10;
g.nodes.push({
id: 228888,
label: 'MEMBER: Valeria Mateo Estrada',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/07/research_pasteur-envaleria-mateo-estradafrvaleria-mateo-estrada-photo-valeria-mateo-estrada2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valeria-mateo-estrada/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228888,
size: 0.5,
source: 230628,
target: 228888 });
// adding node
var x_node = Math.cos(2 * 178 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 178 * Math.PI / N) * 10;
g.nodes.push({
id: 228788,
label: 'MEMBER: Béatrice CORRÉA',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/beatrice-correa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228788,
size: 0.5,
source: 230628,
target: 228788 });
// adding node
var x_node = Math.cos(2 * 179 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 179 * Math.PI / N) * 10;
g.nodes.push({
id: 228650,
label: 'MEMBER: Raphael Fajgeles',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/raphael-fajgeles/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228650,
size: 0.5,
source: 230628,
target: 228650 });
// adding node
var x_node = Math.cos(2 * 180 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 180 * Math.PI / N) * 10;
g.nodes.push({
id: 228647,
label: 'MEMBER: Katherine Daniela Garro Gamarra',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/katherine-daniela-garro-gamarra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228647,
size: 0.5,
source: 230628,
target: 228647 });
// adding node
var x_node = Math.cos(2 * 181 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 181 * Math.PI / N) * 10;
g.nodes.push({
id: 228541,
label: 'MEMBER: Laetitia Camard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laetitia-camard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228541,
size: 0.5,
source: 230628,
target: 228541 });
// adding node
var x_node = Math.cos(2 * 182 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 182 * Math.PI / N) * 10;
g.nodes.push({
id: 228534,
label: 'MEMBER: Juan Sienes Bailo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/juan-sienes-bailo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228534,
size: 0.5,
source: 230628,
target: 228534 });
// adding node
var x_node = Math.cos(2 * 183 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 183 * Math.PI / N) * 10;
g.nodes.push({
id: 228529,
label: 'MEMBER: Emilie Nguyen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emilie-nguyen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228529,
size: 0.5,
source: 230628,
target: 228529 });
// adding node
var x_node = Math.cos(2 * 184 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 184 * Math.PI / N) * 10;
g.nodes.push({
id: 228394,
label: 'MEMBER: Adriana Lecourieux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/adriana-lecourieux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228394,
size: 0.5,
source: 230628,
target: 228394 });
// adding node
var x_node = Math.cos(2 * 185 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 185 * Math.PI / N) * 10;
g.nodes.push({
id: 228389,
label: 'MEMBER: Baptiste Arnaud',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/baptiste-arnaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228389,
size: 0.5,
source: 230628,
target: 228389 });
// adding node
var x_node = Math.cos(2 * 186 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 186 * Math.PI / N) * 10;
g.nodes.push({
id: 228385,
label: 'MEMBER: Camille Vaganay',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/camille-vaganay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228385,
size: 0.5,
source: 230628,
target: 228385 });
// adding node
var x_node = Math.cos(2 * 187 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 187 * Math.PI / N) * 10;
g.nodes.push({
id: 228285,
label: 'MEMBER: Chloé Douhéret',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chloe-douheret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228285,
size: 0.5,
source: 230628,
target: 228285 });
// adding node
var x_node = Math.cos(2 * 188 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 188 * Math.PI / N) * 10;
g.nodes.push({
id: 228242,
label: 'MEMBER: Hannah Kaminski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/07/research_pasteur-enhannah-kaminski-hannah-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/hannah-kaminski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228242,
size: 0.5,
source: 230628,
target: 228242 });
// adding node
var x_node = Math.cos(2 * 189 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 189 * Math.PI / N) * 10;
g.nodes.push({
id: 228192,
label: 'MEMBER: Emily Webber',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/07/research_pasteur-enemily-webber-emily-website-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/emily-webber/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228192,
size: 0.5,
source: 230628,
target: 228192 });
// adding node
var x_node = Math.cos(2 * 190 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 190 * Math.PI / N) * 10;
g.nodes.push({
id: 228016,
label: 'MEMBER: Marie Coateval',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/07/research_pasteur-enmarie-coatevalfrmarie-coateval-1616185163551-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marie-coateval/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228016,
size: 0.5,
source: 230628,
target: 228016 });
// adding node
var x_node = Math.cos(2 * 191 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 191 * Math.PI / N) * 10;
g.nodes.push({
id: 228006,
label: 'MEMBER: Eddy Simard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/07/research_pasteur-eneddy-simardfreddy-simard-p1027153-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eddy-simard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228006,
size: 0.5,
source: 230628,
target: 228006 });
// adding node
var x_node = Math.cos(2 * 192 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 192 * Math.PI / N) * 10;
g.nodes.push({
id: 228000,
label: 'MEMBER: Heidy Vera',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/07/research_pasteur-enheidy-verafrheidy-vera-heidyv-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/heidy-vera/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628228000,
size: 0.5,
source: 230628,
target: 228000 });
// adding node
var x_node = Math.cos(2 * 193 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 193 * Math.PI / N) * 10;
g.nodes.push({
id: 227824,
label: 'MEMBER: Paul Cayrou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/paul-cayrou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227824,
size: 0.5,
source: 230628,
target: 227824 });
// adding node
var x_node = Math.cos(2 * 194 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 194 * Math.PI / N) * 10;
g.nodes.push({
id: 227818,
label: 'MEMBER: Françoise Banga',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/francoise-banga/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227818,
size: 0.5,
source: 230628,
target: 227818 });
// adding node
var x_node = Math.cos(2 * 195 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 195 * Math.PI / N) * 10;
g.nodes.push({
id: 227782,
label: 'MEMBER: Samuel Chenaud',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/samuel-chenaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227782,
size: 0.5,
source: 230628,
target: 227782 });
// adding node
var x_node = Math.cos(2 * 196 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 196 * Math.PI / N) * 10;
g.nodes.push({
id: 227584,
label: 'MEMBER: Anouch KULTCHEYAN',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-kultcheyan-anouch-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anouch-kultcheyan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227584,
size: 0.5,
source: 230628,
target: 227584 });
// adding node
var x_node = Math.cos(2 * 197 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 197 * Math.PI / N) * 10;
g.nodes.push({
id: 227560,
label: 'MEMBER: Charlène Dauriat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-encharlene-dauriatfrcharlene-dauriat-img-4615-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/charlene-dauriat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227560,
size: 0.5,
source: 230628,
target: 227560 });
// adding node
var x_node = Math.cos(2 * 198 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 198 * Math.PI / N) * 10;
g.nodes.push({
id: 227494,
label: 'MEMBER: Alawiya Reslan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/reslan-alawiya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227494,
size: 0.5,
source: 230628,
target: 227494 });
// adding node
var x_node = Math.cos(2 * 199 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 199 * Math.PI / N) * 10;
g.nodes.push({
id: 227450,
label: 'MEMBER: Andrés Cardona',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andres-cardona/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227450,
size: 0.5,
source: 230628,
target: 227450 });
// adding node
var x_node = Math.cos(2 * 200 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 200 * Math.PI / N) * 10;
g.nodes.push({
id: 227443,
label: 'MEMBER: Sara Formichetti',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sara-formichetti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227443,
size: 0.5,
source: 230628,
target: 227443 });
// adding node
var x_node = Math.cos(2 * 201 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 201 * Math.PI / N) * 10;
g.nodes.push({
id: 227395,
label: 'MEMBER: Arthur Echard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/arthur-echard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227395,
size: 0.5,
source: 230628,
target: 227395 });
// adding node
var x_node = Math.cos(2 * 202 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 202 * Math.PI / N) * 10;
g.nodes.push({
id: 227353,
label: 'MEMBER: Geraldine Murphy-Galievsky',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/geraldine-murphy-galievsky/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227353,
size: 0.5,
source: 230628,
target: 227353 });
// adding node
var x_node = Math.cos(2 * 203 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 203 * Math.PI / N) * 10;
g.nodes.push({
id: 227317,
label: 'MEMBER: José Fernando Garcia Rodrigo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-whatsapp-image-2022-04-17-at-10.41.54-am-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/jose-fernando-garcia-rodrigo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227317,
size: 0.5,
source: 230628,
target: 227317 });
// adding node
var x_node = Math.cos(2 * 204 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 204 * Math.PI / N) * 10;
g.nodes.push({
id: 227242,
label: 'MEMBER: Gizem Baydemir',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-engizem-baydemirfrgizem-baydemir-research-pasteur-engizem-baydemirfrgizem-baydemir-gb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gizem-baydemir/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227242,
size: 0.5,
source: 230628,
target: 227242 });
// adding node
var x_node = Math.cos(2 * 205 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 205 * Math.PI / N) * 10;
g.nodes.push({
id: 227239,
label: 'MEMBER: Julie de Oliveira',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julie-de-oliveira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227239,
size: 0.5,
source: 230628,
target: 227239 });
// adding node
var x_node = Math.cos(2 * 206 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 206 * Math.PI / N) * 10;
g.nodes.push({
id: 227228,
label: 'MEMBER: Fatima Elhattab',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fatima-elhattab/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227228,
size: 0.5,
source: 230628,
target: 227228 });
// adding node
var x_node = Math.cos(2 * 207 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 207 * Math.PI / N) * 10;
g.nodes.push({
id: 227208,
label: 'MEMBER: Nicolas Vautrin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicolas-vautrin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227208,
size: 0.5,
source: 230628,
target: 227208 });
// adding node
var x_node = Math.cos(2 * 208 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 208 * Math.PI / N) * 10;
g.nodes.push({
id: 227168,
label: 'MEMBER: Neile Paumier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/neile-paumier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227168,
size: 0.5,
source: 230628,
target: 227168 });
// adding node
var x_node = Math.cos(2 * 209 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 209 * Math.PI / N) * 10;
g.nodes.push({
id: 227142,
label: 'MEMBER: Hannah Gilliam-Vigh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hannah-gilliam-vigh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227142,
size: 0.5,
source: 230628,
target: 227142 });
// adding node
var x_node = Math.cos(2 * 210 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 210 * Math.PI / N) * 10;
g.nodes.push({
id: 227136,
label: 'MEMBER: Chloé Robert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-enchloe-robertfrchloe-robert-img-0865-1-e1719496450892-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-robert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227136,
size: 0.5,
source: 230628,
target: 227136 });
// adding node
var x_node = Math.cos(2 * 211 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 211 * Math.PI / N) * 10;
g.nodes.push({
id: 227133,
label: 'MEMBER: Melissa Kordahi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/melissa-kordahi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227133,
size: 0.5,
source: 230628,
target: 227133 });
// adding node
var x_node = Math.cos(2 * 212 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 212 * Math.PI / N) * 10;
g.nodes.push({
id: 227130,
label: 'MEMBER: Héloïse Rytter',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-enheloise-rytterfrheloise-rytter-img-7668-e1725566476550-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/heloise-rytter/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227130,
size: 0.5,
source: 230628,
target: 227130 });
// adding node
var x_node = Math.cos(2 * 213 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 213 * Math.PI / N) * 10;
g.nodes.push({
id: 227127,
label: 'MEMBER: Hannah Sturgeon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hannah-sturgeon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227127,
size: 0.5,
source: 230628,
target: 227127 });
// adding node
var x_node = Math.cos(2 * 214 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 214 * Math.PI / N) * 10;
g.nodes.push({
id: 227124,
label: 'MEMBER: Maeva Duquesnoy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-enmaeva-duquesnoyfrmaeva-duquesnoy-pic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maeva-duquesnoy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227124,
size: 0.5,
source: 230628,
target: 227124 });
// adding node
var x_node = Math.cos(2 * 215 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 215 * Math.PI / N) * 10;
g.nodes.push({
id: 227121,
label: 'MEMBER: Clara Delaroque',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-enclara-delaroquefrclara-delaroque-img-8609-grande-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/clara-delaroque/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628227121,
size: 0.5,
source: 230628,
target: 227121 });
// adding node
var x_node = Math.cos(2 * 216 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 216 * Math.PI / N) * 10;
g.nodes.push({
id: 226810,
label: 'MEMBER: Aviva Kornel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aviva-kornel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226810,
size: 0.5,
source: 230628,
target: 226810 });
// adding node
var x_node = Math.cos(2 * 217 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 217 * Math.PI / N) * 10;
g.nodes.push({
id: 226807,
label: 'MEMBER: Yunzhi Luo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-enyunzhi-luofryunzhi-luo-dsc05813-e1718357589908-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yunzhi-luo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226807,
size: 0.5,
source: 230628,
target: 226807 });
// adding node
var x_node = Math.cos(2 * 218 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 218 * Math.PI / N) * 10;
g.nodes.push({
id: 226798,
label: 'MEMBER: Anna Skrzatek',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anna-skrzatek/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226798,
size: 0.5,
source: 230628,
target: 226798 });
// adding node
var x_node = Math.cos(2 * 219 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 219 * Math.PI / N) * 10;
g.nodes.push({
id: 226795,
label: 'MEMBER: Djésèr Kordon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-endjeser-kordonfrdjeser-kordon-photo-2024-08-23-13-02-57-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/djeser-kordon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226795,
size: 0.5,
source: 230628,
target: 226795 });
// adding node
var x_node = Math.cos(2 * 220 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 220 * Math.PI / N) * 10;
g.nodes.push({
id: 226790,
label: 'MEMBER: Olesia Dogonasheva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-enolesia-dogonashevafrolesia-dogonasheva-aqr-66vz-400x400-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olesia-dogonasheva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226790,
size: 0.5,
source: 230628,
target: 226790 });
// adding node
var x_node = Math.cos(2 * 221 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 221 * Math.PI / N) * 10;
g.nodes.push({
id: 226726,
label: 'MEMBER: Anna Audit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-enanna-auditfranna-audit-unnamed-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-audit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226726,
size: 0.5,
source: 230628,
target: 226726 });
// adding node
var x_node = Math.cos(2 * 222 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 222 * Math.PI / N) * 10;
g.nodes.push({
id: 226723,
label: 'MEMBER: Deborah Philipps',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-endeborah-philippsfrdeborah-philipps-screenshot-20240621-141659-linkedin3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/deborah-philipps/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226723,
size: 0.5,
source: 230628,
target: 226723 });
// adding node
var x_node = Math.cos(2 * 223 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 223 * Math.PI / N) * 10;
g.nodes.push({
id: 226585,
label: 'MEMBER: Charfeddine Gharsallah',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/226585/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226585,
size: 0.5,
source: 230628,
target: 226585 });
// adding node
var x_node = Math.cos(2 * 224 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 224 * Math.PI / N) * 10;
g.nodes.push({
id: 226519,
label: 'MEMBER: Estelle Delcourt',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/estelle-delcourt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226519,
size: 0.5,
source: 230628,
target: 226519 });
// adding node
var x_node = Math.cos(2 * 225 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 225 * Math.PI / N) * 10;
g.nodes.push({
id: 226501,
label: 'MEMBER: Somoballi GHOSHAL',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-ensomoballi-ghoshalfrsomoballi-ghoshal-somoballi2-14.41.26-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/somoballi-ghoshal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226501,
size: 0.5,
source: 230628,
target: 226501 });
// adding node
var x_node = Math.cos(2 * 226 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 226 * Math.PI / N) * 10;
g.nodes.push({
id: 226479,
label: 'MEMBER: Romain Sarasin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-enromain-sarasin-sarasin-romain-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/romain-sarasin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226479,
size: 0.5,
source: 230628,
target: 226479 });
// adding node
var x_node = Math.cos(2 * 227 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 227 * Math.PI / N) * 10;
g.nodes.push({
id: 226476,
label: 'MEMBER: Julien Bazile',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julien-bazile/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226476,
size: 0.5,
source: 230628,
target: 226476 });
// adding node
var x_node = Math.cos(2 * 228 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 228 * Math.PI / N) * 10;
g.nodes.push({
id: 226468,
label: 'MEMBER: Cassandre Deculty',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/cassandre-deculty/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226468,
size: 0.5,
source: 230628,
target: 226468 });
// adding node
var x_node = Math.cos(2 * 229 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 229 * Math.PI / N) * 10;
g.nodes.push({
id: 226441,
label: 'MEMBER: Leti Beltran',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/06/research_pasteur-enleti-beltran-img-20240531-wa0004-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leti-beltran/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226441,
size: 0.5,
source: 230628,
target: 226441 });
// adding node
var x_node = Math.cos(2 * 230 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 230 * Math.PI / N) * 10;
g.nodes.push({
id: 226357,
label: 'MEMBER: Agathe Neukelmance',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/agathe-neukelmance/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226357,
size: 0.5,
source: 230628,
target: 226357 });
// adding node
var x_node = Math.cos(2 * 231 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 231 * Math.PI / N) * 10;
g.nodes.push({
id: 226332,
label: 'MEMBER: Catherine Fan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-fan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226332,
size: 0.5,
source: 230628,
target: 226332 });
// adding node
var x_node = Math.cos(2 * 232 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 232 * Math.PI / N) * 10;
g.nodes.push({
id: 226328,
label: 'MEMBER: Andela Petrovic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/05/research_pasteur-andela-petrovic-website-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/andela-petrovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226328,
size: 0.5,
source: 230628,
target: 226328 });
// adding node
var x_node = Math.cos(2 * 233 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 233 * Math.PI / N) * 10;
g.nodes.push({
id: 226319,
label: 'MEMBER: Faten Usrof',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/05/research_pasteur-enfaten-usrof-faten-website-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/faten-usrof/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226319,
size: 0.5,
source: 230628,
target: 226319 });
// adding node
var x_node = Math.cos(2 * 234 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 234 * Math.PI / N) * 10;
g.nodes.push({
id: 226311,
label: 'MEMBER: Garima Virmani',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/05/research_pasteur-engarima-virmani-garima-website-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/garima-virmani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226311,
size: 0.5,
source: 230628,
target: 226311 });
// adding node
var x_node = Math.cos(2 * 235 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 235 * Math.PI / N) * 10;
g.nodes.push({
id: 226271,
label: 'MEMBER: Axel Dufour',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/axel-dufour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226271,
size: 0.5,
source: 230628,
target: 226271 });
// adding node
var x_node = Math.cos(2 * 236 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 236 * Math.PI / N) * 10;
g.nodes.push({
id: 226264,
label: 'MEMBER: Léna Daniel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/05/research_pasteur-enlena-danielfrlena-daniel-dscn6032-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lena-daniel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226264,
size: 0.5,
source: 230628,
target: 226264 });
// adding node
var x_node = Math.cos(2 * 237 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 237 * Math.PI / N) * 10;
g.nodes.push({
id: 226240,
label: 'MEMBER: Zachary Yaninek',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/zachary-yaninek/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226240,
size: 0.5,
source: 230628,
target: 226240 });
// adding node
var x_node = Math.cos(2 * 238 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 238 * Math.PI / N) * 10;
g.nodes.push({
id: 226214,
label: 'MEMBER: Yoshihiro Shibuya',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yoshihiro-shibuya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226214,
size: 0.5,
source: 230628,
target: 226214 });
// adding node
var x_node = Math.cos(2 * 239 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 239 * Math.PI / N) * 10;
g.nodes.push({
id: 226209,
label: 'MEMBER: Gaëtan Benoit',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gaetan-benoit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226209,
size: 0.5,
source: 230628,
target: 226209 });
// adding node
var x_node = Math.cos(2 * 240 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 240 * Math.PI / N) * 10;
g.nodes.push({
id: 226204,
label: 'MEMBER: Timothé Rouzé',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/timothe-rouze/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226204,
size: 0.5,
source: 230628,
target: 226204 });
// adding node
var x_node = Math.cos(2 * 241 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 241 * Math.PI / N) * 10;
g.nodes.push({
id: 226191,
label: 'MEMBER: Alexandre QUELHAS',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandre-quelhas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226191,
size: 0.5,
source: 230628,
target: 226191 });
// adding node
var x_node = Math.cos(2 * 242 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 242 * Math.PI / N) * 10;
g.nodes.push({
id: 226129,
label: 'MEMBER: Mathile Guion',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mathile-guion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226129,
size: 0.5,
source: 230628,
target: 226129 });
// adding node
var x_node = Math.cos(2 * 243 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 243 * Math.PI / N) * 10;
g.nodes.push({
id: 225993,
label: 'MEMBER: Salam Abbara',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/salam-abbara/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225993,
size: 0.5,
source: 230628,
target: 225993 });
// adding node
var x_node = Math.cos(2 * 244 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 244 * Math.PI / N) * 10;
g.nodes.push({
id: 226077,
label: 'MEMBER: Valentin Duda-Jouan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/05/research_pasteur-envalentin-duda-jouanfrvalentin-duda-jouan-photo-valentin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valentin-duda-jouan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226077,
size: 0.5,
source: 230628,
target: 226077 });
// adding node
var x_node = Math.cos(2 * 245 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 245 * Math.PI / N) * 10;
g.nodes.push({
id: 226061,
label: 'MEMBER: Shakilur Rahman',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/05/research_pasteur-enshakilur-rahmanfrshakilur-rahman-image-copy-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/shakilur-rahman/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628226061,
size: 0.5,
source: 230628,
target: 226061 });
// adding node
var x_node = Math.cos(2 * 246 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 246 * Math.PI / N) * 10;
g.nodes.push({
id: 225986,
label: 'MEMBER: Ana Oliveira Paiva',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ana-oliveira-paiva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225986,
size: 0.5,
source: 230628,
target: 225986 });
// adding node
var x_node = Math.cos(2 * 247 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 247 * Math.PI / N) * 10;
g.nodes.push({
id: 225857,
label: 'MEMBER: Lea Deltourbe',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lea-deltourbe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225857,
size: 0.5,
source: 230628,
target: 225857 });
// adding node
var x_node = Math.cos(2 * 248 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 248 * Math.PI / N) * 10;
g.nodes.push({
id: 225827,
label: 'MEMBER: Florence Percie du Sert',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/florence-percie-du-sert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225827,
size: 0.5,
source: 230628,
target: 225827 });
// adding node
var x_node = Math.cos(2 * 249 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 249 * Math.PI / N) * 10;
g.nodes.push({
id: 225809,
label: 'MEMBER: Vincent SCHNAPKA',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vincent-schnapka/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225809,
size: 0.5,
source: 230628,
target: 225809 });
// adding node
var x_node = Math.cos(2 * 250 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 250 * Math.PI / N) * 10;
g.nodes.push({
id: 225791,
label: 'MEMBER: Tatiana Morozova ',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tatiana-morozova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225791,
size: 0.5,
source: 230628,
target: 225791 });
// adding node
var x_node = Math.cos(2 * 251 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 251 * Math.PI / N) * 10;
g.nodes.push({
id: 225767,
label: 'MEMBER: Samiran SEN',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/05/research_pasteur-ensamiran-senfrsamiran-sen-profile-square-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/samiran-sen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225767,
size: 0.5,
source: 230628,
target: 225767 });
// adding node
var x_node = Math.cos(2 * 252 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 252 * Math.PI / N) * 10;
g.nodes.push({
id: 225740,
label: 'MEMBER: Andrei Pangan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/05/research_pasteur-enandrei-pangan-andrei-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/andrei-pangan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225740,
size: 0.5,
source: 230628,
target: 225740 });
// adding node
var x_node = Math.cos(2 * 253 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 253 * Math.PI / N) * 10;
g.nodes.push({
id: 225682,
label: 'MEMBER: Kelly Burkhead',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kelly-burkhead/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225682,
size: 0.5,
source: 230628,
target: 225682 });
// adding node
var x_node = Math.cos(2 * 254 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 254 * Math.PI / N) * 10;
g.nodes.push({
id: 225575,
label: 'MEMBER: Fatemeh Roostaei',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fatemeh-roostaei/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225575,
size: 0.5,
source: 230628,
target: 225575 });
// adding node
var x_node = Math.cos(2 * 255 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 255 * Math.PI / N) * 10;
g.nodes.push({
id: 225382,
label: 'MEMBER: Benoit Chassaing',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-enbenoit-chassaingfrbenoit-chassaing-picture-1-copy-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benoit-chassaing/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225382,
size: 0.5,
source: 230628,
target: 225382 });
// adding node
var x_node = Math.cos(2 * 256 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 256 * Math.PI / N) * 10;
g.nodes.push({
id: 225245,
label: 'MEMBER: Carole Sosthene',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/carole-sosthene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225245,
size: 0.5,
source: 230628,
target: 225245 });
// adding node
var x_node = Math.cos(2 * 257 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 257 * Math.PI / N) * 10;
g.nodes.push({
id: 225215,
label: 'MEMBER: Ervan Achirou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ervan-achirou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225215,
size: 0.5,
source: 230628,
target: 225215 });
// adding node
var x_node = Math.cos(2 * 258 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 258 * Math.PI / N) * 10;
g.nodes.push({
id: 225212,
label: 'MEMBER: Lorenzo Panelatti',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lorenzo-panelatti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225212,
size: 0.5,
source: 230628,
target: 225212 });
// adding node
var x_node = Math.cos(2 * 259 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 259 * Math.PI / N) * 10;
g.nodes.push({
id: 225128,
label: 'MEMBER: Linda Koning',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/linda-koning/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225128,
size: 0.5,
source: 230628,
target: 225128 });
// adding node
var x_node = Math.cos(2 * 260 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 260 * Math.PI / N) * 10;
g.nodes.push({
id: 225113,
label: 'MEMBER: Camille Pitois',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/225113/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225113,
size: 0.5,
source: 230628,
target: 225113 });
// adding node
var x_node = Math.cos(2 * 261 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 261 * Math.PI / N) * 10;
g.nodes.push({
id: 225110,
label: 'MEMBER: Tom Lorthios',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tom-lorthios/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225110,
size: 0.5,
source: 230628,
target: 225110 });
// adding node
var x_node = Math.cos(2 * 262 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 262 * Math.PI / N) * 10;
g.nodes.push({
id: 225108,
label: 'MEMBER: Paul Vittot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/225108/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225108,
size: 0.5,
source: 230628,
target: 225108 });
// adding node
var x_node = Math.cos(2 * 263 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 263 * Math.PI / N) * 10;
g.nodes.push({
id: 225088,
label: 'MEMBER: Carla Gouin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-encarla-gouinfrcarla-gouin-research-pasteur-encarla-gouinfrcarla-gouin-capture-decran-2024-10-12-a-18.37.22-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carla-gouin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225088,
size: 0.5,
source: 230628,
target: 225088 });
// adding node
var x_node = Math.cos(2 * 264 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 264 * Math.PI / N) * 10;
g.nodes.push({
id: 225074,
label: 'MEMBER: Yan BADJI',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yan-badji/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225074,
size: 0.5,
source: 230628,
target: 225074 });
// adding node
var x_node = Math.cos(2 * 265 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 265 * Math.PI / N) * 10;
g.nodes.push({
id: 225027,
label: 'MEMBER: Pallabi Bhattacharyya',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-enpallabi-bhattacharyya-pallabi-photo-2024-e1713258076771-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pallabi-bhattacharyya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225027,
size: 0.5,
source: 230628,
target: 225027 });
// adding node
var x_node = Math.cos(2 * 266 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 266 * Math.PI / N) * 10;
g.nodes.push({
id: 225015,
label: 'MEMBER: Louis JUCHORS',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/louis-juchors/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225015,
size: 0.5,
source: 230628,
target: 225015 });
// adding node
var x_node = Math.cos(2 * 267 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 267 * Math.PI / N) * 10;
g.nodes.push({
id: 225012,
label: 'MEMBER: Laura LIM',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laura-lim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628225012,
size: 0.5,
source: 230628,
target: 225012 });
// adding node
var x_node = Math.cos(2 * 268 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 268 * Math.PI / N) * 10;
g.nodes.push({
id: 224998,
label: 'MEMBER: Adrien Thiesson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-enadrien-thiessonfradrien-thiesson-126076-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adrien-thiesson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224998,
size: 0.5,
source: 230628,
target: 224998 });
// adding node
var x_node = Math.cos(2 * 269 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 269 * Math.PI / N) * 10;
g.nodes.push({
id: 224979,
label: 'MEMBER: Cecilia Capela',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-encecilia-capelafrceciliapires-de-oliveira-capela-img-6296-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cecilia-capela/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224979,
size: 0.5,
source: 230628,
target: 224979 });
// adding node
var x_node = Math.cos(2 * 270 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 270 * Math.PI / N) * 10;
g.nodes.push({
id: 224847,
label: 'MEMBER: Sooraj Shivakumar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sooraj-shivakumar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224847,
size: 0.5,
source: 230628,
target: 224847 });
// adding node
var x_node = Math.cos(2 * 271 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 271 * Math.PI / N) * 10;
g.nodes.push({
id: 224843,
label: 'MEMBER: Vincent Delage',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vincent-delage/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224843,
size: 0.5,
source: 230628,
target: 224843 });
// adding node
var x_node = Math.cos(2 * 272 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 272 * Math.PI / N) * 10;
g.nodes.push({
id: 224783,
label: 'MEMBER: Tianrui Huang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-entianrui-huangfrtianrui-huang-img-3590-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tianrui-huang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224783,
size: 0.5,
source: 230628,
target: 224783 });
// adding node
var x_node = Math.cos(2 * 273 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 273 * Math.PI / N) * 10;
g.nodes.push({
id: 224746,
label: 'MEMBER: Sarah Gaubi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-ensarah-gaubifrsarah-gaubi-carte-didentite-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sarah-gaubi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224746,
size: 0.5,
source: 230628,
target: 224746 });
// adding node
var x_node = Math.cos(2 * 274 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 274 * Math.PI / N) * 10;
g.nodes.push({
id: 224734,
label: 'MEMBER: Auréline Deiss',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aureline-deiss/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224734,
size: 0.5,
source: 230628,
target: 224734 });
// adding node
var x_node = Math.cos(2 * 275 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 275 * Math.PI / N) * 10;
g.nodes.push({
id: 224714,
label: 'MEMBER: Brittany Baker',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-enbrittany-baker-img-3840-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/brittany-baker/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224714,
size: 0.5,
source: 230628,
target: 224714 });
// adding node
var x_node = Math.cos(2 * 276 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 276 * Math.PI / N) * 10;
g.nodes.push({
id: 224674,
label: 'MEMBER: Wesley Cornette',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/224674/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224674,
size: 0.5,
source: 230628,
target: 224674 });
// adding node
var x_node = Math.cos(2 * 277 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 277 * Math.PI / N) * 10;
g.nodes.push({
id: 221739,
label: 'MEMBER: Jean-Philippe Martinet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-frjean-philippe-martinet-whatsapp-image-2024-04-04-at-12.56.12-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/jean-philippe-martinet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221739,
size: 0.5,
source: 230628,
target: 221739 });
// adding node
var x_node = Math.cos(2 * 278 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 278 * Math.PI / N) * 10;
g.nodes.push({
id: 224418,
label: 'MEMBER: Valentin Tetaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-unknown-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/valentin-tetaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224418,
size: 0.5,
source: 230628,
target: 224418 });
// adding node
var x_node = Math.cos(2 * 279 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 279 * Math.PI / N) * 10;
g.nodes.push({
id: 224399,
label: 'MEMBER: Clément Gaultier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-enclement-gaultierfrclement-gaultier-knowledge-graph-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/clement-gaultier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224399,
size: 0.5,
source: 230628,
target: 224399 });
// adding node
var x_node = Math.cos(2 * 280 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 280 * Math.PI / N) * 10;
g.nodes.push({
id: 224322,
label: 'MEMBER: Leandro Battini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/leandro-battini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224322,
size: 0.5,
source: 230628,
target: 224322 });
// adding node
var x_node = Math.cos(2 * 281 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 281 * Math.PI / N) * 10;
g.nodes.push({
id: 224290,
label: 'MEMBER: Marie OURY',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-enmarie-oury-oury-marie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-oury/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628224290,
size: 0.5,
source: 230628,
target: 224290 });
// adding node
var x_node = Math.cos(2 * 282 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 282 * Math.PI / N) * 10;
g.nodes.push({
id: 223989,
label: 'MEMBER: Victor Yman',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/victor-yman/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223989,
size: 0.5,
source: 230628,
target: 223989 });
// adding node
var x_node = Math.cos(2 * 283 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 283 * Math.PI / N) * 10;
g.nodes.push({
id: 223982,
label: 'MEMBER: Eliharintsoa Rajaonarimirana',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eliharintsoa-rajaonarimirana/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223982,
size: 0.5,
source: 230628,
target: 223982 });
// adding node
var x_node = Math.cos(2 * 284 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 284 * Math.PI / N) * 10;
g.nodes.push({
id: 223955,
label: 'MEMBER: Estee Cramer',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/estee-cramer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223955,
size: 0.5,
source: 230628,
target: 223955 });
// adding node
var x_node = Math.cos(2 * 285 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 285 * Math.PI / N) * 10;
g.nodes.push({
id: 223972,
label: 'MEMBER: Fillipe Carmo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-fillipe-carmo-fillipe-carmo-foto-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fillipe-rosa-do-carmo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223972,
size: 0.5,
source: 230628,
target: 223972 });
// adding node
var x_node = Math.cos(2 * 286 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 286 * Math.PI / N) * 10;
g.nodes.push({
id: 223968,
label: 'MEMBER: Maria Semitekolou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-enkonstantina-pamboukasfrkonstantina-pambouka-ms-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-semitekolou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223968,
size: 0.5,
source: 230628,
target: 223968 });
// adding node
var x_node = Math.cos(2 * 287 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 287 * Math.PI / N) * 10;
g.nodes.push({
id: 223965,
label: 'MEMBER: Natacha Jugniot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-ennatacha-jugniotfrnatacha-jugniot-n.jugniot1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/natacha-jugniot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223965,
size: 0.5,
source: 230628,
target: 223965 });
// adding node
var x_node = Math.cos(2 * 288 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 288 * Math.PI / N) * 10;
g.nodes.push({
id: 223962,
label: 'MEMBER: Nathan Vaudiau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/04/research_pasteur-ennathan-vaudiaufrnathan-vaudiau-photo-nathan-vaudiau-bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathan-vaudiau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223962,
size: 0.5,
source: 230628,
target: 223962 });
// adding node
var x_node = Math.cos(2 * 289 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 289 * Math.PI / N) * 10;
g.nodes.push({
id: 223958,
label: 'MEMBER: Matthieu Rastello',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-enmatthieu-rastellofrmatthieu-rastello-research-pasteur-enmatthieu-rastellofrmatthieu-rastello-capture-decran-2024-04-07-a-00.49.00-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matthieu-rastello/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223958,
size: 0.5,
source: 230628,
target: 223958 });
// adding node
var x_node = Math.cos(2 * 290 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 290 * Math.PI / N) * 10;
g.nodes.push({
id: 223954,
label: 'MEMBER: Aurélie Semervil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-enaurelie-semervilfraurelie-semervil-photo-semervil-aurelie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelie-semervil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223954,
size: 0.5,
source: 230628,
target: 223954 });
// adding node
var x_node = Math.cos(2 * 291 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 291 * Math.PI / N) * 10;
g.nodes.push({
id: 223951,
label: 'MEMBER: Jérémie Borneres',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jeremie-borneres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223951,
size: 0.5,
source: 230628,
target: 223951 });
// adding node
var x_node = Math.cos(2 * 292 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 292 * Math.PI / N) * 10;
g.nodes.push({
id: 223940,
label: 'MEMBER: Syrine Bouallegues',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/syrine-bouallegues/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223940,
size: 0.5,
source: 230628,
target: 223940 });
// adding node
var x_node = Math.cos(2 * 293 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 293 * Math.PI / N) * 10;
g.nodes.push({
id: 223935,
label: 'MEMBER: Louise Gorline',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-enlouise-gorlinefrlouise-gorline-photo-louise-gorline-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/louise-gorline/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223935,
size: 0.5,
source: 230628,
target: 223935 });
// adding node
var x_node = Math.cos(2 * 294 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 294 * Math.PI / N) * 10;
g.nodes.push({
id: 223899,
label: 'MEMBER: Olivia Gardette',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-enolivia-gardettefrolivia-gardette-olivia-gardette-jpg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivia-gardette/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223899,
size: 0.5,
source: 230628,
target: 223899 });
// adding node
var x_node = Math.cos(2 * 295 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 295 * Math.PI / N) * 10;
g.nodes.push({
id: 223864,
label: 'MEMBER: Merisa AVDOVIC',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-enmerisa-avedovicfrmerisa-avdovic-meri-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/merisa-avedovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223864,
size: 0.5,
source: 230628,
target: 223864 });
// adding node
var x_node = Math.cos(2 * 296 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 296 * Math.PI / N) * 10;
g.nodes.push({
id: 223665,
label: 'MEMBER: Matthieu Cocagne',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/matthieu-cocagne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223665,
size: 0.5,
source: 230628,
target: 223665 });
// adding node
var x_node = Math.cos(2 * 297 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 297 * Math.PI / N) * 10;
g.nodes.push({
id: 223657,
label: 'MEMBER: Orlando SCHILTON',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/orlando-schilton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223657,
size: 0.5,
source: 230628,
target: 223657 });
// adding node
var x_node = Math.cos(2 * 298 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 298 * Math.PI / N) * 10;
g.nodes.push({
id: 223617,
label: 'MEMBER: Hippolyte Debarnot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hippolyte-debarnot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223617,
size: 0.5,
source: 230628,
target: 223617 });
// adding node
var x_node = Math.cos(2 * 299 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 299 * Math.PI / N) * 10;
g.nodes.push({
id: 223614,
label: 'MEMBER: Samuel Lebourgeois',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/samuel-lebouregeois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223614,
size: 0.5,
source: 230628,
target: 223614 });
// adding node
var x_node = Math.cos(2 * 300 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 300 * Math.PI / N) * 10;
g.nodes.push({
id: 223611,
label: 'MEMBER: Mehdi Zerriatte',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mehdi-zerriatte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223611,
size: 0.5,
source: 230628,
target: 223611 });
// adding node
var x_node = Math.cos(2 * 301 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 301 * Math.PI / N) * 10;
g.nodes.push({
id: 223605,
label: 'MEMBER: Imad Jari',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-imad-e1711446323274-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/imad-jari/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223605,
size: 0.5,
source: 230628,
target: 223605 });
// adding node
var x_node = Math.cos(2 * 302 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 302 * Math.PI / N) * 10;
g.nodes.push({
id: 223217,
label: 'MEMBER: Hannah Turton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-enhannah-turton-turton-hannah-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hannah-turton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223217,
size: 0.5,
source: 230628,
target: 223217 });
// adding node
var x_node = Math.cos(2 * 303 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 303 * Math.PI / N) * 10;
g.nodes.push({
id: 223157,
label: 'MEMBER: Joséphine Schelle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-josephine-schelle-0058-hd-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/josephine-schelle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628223157,
size: 0.5,
source: 230628,
target: 223157 });
// adding node
var x_node = Math.cos(2 * 304 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 304 * Math.PI / N) * 10;
g.nodes.push({
id: 222668,
label: 'MEMBER: Romain Girod',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/romain-girod/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628222668,
size: 0.5,
source: 230628,
target: 222668 });
// adding node
var x_node = Math.cos(2 * 305 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 305 * Math.PI / N) * 10;
g.nodes.push({
id: 222254,
label: 'MEMBER: Linh Lamy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-enlinh-lamy-lamy-linh-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/linh-lamy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628222254,
size: 0.5,
source: 230628,
target: 222254 });
// adding node
var x_node = Math.cos(2 * 306 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 306 * Math.PI / N) * 10;
g.nodes.push({
id: 222173,
label: 'MEMBER: Andréa Cottignies-Calamarte',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andrea-cottignies-calamarte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628222173,
size: 0.5,
source: 230628,
target: 222173 });
// adding node
var x_node = Math.cos(2 * 307 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 307 * Math.PI / N) * 10;
g.nodes.push({
id: 222154,
label: 'MEMBER: Lazare Brézillon-Dubus',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-frlazare-brezillon-dubus-whatsapp-image-2024-03-14-at-14.51.48-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lazare-brezillon-dubus/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628222154,
size: 0.5,
source: 230628,
target: 222154 });
// adding node
var x_node = Math.cos(2 * 308 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 308 * Math.PI / N) * 10;
g.nodes.push({
id: 222112,
label: 'MEMBER: Chloé Breton-Patient',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chloe-breton-patient/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628222112,
size: 0.5,
source: 230628,
target: 222112 });
// adding node
var x_node = Math.cos(2 * 309 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 309 * Math.PI / N) * 10;
g.nodes.push({
id: 222104,
label: 'MEMBER: Clément Peyroux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clement-peyroux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628222104,
size: 0.5,
source: 230628,
target: 222104 });
// adding node
var x_node = Math.cos(2 * 310 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 310 * Math.PI / N) * 10;
g.nodes.push({
id: 222102,
label: 'MEMBER: Constance de Maere d’Aertrycke',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/constance-de-maere-daertrycke/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628222102,
size: 0.5,
source: 230628,
target: 222102 });
// adding node
var x_node = Math.cos(2 * 311 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 311 * Math.PI / N) * 10;
g.nodes.push({
id: 222011,
label: 'MEMBER: Laure Darras',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laure-darras/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628222011,
size: 0.5,
source: 230628,
target: 222011 });
// adding node
var x_node = Math.cos(2 * 312 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 312 * Math.PI / N) * 10;
g.nodes.push({
id: 222005,
label: 'MEMBER: Maëlys Delouis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-enmaelys-delouisfrmaelys-delouis-delouis-maelys-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maelys-delouis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628222005,
size: 0.5,
source: 230628,
target: 222005 });
// adding node
var x_node = Math.cos(2 * 313 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 313 * Math.PI / N) * 10;
g.nodes.push({
id: 221726,
label: 'MEMBER: Kenneth Vernick',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-frkenneth-vernick-research.pasteur.fr-kenneth-vernick-150x150.webp',
page_url: 'https://research.pasteur.fr/en/member/kenneth-vernick/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221726,
size: 0.5,
source: 230628,
target: 221726 });
// adding node
var x_node = Math.cos(2 * 314 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 314 * Math.PI / N) * 10;
g.nodes.push({
id: 221735,
label: 'MEMBER: Nicolas Pocquet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-frannubis-vega-rua-nicolas-pocquet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-pocquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221735,
size: 0.5,
source: 230628,
target: 221735 });
// adding node
var x_node = Math.cos(2 * 315 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 315 * Math.PI / N) * 10;
g.nodes.push({
id: 221732,
label: 'MEMBER: Jean-Bernard Duchemin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-frannubis-vega-rua-pasteur-guyane-02-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-bernard-duchemin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221732,
size: 0.5,
source: 230628,
target: 221732 });
// adding node
var x_node = Math.cos(2 * 316 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 316 * Math.PI / N) * 10;
g.nodes.push({
id: 221729,
label: 'MEMBER: Anubis Vega Rua',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-frannubis-vega-rua-1678286262528-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anubis-vega-rua/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221729,
size: 0.5,
source: 230628,
target: 221729 });
// adding node
var x_node = Math.cos(2 * 317 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 317 * Math.PI / N) * 10;
g.nodes.push({
id: 221720,
label: 'MEMBER: Emeline Mouasseh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emeline-mouasseh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221720,
size: 0.5,
source: 230628,
target: 221720 });
// adding node
var x_node = Math.cos(2 * 318 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 318 * Math.PI / N) * 10;
g.nodes.push({
id: 221698,
label: 'MEMBER: Eira Donaji Aguirre Partida',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-eneira-donaji-aguirre-partidafreira-donaji-aguirre-partida-img-7292-e1711582016732-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eira-donaji-aguirre-partida/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221698,
size: 0.5,
source: 230628,
target: 221698 });
// adding node
var x_node = Math.cos(2 * 319 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 319 * Math.PI / N) * 10;
g.nodes.push({
id: 221684,
label: 'MEMBER: Maxime Barrault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-maxime-barrault-unknown-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/maxime-barrault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221684,
size: 0.5,
source: 230628,
target: 221684 });
// adding node
var x_node = Math.cos(2 * 320 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 320 * Math.PI / N) * 10;
g.nodes.push({
id: 221612,
label: 'MEMBER: Zahra Marouf',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/zahra-marouf/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221612,
size: 0.5,
source: 230628,
target: 221612 });
// adding node
var x_node = Math.cos(2 * 321 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 321 * Math.PI / N) * 10;
g.nodes.push({
id: 221434,
label: 'MEMBER: Kanphai Wongjarit',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kanphai-wongjarit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221434,
size: 0.5,
source: 230628,
target: 221434 });
// adding node
var x_node = Math.cos(2 * 322 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 322 * Math.PI / N) * 10;
g.nodes.push({
id: 221425,
label: 'MEMBER: Steven Barolin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/steven-barolin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221425,
size: 0.5,
source: 230628,
target: 221425 });
// adding node
var x_node = Math.cos(2 * 323 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 323 * Math.PI / N) * 10;
g.nodes.push({
id: 221419,
label: 'MEMBER: Flavie KOWANDY',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/flavie-kowandy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221419,
size: 0.5,
source: 230628,
target: 221419 });
// adding node
var x_node = Math.cos(2 * 324 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 324 * Math.PI / N) * 10;
g.nodes.push({
id: 221365,
label: 'MEMBER: Margaux Schmitt',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/margaux-schmitt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221365,
size: 0.5,
source: 230628,
target: 221365 });
// adding node
var x_node = Math.cos(2 * 325 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 325 * Math.PI / N) * 10;
g.nodes.push({
id: 221341,
label: 'MEMBER: Clara Gomez Cruz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-clara-gomez-cruz-phd-candidate-scaled-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clara-gomez-cruz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221341,
size: 0.5,
source: 230628,
target: 221341 });
// adding node
var x_node = Math.cos(2 * 326 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 326 * Math.PI / N) * 10;
g.nodes.push({
id: 221310,
label: 'MEMBER: Fabienne Tzvetkov-Ricard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fabienne-tzvetkov-ricard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221310,
size: 0.5,
source: 230628,
target: 221310 });
// adding node
var x_node = Math.cos(2 * 327 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 327 * Math.PI / N) * 10;
g.nodes.push({
id: 221240,
label: 'MEMBER: Manon Moreau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/manon-moreau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221240,
size: 0.5,
source: 230628,
target: 221240 });
// adding node
var x_node = Math.cos(2 * 328 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 328 * Math.PI / N) * 10;
g.nodes.push({
id: 221217,
label: 'MEMBER: Amanda Dieuaide',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/amanda-dieuaide/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221217,
size: 0.5,
source: 230628,
target: 221217 });
// adding node
var x_node = Math.cos(2 * 329 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 329 * Math.PI / N) * 10;
g.nodes.push({
id: 221181,
label: 'MEMBER: Babbitha FENELON',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/babbitha-fenelon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221181,
size: 0.5,
source: 230628,
target: 221181 });
// adding node
var x_node = Math.cos(2 * 330 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 330 * Math.PI / N) * 10;
g.nodes.push({
id: 221170,
label: 'MEMBER: Danielle PEREZ BERCOFF',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/07/research_pasteur-foto-2-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/danielle-perez-bercoff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221170,
size: 0.5,
source: 230628,
target: 221170 });
// adding node
var x_node = Math.cos(2 * 331 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 331 * Math.PI / N) * 10;
g.nodes.push({
id: 221135,
label: 'MEMBER: Lilian Dorner',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lilian-dorner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221135,
size: 0.5,
source: 230628,
target: 221135 });
// adding node
var x_node = Math.cos(2 * 332 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 332 * Math.PI / N) * 10;
g.nodes.push({
id: 221080,
label: 'MEMBER: Gabriela Boelter',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-engabriela-boelterfrgabriela-boelter-20231002-173101-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gabriela-boelter/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628221080,
size: 0.5,
source: 230628,
target: 221080 });
// adding node
var x_node = Math.cos(2 * 333 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 333 * Math.PI / N) * 10;
g.nodes.push({
id: 220882,
label: 'MEMBER: Nikolina Semen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-dscn6320-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nikolina-semen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220882,
size: 0.5,
source: 230628,
target: 220882 });
// adding node
var x_node = Math.cos(2 * 334 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 334 * Math.PI / N) * 10;
g.nodes.push({
id: 220841,
label: 'MEMBER: Angèle Fauvel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-angelefauvel-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/angele-fauvel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220841,
size: 0.5,
source: 230628,
target: 220841 });
// adding node
var x_node = Math.cos(2 * 335 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 335 * Math.PI / N) * 10;
g.nodes.push({
id: 220837,
label: 'MEMBER: Valentin Le Toullec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-envalentin-le-toullec-valentin-letoullec-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valentin-le-toullec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220837,
size: 0.5,
source: 230628,
target: 220837 });
// adding node
var x_node = Math.cos(2 * 336 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 336 * Math.PI / N) * 10;
g.nodes.push({
id: 220748,
label: 'MEMBER: Clarice Marty',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clarice-marty/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220748,
size: 0.5,
source: 230628,
target: 220748 });
// adding node
var x_node = Math.cos(2 * 337 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 337 * Math.PI / N) * 10;
g.nodes.push({
id: 220523,
label: 'MEMBER: Julie Ovieve',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-enjagannath-jayaraj-julie-lr-round-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/julie-ovieve/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220523,
size: 0.5,
source: 230628,
target: 220523 });
// adding node
var x_node = Math.cos(2 * 338 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 338 * Math.PI / N) * 10;
g.nodes.push({
id: 220516,
label: 'MEMBER: Jagannath Jayaraj',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-enjagannath-jayaraj-jagan-lr-round-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/jagannath-jayaraj/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220516,
size: 0.5,
source: 230628,
target: 220516 });
// adding node
var x_node = Math.cos(2 * 339 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 339 * Math.PI / N) * 10;
g.nodes.push({
id: 220417,
label: 'MEMBER: Shana Delfosse',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/shana-delfosse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220417,
size: 0.5,
source: 230628,
target: 220417 });
// adding node
var x_node = Math.cos(2 * 340 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 340 * Math.PI / N) * 10;
g.nodes.push({
id: 220212,
label: 'MEMBER: Alexandre Cornille',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandre-cornille/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220212,
size: 0.5,
source: 230628,
target: 220212 });
// adding node
var x_node = Math.cos(2 * 341 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 341 * Math.PI / N) * 10;
g.nodes.push({
id: 220173,
label: 'MEMBER: Pol López Pérez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pol-lopez-perez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220173,
size: 0.5,
source: 230628,
target: 220173 });
// adding node
var x_node = Math.cos(2 * 342 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 342 * Math.PI / N) * 10;
g.nodes.push({
id: 220035,
label: 'MEMBER: Zografoula Vagena',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-enzografoula-vagenafrzografoula-vagena-screenshot-2024-08-12-at-22.37.58-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/zografoula-vagena/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220035,
size: 0.5,
source: 230628,
target: 220035 });
// adding node
var x_node = Math.cos(2 * 343 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 343 * Math.PI / N) * 10;
g.nodes.push({
id: 220019,
label: 'MEMBER: Iwan Quemada',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-eniwan-quemadafriwan-quemada-inria-0474-185-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/iwan-quemada/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628220019,
size: 0.5,
source: 230628,
target: 220019 });
// adding node
var x_node = Math.cos(2 * 344 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 344 * Math.PI / N) * 10;
g.nodes.push({
id: 219983,
label: 'MEMBER: Benoît Rideau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-frbenoit-rideau-1707489652807-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benoit-rideau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219983,
size: 0.5,
source: 230628,
target: 219983 });
// adding node
var x_node = Math.cos(2 * 345 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 345 * Math.PI / N) * 10;
g.nodes.push({
id: 219977,
label: 'MEMBER: Corentin Mallet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-encorentin-malletfrcorentin-mallet-img-1302-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/corentin-mallet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219977,
size: 0.5,
source: 230628,
target: 219977 });
// adding node
var x_node = Math.cos(2 * 346 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 346 * Math.PI / N) * 10;
g.nodes.push({
id: 219952,
label: 'MEMBER: Clara Delahousse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-enclara-delahoussefrclara-delahousse-research-pasteur-enclara-delahoussefrclara-delahousse-photo-delahousse-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clara-delahousse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219952,
size: 0.5,
source: 230628,
target: 219952 });
// adding node
var x_node = Math.cos(2 * 347 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 347 * Math.PI / N) * 10;
g.nodes.push({
id: 219903,
label: 'MEMBER: Marie Ali',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219903,
size: 0.5,
source: 230628,
target: 219903 });
// adding node
var x_node = Math.cos(2 * 348 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 348 * Math.PI / N) * 10;
g.nodes.push({
id: 219871,
label: 'MEMBER: Lucie Leschallier de Lisle',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lucie-leschallier-de-lisle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219871,
size: 0.5,
source: 230628,
target: 219871 });
// adding node
var x_node = Math.cos(2 * 349 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 349 * Math.PI / N) * 10;
g.nodes.push({
id: 219859,
label: 'MEMBER: Lydia Bernaoui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-frlydia-bernaoui-img-2492-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lydia-bernaoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219859,
size: 0.5,
source: 230628,
target: 219859 });
// adding node
var x_node = Math.cos(2 * 350 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 350 * Math.PI / N) * 10;
g.nodes.push({
id: 219799,
label: 'MEMBER: Emma Bezot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emma-bezot__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219799,
size: 0.5,
source: 230628,
target: 219799 });
// adding node
var x_node = Math.cos(2 * 351 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 351 * Math.PI / N) * 10;
g.nodes.push({
id: 219800,
label: 'MEMBER: Sara Carpuso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enmarie-saglio-sara-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/sara-carpuso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219800,
size: 0.5,
source: 230628,
target: 219800 });
// adding node
var x_node = Math.cos(2 * 352 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 352 * Math.PI / N) * 10;
g.nodes.push({
id: 219784,
label: 'MEMBER: Almira Chervova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-acpasteurwebsite-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/almira-chervova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219784,
size: 0.5,
source: 230628,
target: 219784 });
// adding node
var x_node = Math.cos(2 * 353 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 353 * Math.PI / N) * 10;
g.nodes.push({
id: 219591,
label: 'MEMBER: Reginald Akossi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-enreginald-akossifrreginald-akossi-research-pasteur-enreginald-akossifrreginald-akossi-photo-pinte-of-science-e1707208026716-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/reginald-akossi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219591,
size: 0.5,
source: 230628,
target: 219591 });
// adding node
var x_node = Math.cos(2 * 354 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 354 * Math.PI / N) * 10;
g.nodes.push({
id: 219567,
label: 'MEMBER: Laura Cardon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laura-cardon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219567,
size: 0.5,
source: 230628,
target: 219567 });
// adding node
var x_node = Math.cos(2 * 355 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 355 * Math.PI / N) * 10;
g.nodes.push({
id: 219375,
label: 'MEMBER: Jagan Doreswamy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-enjagan-doreswamyfrjagan-doreswamy-my-photo-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/jagan-doreswamy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219375,
size: 0.5,
source: 230628,
target: 219375 });
// adding node
var x_node = Math.cos(2 * 356 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 356 * Math.PI / N) * 10;
g.nodes.push({
id: 219341,
label: 'MEMBER: Marc Borie-Guichot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marc-borie-guichot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219341,
size: 0.5,
source: 230628,
target: 219341 });
// adding node
var x_node = Math.cos(2 * 357 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 357 * Math.PI / N) * 10;
g.nodes.push({
id: 219333,
label: 'MEMBER: Ons Dakhlaoui',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ons-dakhlaoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219333,
size: 0.5,
source: 230628,
target: 219333 });
// adding node
var x_node = Math.cos(2 * 358 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 358 * Math.PI / N) * 10;
g.nodes.push({
id: 219311,
label: 'MEMBER: Palak Agrawal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-enpalak-agrawalfrpalak-agrawal-8a0805a7-7432-4b62-b09d-3297bd0bf3ab-e1708776255361-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/palak-agrawal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219311,
size: 0.5,
source: 230628,
target: 219311 });
// adding node
var x_node = Math.cos(2 * 359 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 359 * Math.PI / N) * 10;
g.nodes.push({
id: 219306,
label: 'MEMBER: Laure Brachet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laure-brachet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219306,
size: 0.5,
source: 230628,
target: 219306 });
// adding node
var x_node = Math.cos(2 * 360 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 360 * Math.PI / N) * 10;
g.nodes.push({
id: 219281,
label: 'MEMBER: Adrian Salazar Sanchez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-enadrian-salazar-sanchezfradrian-salazar-sanchez-a.-salazar-sanchez-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adrian-salazar-sanchez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219281,
size: 0.5,
source: 230628,
target: 219281 });
// adding node
var x_node = Math.cos(2 * 361 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 361 * Math.PI / N) * 10;
g.nodes.push({
id: 219265,
label: 'MEMBER: Alexandra Serris',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandra-serris/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219265,
size: 0.5,
source: 230628,
target: 219265 });
// adding node
var x_node = Math.cos(2 * 362 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 362 * Math.PI / N) * 10;
g.nodes.push({
id: 219258,
label: 'MEMBER: Tamara Matijevic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-entamara-matijevic-tamara-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tamara-matijevic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219258,
size: 0.5,
source: 230628,
target: 219258 });
// adding node
var x_node = Math.cos(2 * 363 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 363 * Math.PI / N) * 10;
g.nodes.push({
id: 219019,
label: 'MEMBER: Raphaelle Liquard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-1705656379072-e1705669444211-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/raphaelle-liquard__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628219019,
size: 0.5,
source: 230628,
target: 219019 });
// adding node
var x_node = Math.cos(2 * 364 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 364 * Math.PI / N) * 10;
g.nodes.push({
id: 218998,
label: 'MEMBER: Élisa MÉRON',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elisa-meron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218998,
size: 0.5,
source: 230628,
target: 218998 });
// adding node
var x_node = Math.cos(2 * 365 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 365 * Math.PI / N) * 10;
g.nodes.push({
id: 218867,
label: 'MEMBER: Célia Herroug',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/celia-herroug/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218867,
size: 0.5,
source: 230628,
target: 218867 });
// adding node
var x_node = Math.cos(2 * 366 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 366 * Math.PI / N) * 10;
g.nodes.push({
id: 218830,
label: 'MEMBER: Sylvie Ouellette',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sylvie-ouellette/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218830,
size: 0.5,
source: 230628,
target: 218830 });
// adding node
var x_node = Math.cos(2 * 367 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 367 * Math.PI / N) * 10;
g.nodes.push({
id: 218052,
label: 'MEMBER: Kia Colleen Ferrell',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enkia-colleen-ferrell-1000010244-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kia-colleen-ferrell/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218052,
size: 0.5,
source: 230628,
target: 218052 });
// adding node
var x_node = Math.cos(2 * 368 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 368 * Math.PI / N) * 10;
g.nodes.push({
id: 218733,
label: 'MEMBER: Marion Salmon-Legagneur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enmarion-salmon-legagneurfrmarion-salmon-legagneur-photo-marion-e1706108854182-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marion-salmon-legagneur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218733,
size: 0.5,
source: 230628,
target: 218733 });
// adding node
var x_node = Math.cos(2 * 369 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 369 * Math.PI / N) * 10;
g.nodes.push({
id: 218728,
label: 'MEMBER: Laure Asselin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enlaure-asselin-frlaure-asselin-photo-laure-e1706099299461-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laure-asselin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218728,
size: 0.5,
source: 230628,
target: 218728 });
// adding node
var x_node = Math.cos(2 * 370 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 370 * Math.PI / N) * 10;
g.nodes.push({
id: 218720,
label: 'MEMBER: Claudia Monge',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enclaudia-monge-frclaudia-monge-1706099870067-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claudia-monge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218720,
size: 0.5,
source: 230628,
target: 218720 });
// adding node
var x_node = Math.cos(2 * 371 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 371 * Math.PI / N) * 10;
g.nodes.push({
id: 218702,
label: 'MEMBER: Marie Schmit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enmarie-schmitfrmarie-schmit-moi-photo-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marie-schmit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218702,
size: 0.5,
source: 230628,
target: 218702 });
// adding node
var x_node = Math.cos(2 * 372 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 372 * Math.PI / N) * 10;
g.nodes.push({
id: 218693,
label: 'MEMBER: Raphaël Tackx',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/raphael-tackx/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218693,
size: 0.5,
source: 230628,
target: 218693 });
// adding node
var x_node = Math.cos(2 * 373 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 373 * Math.PI / N) * 10;
g.nodes.push({
id: 218666,
label: 'MEMBER: Sara Lamhene',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sara-lamhene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218666,
size: 0.5,
source: 230628,
target: 218666 });
// adding node
var x_node = Math.cos(2 * 374 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 374 * Math.PI / N) * 10;
g.nodes.push({
id: 218653,
label: 'MEMBER: Carla Siebenkotten ',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-img-20240122-113812-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carla-siebenkotten/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218653,
size: 0.5,
source: 230628,
target: 218653 });
// adding node
var x_node = Math.cos(2 * 375 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 375 * Math.PI / N) * 10;
g.nodes.push({
id: 218562,
label: 'MEMBER: Sulayman El Badri',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-ensulayman-el-badri-photo-sulayman-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sulayman-el-badri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218562,
size: 0.5,
source: 230628,
target: 218562 });
// adding node
var x_node = Math.cos(2 * 376 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 376 * Math.PI / N) * 10;
g.nodes.push({
id: 218305,
label: 'MEMBER: Marie Saglio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enmarie-saglio-marie-saglio-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marie-saglio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628218305,
size: 0.5,
source: 230628,
target: 218305 });
// adding node
var x_node = Math.cos(2 * 377 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 377 * Math.PI / N) * 10;
g.nodes.push({
id: 217913,
label: 'MEMBER: Manon Brunie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enmanon-bruniefrmanon-brunie-manon-b-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/manon-brunie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217913,
size: 0.5,
source: 230628,
target: 217913 });
// adding node
var x_node = Math.cos(2 * 378 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 378 * Math.PI / N) * 10;
g.nodes.push({
id: 217715,
label: 'MEMBER: Etienne Jaussi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enetienne-jaussi-research-pasteur-enetienne-jaussi-etienne-jaussi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/etienne-jaussi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217715,
size: 0.5,
source: 230628,
target: 217715 });
// adding node
var x_node = Math.cos(2 * 379 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 379 * Math.PI / N) * 10;
g.nodes.push({
id: 217680,
label: 'MEMBER: Delphine Domecq',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/delphine-domecq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217680,
size: 0.5,
source: 230628,
target: 217680 });
// adding node
var x_node = Math.cos(2 * 380 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 380 * Math.PI / N) * 10;
g.nodes.push({
id: 217504,
label: 'MEMBER: Gowthamy Sivakuru',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-engowthamy-sivakuru-sivakuru-gowthamy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gowthamy-sivakuru/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217504,
size: 0.5,
source: 230628,
target: 217504 });
// adding node
var x_node = Math.cos(2 * 381 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 381 * Math.PI / N) * 10;
g.nodes.push({
id: 217496,
label: 'MEMBER: Malak Chhimi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enmalak-chhimifrmalak-chhimi-r-e1705402779748-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/malak-chhimi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217496,
size: 0.5,
source: 230628,
target: 217496 });
// adding node
var x_node = Math.cos(2 * 382 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 382 * Math.PI / N) * 10;
g.nodes.push({
id: 217478,
label: 'MEMBER: Clémence Mottez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clemence-mottez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217478,
size: 0.5,
source: 230628,
target: 217478 });
// adding node
var x_node = Math.cos(2 * 383 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 383 * Math.PI / N) * 10;
g.nodes.push({
id: 217476,
label: 'MEMBER: Joseph Josephides',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enjoseph-josephidesfrjoseph-josephides-joseph-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/joseph-josephides/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217476,
size: 0.5,
source: 230628,
target: 217476 });
// adding node
var x_node = Math.cos(2 * 384 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 384 * Math.PI / N) * 10;
g.nodes.push({
id: 217471,
label: 'MEMBER: Eric Figueroa Acosta',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-eneric-figueroa-acostafreric-figueroa-acosta-research-pasteur-eneric-figueroa-acostafreric-figueroa-acosta-photo-ig-portrait-email-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eric-figueroa-acosta/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217471,
size: 0.5,
source: 230628,
target: 217471 });
// adding node
var x_node = Math.cos(2 * 385 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 385 * Math.PI / N) * 10;
g.nodes.push({
id: 217437,
label: 'MEMBER: Igor Stzepourginski',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/igor-stzepourginski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217437,
size: 0.5,
source: 230628,
target: 217437 });
// adding node
var x_node = Math.cos(2 * 386 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 386 * Math.PI / N) * 10;
g.nodes.push({
id: 217429,
label: 'MEMBER: Pauline Larrous',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pauline-larrous/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217429,
size: 0.5,
source: 230628,
target: 217429 });
// adding node
var x_node = Math.cos(2 * 387 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 387 * Math.PI / N) * 10;
g.nodes.push({
id: 217419,
label: 'MEMBER: Theopisti Nikolaou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/theopisti-nikolaou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217419,
size: 0.5,
source: 230628,
target: 217419 });
// adding node
var x_node = Math.cos(2 * 388 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 388 * Math.PI / N) * 10;
g.nodes.push({
id: 217412,
label: 'MEMBER: Sümeyye Özhan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-ensumeyye-ozhanfrsumeyye-ozhan-sumeyye-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sumeyye-ozhan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217412,
size: 0.5,
source: 230628,
target: 217412 });
// adding node
var x_node = Math.cos(2 * 389 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 389 * Math.PI / N) * 10;
g.nodes.push({
id: 217408,
label: 'MEMBER: Amal Bennouna',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enamal-bennounaframal-bennouna-research-pasteur-amal-bennouna-img-20201021-132946-150x150-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amal-bennouna/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217408,
size: 0.5,
source: 230628,
target: 217408 });
// adding node
var x_node = Math.cos(2 * 390 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 390 * Math.PI / N) * 10;
g.nodes.push({
id: 217403,
label: 'MEMBER: Olivia Meffre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enolivia-meffrefrolivia-meffre-research-pasteur-enolivia-meffrefrolivia-meffre-photo-moi-pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivia-meffre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217403,
size: 0.5,
source: 230628,
target: 217403 });
// adding node
var x_node = Math.cos(2 * 391 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 391 * Math.PI / N) * 10;
g.nodes.push({
id: 217391,
label: 'MEMBER: Mathurin Fatou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mathurin-fatou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217391,
size: 0.5,
source: 230628,
target: 217391 });
// adding node
var x_node = Math.cos(2 * 392 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 392 * Math.PI / N) * 10;
g.nodes.push({
id: 217370,
label: 'MEMBER: Emane Sbai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enemane-sbai-emane-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emane-sbai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217370,
size: 0.5,
source: 230628,
target: 217370 });
// adding node
var x_node = Math.cos(2 * 393 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 393 * Math.PI / N) * 10;
g.nodes.push({
id: 217277,
label: 'MEMBER: Séverine Samson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enseverine-samsonfrseverine-samson-severine-samson-scaled-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/severine-samson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217277,
size: 0.5,
source: 230628,
target: 217277 });
// adding node
var x_node = Math.cos(2 * 394 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 394 * Math.PI / N) * 10;
g.nodes.push({
id: 217271,
label: 'MEMBER: Lise Hobeika',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enlise-hobeikafrlise-hobeika-lise-hobeika-642x380-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lise-hobeika/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217271,
size: 0.5,
source: 230628,
target: 217271 });
// adding node
var x_node = Math.cos(2 * 395 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 395 * Math.PI / N) * 10;
g.nodes.push({
id: 217235,
label: 'MEMBER: Khadija Oukacha',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-oukacha-khadija-3-e1705660891593-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/khadija-oukacha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217235,
size: 0.5,
source: 230628,
target: 217235 });
// adding node
var x_node = Math.cos(2 * 396 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 396 * Math.PI / N) * 10;
g.nodes.push({
id: 217206,
label: 'MEMBER: Camille Schneider',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-encamille-schneiderfrcamille-schneider-p1011598-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/217206/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217206,
size: 0.5,
source: 230628,
target: 217206 });
// adding node
var x_node = Math.cos(2 * 397 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 397 * Math.PI / N) * 10;
g.nodes.push({
id: 217202,
label: 'MEMBER: Maria Alexa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enmaria-alexafrmaria-alexa-mariaalexa-web-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-alexa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217202,
size: 0.5,
source: 230628,
target: 217202 });
// adding node
var x_node = Math.cos(2 * 398 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 398 * Math.PI / N) * 10;
g.nodes.push({
id: 217190,
label: 'MEMBER: Alésia Arifi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enalesia-arifi-arifi-alesia-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/alesia-arifi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217190,
size: 0.5,
source: 230628,
target: 217190 });
// adding node
var x_node = Math.cos(2 * 399 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 399 * Math.PI / N) * 10;
g.nodes.push({
id: 217160,
label: 'MEMBER: Kelly Charniga',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enkelly-charnigafrkelly-charniga-research-pasteur-enkelly-charnigafrkelly-charniga-kelly3-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kelly-charniga/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217160,
size: 0.5,
source: 230628,
target: 217160 });
// adding node
var x_node = Math.cos(2 * 400 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 400 * Math.PI / N) * 10;
g.nodes.push({
id: 217156,
label: 'MEMBER: Francesco Camaglia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enfrancesco-camagliafrfrancesco-camaglia-research-pasteur-enfrancesco-camagliafrfrancesco-camaglia-francesco2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francesco-camaglia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217156,
size: 0.5,
source: 230628,
target: 217156 });
// adding node
var x_node = Math.cos(2 * 401 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 401 * Math.PI / N) * 10;
g.nodes.push({
id: 217145,
label: 'MEMBER: Noé Ochida',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-ennoe-ochidafrnoe-ochida-noe2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/noe-ochida/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628217145,
size: 0.5,
source: 230628,
target: 217145 });
// adding node
var x_node = Math.cos(2 * 402 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 402 * Math.PI / N) * 10;
g.nodes.push({
id: 216990,
label: 'MEMBER: Paula Martinez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enpaula-martinezfrpaula-martinez-345af081-71ea-4dca-8fea-37732015caac-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paula-martinez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216990,
size: 0.5,
source: 230628,
target: 216990 });
// adding node
var x_node = Math.cos(2 * 403 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 403 * Math.PI / N) * 10;
g.nodes.push({
id: 216870,
label: 'MEMBER: Sandra Baya',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sandra-baya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216870,
size: 0.5,
source: 230628,
target: 216870 });
// adding node
var x_node = Math.cos(2 * 404 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 404 * Math.PI / N) * 10;
g.nodes.push({
id: 216845,
label: 'MEMBER: Idiatou Djalo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enidiatou-djalo-photo-idiatou-djalo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/idiatou-djalo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216845,
size: 0.5,
source: 230628,
target: 216845 });
// adding node
var x_node = Math.cos(2 * 405 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 405 * Math.PI / N) * 10;
g.nodes.push({
id: 216837,
label: 'MEMBER: Guillem Mas Fiol',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enguillem-mas-fiolfrguillem-mas-fiol-p1240813-3-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/guillem-mas-fiol/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216837,
size: 0.5,
source: 230628,
target: 216837 });
// adding node
var x_node = Math.cos(2 * 406 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 406 * Math.PI / N) * 10;
g.nodes.push({
id: 216820,
label: 'MEMBER: Maria Dalla-Pozza',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maria-dalla-pozza/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216820,
size: 0.5,
source: 230628,
target: 216820 });
// adding node
var x_node = Math.cos(2 * 407 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 407 * Math.PI / N) * 10;
g.nodes.push({
id: 216782,
label: 'MEMBER: Virginie Belz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-envirginie-belzfrvirginie-belz-belz-virginie-0010-hd-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/virginie-belz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216782,
size: 0.5,
source: 230628,
target: 216782 });
// adding node
var x_node = Math.cos(2 * 408 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 408 * Math.PI / N) * 10;
g.nodes.push({
id: 216747,
label: 'MEMBER: Anna Cloarec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enanna-cloarec-photo-anna-cloarec-nl-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-cloarec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216747,
size: 0.5,
source: 230628,
target: 216747 });
// adding node
var x_node = Math.cos(2 * 409 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 409 * Math.PI / N) * 10;
g.nodes.push({
id: 216740,
label: 'MEMBER: Susan Veronica Chamorro Rodriguez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-ensusan-veronica-chamorro-rodriguezfrsusan-veronica-chamorro-rodriguez-s.-chamorro-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/susan-veronica-chamorro-rodriguez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216740,
size: 0.5,
source: 230628,
target: 216740 });
// adding node
var x_node = Math.cos(2 * 410 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 410 * Math.PI / N) * 10;
g.nodes.push({
id: 216734,
label: 'MEMBER: Márton Falus',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enmarton-falusfrmarton-falus-m.-falus-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marton-falus/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216734,
size: 0.5,
source: 230628,
target: 216734 });
// adding node
var x_node = Math.cos(2 * 411 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 411 * Math.PI / N) * 10;
g.nodes.push({
id: 216728,
label: 'MEMBER: Irié Carel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enirie-carelfririe-carel-i.-carel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/irie-carel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216728,
size: 0.5,
source: 230628,
target: 216728 });
// adding node
var x_node = Math.cos(2 * 412 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 412 * Math.PI / N) * 10;
g.nodes.push({
id: 216686,
label: 'MEMBER: Emeric Sarrou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enemeric-sarrou-photo-emeric-scaled-e1704792398379-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emeric-sarrou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216686,
size: 0.5,
source: 230628,
target: 216686 });
// adding node
var x_node = Math.cos(2 * 413 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 413 * Math.PI / N) * 10;
g.nodes.push({
id: 216665,
label: 'MEMBER: Célia Peuziat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-encelia-peuziatfrcelia-peuziat-img-5381-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celia-peuziat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216665,
size: 0.5,
source: 230628,
target: 216665 });
// adding node
var x_node = Math.cos(2 * 414 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 414 * Math.PI / N) * 10;
g.nodes.push({
id: 216653,
label: 'MEMBER: Maureen Mathilde Cabahug',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enmaureen-mathilde-cabahugfrmaureen-cabahug-processed-d5598692-4372-41d8-9895-2c9b82a3f836-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/maureen-cabahug/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216653,
size: 0.5,
source: 230628,
target: 216653 });
// adding node
var x_node = Math.cos(2 * 415 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 415 * Math.PI / N) * 10;
g.nodes.push({
id: 216613,
label: 'MEMBER: Emma Thomas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enemma-thomas-research-pasteur-enemma-thomas-emma-thomas-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emma-thomas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216613,
size: 0.5,
source: 230628,
target: 216613 });
// adding node
var x_node = Math.cos(2 * 416 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 416 * Math.PI / N) * 10;
g.nodes.push({
id: 216586,
label: 'MEMBER: Theo Teulade',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/theo-teulade/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216586,
size: 0.5,
source: 230628,
target: 216586 });
// adding node
var x_node = Math.cos(2 * 417 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 417 * Math.PI / N) * 10;
g.nodes.push({
id: 216581,
label: 'MEMBER: Rafael Machado',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rafael-machado/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216581,
size: 0.5,
source: 230628,
target: 216581 });
// adding node
var x_node = Math.cos(2 * 418 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 418 * Math.PI / N) * 10;
g.nodes.push({
id: 216575,
label: 'MEMBER: Camille Pelletier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-encamille-pelletierfrcamille-pelletier-photo-ldap-ifremer-cp-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-pelletier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216575,
size: 0.5,
source: 230628,
target: 216575 });
// adding node
var x_node = Math.cos(2 * 419 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 419 * Math.PI / N) * 10;
g.nodes.push({
id: 216519,
label: 'MEMBER: Noa Guzzi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-guzzi-noa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/noa-guzzi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216519,
size: 0.5,
source: 230628,
target: 216519 });
// adding node
var x_node = Math.cos(2 * 420 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 420 * Math.PI / N) * 10;
g.nodes.push({
id: 216484,
label: 'MEMBER: Ambre Tinard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ambre-tinard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216484,
size: 0.5,
source: 230628,
target: 216484 });
// adding node
var x_node = Math.cos(2 * 421 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 421 * Math.PI / N) * 10;
g.nodes.push({
id: 216435,
label: 'MEMBER: Paul Alayrac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enpaul-alayracfrpaul-alayrac-research-pasteur-enpaul-alayracfrpaul-alayrac-pa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paul-alayrac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216435,
size: 0.5,
source: 230628,
target: 216435 });
// adding node
var x_node = Math.cos(2 * 422 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 422 * Math.PI / N) * 10;
g.nodes.push({
id: 216402,
label: 'MEMBER: Tannu Priya-Gosain',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-entannu-priya-gosainfrtannu-priya-gosain-photo-id-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/216402/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216402,
size: 0.5,
source: 230628,
target: 216402 });
// adding node
var x_node = Math.cos(2 * 423 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 423 * Math.PI / N) * 10;
g.nodes.push({
id: 216380,
label: 'MEMBER: Philipp Deist',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-philipp-deist-deist-philipp-face-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/philipp-deist/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216380,
size: 0.5,
source: 230628,
target: 216380 });
// adding node
var x_node = Math.cos(2 * 424 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 424 * Math.PI / N) * 10;
g.nodes.push({
id: 216376,
label: 'MEMBER: Lucile Kogey-Fuchs',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lucile-kogey-fuchs/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216376,
size: 0.5,
source: 230628,
target: 216376 });
// adding node
var x_node = Math.cos(2 * 425 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 425 * Math.PI / N) * 10;
g.nodes.push({
id: 216372,
label: 'MEMBER: Daniele Musiani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/daniele-musiani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216372,
size: 0.5,
source: 230628,
target: 216372 });
// adding node
var x_node = Math.cos(2 * 426 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 426 * Math.PI / N) * 10;
g.nodes.push({
id: 216364,
label: 'MEMBER: Benjamin Leveau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enbenjamin-leveaufrbenjamin-leveau-sans-titre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benjamin-leveau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216364,
size: 0.5,
source: 230628,
target: 216364 });
// adding node
var x_node = Math.cos(2 * 427 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 427 * Math.PI / N) * 10;
g.nodes.push({
id: 216282,
label: 'MEMBER: Laurine Robert-Capraro',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laurine-robert-capraro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216282,
size: 0.5,
source: 230628,
target: 216282 });
// adding node
var x_node = Math.cos(2 * 428 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 428 * Math.PI / N) * 10;
g.nodes.push({
id: 216060,
label: 'MEMBER: Emmanouil Angelidakis',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emmanouil-angelidakis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216060,
size: 0.5,
source: 230628,
target: 216060 });
// adding node
var x_node = Math.cos(2 * 429 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 429 * Math.PI / N) * 10;
g.nodes.push({
id: 216054,
label: 'MEMBER: Murielle Seif El Dahan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/murielle-seif-el-dahan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216054,
size: 0.5,
source: 230628,
target: 216054 });
// adding node
var x_node = Math.cos(2 * 430 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 430 * Math.PI / N) * 10;
g.nodes.push({
id: 216049,
label: 'MEMBER: Marcell Kakonyi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/02/research_pasteur-magamrol-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marcell-kakonyi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216049,
size: 0.5,
source: 230628,
target: 216049 });
// adding node
var x_node = Math.cos(2 * 431 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 431 * Math.PI / N) * 10;
g.nodes.push({
id: 216044,
label: 'MEMBER: Yaelle Wormser',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/12/research_pasteur-enyaelle-wormserfryaelle-wormser-whatsapp-image-2023-12-30-at-23.52.22-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/yaelle-wormser/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628216044,
size: 0.5,
source: 230628,
target: 216044 });
// adding node
var x_node = Math.cos(2 * 432 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 432 * Math.PI / N) * 10;
g.nodes.push({
id: 215876,
label: 'MEMBER: Raphael Malak',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-photo-identite-malak-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/raphael-malak__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628215876,
size: 0.5,
source: 230628,
target: 215876 });
// adding node
var x_node = Math.cos(2 * 433 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 433 * Math.PI / N) * 10;
g.nodes.push({
id: 215642,
label: 'MEMBER: Leyre Basurco Gogorcena',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/leyre-basurco-gogorcena/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628215642,
size: 0.5,
source: 230628,
target: 215642 });
// adding node
var x_node = Math.cos(2 * 434 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 434 * Math.PI / N) * 10;
g.nodes.push({
id: 215627,
label: 'MEMBER: Rym Trimeche',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rym-trimeche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628215627,
size: 0.5,
source: 230628,
target: 215627 });
// adding node
var x_node = Math.cos(2 * 435 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 435 * Math.PI / N) * 10;
g.nodes.push({
id: 215553,
label: 'MEMBER: Clémence Noury',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clemence-noury/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628215553,
size: 0.5,
source: 230628,
target: 215553 });
// adding node
var x_node = Math.cos(2 * 436 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 436 * Math.PI / N) * 10;
g.nodes.push({
id: 215445,
label: 'MEMBER: Rebecca Kanaan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rebecca-kanaan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628215445,
size: 0.5,
source: 230628,
target: 215445 });
// adding node
var x_node = Math.cos(2 * 437 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 437 * Math.PI / N) * 10;
g.nodes.push({
id: 215363,
label: 'MEMBER: Keith Egger',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enkeith-eggerfrkeith-egger-eggerk-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/keith-egger__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628215363,
size: 0.5,
source: 230628,
target: 215363 });
// adding node
var x_node = Math.cos(2 * 438 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 438 * Math.PI / N) * 10;
g.nodes.push({
id: 214954,
label: 'MEMBER: Marie-Laure Loriquet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-laure-loriquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214954,
size: 0.5,
source: 230628,
target: 214954 });
// adding node
var x_node = Math.cos(2 * 439 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 439 * Math.PI / N) * 10;
g.nodes.push({
id: 214790,
label: 'MEMBER: Amel Saoudi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/amel-saoudi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214790,
size: 0.5,
source: 230628,
target: 214790 });
// adding node
var x_node = Math.cos(2 * 440 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 440 * Math.PI / N) * 10;
g.nodes.push({
id: 214714,
label: 'MEMBER: Eugenia Soledad Bardossy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eugenia-soledad-bardossy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214714,
size: 0.5,
source: 230628,
target: 214714 });
// adding node
var x_node = Math.cos(2 * 441 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 441 * Math.PI / N) * 10;
g.nodes.push({
id: 214703,
label: 'MEMBER: Jessica BENSIMON-BENGIO',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jessica-bensimon-bengio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214703,
size: 0.5,
source: 230628,
target: 214703 });
// adding node
var x_node = Math.cos(2 * 442 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 442 * Math.PI / N) * 10;
g.nodes.push({
id: 214701,
label: 'MEMBER: Alexandros Belavilas Trovas',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandros-belavilas-trovas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214701,
size: 0.5,
source: 230628,
target: 214701 });
// adding node
var x_node = Math.cos(2 * 443 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 443 * Math.PI / N) * 10;
g.nodes.push({
id: 214697,
label: 'MEMBER: Usman Akhtar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/usman-akhtar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214697,
size: 0.5,
source: 230628,
target: 214697 });
// adding node
var x_node = Math.cos(2 * 444 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 444 * Math.PI / N) * 10;
g.nodes.push({
id: 214684,
label: 'MEMBER: Alice BONGERS',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alice-bongers/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214684,
size: 0.5,
source: 230628,
target: 214684 });
// adding node
var x_node = Math.cos(2 * 445 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 445 * Math.PI / N) * 10;
g.nodes.push({
id: 214687,
label: 'MEMBER: Pierre Nicolas Bizat',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pierre-nicolas-bizat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214687,
size: 0.5,
source: 230628,
target: 214687 });
// adding node
var x_node = Math.cos(2 * 446 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 446 * Math.PI / N) * 10;
g.nodes.push({
id: 214574,
label: 'MEMBER: Jingwen Fan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/12/research_pasteur-jingwen-fan-e1701426620712-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jingwen-fan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214574,
size: 0.5,
source: 230628,
target: 214574 });
// adding node
var x_node = Math.cos(2 * 447 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 447 * Math.PI / N) * 10;
g.nodes.push({
id: 214530,
label: 'MEMBER: Clélia Giraudot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/12/research_pasteur-enclelia-giraudotfrclelia-giraudot-clelia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clelia-giraudot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214530,
size: 0.5,
source: 230628,
target: 214530 });
// adding node
var x_node = Math.cos(2 * 448 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 448 * Math.PI / N) * 10;
g.nodes.push({
id: 214309,
label: 'MEMBER: José F. Delgado-Blas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enjose-f-delgado-blasfrjose-delgado-blas-photo-jfdb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jose-delgado-blas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214309,
size: 0.5,
source: 230628,
target: 214309 });
// adding node
var x_node = Math.cos(2 * 449 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 449 * Math.PI / N) * 10;
g.nodes.push({
id: 214168,
label: 'MEMBER: Caroline Manet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-manet-caroline-9118bis-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caroline-manet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214168,
size: 0.5,
source: 230628,
target: 214168 });
// adding node
var x_node = Math.cos(2 * 450 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 450 * Math.PI / N) * 10;
g.nodes.push({
id: 214117,
label: 'MEMBER: Céline Fichot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/celine-fichot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214117,
size: 0.5,
source: 230628,
target: 214117 });
// adding node
var x_node = Math.cos(2 * 451 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 451 * Math.PI / N) * 10;
g.nodes.push({
id: 214103,
label: 'MEMBER: Sandhaya Génisson',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sandhaya-genisson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214103,
size: 0.5,
source: 230628,
target: 214103 });
// adding node
var x_node = Math.cos(2 * 452 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 452 * Math.PI / N) * 10;
g.nodes.push({
id: 214061,
label: 'MEMBER: Laurent Essioux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laurent-essioux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214061,
size: 0.5,
source: 230628,
target: 214061 });
// adding node
var x_node = Math.cos(2 * 453 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 453 * Math.PI / N) * 10;
g.nodes.push({
id: 214027,
label: 'MEMBER: Tatiana Cetenovic',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tatiana-cetenovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628214027,
size: 0.5,
source: 230628,
target: 214027 });
// adding node
var x_node = Math.cos(2 * 454 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 454 * Math.PI / N) * 10;
g.nodes.push({
id: 213963,
label: 'MEMBER: Aurélie Lotoux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aurelie-lotoux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213963,
size: 0.5,
source: 230628,
target: 213963 });
// adding node
var x_node = Math.cos(2 * 455 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 455 * Math.PI / N) * 10;
g.nodes.push({
id: 213820,
label: 'MEMBER: Yeganeh Foroughijabbari',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enyeganeh-foroughijabbari-9e2b5dc6-6905-4df7-8101-a9b7835a1cda-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/yeganeh-foroughijabbari/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213820,
size: 0.5,
source: 230628,
target: 213820 });
// adding node
var x_node = Math.cos(2 * 456 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 456 * Math.PI / N) * 10;
g.nodes.push({
id: 213678,
label: 'MEMBER: Jesus MARIN MIRET',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enjesus-marin-miretfrjesus-marin-miret-research-pasteur-enjesus-marin-miretfrjesus-marin-miret-capture-decran-2023-11-21-a-10.11.57-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jesus-marin-miret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213678,
size: 0.5,
source: 230628,
target: 213678 });
// adding node
var x_node = Math.cos(2 * 457 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 457 * Math.PI / N) * 10;
g.nodes.push({
id: 213445,
label: 'MEMBER: Amandine Breton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-amandine-breton-amandine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amandine-breton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213445,
size: 0.5,
source: 230628,
target: 213445 });
// adding node
var x_node = Math.cos(2 * 458 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 458 * Math.PI / N) * 10;
g.nodes.push({
id: 213390,
label: 'MEMBER: Laurie Choux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-ennatalie-chan-choux-laurie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurie-choux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213390,
size: 0.5,
source: 230628,
target: 213390 });
// adding node
var x_node = Math.cos(2 * 459 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 459 * Math.PI / N) * 10;
g.nodes.push({
id: 213066,
label: 'MEMBER: Eugenia Pugliese',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-eneugenia-pugliese-eugeniapugliese-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eugenia-pugliese/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213066,
size: 0.5,
source: 230628,
target: 213066 });
// adding node
var x_node = Math.cos(2 * 460 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 460 * Math.PI / N) * 10;
g.nodes.push({
id: 213341,
label: 'MEMBER: Julie Klein',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julie-klein/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213341,
size: 0.5,
source: 230628,
target: 213341 });
// adding node
var x_node = Math.cos(2 * 461 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 461 * Math.PI / N) * 10;
g.nodes.push({
id: 213296,
label: 'MEMBER: Rafael Martins Miyazawa',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rafael-martins-miyazawa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213296,
size: 0.5,
source: 230628,
target: 213296 });
// adding node
var x_node = Math.cos(2 * 462 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 462 * Math.PI / N) * 10;
g.nodes.push({
id: 212861,
label: 'MEMBER: Anisha Gladston',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anisha-gladston/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212861,
size: 0.5,
source: 230628,
target: 212861 });
// adding node
var x_node = Math.cos(2 * 463 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 463 * Math.PI / N) * 10;
g.nodes.push({
id: 213231,
label: 'MEMBER: Patrick Hochedez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/patrick-hochedez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213231,
size: 0.5,
source: 230628,
target: 213231 });
// adding node
var x_node = Math.cos(2 * 464 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 464 * Math.PI / N) * 10;
g.nodes.push({
id: 213207,
label: 'MEMBER: Oula Itani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/oula-itani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628213207,
size: 0.5,
source: 230628,
target: 213207 });
// adding node
var x_node = Math.cos(2 * 465 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 465 * Math.PI / N) * 10;
g.nodes.push({
id: 212963,
label: 'MEMBER: Ruxandra Calin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enruxandra-calin-photo-ruxandra-calin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ruxandra-calin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212963,
size: 0.5,
source: 230628,
target: 212963 });
// adding node
var x_node = Math.cos(2 * 466 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 466 * Math.PI / N) * 10;
g.nodes.push({
id: 212940,
label: 'MEMBER: Juan Ignacio GARRO RODRIGUEZ',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enjuan-ignacio-garro-rodriguezfrjuan-ignacio-garro-rodriguez-img-20220721-wa0008-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/juan-ignacio-garro-rodriguez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212940,
size: 0.5,
source: 230628,
target: 212940 });
// adding node
var x_node = Math.cos(2 * 467 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 467 * Math.PI / N) * 10;
g.nodes.push({
id: 212934,
label: 'MEMBER: Krista Barone',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enkrista-barone-barone-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/krista-barone/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212934,
size: 0.5,
source: 230628,
target: 212934 });
// adding node
var x_node = Math.cos(2 * 468 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 468 * Math.PI / N) * 10;
g.nodes.push({
id: 212762,
label: 'MEMBER: Elodie Marie',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elodie-marie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212762,
size: 0.5,
source: 230628,
target: 212762 });
// adding node
var x_node = Math.cos(2 * 469 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 469 * Math.PI / N) * 10;
g.nodes.push({
id: 212701,
label: 'MEMBER: Jules Dukers',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jules-dukers/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212701,
size: 0.5,
source: 230628,
target: 212701 });
// adding node
var x_node = Math.cos(2 * 470 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 470 * Math.PI / N) * 10;
g.nodes.push({
id: 212696,
label: 'MEMBER: Victor Bordier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/victor-bordier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212696,
size: 0.5,
source: 230628,
target: 212696 });
// adding node
var x_node = Math.cos(2 * 471 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 471 * Math.PI / N) * 10;
g.nodes.push({
id: 212688,
label: 'MEMBER: Kévin Gateau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enkevin-gateau-photo-kg-pour-pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kevin-gateau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212688,
size: 0.5,
source: 230628,
target: 212688 });
// adding node
var x_node = Math.cos(2 * 472 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 472 * Math.PI / N) * 10;
g.nodes.push({
id: 212681,
label: 'MEMBER: Natalie Chan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-ennatalie-chan-natalie-chan-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/natalie-chan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212681,
size: 0.5,
source: 230628,
target: 212681 });
// adding node
var x_node = Math.cos(2 * 473 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 473 * Math.PI / N) * 10;
g.nodes.push({
id: 212504,
label: 'MEMBER: Théo Defresne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-entheo-defresnefrtheo-defresne-photo-identite-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/theo-defresne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212504,
size: 0.5,
source: 230628,
target: 212504 });
// adding node
var x_node = Math.cos(2 * 474 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 474 * Math.PI / N) * 10;
g.nodes.push({
id: 212495,
label: 'MEMBER: Kyle Raymond',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enkyle-raymondfrkyle-raymond-27789-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kyle-raymond/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212495,
size: 0.5,
source: 230628,
target: 212495 });
// adding node
var x_node = Math.cos(2 * 475 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 475 * Math.PI / N) * 10;
g.nodes.push({
id: 212478,
label: 'MEMBER: Reina Okada',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/reina-okada/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212478,
size: 0.5,
source: 230628,
target: 212478 });
// adding node
var x_node = Math.cos(2 * 476 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 476 * Math.PI / N) * 10;
g.nodes.push({
id: 212408,
label: 'MEMBER: Zakaria Mougin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/zakaria-mougin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212408,
size: 0.5,
source: 230628,
target: 212408 });
// adding node
var x_node = Math.cos(2 * 477 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 477 * Math.PI / N) * 10;
g.nodes.push({
id: 212392,
label: 'MEMBER: Julie Laplace',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enjulie-laplace-julie-laplace-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/julie-laplace/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212392,
size: 0.5,
source: 230628,
target: 212392 });
// adding node
var x_node = Math.cos(2 * 478 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 478 * Math.PI / N) * 10;
g.nodes.push({
id: 212348,
label: 'MEMBER: Anthony Coleon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anthony-coleon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212348,
size: 0.5,
source: 230628,
target: 212348 });
// adding node
var x_node = Math.cos(2 * 479 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 479 * Math.PI / N) * 10;
g.nodes.push({
id: 212349,
label: 'MEMBER: Loïck Thibonnier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-enloick-thibonnierfrloick-thibonnier-image003-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/loick-thibonnier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212349,
size: 0.5,
source: 230628,
target: 212349 });
// adding node
var x_node = Math.cos(2 * 480 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 480 * Math.PI / N) * 10;
g.nodes.push({
id: 212274,
label: 'MEMBER: Alicia Velazquez de Castro Esteve',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enalicia-velazquez-de-castro-estevefralicia-velazquez-de-castro-esteve-alicia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alicia-velazquez-de-castro-esteve/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212274,
size: 0.5,
source: 230628,
target: 212274 });
// adding node
var x_node = Math.cos(2 * 481 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 481 * Math.PI / N) * 10;
g.nodes.push({
id: 212221,
label: 'MEMBER: Élias Kebbache',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elias-kebbache/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212221,
size: 0.5,
source: 230628,
target: 212221 });
// adding node
var x_node = Math.cos(2 * 482 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 482 * Math.PI / N) * 10;
g.nodes.push({
id: 212205,
label: 'MEMBER: Uzuki Horo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enuzuki-horofruzuki-horo-uzuki-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/uzuki-horo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212205,
size: 0.5,
source: 230628,
target: 212205 });
// adding node
var x_node = Math.cos(2 * 483 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 483 * Math.PI / N) * 10;
g.nodes.push({
id: 212199,
label: 'MEMBER: Diede De Haan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-endiede-de-haanfrdiede-de-haan-diede-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/diede-de-haan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212199,
size: 0.5,
source: 230628,
target: 212199 });
// adding node
var x_node = Math.cos(2 * 484 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 484 * Math.PI / N) * 10;
g.nodes.push({
id: 211545,
label: 'MEMBER: Armand Schwarz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/armand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211545,
size: 0.5,
source: 230628,
target: 211545 });
// adding node
var x_node = Math.cos(2 * 485 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 485 * Math.PI / N) * 10;
g.nodes.push({
id: 212095,
label: 'MEMBER: Karim Ourahmoun',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enkarim-ourahmounfrkarim-ourahmoun-beeddbbf-35f9-476d-bd61-2229b52e61a9-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/karim-ourahmoun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628212095,
size: 0.5,
source: 230628,
target: 212095 });
// adding node
var x_node = Math.cos(2 * 486 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 486 * Math.PI / N) * 10;
g.nodes.push({
id: 211991,
label: 'MEMBER: Paula Palacios Sanchez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enpaula-palacios-sanchez-frpaula-palacios-sanchez-81b3a16e-303b-49f5-960d-1cefc7178992-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paula-palacios-sanchez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211991,
size: 0.5,
source: 230628,
target: 211991 });
// adding node
var x_node = Math.cos(2 * 487 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 487 * Math.PI / N) * 10;
g.nodes.push({
id: 211799,
label: 'MEMBER: Martin Rethoret-Pasty',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/martin-rethoret-pasty/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211799,
size: 0.5,
source: 230628,
target: 211799 });
// adding node
var x_node = Math.cos(2 * 488 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 488 * Math.PI / N) * 10;
g.nodes.push({
id: 211765,
label: 'MEMBER: Abel Teulé',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/abel-teule/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211765,
size: 0.5,
source: 230628,
target: 211765 });
// adding node
var x_node = Math.cos(2 * 489 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 489 * Math.PI / N) * 10;
g.nodes.push({
id: 211640,
label: 'MEMBER: Amy Blondeau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-amy-iii-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/211640/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211640,
size: 0.5,
source: 230628,
target: 211640 });
// adding node
var x_node = Math.cos(2 * 490 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 490 * Math.PI / N) * 10;
g.nodes.push({
id: 211637,
label: 'MEMBER: Charles Grosjean',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-charles-ii-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/charles-grosjean/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211637,
size: 0.5,
source: 230628,
target: 211637 });
// adding node
var x_node = Math.cos(2 * 491 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 491 * Math.PI / N) * 10;
g.nodes.push({
id: 211584,
label: 'MEMBER: Valentin Sanhard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/valentin-sanhard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211584,
size: 0.5,
source: 230628,
target: 211584 });
// adding node
var x_node = Math.cos(2 * 492 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 492 * Math.PI / N) * 10;
g.nodes.push({
id: 211579,
label: 'MEMBER: Xiaonan Cai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enxiaonan-caifrxiaonan-cai-xiaonan-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/xiaonan-cai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211579,
size: 0.5,
source: 230628,
target: 211579 });
// adding node
var x_node = Math.cos(2 * 493 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 493 * Math.PI / N) * 10;
g.nodes.push({
id: 211528,
label: 'MEMBER: Antonina Gonet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/antonina-gonet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211528,
size: 0.5,
source: 230628,
target: 211528 });
// adding node
var x_node = Math.cos(2 * 494 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 494 * Math.PI / N) * 10;
g.nodes.push({
id: 211491,
label: 'MEMBER: Rubia Pedone',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enrubia-pedonefrrubia-pedone-rubia1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rubia-pedone/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211491,
size: 0.5,
source: 230628,
target: 211491 });
// adding node
var x_node = Math.cos(2 * 495 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 495 * Math.PI / N) * 10;
g.nodes.push({
id: 211486,
label: 'MEMBER: Carly Sprague',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-encarly-spraguefrcarly-sprague-sprague-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carly-sprague/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211486,
size: 0.5,
source: 230628,
target: 211486 });
// adding node
var x_node = Math.cos(2 * 496 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 496 * Math.PI / N) * 10;
g.nodes.push({
id: 211463,
label: 'MEMBER: Julia ABAD',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julia-abad/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211463,
size: 0.5,
source: 230628,
target: 211463 });
// adding node
var x_node = Math.cos(2 * 497 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 497 * Math.PI / N) * 10;
g.nodes.push({
id: 211446,
label: 'MEMBER: Despoina Mademtzoglou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/despoina-mademtzoglou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211446,
size: 0.5,
source: 230628,
target: 211446 });
// adding node
var x_node = Math.cos(2 * 498 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 498 * Math.PI / N) * 10;
g.nodes.push({
id: 211336,
label: 'MEMBER: Jeremie Kalfon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enjeremie-kalfonfrjeremie-kalfon-id-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/jeremie-kalfon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211336,
size: 0.5,
source: 230628,
target: 211336 });
// adding node
var x_node = Math.cos(2 * 499 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 499 * Math.PI / N) * 10;
g.nodes.push({
id: 211317,
label: 'MEMBER: Killian Coullin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-coullin-killian-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/killian-coullin__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211317,
size: 0.5,
source: 230628,
target: 211317 });
// adding node
var x_node = Math.cos(2 * 500 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 500 * Math.PI / N) * 10;
g.nodes.push({
id: 211147,
label: 'MEMBER: Valentine Thomas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-valentine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valentine-thomas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211147,
size: 0.5,
source: 230628,
target: 211147 });
// adding node
var x_node = Math.cos(2 * 501 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 501 * Math.PI / N) * 10;
g.nodes.push({
id: 211100,
label: 'MEMBER: Aline Grata',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enaline-grata-image-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/aline-grata/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211100,
size: 0.5,
source: 230628,
target: 211100 });
// adding node
var x_node = Math.cos(2 * 502 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 502 * Math.PI / N) * 10;
g.nodes.push({
id: 211095,
label: 'MEMBER: Chiara Wulfing',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chiara-wulfing/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211095,
size: 0.5,
source: 230628,
target: 211095 });
// adding node
var x_node = Math.cos(2 * 503 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 503 * Math.PI / N) * 10;
g.nodes.push({
id: 211065,
label: 'MEMBER: Erika Schaudy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/erika-schaudy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211065,
size: 0.5,
source: 230628,
target: 211065 });
// adding node
var x_node = Math.cos(2 * 504 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 504 * Math.PI / N) * 10;
g.nodes.push({
id: 211058,
label: 'MEMBER: Weisi He',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/weisi-he/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211058,
size: 0.5,
source: 230628,
target: 211058 });
// adding node
var x_node = Math.cos(2 * 505 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 505 * Math.PI / N) * 10;
g.nodes.push({
id: 211051,
label: 'MEMBER: Emma Melotti',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emma-melotti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211051,
size: 0.5,
source: 230628,
target: 211051 });
// adding node
var x_node = Math.cos(2 * 506 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 506 * Math.PI / N) * 10;
g.nodes.push({
id: 211044,
label: 'MEMBER: Marie-Claire Jiang',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-claire-jiang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211044,
size: 0.5,
source: 230628,
target: 211044 });
// adding node
var x_node = Math.cos(2 * 507 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 507 * Math.PI / N) * 10;
g.nodes.push({
id: 211025,
label: 'MEMBER: Gan Min Meijer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-min-gan--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gan-min-meijer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628211025,
size: 0.5,
source: 230628,
target: 211025 });
// adding node
var x_node = Math.cos(2 * 508 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 508 * Math.PI / N) * 10;
g.nodes.push({
id: 210926,
label: 'MEMBER: Camille Brighelli',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/camille-brighelli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210926,
size: 0.5,
source: 230628,
target: 210926 });
// adding node
var x_node = Math.cos(2 * 509 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 509 * Math.PI / N) * 10;
g.nodes.push({
id: 210921,
label: 'MEMBER: Deniz Uresin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/deniz-uresin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210921,
size: 0.5,
source: 230628,
target: 210921 });
// adding node
var x_node = Math.cos(2 * 510 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 510 * Math.PI / N) * 10;
g.nodes.push({
id: 210866,
label: 'MEMBER: Luis Alejandro Chaves Martinez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-igem-5demarzo-74-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/luis-alejandro-chaves-martinez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210866,
size: 0.5,
source: 230628,
target: 210866 });
// adding node
var x_node = Math.cos(2 * 511 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 511 * Math.PI / N) * 10;
g.nodes.push({
id: 210741,
label: 'MEMBER: Bruno Tello Rubio',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/bruno-tello-rubio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210741,
size: 0.5,
source: 230628,
target: 210741 });
// adding node
var x_node = Math.cos(2 * 512 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 512 * Math.PI / N) * 10;
g.nodes.push({
id: 210703,
label: 'MEMBER: Charlene Cornilleau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-img-4546r-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/charlene-cornilleau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210703,
size: 0.5,
source: 230628,
target: 210703 });
// adding node
var x_node = Math.cos(2 * 513 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 513 * Math.PI / N) * 10;
g.nodes.push({
id: 210660,
label: 'MEMBER: Hugo Boutonnet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hugo-boutonnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210660,
size: 0.5,
source: 230628,
target: 210660 });
// adding node
var x_node = Math.cos(2 * 514 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 514 * Math.PI / N) * 10;
g.nodes.push({
id: 210617,
label: 'MEMBER: Luca Binda',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/luca-binda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210617,
size: 0.5,
source: 230628,
target: 210617 });
// adding node
var x_node = Math.cos(2 * 515 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 515 * Math.PI / N) * 10;
g.nodes.push({
id: 210613,
label: 'MEMBER: Claire Lavergne',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/claire-lavergne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210613,
size: 0.5,
source: 230628,
target: 210613 });
// adding node
var x_node = Math.cos(2 * 516 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 516 * Math.PI / N) * 10;
g.nodes.push({
id: 210609,
label: 'MEMBER: Leo Zeitler',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enleo-zeitlerfrleo-zeitler-zeitler-leo-laurenz-e1727355840281-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/leo-zeitler/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210609,
size: 0.5,
source: 230628,
target: 210609 });
// adding node
var x_node = Math.cos(2 * 517 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 517 * Math.PI / N) * 10;
g.nodes.push({
id: 210553,
label: 'MEMBER: Yasmine Boubahri',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yasmine-boubahri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210553,
size: 0.5,
source: 230628,
target: 210553 });
// adding node
var x_node = Math.cos(2 * 518 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 518 * Math.PI / N) * 10;
g.nodes.push({
id: 210524,
label: 'MEMBER: Sandra Bobichon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sandra-bobichon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210524,
size: 0.5,
source: 230628,
target: 210524 });
// adding node
var x_node = Math.cos(2 * 519 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 519 * Math.PI / N) * 10;
g.nodes.push({
id: 210428,
label: 'MEMBER: Selina Mussgnug',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enselina-mussgnugfrselina-mussgnug-0f7a2833-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/selina-mussgnug/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210428,
size: 0.5,
source: 230628,
target: 210428 });
// adding node
var x_node = Math.cos(2 * 520 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 520 * Math.PI / N) * 10;
g.nodes.push({
id: 210421,
label: 'MEMBER: Alicia Da Silva',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alicia-da-silva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210421,
size: 0.5,
source: 230628,
target: 210421 });
// adding node
var x_node = Math.cos(2 * 521 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 521 * Math.PI / N) * 10;
g.nodes.push({
id: 210417,
label: 'MEMBER: Esteban Lebrun',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enesteban-lebrunfresteban-lebrun-photo-cv-ronde-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/esteban-lebrun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210417,
size: 0.5,
source: 230628,
target: 210417 });
// adding node
var x_node = Math.cos(2 * 522 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 522 * Math.PI / N) * 10;
g.nodes.push({
id: 210362,
label: 'MEMBER: Ramy Elsaid',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-ramy-elsaid-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ramy-elsaid/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210362,
size: 0.5,
source: 230628,
target: 210362 });
// adding node
var x_node = Math.cos(2 * 523 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 523 * Math.PI / N) * 10;
g.nodes.push({
id: 210357,
label: 'MEMBER: Marin Biliskov',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-img-20230918-165342-hdr-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marin-biliskov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210357,
size: 0.5,
source: 230628,
target: 210357 });
// adding node
var x_node = Math.cos(2 * 524 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 524 * Math.PI / N) * 10;
g.nodes.push({
id: 210284,
label: 'MEMBER: Pierre Bigeard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pierre-bigeard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210284,
size: 0.5,
source: 230628,
target: 210284 });
// adding node
var x_node = Math.cos(2 * 525 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 525 * Math.PI / N) * 10;
g.nodes.push({
id: 210254,
label: 'MEMBER: Anaelle Pincon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-photo-a.pincon-e1696345504914-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anaelle-pincon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210254,
size: 0.5,
source: 230628,
target: 210254 });
// adding node
var x_node = Math.cos(2 * 526 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 526 * Math.PI / N) * 10;
g.nodes.push({
id: 210213,
label: 'MEMBER: Lea Manke',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-img-2418-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lea-manke/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210213,
size: 0.5,
source: 230628,
target: 210213 });
// adding node
var x_node = Math.cos(2 * 527 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 527 * Math.PI / N) * 10;
g.nodes.push({
id: 210198,
label: 'MEMBER: Agnès Baud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enagnes-baudfragnes-baud-research-pasteur-enagnes-baudfragnes-baud-photopro-biggercut-e1696412883292-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/agnes-baud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210198,
size: 0.5,
source: 230628,
target: 210198 });
// adding node
var x_node = Math.cos(2 * 528 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 528 * Math.PI / N) * 10;
g.nodes.push({
id: 210191,
label: 'MEMBER: Kevin Da Silva',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kevin-da-silva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210191,
size: 0.5,
source: 230628,
target: 210191 });
// adding node
var x_node = Math.cos(2 * 529 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 529 * Math.PI / N) * 10;
g.nodes.push({
id: 210187,
label: 'MEMBER: Nathalie Lehmann',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nathalie-lehmann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210187,
size: 0.5,
source: 230628,
target: 210187 });
// adding node
var x_node = Math.cos(2 * 530 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 530 * Math.PI / N) * 10;
g.nodes.push({
id: 210183,
label: 'MEMBER: Daniele Capocefalo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-endaniele-capocefalofrdaniele-capocefalo-research-pasteur-endaniele-capocefalofrdaniele-capocefalo-screenshot-2023-10-17-at-17.58.54-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniele-capocefalo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210183,
size: 0.5,
source: 230628,
target: 210183 });
// adding node
var x_node = Math.cos(2 * 531 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 531 * Math.PI / N) * 10;
g.nodes.push({
id: 210127,
label: 'MEMBER: Marouane Libiad',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enmarouane-libiadfrmarouane-libiad-photo-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marouane-libiad/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210127,
size: 0.5,
source: 230628,
target: 210127 });
// adding node
var x_node = Math.cos(2 * 532 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 532 * Math.PI / N) * 10;
g.nodes.push({
id: 210118,
label: 'MEMBER: Iqra Younus',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/iqra-younus/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210118,
size: 0.5,
source: 230628,
target: 210118 });
// adding node
var x_node = Math.cos(2 * 533 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 533 * Math.PI / N) * 10;
g.nodes.push({
id: 210112,
label: 'MEMBER: Yeliz Durmus',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yeliz-durmus/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210112,
size: 0.5,
source: 230628,
target: 210112 });
// adding node
var x_node = Math.cos(2 * 534 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 534 * Math.PI / N) * 10;
g.nodes.push({
id: 210093,
label: 'MEMBER: Kieran Toms',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enkieran-tomsfrkieran-toms-picture-1.-jpeg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kieran-toms/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210093,
size: 0.5,
source: 230628,
target: 210093 });
// adding node
var x_node = Math.cos(2 * 535 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 535 * Math.PI / N) * 10;
g.nodes.push({
id: 210078,
label: 'MEMBER: Sebastian Duchene',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-ensebastian-duchenefrsebastian-duchene-photo-5-04-2016-2-06-32-pm-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sebastian-duchene-garzon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210078,
size: 0.5,
source: 230628,
target: 210078 });
// adding node
var x_node = Math.cos(2 * 536 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 536 * Math.PI / N) * 10;
g.nodes.push({
id: 210021,
label: 'MEMBER: Arnaud MENG',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enarnaud-mengfrarnaud-meng-arnaud-meng-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arnaud-meng/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210021,
size: 0.5,
source: 230628,
target: 210021 });
// adding node
var x_node = Math.cos(2 * 537 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 537 * Math.PI / N) * 10;
g.nodes.push({
id: 210032,
label: 'MEMBER: Lina Boumediene',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/10/research_pasteur-enlina-boumedienefrlina-boumediene-img-8807bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lina-boumediene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628210032,
size: 0.5,
source: 230628,
target: 210032 });
// adding node
var x_node = Math.cos(2 * 538 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 538 * Math.PI / N) * 10;
g.nodes.push({
id: 209616,
label: 'MEMBER: Alba Herrero del Valle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-alba-herrero-del-valle-research-pasteur-alba-herrero-del-valle-capture-decran-2024-05-04-a-22.28.28-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alba/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628209616,
size: 0.5,
source: 230628,
target: 209616 });
// adding node
var x_node = Math.cos(2 * 539 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 539 * Math.PI / N) * 10;
g.nodes.push({
id: 209609,
label: 'MEMBER: Lucas Paoli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-enlucas-paolifrlucas-paoli-2111147524-lp.zoom--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucas-paoli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628209609,
size: 0.5,
source: 230628,
target: 209609 });
// adding node
var x_node = Math.cos(2 * 540 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 540 * Math.PI / N) * 10;
g.nodes.push({
id: 209570,
label: 'MEMBER: Isabelle Damei',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-isabelle-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-damei/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628209570,
size: 0.5,
source: 230628,
target: 209570 });
// adding node
var x_node = Math.cos(2 * 541 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 541 * Math.PI / N) * 10;
g.nodes.push({
id: 209482,
label: 'MEMBER: Aria Allahverdi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/209482/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628209482,
size: 0.5,
source: 230628,
target: 209482 });
// adding node
var x_node = Math.cos(2 * 542 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 542 * Math.PI / N) * 10;
g.nodes.push({
id: 209474,
label: 'MEMBER: Amaia Nunez Del Moral',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-enamaia-nunez-del-moral-amaia-nunez-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amaia-nunez-del-moral/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628209474,
size: 0.5,
source: 230628,
target: 209474 });
// adding node
var x_node = Math.cos(2 * 543 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 543 * Math.PI / N) * 10;
g.nodes.push({
id: 209349,
label: 'MEMBER: Mathis Fleury',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mathis-fleury/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628209349,
size: 0.5,
source: 230628,
target: 209349 });
// adding node
var x_node = Math.cos(2 * 544 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 544 * Math.PI / N) * 10;
g.nodes.push({
id: 209189,
label: 'MEMBER: Anne Lawson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-enanne-lawsonfranne-lawson-profile-image-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-lawson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628209189,
size: 0.5,
source: 230628,
target: 209189 });
// adding node
var x_node = Math.cos(2 * 545 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 545 * Math.PI / N) * 10;
g.nodes.push({
id: 209100,
label: 'MEMBER: Mercè Guzman Vendrell',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-enmerce-guzman-vendrellfrmerce-guzman-vendrell-mgv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/merce-guzman-vendrell/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628209100,
size: 0.5,
source: 230628,
target: 209100 });
// adding node
var x_node = Math.cos(2 * 546 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 546 * Math.PI / N) * 10;
g.nodes.push({
id: 209024,
label: 'MEMBER: David Green',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-david-photo-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/david-green/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628209024,
size: 0.5,
source: 230628,
target: 209024 });
// adding node
var x_node = Math.cos(2 * 547 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 547 * Math.PI / N) * 10;
g.nodes.push({
id: 208736,
label: 'MEMBER: Anuradha Kar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-enanuradha-karfranuradha-kar-img-20230913-172712-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anuradha-kar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628208736,
size: 0.5,
source: 230628,
target: 208736 });
// adding node
var x_node = Math.cos(2 * 548 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 548 * Math.PI / N) * 10;
g.nodes.push({
id: 208166,
label: 'MEMBER: Clémentine Vallee',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-vallee-clementine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/208166/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628208166,
size: 0.5,
source: 230628,
target: 208166 });
// adding node
var x_node = Math.cos(2 * 549 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 549 * Math.PI / N) * 10;
g.nodes.push({
id: 208159,
label: 'MEMBER: Jean-François Mariet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-mariet-jf-2023-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-francois-mariet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628208159,
size: 0.5,
source: 230628,
target: 208159 });
// adding node
var x_node = Math.cos(2 * 550 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 550 * Math.PI / N) * 10;
g.nodes.push({
id: 208147,
label: 'MEMBER: Jacinthe Frangieh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-enjacinthe-frangiehfrjacinthe-frangieh-img-4072-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jacinthe-frangieh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628208147,
size: 0.5,
source: 230628,
target: 208147 });
// adding node
var x_node = Math.cos(2 * 551 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 551 * Math.PI / N) * 10;
g.nodes.push({
id: 208131,
label: 'MEMBER: Eddy Blondet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-eneddy-blondetfreddy-blondet-20240425-140645-e1726575893789-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eddy-blondet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628208131,
size: 0.5,
source: 230628,
target: 208131 });
// adding node
var x_node = Math.cos(2 * 552 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 552 * Math.PI / N) * 10;
g.nodes.push({
id: 207975,
label: 'MEMBER: Nolwenn Dheilly',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-ennolwenn-dheillyfrnolwenn-dheilly-dheilly-nolwenn-1510-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nolwenn-dheilly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207975,
size: 0.5,
source: 230628,
target: 207975 });
// adding node
var x_node = Math.cos(2 * 553 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 553 * Math.PI / N) * 10;
g.nodes.push({
id: 207882,
label: 'MEMBER: Marwan Sharawy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-enmarwan-sharawyfrmarwan-sharawy-marwan-sharawy-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marwan-sharawy-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207882,
size: 0.5,
source: 230628,
target: 207882 });
// adding node
var x_node = Math.cos(2 * 554 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 554 * Math.PI / N) * 10;
g.nodes.push({
id: 207836,
label: 'MEMBER: Mathilde Briday',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-mathilde-briday-research-pasteur-mathilde-briday-capture-decran-2023-09-01-a-14.08.02-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathilde-briday/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207836,
size: 0.5,
source: 230628,
target: 207836 });
// adding node
var x_node = Math.cos(2 * 555 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 555 * Math.PI / N) * 10;
g.nodes.push({
id: 207775,
label: 'MEMBER: Aria Batut',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aria-batut/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207775,
size: 0.5,
source: 230628,
target: 207775 });
// adding node
var x_node = Math.cos(2 * 556 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 556 * Math.PI / N) * 10;
g.nodes.push({
id: 207604,
label: 'MEMBER: Lea Miglinci',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/08/research_pasteur-enlea-miglinci-passfoto-lea-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lea-miglinci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207604,
size: 0.5,
source: 230628,
target: 207604 });
// adding node
var x_node = Math.cos(2 * 557 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 557 * Math.PI / N) * 10;
g.nodes.push({
id: 207583,
label: 'MEMBER: Laurent Orlando',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/207583/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207583,
size: 0.5,
source: 230628,
target: 207583 });
// adding node
var x_node = Math.cos(2 * 558 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 558 * Math.PI / N) * 10;
g.nodes.push({
id: 207571,
label: 'MEMBER: Angélique Michaut',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/angelique-michaut/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207571,
size: 0.5,
source: 230628,
target: 207571 });
// adding node
var x_node = Math.cos(2 * 559 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 559 * Math.PI / N) * 10;
g.nodes.push({
id: 207556,
label: 'MEMBER: Bruno Teste',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/bruno-teste/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207556,
size: 0.5,
source: 230628,
target: 207556 });
// adding node
var x_node = Math.cos(2 * 560 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 560 * Math.PI / N) * 10;
g.nodes.push({
id: 207281,
label: 'MEMBER: Eva Pillai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/08/research_pasteur-eneva-pillaifreva-pillai-img-2154-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eva-pillai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207281,
size: 0.5,
source: 230628,
target: 207281 });
// adding node
var x_node = Math.cos(2 * 561 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 561 * Math.PI / N) * 10;
g.nodes.push({
id: 207271,
label: 'MEMBER: Juliette Mathieu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/08/research_pasteur-juliettemathieu-equipehuynh-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juliette-mathieu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207271,
size: 0.5,
source: 230628,
target: 207271 });
// adding node
var x_node = Math.cos(2 * 562 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 562 * Math.PI / N) * 10;
g.nodes.push({
id: 207044,
label: 'MEMBER: Philipp Brandt',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/philipp-brandt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207044,
size: 0.5,
source: 230628,
target: 207044 });
// adding node
var x_node = Math.cos(2 * 563 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 563 * Math.PI / N) * 10;
g.nodes.push({
id: 207006,
label: 'MEMBER: Christophe Rouillon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christophe-rouillon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628207006,
size: 0.5,
source: 230628,
target: 207006 });
// adding node
var x_node = Math.cos(2 * 564 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 564 * Math.PI / N) * 10;
g.nodes.push({
id: 206805,
label: 'MEMBER: Mate Gulacsi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mate-gulacsi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206805,
size: 0.5,
source: 230628,
target: 206805 });
// adding node
var x_node = Math.cos(2 * 565 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 565 * Math.PI / N) * 10;
g.nodes.push({
id: 206801,
label: 'MEMBER: Roy Rosman Nathanson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/08/research_pasteur-enroy-rosman-nathansonfrroy-rosman-nathanson-this-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/roy-rosman-nathanson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206801,
size: 0.5,
source: 230628,
target: 206801 });
// adding node
var x_node = Math.cos(2 * 566 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 566 * Math.PI / N) * 10;
g.nodes.push({
id: 206797,
label: 'MEMBER: Lorenzo Tarricone',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/08/research_pasteur-enlorenzo-tarriconefrlorenzo-tarricone-d8283977-8f2d-4671-90f9-70fa78353c11-1-105-c-e1691600844678-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lorenzo-tarricone/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206797,
size: 0.5,
source: 230628,
target: 206797 });
// adding node
var x_node = Math.cos(2 * 567 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 567 * Math.PI / N) * 10;
g.nodes.push({
id: 206786,
label: 'MEMBER: Marine Lechartier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marine-lechartier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206786,
size: 0.5,
source: 230628,
target: 206786 });
// adding node
var x_node = Math.cos(2 * 568 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 568 * Math.PI / N) * 10;
g.nodes.push({
id: 206781,
label: 'MEMBER: Luis Romero Martín',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/luis-romero-martin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206781,
size: 0.5,
source: 230628,
target: 206781 });
// adding node
var x_node = Math.cos(2 * 569 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 569 * Math.PI / N) * 10;
g.nodes.push({
id: 206774,
label: 'MEMBER: Grégoire Launay',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/08/research_pasteur-gregoire-launay-1595678158138-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/glaunay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206774,
size: 0.5,
source: 230628,
target: 206774 });
// adding node
var x_node = Math.cos(2 * 570 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 570 * Math.PI / N) * 10;
g.nodes.push({
id: 206626,
label: 'MEMBER: Marie-Laure Rosso-Thouroude',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-laure-rosso-thouroude/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206626,
size: 0.5,
source: 230628,
target: 206626 });
// adding node
var x_node = Math.cos(2 * 571 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 571 * Math.PI / N) * 10;
g.nodes.push({
id: 206462,
label: 'MEMBER: Koray Koçoglu',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/koray-kocoglu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206462,
size: 0.5,
source: 230628,
target: 206462 });
// adding node
var x_node = Math.cos(2 * 572 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 572 * Math.PI / N) * 10;
g.nodes.push({
id: 206436,
label: 'MEMBER: Blanca Bernabeu Vilaplana',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/08/research_pasteur-photo-villablanca-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/blanca-bernabeu-vilaplana/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206436,
size: 0.5,
source: 230628,
target: 206436 });
// adding node
var x_node = Math.cos(2 * 573 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 573 * Math.PI / N) * 10;
g.nodes.push({
id: 206175,
label: 'MEMBER: Caroline Boursaux-Eude',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/caroline-boursaux-eude/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206175,
size: 0.5,
source: 230628,
target: 206175 });
// adding node
var x_node = Math.cos(2 * 574 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 574 * Math.PI / N) * 10;
g.nodes.push({
id: 206148,
label: 'MEMBER: Samuel Ortion',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/samuel-ortion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628206148,
size: 0.5,
source: 230628,
target: 206148 });
// adding node
var x_node = Math.cos(2 * 575 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 575 * Math.PI / N) * 10;
g.nodes.push({
id: 205502,
label: 'MEMBER: Aurélia Vigot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aurelia-vigot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628205502,
size: 0.5,
source: 230628,
target: 205502 });
// adding node
var x_node = Math.cos(2 * 576 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 576 * Math.PI / N) * 10;
g.nodes.push({
id: 205500,
label: 'MEMBER: Gaetano Calcagno',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-gaetano-calcagno-unnamed-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gaetano-calcagno/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628205500,
size: 0.5,
source: 230628,
target: 205500 });
// adding node
var x_node = Math.cos(2 * 577 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 577 * Math.PI / N) * 10;
g.nodes.push({
id: 205200,
label: 'MEMBER: Hilin Finianos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-hilin-finianos-research-pasteur-hilin-finianos-img-20220924-205350-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hilin-finianos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628205200,
size: 0.5,
source: 230628,
target: 205200 });
// adding node
var x_node = Math.cos(2 * 578 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 578 * Math.PI / N) * 10;
g.nodes.push({
id: 205165,
label: 'MEMBER: Hashem Almousa',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hashem-almousa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628205165,
size: 0.5,
source: 230628,
target: 205165 });
// adding node
var x_node = Math.cos(2 * 579 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 579 * Math.PI / N) * 10;
g.nodes.push({
id: 205151,
label: 'MEMBER: Najate Benamer',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/najate-benamer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628205151,
size: 0.5,
source: 230628,
target: 205151 });
// adding node
var x_node = Math.cos(2 * 580 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 580 * Math.PI / N) * 10;
g.nodes.push({
id: 204971,
label: 'MEMBER: Elisa Lenzi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-elisa-lenzi-elisa-lenzi-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elisa-lenzi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204971,
size: 0.5,
source: 230628,
target: 204971 });
// adding node
var x_node = Math.cos(2 * 581 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 581 * Math.PI / N) * 10;
g.nodes.push({
id: 204929,
label: 'MEMBER: Kristina Nimchenko',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-kristina-nimchenko-image-2023-08-16-143819-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kristina-nimchenko/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204929,
size: 0.5,
source: 230628,
target: 204929 });
// adding node
var x_node = Math.cos(2 * 582 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 582 * Math.PI / N) * 10;
g.nodes.push({
id: 204765,
label: 'MEMBER: Elliot Gomard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elliot-gomard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204765,
size: 0.5,
source: 230628,
target: 204765 });
// adding node
var x_node = Math.cos(2 * 583 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 583 * Math.PI / N) * 10;
g.nodes.push({
id: 204741,
label: 'MEMBER: Catherine Venien-Bryan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-venien-bryan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204741,
size: 0.5,
source: 230628,
target: 204741 });
// adding node
var x_node = Math.cos(2 * 584 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 584 * Math.PI / N) * 10;
g.nodes.push({
id: 204726,
label: 'MEMBER: Méline Durand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-photo-cv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/meline-durand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204726,
size: 0.5,
source: 230628,
target: 204726 });
// adding node
var x_node = Math.cos(2 * 585 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 585 * Math.PI / N) * 10;
g.nodes.push({
id: 204706,
label: 'MEMBER: Inès Maréchal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ines-marechal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204706,
size: 0.5,
source: 230628,
target: 204706 });
// adding node
var x_node = Math.cos(2 * 586 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 586 * Math.PI / N) * 10;
g.nodes.push({
id: 204702,
label: 'MEMBER: Jeanne Postal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jeanne-postal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204702,
size: 0.5,
source: 230628,
target: 204702 });
// adding node
var x_node = Math.cos(2 * 587 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 587 * Math.PI / N) * 10;
g.nodes.push({
id: 204690,
label: 'MEMBER: Isabella Chavez Uribe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-isabella-chavez-uribe-isabella-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/isabella-chavez-uribe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204690,
size: 0.5,
source: 230628,
target: 204690 });
// adding node
var x_node = Math.cos(2 * 588 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 588 * Math.PI / N) * 10;
g.nodes.push({
id: 204626,
label: 'MEMBER: Rania Ouazahrou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rania-ouazahrou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204626,
size: 0.5,
source: 230628,
target: 204626 });
// adding node
var x_node = Math.cos(2 * 589 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 589 * Math.PI / N) * 10;
g.nodes.push({
id: 204620,
label: 'MEMBER: Sofija Ilic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-sofija-ilic-sofija-ilic-hr-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sofija-ilic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204620,
size: 0.5,
source: 230628,
target: 204620 });
// adding node
var x_node = Math.cos(2 * 590 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 590 * Math.PI / N) * 10;
g.nodes.push({
id: 204522,
label: 'MEMBER: Thomas Di Costanzo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-thomas-photo-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-di-costanzo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204522,
size: 0.5,
source: 230628,
target: 204522 });
// adding node
var x_node = Math.cos(2 * 591 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 591 * Math.PI / N) * 10;
g.nodes.push({
id: 204506,
label: 'MEMBER: Deniz Fettahoglu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-deniz-fettahoglu-research-pasteur-deniz-fettahoglu-photo-bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/deniz-fettahoglu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204506,
size: 0.5,
source: 230628,
target: 204506 });
// adding node
var x_node = Math.cos(2 * 592 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 592 * Math.PI / N) * 10;
g.nodes.push({
id: 204504,
label: 'MEMBER: Anja Estermann',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-anja-estermann-dsc-0143-2-scaled-e1689413069553-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anja-estermann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204504,
size: 0.5,
source: 230628,
target: 204504 });
// adding node
var x_node = Math.cos(2 * 593 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 593 * Math.PI / N) * 10;
g.nodes.push({
id: 204483,
label: 'MEMBER: Hugo Siegfried',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-photo-hugo-siegfried-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hugo-siegfried/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204483,
size: 0.5,
source: 230628,
target: 204483 });
// adding node
var x_node = Math.cos(2 * 594 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 594 * Math.PI / N) * 10;
g.nodes.push({
id: 204475,
label: 'MEMBER: Rayane Dibsy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/07/research_pasteur-dibsy-rayane-photo-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/rayane-dibsy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204475,
size: 0.5,
source: 230628,
target: 204475 });
// adding node
var x_node = Math.cos(2 * 595 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 595 * Math.PI / N) * 10;
g.nodes.push({
id: 204048,
label: 'MEMBER: Patricia Rodrigues Duarte',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-patricia-rodrigues-duarte-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patricia-rodrigues-duarte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628204048,
size: 0.5,
source: 230628,
target: 204048 });
// adding node
var x_node = Math.cos(2 * 596 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 596 * Math.PI / N) * 10;
g.nodes.push({
id: 203840,
label: 'MEMBER: Khamsing Vongphayloth',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/khamsing-vongphayloth/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203840,
size: 0.5,
source: 230628,
target: 203840 });
// adding node
var x_node = Math.cos(2 * 597 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 597 * Math.PI / N) * 10;
g.nodes.push({
id: 203722,
label: 'MEMBER: Nathalie Rolhion',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nathalie-rolhion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203722,
size: 0.5,
source: 230628,
target: 203722 });
// adding node
var x_node = Math.cos(2 * 598 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 598 * Math.PI / N) * 10;
g.nodes.push({
id: 203719,
label: 'MEMBER: Helena Ploss',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/helena-ploss/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203719,
size: 0.5,
source: 230628,
target: 203719 });
// adding node
var x_node = Math.cos(2 * 599 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 599 * Math.PI / N) * 10;
g.nodes.push({
id: 203660,
label: 'MEMBER: Sakura Pottier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-sakura-pottier-s.-pottier-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sakura-pottier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203660,
size: 0.5,
source: 230628,
target: 203660 });
// adding node
var x_node = Math.cos(2 * 600 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 600 * Math.PI / N) * 10;
g.nodes.push({
id: 203657,
label: 'MEMBER: Clara Lehmann',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clara-lehmann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203657,
size: 0.5,
source: 230628,
target: 203657 });
// adding node
var x_node = Math.cos(2 * 601 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 601 * Math.PI / N) * 10;
g.nodes.push({
id: 203641,
label: 'MEMBER: Jasna Medvedovic',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jasna-medvedovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203641,
size: 0.5,
source: 230628,
target: 203641 });
// adding node
var x_node = Math.cos(2 * 602 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 602 * Math.PI / N) * 10;
g.nodes.push({
id: 203457,
label: 'MEMBER: Maeva El Zaiat-Munsch',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maeva-el-zaiat-munsch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203457,
size: 0.5,
source: 230628,
target: 203457 });
// adding node
var x_node = Math.cos(2 * 603 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 603 * Math.PI / N) * 10;
g.nodes.push({
id: 203455,
label: 'MEMBER: Somboon Wankanit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-somboon-wankanit-profile-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/somboon-wankanit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203455,
size: 0.5,
source: 230628,
target: 203455 });
// adding node
var x_node = Math.cos(2 * 604 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 604 * Math.PI / N) * 10;
g.nodes.push({
id: 203418,
label: 'MEMBER: Ernest Mordret',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-ernest-mordret-research-pasteur-ernest-mordret-image8-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ernest-mordret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203418,
size: 0.5,
source: 230628,
target: 203418 });
// adding node
var x_node = Math.cos(2 * 605 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 605 * Math.PI / N) * 10;
g.nodes.push({
id: 203415,
label: 'MEMBER: Héloïse Georjon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-heloise-georjon-research-pasteur-heloise-georjon-image9-e1686650156183-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/heloise-georjon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203415,
size: 0.5,
source: 230628,
target: 203415 });
// adding node
var x_node = Math.cos(2 * 606 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 606 * Math.PI / N) * 10;
g.nodes.push({
id: 203405,
label: 'MEMBER: Arthur Lensen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-img-0771-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arthur-lensen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203405,
size: 0.5,
source: 230628,
target: 203405 });
// adding node
var x_node = Math.cos(2 * 607 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 607 * Math.PI / N) * 10;
g.nodes.push({
id: 203338,
label: 'MEMBER: Charles Bernard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/charles-bernard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203338,
size: 0.5,
source: 230628,
target: 203338 });
// adding node
var x_node = Math.cos(2 * 608 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 608 * Math.PI / N) * 10;
g.nodes.push({
id: 203335,
label: 'MEMBER: Julie Le Bris',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-julie-le-bris-48c5f0ea-8e78-424d-a489-524a895b6ab3-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julie-le-bris/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203335,
size: 0.5,
source: 230628,
target: 203335 });
// adding node
var x_node = Math.cos(2 * 609 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 609 * Math.PI / N) * 10;
g.nodes.push({
id: 203306,
label: 'MEMBER: Cyril Renassia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-cyril-renassia-photo-cv-2023-cropped-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyril-renassia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203306,
size: 0.5,
source: 230628,
target: 203306 });
// adding node
var x_node = Math.cos(2 * 610 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 610 * Math.PI / N) * 10;
g.nodes.push({
id: 203179,
label: 'MEMBER: Angelica Frusteri Chiacchiera',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-angelica-frusteri-chiacchiera-fotoangiecv-copy-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/angelica-frusteri-chiacchiera/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203179,
size: 0.5,
source: 230628,
target: 203179 });
// adding node
var x_node = Math.cos(2 * 611 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 611 * Math.PI / N) * 10;
g.nodes.push({
id: 203177,
label: 'MEMBER: Hong Duong Ngo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hong-duong-ngo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203177,
size: 0.5,
source: 230628,
target: 203177 });
// adding node
var x_node = Math.cos(2 * 612 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 612 * Math.PI / N) * 10;
g.nodes.push({
id: 203175,
label: 'MEMBER: Konstantin Achkasov',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/konstantin-achkasov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203175,
size: 0.5,
source: 230628,
target: 203175 });
// adding node
var x_node = Math.cos(2 * 613 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 613 * Math.PI / N) * 10;
g.nodes.push({
id: 203125,
label: 'MEMBER: Ilona MIGNEREY',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-ilona-mignerey-profil-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ilona-mignerey/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203125,
size: 0.5,
source: 230628,
target: 203125 });
// adding node
var x_node = Math.cos(2 * 614 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 614 * Math.PI / N) * 10;
g.nodes.push({
id: 203113,
label: 'MEMBER: Ana Morao',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-ana-lr-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/ana-morao/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203113,
size: 0.5,
source: 230628,
target: 203113 });
// adding node
var x_node = Math.cos(2 * 615 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 615 * Math.PI / N) * 10;
g.nodes.push({
id: 203057,
label: 'MEMBER: Orane Pion',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-orane-pion-orane-pion-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/orane-pion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628203057,
size: 0.5,
source: 230628,
target: 203057 });
// adding node
var x_node = Math.cos(2 * 616 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 616 * Math.PI / N) * 10;
g.nodes.push({
id: 202892,
label: 'MEMBER: Babette Beher',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202892,
size: 0.5,
source: 230628,
target: 202892 });
// adding node
var x_node = Math.cos(2 * 617 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 617 * Math.PI / N) * 10;
g.nodes.push({
id: 202856,
label: 'MEMBER: Héloïse Planté',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-heloise-plante-heloise-p-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/heloise-plante/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202856,
size: 0.5,
source: 230628,
target: 202856 });
// adding node
var x_node = Math.cos(2 * 618 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 618 * Math.PI / N) * 10;
g.nodes.push({
id: 202845,
label: 'MEMBER: Hadrien Cousseau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-hadrien-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hadrien-cousseau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202845,
size: 0.5,
source: 230628,
target: 202845 });
// adding node
var x_node = Math.cos(2 * 619 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 619 * Math.PI / N) * 10;
g.nodes.push({
id: 202836,
label: 'MEMBER: Clémentine Larignon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-clementine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clementine-larignon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202836,
size: 0.5,
source: 230628,
target: 202836 });
// adding node
var x_node = Math.cos(2 * 620 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 620 * Math.PI / N) * 10;
g.nodes.push({
id: 202714,
label: 'MEMBER: Mélissa Feugas',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/melissa-feugas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202714,
size: 0.5,
source: 230628,
target: 202714 });
// adding node
var x_node = Math.cos(2 * 621 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 621 * Math.PI / N) * 10;
g.nodes.push({
id: 202659,
label: 'MEMBER: Katie Leap',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-katie-leap-attachment-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/katie-leap/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202659,
size: 0.5,
source: 230628,
target: 202659 });
// adding node
var x_node = Math.cos(2 * 622 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 622 * Math.PI / N) * 10;
g.nodes.push({
id: 202213,
label: 'MEMBER: Lydie Traore',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lydie-traore/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202213,
size: 0.5,
source: 230628,
target: 202213 });
// adding node
var x_node = Math.cos(2 * 623 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 623 * Math.PI / N) * 10;
g.nodes.push({
id: 202211,
label: 'MEMBER: Jacques Vanhoutte',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jacques-vanhoutte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202211,
size: 0.5,
source: 230628,
target: 202211 });
// adding node
var x_node = Math.cos(2 * 624 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 624 * Math.PI / N) * 10;
g.nodes.push({
id: 202209,
label: 'MEMBER: Valentine Piquard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/valentine-piquard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202209,
size: 0.5,
source: 230628,
target: 202209 });
// adding node
var x_node = Math.cos(2 * 625 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 625 * Math.PI / N) * 10;
g.nodes.push({
id: 202174,
label: 'MEMBER: Xiaosong Liu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-xiaosong-liu-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/xiaosong-liu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202174,
size: 0.5,
source: 230628,
target: 202174 });
// adding node
var x_node = Math.cos(2 * 626 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 626 * Math.PI / N) * 10;
g.nodes.push({
id: 202172,
label: 'MEMBER: Camille Prince',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/camille-prince/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202172,
size: 0.5,
source: 230628,
target: 202172 });
// adding node
var x_node = Math.cos(2 * 627 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 627 * Math.PI / N) * 10;
g.nodes.push({
id: 202072,
label: 'MEMBER: Théo Reynoird',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/theo-reynoird/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202072,
size: 0.5,
source: 230628,
target: 202072 });
// adding node
var x_node = Math.cos(2 * 628 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 628 * Math.PI / N) * 10;
g.nodes.push({
id: 202052,
label: 'MEMBER: Nathalie Alazard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-nathalie-alazard-nathalie-alazard-institut-pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-alazard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628202052,
size: 0.5,
source: 230628,
target: 202052 });
// adding node
var x_node = Math.cos(2 * 629 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 629 * Math.PI / N) * 10;
g.nodes.push({
id: 201926,
label: 'MEMBER: Mariangeles Kovacs',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-research-pasteur-kovacs-1-copia-01-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariangeles-kovacs/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201926,
size: 0.5,
source: 230628,
target: 201926 });
// adding node
var x_node = Math.cos(2 * 630 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 630 * Math.PI / N) * 10;
g.nodes.push({
id: 201827,
label: 'MEMBER: Yaël Gossec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-yael-gossec-photo-yael-smile-big-e1684684564675-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yael-gossec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201827,
size: 0.5,
source: 230628,
target: 201827 });
// adding node
var x_node = Math.cos(2 * 631 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 631 * Math.PI / N) * 10;
g.nodes.push({
id: 201829,
label: 'MEMBER: Matheus Santos Sano',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/matheus-santos-sano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201829,
size: 0.5,
source: 230628,
target: 201829 });
// adding node
var x_node = Math.cos(2 * 632 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 632 * Math.PI / N) * 10;
g.nodes.push({
id: 201825,
label: 'MEMBER: André Costa Werneck',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andre-costa-werneck/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201825,
size: 0.5,
source: 230628,
target: 201825 });
// adding node
var x_node = Math.cos(2 * 633 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 633 * Math.PI / N) * 10;
g.nodes.push({
id: 201811,
label: 'MEMBER: Ricardo Obonaga-Gomez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ricardo-obonaga-gomez-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201811,
size: 0.5,
source: 230628,
target: 201811 });
// adding node
var x_node = Math.cos(2 * 634 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 634 * Math.PI / N) * 10;
g.nodes.push({
id: 201664,
label: 'MEMBER: Arnon Henn',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-arnon-henn-henn-arnon-v3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arnon-henn/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201664,
size: 0.5,
source: 230628,
target: 201664 });
// adding node
var x_node = Math.cos(2 * 635 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 635 * Math.PI / N) * 10;
g.nodes.push({
id: 201659,
label: 'MEMBER: Valeria Valente',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-valente-valeria-photo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/valeria-valente/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201659,
size: 0.5,
source: 230628,
target: 201659 });
// adding node
var x_node = Math.cos(2 * 636 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 636 * Math.PI / N) * 10;
g.nodes.push({
id: 201500,
label: 'MEMBER: Florian Tesson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-florian-tesson-20230314-141452-e1683968112239-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florian-tesson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201500,
size: 0.5,
source: 230628,
target: 201500 });
// adding node
var x_node = Math.cos(2 * 637 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 637 * Math.PI / N) * 10;
g.nodes.push({
id: 201492,
label: 'MEMBER: Hugo Vaysset',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-hugo-vaysset-20230314-1414462-e1683967894320-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hugo-vaysset/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201492,
size: 0.5,
source: 230628,
target: 201492 });
// adding node
var x_node = Math.cos(2 * 638 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 638 * Math.PI / N) * 10;
g.nodes.push({
id: 201489,
label: 'MEMBER: Jean Cury',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-jean-cury-signal-2023-01-28-13-44-38-471-e1683967747125-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-cury/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201489,
size: 0.5,
source: 230628,
target: 201489 });
// adding node
var x_node = Math.cos(2 * 639 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 639 * Math.PI / N) * 10;
g.nodes.push({
id: 201486,
label: 'MEMBER: Helena Shomar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-helena-shomar-1559516847975-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helena-shomar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201486,
size: 0.5,
source: 230628,
target: 201486 });
// adding node
var x_node = Math.cos(2 * 640 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 640 * Math.PI / N) * 10;
g.nodes.push({
id: 201412,
label: 'MEMBER: Marin Sandra',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marin-sandra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201412,
size: 0.5,
source: 230628,
target: 201412 });
// adding node
var x_node = Math.cos(2 * 641 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 641 * Math.PI / N) * 10;
g.nodes.push({
id: 201329,
label: 'MEMBER: Martin Jungbauer-Groznica',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-martin-jungbauer-groznica-img-0309-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/martin-jungbauer-groznica/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201329,
size: 0.5,
source: 230628,
target: 201329 });
// adding node
var x_node = Math.cos(2 * 642 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 642 * Math.PI / N) * 10;
g.nodes.push({
id: 201327,
label: 'MEMBER: Lou-Léna Vrignaud',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lou-lena-vrignaud-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201327,
size: 0.5,
source: 230628,
target: 201327 });
// adding node
var x_node = Math.cos(2 * 643 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 643 * Math.PI / N) * 10;
g.nodes.push({
id: 201199,
label: 'MEMBER: Clémentine Ortiger',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clementine-ortiger/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201199,
size: 0.5,
source: 230628,
target: 201199 });
// adding node
var x_node = Math.cos(2 * 644 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 644 * Math.PI / N) * 10;
g.nodes.push({
id: 201200,
label: 'MEMBER: Anike Morch',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anike-morch-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201200,
size: 0.5,
source: 230628,
target: 201200 });
// adding node
var x_node = Math.cos(2 * 645 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 645 * Math.PI / N) * 10;
g.nodes.push({
id: 201185,
label: 'MEMBER: Noémi Beuscart',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/noemi-beuscart/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201185,
size: 0.5,
source: 230628,
target: 201185 });
// adding node
var x_node = Math.cos(2 * 646 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 646 * Math.PI / N) * 10;
g.nodes.push({
id: 201163,
label: 'MEMBER: Thibault Vanhoucke',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anike-morch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628201163,
size: 0.5,
source: 230628,
target: 201163 });
// adding node
var x_node = Math.cos(2 * 647 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 647 * Math.PI / N) * 10;
g.nodes.push({
id: 200933,
label: 'MEMBER: Magdalena Stroksztejn',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/magdalena-stroksztejn/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200933,
size: 0.5,
source: 230628,
target: 200933 });
// adding node
var x_node = Math.cos(2 * 648 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 648 * Math.PI / N) * 10;
g.nodes.push({
id: 200549,
label: 'MEMBER: Guillaume Giraud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-guillaume-giraud-giraud-collet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillaume-giraud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200549,
size: 0.5,
source: 230628,
target: 200549 });
// adding node
var x_node = Math.cos(2 * 649 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 649 * Math.PI / N) * 10;
g.nodes.push({
id: 189234,
label: 'MEMBER: Guillaume burnet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-guillaume-burnet-picturegb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillaume-burnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189234,
size: 0.5,
source: 230628,
target: 189234 });
// adding node
var x_node = Math.cos(2 * 650 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 650 * Math.PI / N) * 10;
g.nodes.push({
id: 200535,
label: 'MEMBER: Luis Fernando Altamirano Pacheco',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/luis-fernando-altamirano-pacheco/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200535,
size: 0.5,
source: 230628,
target: 200535 });
// adding node
var x_node = Math.cos(2 * 651 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 651 * Math.PI / N) * 10;
g.nodes.push({
id: 200490,
label: 'MEMBER: Maria Eduarda Flores Oliveire',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maria-eduarda-flores-oliveire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200490,
size: 0.5,
source: 230628,
target: 200490 });
// adding node
var x_node = Math.cos(2 * 652 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 652 * Math.PI / N) * 10;
g.nodes.push({
id: 200377,
label: 'MEMBER: Yannick Goulam Houssen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yannick-goulam-houssen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200377,
size: 0.5,
source: 230628,
target: 200377 });
// adding node
var x_node = Math.cos(2 * 653 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 653 * Math.PI / N) * 10;
g.nodes.push({
id: 200254,
label: 'MEMBER: Grégoire Davignon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-davignon-gregoire-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/gregoire-davignon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200254,
size: 0.5,
source: 230628,
target: 200254 });
// adding node
var x_node = Math.cos(2 * 654 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 654 * Math.PI / N) * 10;
g.nodes.push({
id: 200229,
label: 'MEMBER: Jeliyah Clark',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-jeliyah-clark-liyah-graduation-2022120946-6-scaled-e1681817072198-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jeliyah-clark/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200229,
size: 0.5,
source: 230628,
target: 200229 });
// adding node
var x_node = Math.cos(2 * 655 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 655 * Math.PI / N) * 10;
g.nodes.push({
id: 200126,
label: 'MEMBER: Josée Dussault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-josee-dussault-img-0326-e1681311791822-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/josee-dussault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200126,
size: 0.5,
source: 230628,
target: 200126 });
// adding node
var x_node = Math.cos(2 * 656 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 656 * Math.PI / N) * 10;
g.nodes.push({
id: 200119,
label: 'MEMBER: Gaétan Tressières',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-1601638092514-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/gaetan-tressieres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200119,
size: 0.5,
source: 230628,
target: 200119 });
// adding node
var x_node = Math.cos(2 * 657 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 657 * Math.PI / N) * 10;
g.nodes.push({
id: 200116,
label: 'MEMBER: Mariana Escobar Rodríguez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-microsoftteams-image-4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariana-escobar-rodriguez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200116,
size: 0.5,
source: 230628,
target: 200116 });
// adding node
var x_node = Math.cos(2 * 658 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 658 * Math.PI / N) * 10;
g.nodes.push({
id: 200113,
label: 'MEMBER: Arve Lee Willingham Grijalba',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-microsoftteams-image-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arve-lee-willingham-grijalba/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200113,
size: 0.5,
source: 230628,
target: 200113 });
// adding node
var x_node = Math.cos(2 * 659 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 659 * Math.PI / N) * 10;
g.nodes.push({
id: 200087,
label: 'MEMBER: Sanne Klompe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-s.-klompe-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sanne-klompe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200087,
size: 0.5,
source: 230628,
target: 200087 });
// adding node
var x_node = Math.cos(2 * 660 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 660 * Math.PI / N) * 10;
g.nodes.push({
id: 200076,
label: 'MEMBER: Milos Nikolic',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nikolic-milos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200076,
size: 0.5,
source: 230628,
target: 200076 });
// adding node
var x_node = Math.cos(2 * 661 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 661 * Math.PI / N) * 10;
g.nodes.push({
id: 200052,
label: 'MEMBER: Maximilian Mannheim',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maximilian-mannheim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200052,
size: 0.5,
source: 230628,
target: 200052 });
// adding node
var x_node = Math.cos(2 * 662 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 662 * Math.PI / N) * 10;
g.nodes.push({
id: 200048,
label: 'MEMBER: Elina Muriel Guzman',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elina-guzman/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200048,
size: 0.5,
source: 230628,
target: 200048 });
// adding node
var x_node = Math.cos(2 * 663 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 663 * Math.PI / N) * 10;
g.nodes.push({
id: 200032,
label: 'MEMBER: Lou Destouches',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-louise-destouches-img-20210918-wa0014-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/louise-destouches/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200032,
size: 0.5,
source: 230628,
target: 200032 });
// adding node
var x_node = Math.cos(2 * 664 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 664 * Math.PI / N) * 10;
g.nodes.push({
id: 200029,
label: 'MEMBER: Marie Anselmet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-marie-anselmet-img-2871-copy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-anselmet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200029,
size: 0.5,
source: 230628,
target: 200029 });
// adding node
var x_node = Math.cos(2 * 665 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 665 * Math.PI / N) * 10;
g.nodes.push({
id: 200026,
label: 'MEMBER: Aniket Saraf',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-aniket-saraf-aniket-photo-delhi-scaled-e1681306410604-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aniket-saraf/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200026,
size: 0.5,
source: 230628,
target: 200026 });
// adding node
var x_node = Math.cos(2 * 666 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 666 * Math.PI / N) * 10;
g.nodes.push({
id: 200004,
label: 'MEMBER: Gwendal Kerzerho',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gwendal-kerzerho/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628200004,
size: 0.5,
source: 230628,
target: 200004 });
// adding node
var x_node = Math.cos(2 * 667 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 667 * Math.PI / N) * 10;
g.nodes.push({
id: 199902,
label: 'MEMBER: Joanna Klim',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-joanna-klim-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/joanna-klim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199902,
size: 0.5,
source: 230628,
target: 199902 });
// adding node
var x_node = Math.cos(2 * 668 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 668 * Math.PI / N) * 10;
g.nodes.push({
id: 199848,
label: 'MEMBER: Magdalena Gil Taran',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-magdalena-gil-taran-gil-m-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/magdalena-gil-taran/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199848,
size: 0.5,
source: 230628,
target: 199848 });
// adding node
var x_node = Math.cos(2 * 669 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 669 * Math.PI / N) * 10;
g.nodes.push({
id: 199794,
label: 'MEMBER: Quentin Vanbellingen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/quentin-vanbellingen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199794,
size: 0.5,
source: 230628,
target: 199794 });
// adding node
var x_node = Math.cos(2 * 670 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 670 * Math.PI / N) * 10;
g.nodes.push({
id: 199763,
label: 'MEMBER: Ana Salom Lopez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-ana-salom-lopez-foto-identidad-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ana-salom-lopez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199763,
size: 0.5,
source: 230628,
target: 199763 });
// adding node
var x_node = Math.cos(2 * 671 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 671 * Math.PI / N) * 10;
g.nodes.push({
id: 199760,
label: 'MEMBER: Marion Rambault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-marion-rambault-20230724-104833-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marion-rambault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199760,
size: 0.5,
source: 230628,
target: 199760 });
// adding node
var x_node = Math.cos(2 * 672 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 672 * Math.PI / N) * 10;
g.nodes.push({
id: 199732,
label: 'MEMBER: N’Toia Hawkins',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ntoia-hawkins/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199732,
size: 0.5,
source: 230628,
target: 199732 });
// adding node
var x_node = Math.cos(2 * 673 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 673 * Math.PI / N) * 10;
g.nodes.push({
id: 199729,
label: 'MEMBER: Cara Picciotto',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-cara-picciotto-research-pasteur-cara-picciotto-screenshot-2023-04-25-at-13.22.47-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cara-picciotto/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199729,
size: 0.5,
source: 230628,
target: 199729 });
// adding node
var x_node = Math.cos(2 * 674 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 674 * Math.PI / N) * 10;
g.nodes.push({
id: 199718,
label: 'MEMBER: Matthieu Gélin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/04/research_pasteur-mugshot-square-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matthieu-gelin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199718,
size: 0.5,
source: 230628,
target: 199718 });
// adding node
var x_node = Math.cos(2 * 675 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 675 * Math.PI / N) * 10;
g.nodes.push({
id: 199677,
label: 'MEMBER: Wissal Manai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-capture-decran-2023-03-31-145713-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/wissal-manai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199677,
size: 0.5,
source: 230628,
target: 199677 });
// adding node
var x_node = Math.cos(2 * 676 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 676 * Math.PI / N) * 10;
g.nodes.push({
id: 199669,
label: 'MEMBER: David Hing',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-david-hing-mairie-12ie-157-e1685273232637-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-hing/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199669,
size: 0.5,
source: 230628,
target: 199669 });
// adding node
var x_node = Math.cos(2 * 677 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 677 * Math.PI / N) * 10;
g.nodes.push({
id: 199567,
label: 'MEMBER: Veronica Schiaffi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/veronica-schiaffi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199567,
size: 0.5,
source: 230628,
target: 199567 });
// adding node
var x_node = Math.cos(2 * 678 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 678 * Math.PI / N) * 10;
g.nodes.push({
id: 199560,
label: 'MEMBER: Jeannie Chau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-photo-jeannie-chau-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jeannie-chau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199560,
size: 0.5,
source: 230628,
target: 199560 });
// adding node
var x_node = Math.cos(2 * 679 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 679 * Math.PI / N) * 10;
g.nodes.push({
id: 199540,
label: 'MEMBER: Eduardo Andrés Bignon Silva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-eduardo-andres-bignon-silva-ch5033aj9ijkhiw4fhgtyxcv60-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eduardo-andres-bignon-silva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199540,
size: 0.5,
source: 230628,
target: 199540 });
// adding node
var x_node = Math.cos(2 * 680 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 680 * Math.PI / N) * 10;
g.nodes.push({
id: 199438,
label: 'MEMBER: Josquin Daron',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-josquin-daron-daron-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/josquin-daron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199438,
size: 0.5,
source: 230628,
target: 199438 });
// adding node
var x_node = Math.cos(2 * 681 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 681 * Math.PI / N) * 10;
g.nodes.push({
id: 199393,
label: 'MEMBER: Pierre Guermonprez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-pierre-guermonprez-pg-image-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-guermonprez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199393,
size: 0.5,
source: 230628,
target: 199393 });
// adding node
var x_node = Math.cos(2 * 682 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 682 * Math.PI / N) * 10;
g.nodes.push({
id: 199371,
label: 'MEMBER: Kama Atretkhany',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-kama-atretkhany-kama-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kama-atretkhany/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199371,
size: 0.5,
source: 230628,
target: 199371 });
// adding node
var x_node = Math.cos(2 * 683 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 683 * Math.PI / N) * 10;
g.nodes.push({
id: 199204,
label: 'MEMBER: Davide Dell’Accantera',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/davide-dellaccantera/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199204,
size: 0.5,
source: 230628,
target: 199204 });
// adding node
var x_node = Math.cos(2 * 684 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 684 * Math.PI / N) * 10;
g.nodes.push({
id: 199123,
label: 'MEMBER: Rob Van Der Pluijm',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rob-van-der-pluijm/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199123,
size: 0.5,
source: 230628,
target: 199123 });
// adding node
var x_node = Math.cos(2 * 685 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 685 * Math.PI / N) * 10;
g.nodes.push({
id: 199093,
label: 'MEMBER: Gaëlle Baudemont',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gaelle-baudemont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199093,
size: 0.5,
source: 230628,
target: 199093 });
// adding node
var x_node = Math.cos(2 * 686 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 686 * Math.PI / N) * 10;
g.nodes.push({
id: 199054,
label: 'MEMBER: Stéphanie Guillon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-stephanie-guillon-guillon-stephanie-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephanie-guillon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199054,
size: 0.5,
source: 230628,
target: 199054 });
// adding node
var x_node = Math.cos(2 * 687 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 687 * Math.PI / N) * 10;
g.nodes.push({
id: 199022,
label: 'MEMBER: Sabrina Bouchelaghem',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sabrina-bouchelaghem/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628199022,
size: 0.5,
source: 230628,
target: 199022 });
// adding node
var x_node = Math.cos(2 * 688 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 688 * Math.PI / N) * 10;
g.nodes.push({
id: 198865,
label: 'MEMBER: Francesca Palese',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-palese-francesca-img-0194-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francesca-palese/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198865,
size: 0.5,
source: 230628,
target: 198865 });
// adding node
var x_node = Math.cos(2 * 689 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 689 * Math.PI / N) * 10;
g.nodes.push({
id: 198859,
label: 'MEMBER: Ranabir Chakraborty',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-ranabir-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ranabir-chakraborty/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198859,
size: 0.5,
source: 230628,
target: 198859 });
// adding node
var x_node = Math.cos(2 * 690 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 690 * Math.PI / N) * 10;
g.nodes.push({
id: 198678,
label: 'MEMBER: Katherine Worsley-Tonks',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/katherine-worsley-tonks/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198678,
size: 0.5,
source: 230628,
target: 198678 });
// adding node
var x_node = Math.cos(2 * 691 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 691 * Math.PI / N) * 10;
g.nodes.push({
id: 198837,
label: 'MEMBER: Aude Bernheim',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-aude-bernheim-photo-aude-bernheim-cdf-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aude-bernheim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198837,
size: 0.5,
source: 230628,
target: 198837 });
// adding node
var x_node = Math.cos(2 * 692 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 692 * Math.PI / N) * 10;
g.nodes.push({
id: 198677,
label: 'MEMBER: Marie Al Rahmoun',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-al-rahmoun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198677,
size: 0.5,
source: 230628,
target: 198677 });
// adding node
var x_node = Math.cos(2 * 693 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 693 * Math.PI / N) * 10;
g.nodes.push({
id: 198631,
label: 'MEMBER: Manon Capdeville',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-research-pasteur-unknown-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/manon-capdeville/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198631,
size: 0.5,
source: 230628,
target: 198631 });
// adding node
var x_node = Math.cos(2 * 694 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 694 * Math.PI / N) * 10;
g.nodes.push({
id: 198601,
label: 'MEMBER: Camille Amourette',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/camille-amourette/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198601,
size: 0.5,
source: 230628,
target: 198601 });
// adding node
var x_node = Math.cos(2 * 695 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 695 * Math.PI / N) * 10;
g.nodes.push({
id: 198597,
label: 'MEMBER: Alice Libri',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alice-libri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198597,
size: 0.5,
source: 230628,
target: 198597 });
// adding node
var x_node = Math.cos(2 * 696 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 696 * Math.PI / N) * 10;
g.nodes.push({
id: 198558,
label: 'MEMBER: Marina Dockes',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marina-dockes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198558,
size: 0.5,
source: 230628,
target: 198558 });
// adding node
var x_node = Math.cos(2 * 697 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 697 * Math.PI / N) * 10;
g.nodes.push({
id: 198556,
label: 'MEMBER: Guillaume Rode',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/guillaume-rode/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198556,
size: 0.5,
source: 230628,
target: 198556 });
// adding node
var x_node = Math.cos(2 * 698 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 698 * Math.PI / N) * 10;
g.nodes.push({
id: 198479,
label: 'MEMBER: Karim Sebastien',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-karim-sebastien-karime-sebastien-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/karim-sebastien/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198479,
size: 0.5,
source: 230628,
target: 198479 });
// adding node
var x_node = Math.cos(2 * 699 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 699 * Math.PI / N) * 10;
g.nodes.push({
id: 198473,
label: 'MEMBER: Shaoni Bhattacharjee',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-picture-shaoni-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/shaoni-bhattacharjee/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198473,
size: 0.5,
source: 230628,
target: 198473 });
// adding node
var x_node = Math.cos(2 * 700 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 700 * Math.PI / N) * 10;
g.nodes.push({
id: 198470,
label: 'MEMBER: Chiara Tomasini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-tomasini-chiara-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chiara-tomasini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198470,
size: 0.5,
source: 230628,
target: 198470 });
// adding node
var x_node = Math.cos(2 * 701 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 701 * Math.PI / N) * 10;
g.nodes.push({
id: 198467,
label: 'MEMBER: Arthur Caron',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-arthur-caron-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arthur-caron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198467,
size: 0.5,
source: 230628,
target: 198467 });
// adding node
var x_node = Math.cos(2 * 702 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 702 * Math.PI / N) * 10;
g.nodes.push({
id: 198441,
label: 'MEMBER: Jean Randrianaly',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-randrianaly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198441,
size: 0.5,
source: 230628,
target: 198441 });
// adding node
var x_node = Math.cos(2 * 703 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 703 * Math.PI / N) * 10;
g.nodes.push({
id: 198306,
label: 'MEMBER: Juliette Bonche',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-juliette-bonche-dsc-0379-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juliette-bonche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198306,
size: 0.5,
source: 230628,
target: 198306 });
// adding node
var x_node = Math.cos(2 * 704 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 704 * Math.PI / N) * 10;
g.nodes.push({
id: 198188,
label: 'MEMBER: Xiomara Alexandra Gaitan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/xiomara-alexandra-gaitan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198188,
size: 0.5,
source: 230628,
target: 198188 });
// adding node
var x_node = Math.cos(2 * 705 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 705 * Math.PI / N) * 10;
g.nodes.push({
id: 198182,
label: 'MEMBER: Gabrielle Dupuis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-gabrielle-dupuis-b7d39f80-0d52-40a3-ab74-27a21830df6a-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/gabrielle-dupuis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198182,
size: 0.5,
source: 230628,
target: 198182 });
// adding node
var x_node = Math.cos(2 * 706 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 706 * Math.PI / N) * 10;
g.nodes.push({
id: 198147,
label: 'MEMBER: Carine Martins',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-photo-carine-martins-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carine-martins/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198147,
size: 0.5,
source: 230628,
target: 198147 });
// adding node
var x_node = Math.cos(2 * 707 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 707 * Math.PI / N) * 10;
g.nodes.push({
id: 198125,
label: 'MEMBER: Maria Najem',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-mn-copy-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/maria-najem/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628198125,
size: 0.5,
source: 230628,
target: 198125 });
// adding node
var x_node = Math.cos(2 * 708 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 708 * Math.PI / N) * 10;
g.nodes.push({
id: 197994,
label: 'MEMBER: Julia Sanchez Viladevall',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julia-sanchez-viladevall/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197994,
size: 0.5,
source: 230628,
target: 197994 });
// adding node
var x_node = Math.cos(2 * 709 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 709 * Math.PI / N) * 10;
g.nodes.push({
id: 197952,
label: 'MEMBER: Roxane Bayle',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/roxane-bayle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197952,
size: 0.5,
source: 230628,
target: 197952 });
// adding node
var x_node = Math.cos(2 * 710 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 710 * Math.PI / N) * 10;
g.nodes.push({
id: 197944,
label: 'MEMBER: Flora Crozet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/03/research_pasteur-floracrozet-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/flora-crozet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197944,
size: 0.5,
source: 230628,
target: 197944 });
// adding node
var x_node = Math.cos(2 * 711 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 711 * Math.PI / N) * 10;
g.nodes.push({
id: 197759,
label: 'MEMBER: Aurélien Mazeraud',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aurelien-mazeraud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197759,
size: 0.5,
source: 230628,
target: 197759 });
// adding node
var x_node = Math.cos(2 * 712 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 712 * Math.PI / N) * 10;
g.nodes.push({
id: 197754,
label: 'MEMBER: Mihye Song',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-mihye-song-2022--01-e1695289680675-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mihye-song/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197754,
size: 0.5,
source: 230628,
target: 197754 });
// adding node
var x_node = Math.cos(2 * 713 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 713 * Math.PI / N) * 10;
g.nodes.push({
id: 197750,
label: 'MEMBER: Antoine Carpentier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/antoine-carpentier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197750,
size: 0.5,
source: 230628,
target: 197750 });
// adding node
var x_node = Math.cos(2 * 714 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 714 * Math.PI / N) * 10;
g.nodes.push({
id: 197745,
label: 'MEMBER: Claire-Hélène de Badts',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/claire-helene-de-badts/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197745,
size: 0.5,
source: 230628,
target: 197745 });
// adding node
var x_node = Math.cos(2 * 715 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 715 * Math.PI / N) * 10;
g.nodes.push({
id: 197318,
label: 'MEMBER: Ariane Guillot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ariane-guillot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197318,
size: 0.5,
source: 230628,
target: 197318 });
// adding node
var x_node = Math.cos(2 * 716 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 716 * Math.PI / N) * 10;
g.nodes.push({
id: 197302,
label: 'MEMBER: Jean-Marc Collard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-jean-marc-collard-jean-marc-collard-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-marc-collard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197302,
size: 0.5,
source: 230628,
target: 197302 });
// adding node
var x_node = Math.cos(2 * 717 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 717 * Math.PI / N) * 10;
g.nodes.push({
id: 197263,
label: 'MEMBER: Alexander Lewis Marffy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-alm-professional-image-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/alexander-lewis-marffy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197263,
size: 0.5,
source: 230628,
target: 197263 });
// adding node
var x_node = Math.cos(2 * 718 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 718 * Math.PI / N) * 10;
g.nodes.push({
id: 197250,
label: 'MEMBER: Quentin Holleville',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/quentin-holleville/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197250,
size: 0.5,
source: 230628,
target: 197250 });
// adding node
var x_node = Math.cos(2 * 719 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 719 * Math.PI / N) * 10;
g.nodes.push({
id: 197246,
label: 'MEMBER: Nabila Selmani',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-nabila-selmani-nabila-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/nabila-selmani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197246,
size: 0.5,
source: 230628,
target: 197246 });
// adding node
var x_node = Math.cos(2 * 720 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 720 * Math.PI / N) * 10;
g.nodes.push({
id: 197241,
label: 'MEMBER: Christelle Bellenger',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-christelle-bellenger-cb-new-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christelle-bellenger/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197241,
size: 0.5,
source: 230628,
target: 197241 });
// adding node
var x_node = Math.cos(2 * 721 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 721 * Math.PI / N) * 10;
g.nodes.push({
id: 197243,
label: 'MEMBER: Lola Martinez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lola-martinez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197243,
size: 0.5,
source: 230628,
target: 197243 });
// adding node
var x_node = Math.cos(2 * 722 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 722 * Math.PI / N) * 10;
g.nodes.push({
id: 197204,
label: 'MEMBER: Tristan Ruffiot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/11/research_pasteur-tristan-ruffiot-research-pasteur-tristan-ruffiot-ruffiot-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tristan-ruffiot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197204,
size: 0.5,
source: 230628,
target: 197204 });
// adding node
var x_node = Math.cos(2 * 723 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 723 * Math.PI / N) * 10;
g.nodes.push({
id: 197202,
label: 'MEMBER: Phuong Y Mai',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/phuong-y-mai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197202,
size: 0.5,
source: 230628,
target: 197202 });
// adding node
var x_node = Math.cos(2 * 724 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 724 * Math.PI / N) * 10;
g.nodes.push({
id: 197189,
label: 'MEMBER: Merlin Després',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-despres-merlin-09-12-2019-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/merlin-despres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197189,
size: 0.5,
source: 230628,
target: 197189 });
// adding node
var x_node = Math.cos(2 * 725 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 725 * Math.PI / N) * 10;
g.nodes.push({
id: 197181,
label: 'MEMBER: Milena Milovanović',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/milena-milovanovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628197181,
size: 0.5,
source: 230628,
target: 197181 });
// adding node
var x_node = Math.cos(2 * 726 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 726 * Math.PI / N) * 10;
g.nodes.push({
id: 196957,
label: 'MEMBER: Sonia Goldina',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-ensonia-goldinafrsofya-goldina-1675961843502-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sonia-goldina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196957,
size: 0.5,
source: 230628,
target: 196957 });
// adding node
var x_node = Math.cos(2 * 727 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 727 * Math.PI / N) * 10;
g.nodes.push({
id: 196903,
label: 'MEMBER: Amaya Lehingue',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-photo-amaya-lehingue-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amaya-lehingue/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196903,
size: 0.5,
source: 230628,
target: 196903 });
// adding node
var x_node = Math.cos(2 * 728 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 728 * Math.PI / N) * 10;
g.nodes.push({
id: 196848,
label: 'MEMBER: Camilla Anastasio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-camilla-anastasio-research-pasteur-camilla-anastasio-ca-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camilla-anastasio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196848,
size: 0.5,
source: 230628,
target: 196848 });
// adding node
var x_node = Math.cos(2 * 729 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 729 * Math.PI / N) * 10;
g.nodes.push({
id: 196815,
label: 'MEMBER: Capucine Jeanton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-capucine-jeanton-img-0537-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/capucine-jeanton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196815,
size: 0.5,
source: 230628,
target: 196815 });
// adding node
var x_node = Math.cos(2 * 730 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 730 * Math.PI / N) * 10;
g.nodes.push({
id: 196793,
label: 'MEMBER: Benjamin Maier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/benjamin-maier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196793,
size: 0.5,
source: 230628,
target: 196793 });
// adding node
var x_node = Math.cos(2 * 731 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 731 * Math.PI / N) * 10;
g.nodes.push({
id: 196687,
label: 'MEMBER: Ara Schorscher-Petcu',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ara-schorscher-petcu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196687,
size: 0.5,
source: 230628,
target: 196687 });
// adding node
var x_node = Math.cos(2 * 732 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 732 * Math.PI / N) * 10;
g.nodes.push({
id: 196586,
label: 'MEMBER: Claire Lansonneur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-claire-lansonneur-lansonneur-claire-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claire-lansonneur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196586,
size: 0.5,
source: 230628,
target: 196586 });
// adding node
var x_node = Math.cos(2 * 733 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 733 * Math.PI / N) * 10;
g.nodes.push({
id: 196584,
label: 'MEMBER: Remi Trimbour',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-remi-trimbour-signal-2023-02-10-181528-002-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/remi-trimbour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196584,
size: 0.5,
source: 230628,
target: 196584 });
// adding node
var x_node = Math.cos(2 * 734 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 734 * Math.PI / N) * 10;
g.nodes.push({
id: 196568,
label: 'MEMBER: Cyprien Noble',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-research-pasteur-cyprien-noble-photo-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyprien-noble-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196568,
size: 0.5,
source: 230628,
target: 196568 });
// adding node
var x_node = Math.cos(2 * 735 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 735 * Math.PI / N) * 10;
g.nodes.push({
id: 196483,
label: 'MEMBER: Achilleas Pitsillides',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/achilleas-pitsillides/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196483,
size: 0.5,
source: 230628,
target: 196483 });
// adding node
var x_node = Math.cos(2 * 736 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 736 * Math.PI / N) * 10;
g.nodes.push({
id: 196414,
label: 'MEMBER: Stefan Nicolescu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-research-pasteur-photo-nicolescu-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stefan-nicolescu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196414,
size: 0.5,
source: 230628,
target: 196414 });
// adding node
var x_node = Math.cos(2 * 737 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 737 * Math.PI / N) * 10;
g.nodes.push({
id: 196347,
label: 'MEMBER: Saline Jabre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-saline-jabre--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/saline-jabre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196347,
size: 0.5,
source: 230628,
target: 196347 });
// adding node
var x_node = Math.cos(2 * 738 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 738 * Math.PI / N) * 10;
g.nodes.push({
id: 196337,
label: 'MEMBER: Lucas Facchinetti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-lucas-facchinetti-1704461585694-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucas-facchinetti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196337,
size: 0.5,
source: 230628,
target: 196337 });
// adding node
var x_node = Math.cos(2 * 739 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 739 * Math.PI / N) * 10;
g.nodes.push({
id: 196333,
label: 'MEMBER: Nawëll Belcaïd',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nawell-belcaid/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196333,
size: 0.5,
source: 230628,
target: 196333 });
// adding node
var x_node = Math.cos(2 * 740 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 740 * Math.PI / N) * 10;
g.nodes.push({
id: 196277,
label: 'MEMBER: Jolyn Oosters',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-flavimmunity-jolyn-scaled-e1675787866253-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jolyn-oosters/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196277,
size: 0.5,
source: 230628,
target: 196277 });
// adding node
var x_node = Math.cos(2 * 741 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 741 * Math.PI / N) * 10;
g.nodes.push({
id: 196275,
label: 'MEMBER: Sina Sommer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-flavimmunity-sina-scaled-e1675787914771-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sina-sommer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196275,
size: 0.5,
source: 230628,
target: 196275 });
// adding node
var x_node = Math.cos(2 * 742 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 742 * Math.PI / N) * 10;
g.nodes.push({
id: 196268,
label: 'MEMBER: Max Baker',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-max-baker-research-pasteur-max-baker-screenshot-2023-02-02-at-21.29.38-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/max-baker/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196268,
size: 0.5,
source: 230628,
target: 196268 });
// adding node
var x_node = Math.cos(2 * 743 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 743 * Math.PI / N) * 10;
g.nodes.push({
id: 196265,
label: 'MEMBER: Juan Manuel Battagliotti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-juan-manuel-battagliotti-research-pasteur-juan-manuel-battagliotti-screenshot-2023-02-02-at-21.30.00-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juan-manuel-battagliotti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196265,
size: 0.5,
source: 230628,
target: 196265 });
// adding node
var x_node = Math.cos(2 * 744 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 744 * Math.PI / N) * 10;
g.nodes.push({
id: 196215,
label: 'MEMBER: Romain Villa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-romain-villa-img-20220605-wa0005-e1675352679136-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/romain-villa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196215,
size: 0.5,
source: 230628,
target: 196215 });
// adding node
var x_node = Math.cos(2 * 745 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 745 * Math.PI / N) * 10;
g.nodes.push({
id: 196187,
label: 'MEMBER: Rémy Masson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-remy-masson-large-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/remy-masson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196187,
size: 0.5,
source: 230628,
target: 196187 });
// adding node
var x_node = Math.cos(2 * 746 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 746 * Math.PI / N) * 10;
g.nodes.push({
id: 196176,
label: 'MEMBER: Giada Mura',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-foto-gm-recadree-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/giada-mura/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196176,
size: 0.5,
source: 230628,
target: 196176 });
// adding node
var x_node = Math.cos(2 * 747 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 747 * Math.PI / N) * 10;
g.nodes.push({
id: 196173,
label: 'MEMBER: Rémy Yim',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-remy-yim-1663192612905-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/remy-yim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196173,
size: 0.5,
source: 230628,
target: 196173 });
// adding node
var x_node = Math.cos(2 * 748 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 748 * Math.PI / N) * 10;
g.nodes.push({
id: 196097,
label: 'MEMBER: hannah Simmons Hovorka',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hannah-simmons-hovorka/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196097,
size: 0.5,
source: 230628,
target: 196097 });
// adding node
var x_node = Math.cos(2 * 749 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 749 * Math.PI / N) * 10;
g.nodes.push({
id: 196069,
label: 'MEMBER: Sophie Dauzet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-sophie-dauzet-photo-sophie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-dauzet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196069,
size: 0.5,
source: 230628,
target: 196069 });
// adding node
var x_node = Math.cos(2 * 750 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 750 * Math.PI / N) * 10;
g.nodes.push({
id: 196063,
label: 'MEMBER: Sébastien Velut',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sebastien-velut/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196063,
size: 0.5,
source: 230628,
target: 196063 });
// adding node
var x_node = Math.cos(2 * 751 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 751 * Math.PI / N) * 10;
g.nodes.push({
id: 196028,
label: 'MEMBER: Eli Barthome',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eli-barthome/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628196028,
size: 0.5,
source: 230628,
target: 196028 });
// adding node
var x_node = Math.cos(2 * 752 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 752 * Math.PI / N) * 10;
g.nodes.push({
id: 195989,
label: 'MEMBER: Léa Vendramini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lea-vendramini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195989,
size: 0.5,
source: 230628,
target: 195989 });
// adding node
var x_node = Math.cos(2 * 753 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 753 * Math.PI / N) * 10;
g.nodes.push({
id: 195987,
label: 'MEMBER: Catalina Salas Ciudad',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catalina-salas-ciudad/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195987,
size: 0.5,
source: 230628,
target: 195987 });
// adding node
var x_node = Math.cos(2 * 754 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 754 * Math.PI / N) * 10;
g.nodes.push({
id: 195984,
label: 'MEMBER: Sacha Sarfati',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-sacha-sarfati-76a2b3de-89a8-46c6-bdbf-add75a660ea6-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sacha-sarfati/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195984,
size: 0.5,
source: 230628,
target: 195984 });
// adding node
var x_node = Math.cos(2 * 755 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 755 * Math.PI / N) * 10;
g.nodes.push({
id: 195981,
label: 'MEMBER: Myriam Aouiti Trabelsi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/myriam-aouiti-trabelsi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195981,
size: 0.5,
source: 230628,
target: 195981 });
// adding node
var x_node = Math.cos(2 * 756 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 756 * Math.PI / N) * 10;
g.nodes.push({
id: 195909,
label: 'MEMBER: Arnaud Coez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/arnaud-coez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195909,
size: 0.5,
source: 230628,
target: 195909 });
// adding node
var x_node = Math.cos(2 * 757 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 757 * Math.PI / N) * 10;
g.nodes.push({
id: 195902,
label: 'MEMBER: Perrine Morvan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-perrine-morvan-microsoftteams-image-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/perrine-morvan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195902,
size: 0.5,
source: 230628,
target: 195902 });
// adding node
var x_node = Math.cos(2 * 758 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 758 * Math.PI / N) * 10;
g.nodes.push({
id: 195900,
label: 'MEMBER: Laetitia Aka',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-laetitia-aka-microsoftteams-image-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laetitia-aka/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195900,
size: 0.5,
source: 230628,
target: 195900 });
// adding node
var x_node = Math.cos(2 * 759 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 759 * Math.PI / N) * 10;
g.nodes.push({
id: 195773,
label: 'MEMBER: Siham Schacre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/siham-schacre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195773,
size: 0.5,
source: 230628,
target: 195773 });
// adding node
var x_node = Math.cos(2 * 760 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 760 * Math.PI / N) * 10;
g.nodes.push({
id: 195771,
label: 'MEMBER: Sarah Kamami',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sarah-kamami/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195771,
size: 0.5,
source: 230628,
target: 195771 });
// adding node
var x_node = Math.cos(2 * 761 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 761 * Math.PI / N) * 10;
g.nodes.push({
id: 195736,
label: 'MEMBER: Jose Pablo Marin Obando',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-jose-pablo-marin-obando-photo-jose-pablo-marin-obando-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jose-pablo-marin-obando/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195736,
size: 0.5,
source: 230628,
target: 195736 });
// adding node
var x_node = Math.cos(2 * 762 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 762 * Math.PI / N) * 10;
g.nodes.push({
id: 195636,
label: 'MEMBER: Houssem Chenane',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/houssem-chenane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195636,
size: 0.5,
source: 230628,
target: 195636 });
// adding node
var x_node = Math.cos(2 * 763 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 763 * Math.PI / N) * 10;
g.nodes.push({
id: 195616,
label: 'MEMBER: Anouar EL JID',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anouar-el-jid/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195616,
size: 0.5,
source: 230628,
target: 195616 });
// adding node
var x_node = Math.cos(2 * 764 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 764 * Math.PI / N) * 10;
g.nodes.push({
id: 195509,
label: 'MEMBER: Violaine Esnault',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/violaine-esnault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195509,
size: 0.5,
source: 230628,
target: 195509 });
// adding node
var x_node = Math.cos(2 * 765 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 765 * Math.PI / N) * 10;
g.nodes.push({
id: 195396,
label: 'MEMBER: Pauline Porschitz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pauline-porschitz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195396,
size: 0.5,
source: 230628,
target: 195396 });
// adding node
var x_node = Math.cos(2 * 766 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 766 * Math.PI / N) * 10;
g.nodes.push({
id: 195412,
label: 'MEMBER: Jan Stenkiewicz-Witeska',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-jan-stenkiewicz-witeska-img-7123-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jan-stenkiewicz-witeska/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195412,
size: 0.5,
source: 230628,
target: 195412 });
// adding node
var x_node = Math.cos(2 * 767 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 767 * Math.PI / N) * 10;
g.nodes.push({
id: 195410,
label: 'MEMBER: Rima Singha',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rima-singha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195410,
size: 0.5,
source: 230628,
target: 195410 });
// adding node
var x_node = Math.cos(2 * 768 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 768 * Math.PI / N) * 10;
g.nodes.push({
id: 194626,
label: 'MEMBER: Johannes Groen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-foto-jan-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/johannes-groen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194626,
size: 0.5,
source: 230628,
target: 194626 });
// adding node
var x_node = Math.cos(2 * 769 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 769 * Math.PI / N) * 10;
g.nodes.push({
id: 195359,
label: 'MEMBER: Marine Samson',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marine-samson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195359,
size: 0.5,
source: 230628,
target: 195359 });
// adding node
var x_node = Math.cos(2 * 770 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 770 * Math.PI / N) * 10;
g.nodes.push({
id: 195357,
label: 'MEMBER: Mariem Essaïdani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mariem-essaidani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195357,
size: 0.5,
source: 230628,
target: 195357 });
// adding node
var x_node = Math.cos(2 * 771 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 771 * Math.PI / N) * 10;
g.nodes.push({
id: 195290,
label: 'MEMBER: Geert-Jan Huizing',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-geert-jan-huizing-research-pasteur-geert-jan-huizing-profile-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/geert-jan-huizing/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195290,
size: 0.5,
source: 230628,
target: 195290 });
// adding node
var x_node = Math.cos(2 * 772 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 772 * Math.PI / N) * 10;
g.nodes.push({
id: 195288,
label: 'MEMBER: Jules Samaran',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-jules-samaran-img-20220729-wa0097-e1676369119204-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jules-samaran/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195288,
size: 0.5,
source: 230628,
target: 195288 });
// adding node
var x_node = Math.cos(2 * 773 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 773 * Math.PI / N) * 10;
g.nodes.push({
id: 195216,
label: 'MEMBER: Caroline Henrot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-caroline-henrot-pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caroline-henrot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195216,
size: 0.5,
source: 230628,
target: 195216 });
// adding node
var x_node = Math.cos(2 * 774 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 774 * Math.PI / N) * 10;
g.nodes.push({
id: 195208,
label: 'MEMBER: Mylan Ansel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-mylan-2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/mylan-ansel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195208,
size: 0.5,
source: 230628,
target: 195208 });
// adding node
var x_node = Math.cos(2 * 775 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 775 * Math.PI / N) * 10;
g.nodes.push({
id: 195203,
label: 'MEMBER: Maite Freire Delgado',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-research-pasteur-screen-shot-2022-02-28-at-4.39.35-pm-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maite-freire-delgado/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195203,
size: 0.5,
source: 230628,
target: 195203 });
// adding node
var x_node = Math.cos(2 * 776 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 776 * Math.PI / N) * 10;
g.nodes.push({
id: 195199,
label: 'MEMBER: Núria Ros i Rocher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-img-20190705-152441-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nuria-ros-i-rocher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195199,
size: 0.5,
source: 230628,
target: 195199 });
// adding node
var x_node = Math.cos(2 * 777 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 777 * Math.PI / N) * 10;
g.nodes.push({
id: 195180,
label: 'MEMBER: Chau Ngoc Minh Nguyen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chau-ngoc-minh-nguyen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195180,
size: 0.5,
source: 230628,
target: 195180 });
// adding node
var x_node = Math.cos(2 * 778 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 778 * Math.PI / N) * 10;
g.nodes.push({
id: 195178,
label: 'MEMBER: Emma Evrard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emma-evrard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195178,
size: 0.5,
source: 230628,
target: 195178 });
// adding node
var x_node = Math.cos(2 * 779 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 779 * Math.PI / N) * 10;
g.nodes.push({
id: 195170,
label: 'MEMBER: Laura Cantini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-laura-cantini-lauracantini-33-modifier-hdprint-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laura-cantini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195170,
size: 0.5,
source: 230628,
target: 195170 });
// adding node
var x_node = Math.cos(2 * 780 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 780 * Math.PI / N) * 10;
g.nodes.push({
id: 195166,
label: 'MEMBER: Florian Westrelin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/florian-westrelin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195166,
size: 0.5,
source: 230628,
target: 195166 });
// adding node
var x_node = Math.cos(2 * 781 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 781 * Math.PI / N) * 10;
g.nodes.push({
id: 195140,
label: 'MEMBER: Elena Ghiorzi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-elena-ghiorzi-research-pasteur-elena-ghiorzi-elena-ghiorzi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elena-ghiorzi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195140,
size: 0.5,
source: 230628,
target: 195140 });
// adding node
var x_node = Math.cos(2 * 782 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 782 * Math.PI / N) * 10;
g.nodes.push({
id: 195119,
label: 'MEMBER: Valérie Duverné-Polilat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-valerie-duverne-polilat-vdp-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-duverne-polilat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195119,
size: 0.5,
source: 230628,
target: 195119 });
// adding node
var x_node = Math.cos(2 * 783 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 783 * Math.PI / N) * 10;
g.nodes.push({
id: 195082,
label: 'MEMBER: Amandine Chantharah',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/amandine-chantharah/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195082,
size: 0.5,
source: 230628,
target: 195082 });
// adding node
var x_node = Math.cos(2 * 784 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 784 * Math.PI / N) * 10;
g.nodes.push({
id: 195064,
label: 'MEMBER: Youna Coquin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/youna-coquin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195064,
size: 0.5,
source: 230628,
target: 195064 });
// adding node
var x_node = Math.cos(2 * 785 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 785 * Math.PI / N) * 10;
g.nodes.push({
id: 195058,
label: 'MEMBER: Giovanni Begliomini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/giovanni-begliomini-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195058,
size: 0.5,
source: 230628,
target: 195058 });
// adding node
var x_node = Math.cos(2 * 786 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 786 * Math.PI / N) * 10;
g.nodes.push({
id: 195044,
label: 'MEMBER: Jeanne Pascard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/giovanni-begliomini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628195044,
size: 0.5,
source: 230628,
target: 195044 });
// adding node
var x_node = Math.cos(2 * 787 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 787 * Math.PI / N) * 10;
g.nodes.push({
id: 194968,
label: 'MEMBER: Mauro Castello Sanjuan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mauro-castello-sanjuan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194968,
size: 0.5,
source: 230628,
target: 194968 });
// adding node
var x_node = Math.cos(2 * 788 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 788 * Math.PI / N) * 10;
g.nodes.push({
id: 194966,
label: 'MEMBER: Inès Partouche',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ines-partouche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194966,
size: 0.5,
source: 230628,
target: 194966 });
// adding node
var x_node = Math.cos(2 * 789 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 789 * Math.PI / N) * 10;
g.nodes.push({
id: 194799,
label: 'MEMBER: Maurine Delhaye',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maurine-delhaye/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194799,
size: 0.5,
source: 230628,
target: 194799 });
// adding node
var x_node = Math.cos(2 * 790 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 790 * Math.PI / N) * 10;
g.nodes.push({
id: 194657,
label: 'MEMBER: Vania Rosas Magallanes',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vania-rosas-magallanes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194657,
size: 0.5,
source: 230628,
target: 194657 });
// adding node
var x_node = Math.cos(2 * 791 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 791 * Math.PI / N) * 10;
g.nodes.push({
id: 194622,
label: 'MEMBER: Thomas Treport',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-thomas-treport-20220920-172855-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-treport/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194622,
size: 0.5,
source: 230628,
target: 194622 });
// adding node
var x_node = Math.cos(2 * 792 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 792 * Math.PI / N) * 10;
g.nodes.push({
id: 194615,
label: 'MEMBER: Yara Bouery',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yara-bouery/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194615,
size: 0.5,
source: 230628,
target: 194615 });
// adding node
var x_node = Math.cos(2 * 793 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 793 * Math.PI / N) * 10;
g.nodes.push({
id: 194607,
label: 'MEMBER: Claire Giry',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-claire-giry-img-20211023-wa00245459-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claire-giry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194607,
size: 0.5,
source: 230628,
target: 194607 });
// adding node
var x_node = Math.cos(2 * 794 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 794 * Math.PI / N) * 10;
g.nodes.push({
id: 194605,
label: 'MEMBER: Delphine Sitterlin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-delphine-sitterlin-sans-titrev4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/delphine-sitterlin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194605,
size: 0.5,
source: 230628,
target: 194605 });
// adding node
var x_node = Math.cos(2 * 795 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 795 * Math.PI / N) * 10;
g.nodes.push({
id: 194602,
label: 'MEMBER: Cyrielle Durand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-cyrielle-durand-snapchat-1724420620-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyrielle-durand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194602,
size: 0.5,
source: 230628,
target: 194602 });
// adding node
var x_node = Math.cos(2 * 796 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 796 * Math.PI / N) * 10;
g.nodes.push({
id: 194600,
label: 'MEMBER: Cédric Diot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-cedric-diot-92098693-1909507469182661-5002005903189213184-n-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/cedric-diot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194600,
size: 0.5,
source: 230628,
target: 194600 });
// adding node
var x_node = Math.cos(2 * 797 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 797 * Math.PI / N) * 10;
g.nodes.push({
id: 194573,
label: 'MEMBER: Adrien Paravel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/adrien-paravel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194573,
size: 0.5,
source: 230628,
target: 194573 });
// adding node
var x_node = Math.cos(2 * 798 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 798 * Math.PI / N) * 10;
g.nodes.push({
id: 194504,
label: 'MEMBER: Meryem Memmadi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/meryem-memmadi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194504,
size: 0.5,
source: 230628,
target: 194504 });
// adding node
var x_node = Math.cos(2 * 799 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 799 * Math.PI / N) * 10;
g.nodes.push({
id: 194492,
label: 'MEMBER: David Scheidweiler',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-d.-scheidweiler-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-scheidweiler/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194492,
size: 0.5,
source: 230628,
target: 194492 });
// adding node
var x_node = Math.cos(2 * 800 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 800 * Math.PI / N) * 10;
g.nodes.push({
id: 194451,
label: 'MEMBER: Riccardo Vernuccio',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/riccardo-vernuccio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194451,
size: 0.5,
source: 230628,
target: 194451 });
// adding node
var x_node = Math.cos(2 * 801 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 801 * Math.PI / N) * 10;
g.nodes.push({
id: 194391,
label: 'MEMBER: Quentin Fontaine',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/quentin-fontaine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194391,
size: 0.5,
source: 230628,
target: 194391 });
// adding node
var x_node = Math.cos(2 * 802 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 802 * Math.PI / N) * 10;
g.nodes.push({
id: 194290,
label: 'MEMBER: Tristan Woh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/09/research_pasteur-tristan-woh-pasteur-photo-tw-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tristan-woh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194290,
size: 0.5,
source: 230628,
target: 194290 });
// adding node
var x_node = Math.cos(2 * 803 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 803 * Math.PI / N) * 10;
g.nodes.push({
id: 194285,
label: 'MEMBER: Anaïs Fauchois',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-anais-fauchois-anais-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anais-fauchois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194285,
size: 0.5,
source: 230628,
target: 194285 });
// adding node
var x_node = Math.cos(2 * 804 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 804 * Math.PI / N) * 10;
g.nodes.push({
id: 194281,
label: 'MEMBER: Sabie Fabre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sabie-fabre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194281,
size: 0.5,
source: 230628,
target: 194281 });
// adding node
var x_node = Math.cos(2 * 805 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 805 * Math.PI / N) * 10;
g.nodes.push({
id: 194263,
label: 'MEMBER: Juliette Mondy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/juliette-mondy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194263,
size: 0.5,
source: 230628,
target: 194263 });
// adding node
var x_node = Math.cos(2 * 806 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 806 * Math.PI / N) * 10;
g.nodes.push({
id: 194214,
label: 'MEMBER: Marta Alberti',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marta-alberti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194214,
size: 0.5,
source: 230628,
target: 194214 });
// adding node
var x_node = Math.cos(2 * 807 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 807 * Math.PI / N) * 10;
g.nodes.push({
id: 194208,
label: 'MEMBER: Cecile Tillier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-cecile-tillier-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cecile-tillier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194208,
size: 0.5,
source: 230628,
target: 194208 });
// adding node
var x_node = Math.cos(2 * 808 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 808 * Math.PI / N) * 10;
g.nodes.push({
id: 194202,
label: 'MEMBER: Elif Begum Gokerkucuk',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elif-begum-gokerkucuk/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194202,
size: 0.5,
source: 230628,
target: 194202 });
// adding node
var x_node = Math.cos(2 * 809 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 809 * Math.PI / N) * 10;
g.nodes.push({
id: 194195,
label: 'MEMBER: Felix Louchez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-felixlouchez-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/felix-louchez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194195,
size: 0.5,
source: 230628,
target: 194195 });
// adding node
var x_node = Math.cos(2 * 810 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 810 * Math.PI / N) * 10;
g.nodes.push({
id: 194190,
label: 'MEMBER: Phuong Anne Gunther',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-anne-gunther-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/phuong-anne-gunther/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194190,
size: 0.5,
source: 230628,
target: 194190 });
// adding node
var x_node = Math.cos(2 * 811 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 811 * Math.PI / N) * 10;
g.nodes.push({
id: 194184,
label: 'MEMBER: Thomas Harivel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-thomas-harivel-image-bci-department-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/thomas-harivel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194184,
size: 0.5,
source: 230628,
target: 194184 });
// adding node
var x_node = Math.cos(2 * 812 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 812 * Math.PI / N) * 10;
g.nodes.push({
id: 194141,
label: 'MEMBER: Deborah Groussard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/deborah-groussard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194141,
size: 0.5,
source: 230628,
target: 194141 });
// adding node
var x_node = Math.cos(2 * 813 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 813 * Math.PI / N) * 10;
g.nodes.push({
id: 194110,
label: 'MEMBER: Victoria Sevillia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-victoria-sevillia-photo-victoria-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/victoria-sevillia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194110,
size: 0.5,
source: 230628,
target: 194110 });
// adding node
var x_node = Math.cos(2 * 814 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 814 * Math.PI / N) * 10;
g.nodes.push({
id: 194108,
label: 'MEMBER: Benjamin Das Neves',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-benjamin-das-neves-img-3977-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benjamin-das-neves/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194108,
size: 0.5,
source: 230628,
target: 194108 });
// adding node
var x_node = Math.cos(2 * 815 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 815 * Math.PI / N) * 10;
g.nodes.push({
id: 194077,
label: 'MEMBER: Oguzhan Parasayan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-photo-pasteur-oguzhan-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/oguzhan-parasayan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194077,
size: 0.5,
source: 230628,
target: 194077 });
// adding node
var x_node = Math.cos(2 * 816 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 816 * Math.PI / N) * 10;
g.nodes.push({
id: 194004,
label: 'MEMBER: Sita Jumatin Arapahni',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-sita-jumatin-arapahni-pj-pu005-21215543-2022-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sita-jumatin-arapahni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628194004,
size: 0.5,
source: 230628,
target: 194004 });
// adding node
var x_node = Math.cos(2 * 817 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 817 * Math.PI / N) * 10;
g.nodes.push({
id: 193996,
label: 'MEMBER: Ali El Cheikh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-ali-el-cheikh-ali-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/ali-el-cheikh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193996,
size: 0.5,
source: 230628,
target: 193996 });
// adding node
var x_node = Math.cos(2 * 818 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 818 * Math.PI / N) * 10;
g.nodes.push({
id: 193991,
label: 'MEMBER: Ana Elena Retana Lopez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-retana-lopez-ana-elena-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ana-elena-retana-lopez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193991,
size: 0.5,
source: 230628,
target: 193991 });
// adding node
var x_node = Math.cos(2 * 819 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 819 * Math.PI / N) * 10;
g.nodes.push({
id: 193939,
label: 'MEMBER: Samir Ali-Moussa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-photo-samir-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/samir-ali-moussa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193939,
size: 0.5,
source: 230628,
target: 193939 });
// adding node
var x_node = Math.cos(2 * 820 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 820 * Math.PI / N) * 10;
g.nodes.push({
id: 193913,
label: 'MEMBER: Meret Hopf',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-63718b8a-dd6a-4371-90db-388de8e5dc01-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/meret-hopf/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193913,
size: 0.5,
source: 230628,
target: 193913 });
// adding node
var x_node = Math.cos(2 * 821 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 821 * Math.PI / N) * 10;
g.nodes.push({
id: 193908,
label: 'MEMBER: Kennedy Bonjour de Oliveira Ferreira',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-kennedy-bonjour-de-oliveira-ferreira-kennedy-bonjour-pic-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/kennedy-bonjour-de-oliveira-ferreira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193908,
size: 0.5,
source: 230628,
target: 193908 });
// adding node
var x_node = Math.cos(2 * 822 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 822 * Math.PI / N) * 10;
g.nodes.push({
id: 193903,
label: 'MEMBER: Nastaran Savar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-nastaran-sadat-savar-b612-20230109-153930-245-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nastaran-sadat-savar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193903,
size: 0.5,
source: 230628,
target: 193903 });
// adding node
var x_node = Math.cos(2 * 823 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 823 * Math.PI / N) * 10;
g.nodes.push({
id: 193865,
label: 'MEMBER: Salim Chalal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/salim-chalal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193865,
size: 0.5,
source: 230628,
target: 193865 });
// adding node
var x_node = Math.cos(2 * 824 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 824 * Math.PI / N) * 10;
g.nodes.push({
id: 193812,
label: 'MEMBER: Sarra Loulizi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-sarra-loulizi-img-20220917-113941-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sarra-loulizi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193812,
size: 0.5,
source: 230628,
target: 193812 });
// adding node
var x_node = Math.cos(2 * 825 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 825 * Math.PI / N) * 10;
g.nodes.push({
id: 193792,
label: 'MEMBER: Remigiusz Walocha',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/05/research_pasteur-e9587e63-61ed-4bad-8e54-1ebe41dcfd07-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/remigiusz-walocha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193792,
size: 0.5,
source: 230628,
target: 193792 });
// adding node
var x_node = Math.cos(2 * 826 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 826 * Math.PI / N) * 10;
g.nodes.push({
id: 193769,
label: 'MEMBER: Dorian Garnier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/dorian-garnier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193769,
size: 0.5,
source: 230628,
target: 193769 });
// adding node
var x_node = Math.cos(2 * 827 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 827 * Math.PI / N) * 10;
g.nodes.push({
id: 193543,
label: 'MEMBER: Jérôme Bourret',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jerome-bourret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193543,
size: 0.5,
source: 230628,
target: 193543 });
// adding node
var x_node = Math.cos(2 * 828 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 828 * Math.PI / N) * 10;
g.nodes.push({
id: 193540,
label: 'MEMBER: Vanessa Guimaraes',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vanessa-guimaraes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193540,
size: 0.5,
source: 230628,
target: 193540 });
// adding node
var x_node = Math.cos(2 * 829 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 829 * Math.PI / N) * 10;
g.nodes.push({
id: 193481,
label: 'MEMBER: Corentin Ramaugé Parra',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-corentin-ramauge-parra-img-0419-2-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/corentin-ramauge-parra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193481,
size: 0.5,
source: 230628,
target: 193481 });
// adding node
var x_node = Math.cos(2 * 830 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 830 * Math.PI / N) * 10;
g.nodes.push({
id: 193476,
label: 'MEMBER: Gladwys Faucher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-gladwys-faucher-research-pasteur-gladwys-faucher-gf2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gladwys-faucher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193476,
size: 0.5,
source: 230628,
target: 193476 });
// adding node
var x_node = Math.cos(2 * 831 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 831 * Math.PI / N) * 10;
g.nodes.push({
id: 193450,
label: 'MEMBER: Yasmina Abou Haydar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-y.-abou-haydar-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yasmina-abou-haydar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193450,
size: 0.5,
source: 230628,
target: 193450 });
// adding node
var x_node = Math.cos(2 * 832 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 832 * Math.PI / N) * 10;
g.nodes.push({
id: 193445,
label: 'MEMBER: Marie-Anne Rameix-Welti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-marie-anne-rameix-welti-rameix-welti-2019-e1673972371146-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-anne-rameix-welti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193445,
size: 0.5,
source: 230628,
target: 193445 });
// adding node
var x_node = Math.cos(2 * 833 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 833 * Math.PI / N) * 10;
g.nodes.push({
id: 193399,
label: 'MEMBER: Violette Boudsocq',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/violette-boudsocq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193399,
size: 0.5,
source: 230628,
target: 193399 });
// adding node
var x_node = Math.cos(2 * 834 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 834 * Math.PI / N) * 10;
g.nodes.push({
id: 193310,
label: 'MEMBER: Yumi Gosselin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yumi-gosselin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193310,
size: 0.5,
source: 230628,
target: 193310 });
// adding node
var x_node = Math.cos(2 * 835 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 835 * Math.PI / N) * 10;
g.nodes.push({
id: 193301,
label: 'MEMBER: Matthieu Sèze',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/matthieu-seze/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193301,
size: 0.5,
source: 230628,
target: 193301 });
// adding node
var x_node = Math.cos(2 * 836 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 836 * Math.PI / N) * 10;
g.nodes.push({
id: 193227,
label: 'MEMBER: Thibault Collin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-thibault-collin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thibault-collin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193227,
size: 0.5,
source: 230628,
target: 193227 });
// adding node
var x_node = Math.cos(2 * 837 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 837 * Math.PI / N) * 10;
g.nodes.push({
id: 193224,
label: 'MEMBER: Kevin Guenard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-kevin-guenard-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kevin-guenard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193224,
size: 0.5,
source: 230628,
target: 193224 });
// adding node
var x_node = Math.cos(2 * 838 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 838 * Math.PI / N) * 10;
g.nodes.push({
id: 193087,
label: 'MEMBER: Henna Maulaboksh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/henna-maulaboksh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628193087,
size: 0.5,
source: 230628,
target: 193087 });
// adding node
var x_node = Math.cos(2 * 839 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 839 * Math.PI / N) * 10;
g.nodes.push({
id: 192367,
label: 'MEMBER: Typhaine Filhol',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-typhaine-filhol-1696405874696-scaled-e1704443412654-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/typhaine-filhol/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628192367,
size: 0.5,
source: 230628,
target: 192367 });
// adding node
var x_node = Math.cos(2 * 840 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 840 * Math.PI / N) * 10;
g.nodes.push({
id: 192364,
label: 'MEMBER: Morgane Chesnais',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/morgane-chesnais/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628192364,
size: 0.5,
source: 230628,
target: 192364 });
// adding node
var x_node = Math.cos(2 * 841 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 841 * Math.PI / N) * 10;
g.nodes.push({
id: 192136,
label: 'MEMBER: Eva Chatonnat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-eva-chatonnat-unknown-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/eva-chatonnat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628192136,
size: 0.5,
source: 230628,
target: 192136 });
// adding node
var x_node = Math.cos(2 * 842 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 842 * Math.PI / N) * 10;
g.nodes.push({
id: 192134,
label: 'MEMBER: Axel Ranson',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/axel-ranson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628192134,
size: 0.5,
source: 230628,
target: 192134 });
// adding node
var x_node = Math.cos(2 * 843 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 843 * Math.PI / N) * 10;
g.nodes.push({
id: 192100,
label: 'MEMBER: Orso Subrini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/orso-subrini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628192100,
size: 0.5,
source: 230628,
target: 192100 });
// adding node
var x_node = Math.cos(2 * 844 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 844 * Math.PI / N) * 10;
g.nodes.push({
id: 192091,
label: 'MEMBER: Emelyne Bougit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-emelyne-bougit-bougitemelyne-photoid2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emelyne-bougit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628192091,
size: 0.5,
source: 230628,
target: 192091 });
// adding node
var x_node = Math.cos(2 * 845 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 845 * Math.PI / N) * 10;
g.nodes.push({
id: 192085,
label: 'MEMBER: Cédric Thépenier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/cedric-thepenier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628192085,
size: 0.5,
source: 230628,
target: 192085 });
// adding node
var x_node = Math.cos(2 * 846 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 846 * Math.PI / N) * 10;
g.nodes.push({
id: 191929,
label: 'MEMBER: Maël Gourvès',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-mael-gourves-photo1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mael-gourves/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191929,
size: 0.5,
source: 230628,
target: 191929 });
// adding node
var x_node = Math.cos(2 * 847 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 847 * Math.PI / N) * 10;
g.nodes.push({
id: 191759,
label: 'MEMBER: Marie Robert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-photo-mr-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-robert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191759,
size: 0.5,
source: 230628,
target: 191759 });
// adding node
var x_node = Math.cos(2 * 848 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 848 * Math.PI / N) * 10;
g.nodes.push({
id: 191696,
label: 'MEMBER: Justus Ninnemann',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-justus-ninnemann-sans-titre-2-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/justus-ninnemann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191696,
size: 0.5,
source: 230628,
target: 191696 });
// adding node
var x_node = Math.cos(2 * 849 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 849 * Math.PI / N) * 10;
g.nodes.push({
id: 191658,
label: 'MEMBER: Anna Maikova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-anna-maikova-img-8448-19-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-maikova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191658,
size: 0.5,
source: 230628,
target: 191658 });
// adding node
var x_node = Math.cos(2 * 850 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 850 * Math.PI / N) * 10;
g.nodes.push({
id: 191651,
label: 'MEMBER: Giovanna De Brito Carneiro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-giovanna-de-brito-carneiro-facetune-06-04-2022-13-25-54-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/giovanna-de-brito-carneiro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191651,
size: 0.5,
source: 230628,
target: 191651 });
// adding node
var x_node = Math.cos(2 * 851 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 851 * Math.PI / N) * 10;
g.nodes.push({
id: 191575,
label: 'MEMBER: Khrystyna Matvieieva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-khrystyna-matvieieva-img-20221005-092919-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/khrystyna-matvieieva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191575,
size: 0.5,
source: 230628,
target: 191575 });
// adding node
var x_node = Math.cos(2 * 852 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 852 * Math.PI / N) * 10;
g.nodes.push({
id: 191571,
label: 'MEMBER: Chloe Leblond',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chloe-leblond/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191571,
size: 0.5,
source: 230628,
target: 191571 });
// adding node
var x_node = Math.cos(2 * 853 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 853 * Math.PI / N) * 10;
g.nodes.push({
id: 191383,
label: 'MEMBER: Estelle Lecat',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/estelle-lecat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191383,
size: 0.5,
source: 230628,
target: 191383 });
// adding node
var x_node = Math.cos(2 * 854 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 854 * Math.PI / N) * 10;
g.nodes.push({
id: 191380,
label: 'MEMBER: Johanna Gorkisch',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/johanna-gorkisch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191380,
size: 0.5,
source: 230628,
target: 191380 });
// adding node
var x_node = Math.cos(2 * 855 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 855 * Math.PI / N) * 10;
g.nodes.push({
id: 191318,
label: 'MEMBER: Lucie Brolon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lucie-brolon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191318,
size: 0.5,
source: 230628,
target: 191318 });
// adding node
var x_node = Math.cos(2 * 856 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 856 * Math.PI / N) * 10;
g.nodes.push({
id: 191305,
label: 'MEMBER: Eleonore Bouscasse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-eleonore-bouscasse-image-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eleonore-bouscasse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191305,
size: 0.5,
source: 230628,
target: 191305 });
// adding node
var x_node = Math.cos(2 * 857 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 857 * Math.PI / N) * 10;
g.nodes.push({
id: 191298,
label: 'MEMBER: Rita Azevedo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-ana-rita-pereira-azevedo-processed-d335b97c-83a5-45a9-9c1f-6ef422fa2727-ainbw1ib-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/rita-azevedo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191298,
size: 0.5,
source: 230628,
target: 191298 });
// adding node
var x_node = Math.cos(2 * 858 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 858 * Math.PI / N) * 10;
g.nodes.push({
id: 191233,
label: 'MEMBER: Alex Barbier–Chebbah',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-alex-barbier-chebbah-research-pasteur-alex-barbier-chebbah-photo5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alex-barbier-chebbah/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191233,
size: 0.5,
source: 230628,
target: 191233 });
// adding node
var x_node = Math.cos(2 * 859 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 859 * Math.PI / N) * 10;
g.nodes.push({
id: 191231,
label: 'MEMBER: Robin Cremese',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-robin-cremese-research-pasteur-robin-cremese-screenshot-2024-02-13-at-00.26.29-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/robin-cremese/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191231,
size: 0.5,
source: 230628,
target: 191231 });
// adding node
var x_node = Math.cos(2 * 860 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 860 * Math.PI / N) * 10;
g.nodes.push({
id: 191181,
label: 'MEMBER: Artémis Matrakis',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/artemis-matrakis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191181,
size: 0.5,
source: 230628,
target: 191181 });
// adding node
var x_node = Math.cos(2 * 861 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 861 * Math.PI / N) * 10;
g.nodes.push({
id: 191157,
label: 'MEMBER: Nisha Veits',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-nisha-veits-nisha-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/nisha-veits/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191157,
size: 0.5,
source: 230628,
target: 191157 });
// adding node
var x_node = Math.cos(2 * 862 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 862 * Math.PI / N) * 10;
g.nodes.push({
id: 191060,
label: 'MEMBER: Hélène Le Ribeuz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/helene-le-ribeuz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191060,
size: 0.5,
source: 230628,
target: 191060 });
// adding node
var x_node = Math.cos(2 * 863 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 863 * Math.PI / N) * 10;
g.nodes.push({
id: 191053,
label: 'MEMBER: Margaux Campion',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/margaux-campion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628191053,
size: 0.5,
source: 230628,
target: 191053 });
// adding node
var x_node = Math.cos(2 * 864 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 864 * Math.PI / N) * 10;
g.nodes.push({
id: 190989,
label: 'MEMBER: Simon Bessis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-simon-bessis-simon-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/simon-bessis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190989,
size: 0.5,
source: 230628,
target: 190989 });
// adding node
var x_node = Math.cos(2 * 865 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 865 * Math.PI / N) * 10;
g.nodes.push({
id: 190981,
label: 'MEMBER: Genny Amadei',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-genny-amadei-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/genny-amadei/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190981,
size: 0.5,
source: 230628,
target: 190981 });
// adding node
var x_node = Math.cos(2 * 866 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 866 * Math.PI / N) * 10;
g.nodes.push({
id: 190937,
label: 'MEMBER: Eve Cayla',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eve-cayla/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190937,
size: 0.5,
source: 230628,
target: 190937 });
// adding node
var x_node = Math.cos(2 * 867 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 867 * Math.PI / N) * 10;
g.nodes.push({
id: 190868,
label: 'MEMBER: Marielle Piber',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-marielle-piber-marielle-linkedin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marielle-piber/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190868,
size: 0.5,
source: 230628,
target: 190868 });
// adding node
var x_node = Math.cos(2 * 868 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 868 * Math.PI / N) * 10;
g.nodes.push({
id: 190866,
label: 'MEMBER: Georg Braune',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/georg-braune/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190866,
size: 0.5,
source: 230628,
target: 190866 });
// adding node
var x_node = Math.cos(2 * 869 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 869 * Math.PI / N) * 10;
g.nodes.push({
id: 190787,
label: 'MEMBER: Nathan Ribot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ribot-nathan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190787,
size: 0.5,
source: 230628,
target: 190787 });
// adding node
var x_node = Math.cos(2 * 870 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 870 * Math.PI / N) * 10;
g.nodes.push({
id: 190680,
label: 'MEMBER: Léo Hardy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-leo-hardy-hardy-leo-web-ip-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leo-hardy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190680,
size: 0.5,
source: 230628,
target: 190680 });
// adding node
var x_node = Math.cos(2 * 871 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 871 * Math.PI / N) * 10;
g.nodes.push({
id: 190676,
label: 'MEMBER: Kevin Debatisse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-debatisse-kevin-web-ip-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kevin-debatisse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190676,
size: 0.5,
source: 230628,
target: 190676 });
// adding node
var x_node = Math.cos(2 * 872 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 872 * Math.PI / N) * 10;
g.nodes.push({
id: 190654,
label: 'MEMBER: Timothé Jost-Mousseau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-timothe-jost-mousseau-research-pasteur-timothe-jost-mousseau-photo-tim-e1672934457363-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/timothe-jost-mousseau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190654,
size: 0.5,
source: 230628,
target: 190654 });
// adding node
var x_node = Math.cos(2 * 873 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 873 * Math.PI / N) * 10;
g.nodes.push({
id: 190624,
label: 'MEMBER: Minh-Ha Nguyen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-minh-ha-nguyen-imgp2936-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/minh-ha-nguyen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190624,
size: 0.5,
source: 230628,
target: 190624 });
// adding node
var x_node = Math.cos(2 * 874 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 874 * Math.PI / N) * 10;
g.nodes.push({
id: 190621,
label: 'MEMBER: Gaia Scilironi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-gaia-scilironi-image-6483441-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gaia-scilironi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190621,
size: 0.5,
source: 230628,
target: 190621 });
// adding node
var x_node = Math.cos(2 * 875 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 875 * Math.PI / N) * 10;
g.nodes.push({
id: 190523,
label: 'MEMBER: Ludovica Veggiotti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-ludovica-veggiotti-veggiotti-ludovica-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ludovica-veggiotti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190523,
size: 0.5,
source: 230628,
target: 190523 });
// adding node
var x_node = Math.cos(2 * 876 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 876 * Math.PI / N) * 10;
g.nodes.push({
id: 190514,
label: 'MEMBER: Elodie Couderc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-elodie-couderc-couderc-elodie-3511recadree-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/elodie-couderc-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190514,
size: 0.5,
source: 230628,
target: 190514 });
// adding node
var x_node = Math.cos(2 * 877 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 877 * Math.PI / N) * 10;
g.nodes.push({
id: 190403,
label: 'MEMBER: Alexandre Elabbadi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-alexandre-elabbadi-photo-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandre-sabate-elabbadi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190403,
size: 0.5,
source: 230628,
target: 190403 });
// adding node
var x_node = Math.cos(2 * 878 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 878 * Math.PI / N) * 10;
g.nodes.push({
id: 190391,
label: 'MEMBER: Anne-Lise Beaumont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-anne-lise-beaumont-1667922002113-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-lise-beaumont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190391,
size: 0.5,
source: 230628,
target: 190391 });
// adding node
var x_node = Math.cos(2 * 879 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 879 * Math.PI / N) * 10;
g.nodes.push({
id: 190388,
label: 'MEMBER: Michiel van der Zwan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-michiel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/michiel-van-der-zwan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190388,
size: 0.5,
source: 230628,
target: 190388 });
// adding node
var x_node = Math.cos(2 * 880 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 880 * Math.PI / N) * 10;
g.nodes.push({
id: 190319,
label: 'MEMBER: Marine Andrade',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marine-andrade/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190319,
size: 0.5,
source: 230628,
target: 190319 });
// adding node
var x_node = Math.cos(2 * 881 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 881 * Math.PI / N) * 10;
g.nodes.push({
id: 190311,
label: 'MEMBER: Anna Both',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-anna-both-both-anna-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-both/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190311,
size: 0.5,
source: 230628,
target: 190311 });
// adding node
var x_node = Math.cos(2 * 882 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 882 * Math.PI / N) * 10;
g.nodes.push({
id: 190201,
label: 'MEMBER: Melania Murolo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-melania-murolo-img-1430-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melania-murolo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190201,
size: 0.5,
source: 230628,
target: 190201 });
// adding node
var x_node = Math.cos(2 * 883 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 883 * Math.PI / N) * 10;
g.nodes.push({
id: 190156,
label: 'MEMBER: Fabienne Benz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-fabienne-benz-dsc0113-passfotoformat-croped-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabienne-benz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190156,
size: 0.5,
source: 230628,
target: 190156 });
// adding node
var x_node = Math.cos(2 * 884 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 884 * Math.PI / N) * 10;
g.nodes.push({
id: 190145,
label: 'MEMBER: Anthony Bertrand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-photo-anthonybertrand-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/anthony-bertrand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628190145,
size: 0.5,
source: 230628,
target: 190145 });
// adding node
var x_node = Math.cos(2 * 885 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 885 * Math.PI / N) * 10;
g.nodes.push({
id: 189972,
label: 'MEMBER: Thomas Musset',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-thomas-musset-1670935836812-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-musset/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189972,
size: 0.5,
source: 230628,
target: 189972 });
// adding node
var x_node = Math.cos(2 * 886 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 886 * Math.PI / N) * 10;
g.nodes.push({
id: 189865,
label: 'MEMBER: Eloi Vincent',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-dsc5001-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eloi-vincent-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189865,
size: 0.5,
source: 230628,
target: 189865 });
// adding node
var x_node = Math.cos(2 * 887 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 887 * Math.PI / N) * 10;
g.nodes.push({
id: 189862,
label: 'MEMBER: Marie Imbert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-marie-imbert-img-3572-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-imbert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189862,
size: 0.5,
source: 230628,
target: 189862 });
// adding node
var x_node = Math.cos(2 * 888 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 888 * Math.PI / N) * 10;
g.nodes.push({
id: 189855,
label: 'MEMBER: Diba Yaghoubi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-diba-yaghoubi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/diba-yaghoubi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189855,
size: 0.5,
source: 230628,
target: 189855 });
// adding node
var x_node = Math.cos(2 * 889 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 889 * Math.PI / N) * 10;
g.nodes.push({
id: 189844,
label: 'MEMBER: Mareike Buhl',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-mareike-buhl-research-pasteur-mareike-buhl-buhl-mareike-2023-06-small-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mareike-buhl/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189844,
size: 0.5,
source: 230628,
target: 189844 });
// adding node
var x_node = Math.cos(2 * 890 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 890 * Math.PI / N) * 10;
g.nodes.push({
id: 189842,
label: 'MEMBER: Marta Campi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marta-campi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189842,
size: 0.5,
source: 230628,
target: 189842 });
// adding node
var x_node = Math.cos(2 * 891 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 891 * Math.PI / N) * 10;
g.nodes.push({
id: 189826,
label: 'MEMBER: Sophie Ribadeau-Dumas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-sophie-ribadeau-dumas-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-ribadeau-dumas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189826,
size: 0.5,
source: 230628,
target: 189826 });
// adding node
var x_node = Math.cos(2 * 892 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 892 * Math.PI / N) * 10;
g.nodes.push({
id: 189689,
label: 'MEMBER: Jose Roberto Ponce Lopez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-jose-roberto-ponce-lopez-rober1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jose-roberto-ponce-lopez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189689,
size: 0.5,
source: 230628,
target: 189689 });
// adding node
var x_node = Math.cos(2 * 893 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 893 * Math.PI / N) * 10;
g.nodes.push({
id: 189656,
label: 'MEMBER: Celena Neau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-celena-neau-313891400-3321864051421535-847490469650236267-n-4-scaled-e1668515999541-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celena-neau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189656,
size: 0.5,
source: 230628,
target: 189656 });
// adding node
var x_node = Math.cos(2 * 894 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 894 * Math.PI / N) * 10;
g.nodes.push({
id: 189487,
label: 'MEMBER: Gladys Elisabeth',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gladys-elisabeth/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189487,
size: 0.5,
source: 230628,
target: 189487 });
// adding node
var x_node = Math.cos(2 * 895 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 895 * Math.PI / N) * 10;
g.nodes.push({
id: 189442,
label: 'MEMBER: Hiba Mejri',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hiba-mejri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189442,
size: 0.5,
source: 230628,
target: 189442 });
// adding node
var x_node = Math.cos(2 * 896 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 896 * Math.PI / N) * 10;
g.nodes.push({
id: 189399,
label: 'MEMBER: Catherine Ladan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-ladan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189399,
size: 0.5,
source: 230628,
target: 189399 });
// adding node
var x_node = Math.cos(2 * 897 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 897 * Math.PI / N) * 10;
g.nodes.push({
id: 189319,
label: 'MEMBER: Soufiane Jhilal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-soufiane-jhilal-1656462526388-01-2-e1666866183102-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/soufiane-jhilal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189319,
size: 0.5,
source: 230628,
target: 189319 });
// adding node
var x_node = Math.cos(2 * 898 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 898 * Math.PI / N) * 10;
g.nodes.push({
id: 189286,
label: 'MEMBER: Olesia Platonova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-olesia-platonova-olesia-official-photo-e1667393823639-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olesia-platonova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189286,
size: 0.5,
source: 230628,
target: 189286 });
// adding node
var x_node = Math.cos(2 * 899 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 899 * Math.PI / N) * 10;
g.nodes.push({
id: 189268,
label: 'MEMBER: Madalina Ababii',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-madalina-ababii-madalina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/madalina-ababii/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189268,
size: 0.5,
source: 230628,
target: 189268 });
// adding node
var x_node = Math.cos(2 * 900 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 900 * Math.PI / N) * 10;
g.nodes.push({
id: 189178,
label: 'MEMBER: Maëlle Daunesse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-maelle-daunesse-691914-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maelle-daunesse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189178,
size: 0.5,
source: 230628,
target: 189178 });
// adding node
var x_node = Math.cos(2 * 901 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 901 * Math.PI / N) * 10;
g.nodes.push({
id: 189170,
label: 'MEMBER: Elena Capuzzo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-photo-elena-capuzzo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elena-capuzzo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189170,
size: 0.5,
source: 230628,
target: 189170 });
// adding node
var x_node = Math.cos(2 * 902 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 902 * Math.PI / N) * 10;
g.nodes.push({
id: 189128,
label: 'MEMBER: Amandine Valat',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/amandine-valat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189128,
size: 0.5,
source: 230628,
target: 189128 });
// adding node
var x_node = Math.cos(2 * 903 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 903 * Math.PI / N) * 10;
g.nodes.push({
id: 189125,
label: 'MEMBER: Aziliz Bothua-Mobian',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aziliz-bothua-mobian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189125,
size: 0.5,
source: 230628,
target: 189125 });
// adding node
var x_node = Math.cos(2 * 904 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 904 * Math.PI / N) * 10;
g.nodes.push({
id: 189118,
label: 'MEMBER: Adrien Graciette',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/adrien-graciette/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189118,
size: 0.5,
source: 230628,
target: 189118 });
// adding node
var x_node = Math.cos(2 * 905 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 905 * Math.PI / N) * 10;
g.nodes.push({
id: 189108,
label: 'MEMBER: Camille Floch',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-camille-floch-floch-camille-photo-scaled-e1666256043285-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-floch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189108,
size: 0.5,
source: 230628,
target: 189108 });
// adding node
var x_node = Math.cos(2 * 906 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 906 * Math.PI / N) * 10;
g.nodes.push({
id: 189101,
label: 'MEMBER: Aswathi Chakrapani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aswathi-chakrapani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189101,
size: 0.5,
source: 230628,
target: 189101 });
// adding node
var x_node = Math.cos(2 * 907 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 907 * Math.PI / N) * 10;
g.nodes.push({
id: 189062,
label: 'MEMBER: Salomé Guez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-salome-guez-capture-decran-2022-10-18-a-09.09.52-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/salome-guez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189062,
size: 0.5,
source: 230628,
target: 189062 });
// adding node
var x_node = Math.cos(2 * 908 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 908 * Math.PI / N) * 10;
g.nodes.push({
id: 189059,
label: 'MEMBER: Aelin Schouwenburg',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aelin-schouwenburg/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189059,
size: 0.5,
source: 230628,
target: 189059 });
// adding node
var x_node = Math.cos(2 * 909 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 909 * Math.PI / N) * 10;
g.nodes.push({
id: 189004,
label: 'MEMBER: Thomas Defard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-defard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189004,
size: 0.5,
source: 230628,
target: 189004 });
// adding node
var x_node = Math.cos(2 * 910 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 910 * Math.PI / N) * 10;
g.nodes.push({
id: 189000,
label: 'MEMBER: Yining Zhao',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-yining-zhao-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yining-zhao/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628189000,
size: 0.5,
source: 230628,
target: 189000 });
// adding node
var x_node = Math.cos(2 * 911 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 911 * Math.PI / N) * 10;
g.nodes.push({
id: 188996,
label: 'MEMBER: Juan Diego Hernandez Camacho',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-foto-carnet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juan-diego-hernandez-camacho/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188996,
size: 0.5,
source: 230628,
target: 188996 });
// adding node
var x_node = Math.cos(2 * 912 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 912 * Math.PI / N) * 10;
g.nodes.push({
id: 188921,
label: 'MEMBER: Rajeev Mylapalli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-rajeev-mylapalli-31442aab-c371-42da-81a4-9a38b7bfda94-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rajeev-mylapalli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188921,
size: 0.5,
source: 230628,
target: 188921 });
// adding node
var x_node = Math.cos(2 * 913 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 913 * Math.PI / N) * 10;
g.nodes.push({
id: 188915,
label: 'MEMBER: Vaibhav Sahu',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vaibhav-sahu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188915,
size: 0.5,
source: 230628,
target: 188915 });
// adding node
var x_node = Math.cos(2 * 914 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 914 * Math.PI / N) * 10;
g.nodes.push({
id: 188806,
label: 'MEMBER: Fatima Jerez Arroyo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-fatima-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fatima-jerez-arroyo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188806,
size: 0.5,
source: 230628,
target: 188806 });
// adding node
var x_node = Math.cos(2 * 915 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 915 * Math.PI / N) * 10;
g.nodes.push({
id: 188804,
label: 'MEMBER: Yago Pazos Boubeta',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-yago-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yago-pazos-boubeta/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188804,
size: 0.5,
source: 230628,
target: 188804 });
// adding node
var x_node = Math.cos(2 * 916 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 916 * Math.PI / N) * 10;
g.nodes.push({
id: 188798,
label: 'MEMBER: Francisco Palma Cerda',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-francisco-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francisco-palma-cerda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188798,
size: 0.5,
source: 230628,
target: 188798 });
// adding node
var x_node = Math.cos(2 * 917 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 917 * Math.PI / N) * 10;
g.nodes.push({
id: 188779,
label: 'MEMBER: Jimena Frontera',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-jimena--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jimena-frontera/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188779,
size: 0.5,
source: 230628,
target: 188779 });
// adding node
var x_node = Math.cos(2 * 918 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 918 * Math.PI / N) * 10;
g.nodes.push({
id: 188718,
label: 'MEMBER: Anne-Dominique Lodeho-Devauchelle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-anne-dominique-lodeho-devauchelle-photoadlodeho-201903-recadree2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-dominique-lodeho-devauchelle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188718,
size: 0.5,
source: 230628,
target: 188718 });
// adding node
var x_node = Math.cos(2 * 919 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 919 * Math.PI / N) * 10;
g.nodes.push({
id: 188703,
label: 'MEMBER: Audrey Hessel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-audrey-hessel-research-pasteur-audrey-hessel-capture-decran-2023-04-19-a-08.06.31-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/audrey-hessel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188703,
size: 0.5,
source: 230628,
target: 188703 });
// adding node
var x_node = Math.cos(2 * 920 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 920 * Math.PI / N) * 10;
g.nodes.push({
id: 188701,
label: 'MEMBER: Samar Berreira Ibraim',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/samar-berreira-ibraim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188701,
size: 0.5,
source: 230628,
target: 188701 });
// adding node
var x_node = Math.cos(2 * 921 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 921 * Math.PI / N) * 10;
g.nodes.push({
id: 188699,
label: 'MEMBER: Elodie Chapeaublanc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-elodie-chapeaublanc-elodie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elodie-chapeaublanc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188699,
size: 0.5,
source: 230628,
target: 188699 });
// adding node
var x_node = Math.cos(2 * 922 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 922 * Math.PI / N) * 10;
g.nodes.push({
id: 188697,
label: 'MEMBER: Juliette Meyer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-juliette-meyer-photo1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juliette-meyer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188697,
size: 0.5,
source: 230628,
target: 188697 });
// adding node
var x_node = Math.cos(2 * 923 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 923 * Math.PI / N) * 10;
g.nodes.push({
id: 188694,
label: 'MEMBER: Evangelia Eleftheriou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/evangelia-eleftheriou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188694,
size: 0.5,
source: 230628,
target: 188694 });
// adding node
var x_node = Math.cos(2 * 924 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 924 * Math.PI / N) * 10;
g.nodes.push({
id: 188633,
label: 'MEMBER: Lena Henke',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-lena-henke-lhenke-mpi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lena-henke/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188633,
size: 0.5,
source: 230628,
target: 188633 });
// adding node
var x_node = Math.cos(2 * 925 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 925 * Math.PI / N) * 10;
g.nodes.push({
id: 188536,
label: 'MEMBER: Benjamin Vesin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-benjamin-vesin-img-20220724-wa0027-3-1-1-e1665656552693-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benjamin-vesin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188536,
size: 0.5,
source: 230628,
target: 188536 });
// adding node
var x_node = Math.cos(2 * 926 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 926 * Math.PI / N) * 10;
g.nodes.push({
id: 188534,
label: 'MEMBER: Anastasia Goloudina',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anastasia-goloudina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188534,
size: 0.5,
source: 230628,
target: 188534 });
// adding node
var x_node = Math.cos(2 * 927 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 927 * Math.PI / N) * 10;
g.nodes.push({
id: 188532,
label: 'MEMBER: Laëtitia Douguet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laetitia-douguet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188532,
size: 0.5,
source: 230628,
target: 188532 });
// adding node
var x_node = Math.cos(2 * 928 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 928 * Math.PI / N) * 10;
g.nodes.push({
id: 188530,
label: 'MEMBER: Pierre Authié',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pierre-authie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188530,
size: 0.5,
source: 230628,
target: 188530 });
// adding node
var x_node = Math.cos(2 * 929 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 929 * Math.PI / N) * 10;
g.nodes.push({
id: 188527,
label: 'MEMBER: Fanny Moncoq',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fanny-moncoq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188527,
size: 0.5,
source: 230628,
target: 188527 });
// adding node
var x_node = Math.cos(2 * 930 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 930 * Math.PI / N) * 10;
g.nodes.push({
id: 188522,
label: 'MEMBER: Amandine Noirat',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/amandine-noirat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188522,
size: 0.5,
source: 230628,
target: 188522 });
// adding node
var x_node = Math.cos(2 * 931 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 931 * Math.PI / N) * 10;
g.nodes.push({
id: 188321,
label: 'MEMBER: Anna Klimova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-anna-klimova-ak-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-klimova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188321,
size: 0.5,
source: 230628,
target: 188321 });
// adding node
var x_node = Math.cos(2 * 932 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 932 * Math.PI / N) * 10;
g.nodes.push({
id: 188270,
label: 'MEMBER: Catherine Helbing',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-catherine-helbing-catherine-helbing-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/catherine-helbing/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188270,
size: 0.5,
source: 230628,
target: 188270 });
// adding node
var x_node = Math.cos(2 * 933 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 933 * Math.PI / N) * 10;
g.nodes.push({
id: 188261,
label: 'MEMBER: Matthew Shin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-matthew-shin-20221003-213850-16-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matthew-shin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188261,
size: 0.5,
source: 230628,
target: 188261 });
// adding node
var x_node = Math.cos(2 * 934 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 934 * Math.PI / N) * 10;
g.nodes.push({
id: 188247,
label: 'MEMBER: Agnès Mer Appere',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-agnes-mer-appere-ama-2018-dsc8334-c-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/agnes-mer-appere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188247,
size: 0.5,
source: 230628,
target: 188247 });
// adding node
var x_node = Math.cos(2 * 935 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 935 * Math.PI / N) * 10;
g.nodes.push({
id: 188204,
label: 'MEMBER: Victoria Vienne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-victoria-vienne-20220212-170627-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/victoria-vienne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188204,
size: 0.5,
source: 230628,
target: 188204 });
// adding node
var x_node = Math.cos(2 * 936 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 936 * Math.PI / N) * 10;
g.nodes.push({
id: 188128,
label: 'MEMBER: Umberto Palatini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-umberto-palatini-umberto-palatini-1-scaledcropped-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/umberto-palatini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188128,
size: 0.5,
source: 230628,
target: 188128 });
// adding node
var x_node = Math.cos(2 * 937 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 937 * Math.PI / N) * 10;
g.nodes.push({
id: 188126,
label: 'MEMBER: Alexander Bergman',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-alexander-bergman-index2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexander-bergman/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188126,
size: 0.5,
source: 230628,
target: 188126 });
// adding node
var x_node = Math.cos(2 * 938 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 938 * Math.PI / N) * 10;
g.nodes.push({
id: 188118,
label: 'MEMBER: Justine Groseille',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-justine-groseille-img-8097-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/justine-groseille/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188118,
size: 0.5,
source: 230628,
target: 188118 });
// adding node
var x_node = Math.cos(2 * 939 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 939 * Math.PI / N) * 10;
g.nodes.push({
id: 188113,
label: 'MEMBER: Azimdine Habib',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-azimdine-habib-photo-le-26-04-2022-ae-15.09-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/azimdine-habib/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188113,
size: 0.5,
source: 230628,
target: 188113 });
// adding node
var x_node = Math.cos(2 * 940 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 940 * Math.PI / N) * 10;
g.nodes.push({
id: 188111,
label: 'MEMBER: Florence Jagorel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-florence-jagorel-florence-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-jagorel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188111,
size: 0.5,
source: 230628,
target: 188111 });
// adding node
var x_node = Math.cos(2 * 941 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 941 * Math.PI / N) * 10;
g.nodes.push({
id: 188088,
label: 'MEMBER: Laura Ramirez Finn',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-laura-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laura-ramirez-finn/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188088,
size: 0.5,
source: 230628,
target: 188088 });
// adding node
var x_node = Math.cos(2 * 942 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 942 * Math.PI / N) * 10;
g.nodes.push({
id: 188083,
label: 'MEMBER: Ana Blas Medina',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-ana-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ana-blas-medina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188083,
size: 0.5,
source: 230628,
target: 188083 });
// adding node
var x_node = Math.cos(2 * 943 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 943 * Math.PI / N) * 10;
g.nodes.push({
id: 188079,
label: 'MEMBER: Paula Thiel Pizzaro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-paula-thiel-pizzaro-paula-thiel-pizarro-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paula-thiel-pizzaro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188079,
size: 0.5,
source: 230628,
target: 188079 });
// adding node
var x_node = Math.cos(2 * 944 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 944 * Math.PI / N) * 10;
g.nodes.push({
id: 188060,
label: 'MEMBER: Anna Kurowska',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-anna-kurowska-img-0644-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-kurowska/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188060,
size: 0.5,
source: 230628,
target: 188060 });
// adding node
var x_node = Math.cos(2 * 945 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 945 * Math.PI / N) * 10;
g.nodes.push({
id: 188008,
label: 'MEMBER: Gilles Leloup',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gilles-leloup/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188008,
size: 0.5,
source: 230628,
target: 188008 });
// adding node
var x_node = Math.cos(2 * 946 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 946 * Math.PI / N) * 10;
g.nodes.push({
id: 188006,
label: 'MEMBER: Émilie Faye',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-enneural-coding-and-neuroengineering-of-human-speech-functions-frcodage-neural-et-ingenierie-des-fonctions-de-parole-emilie-faye-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emilie-faye/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188006,
size: 0.5,
source: 230628,
target: 188006 });
// adding node
var x_node = Math.cos(2 * 947 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 947 * Math.PI / N) * 10;
g.nodes.push({
id: 188001,
label: 'MEMBER: Mariette Vinurel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mariette-vinurel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628188001,
size: 0.5,
source: 230628,
target: 188001 });
// adding node
var x_node = Math.cos(2 * 948 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 948 * Math.PI / N) * 10;
g.nodes.push({
id: 187990,
label: 'MEMBER: Xiaoyue Wang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/10/research_pasteur-xiaoyue-wang-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/xiaoyue-wang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187990,
size: 0.5,
source: 230628,
target: 187990 });
// adding node
var x_node = Math.cos(2 * 949 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 949 * Math.PI / N) * 10;
g.nodes.push({
id: 187985,
label: 'MEMBER: Sophie Bouton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-enneural-coding-and-neuroengineering-of-human-speech-functions-frcodage-neural-et-ingenierie-des-fonctions-de-parole-photo-me-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-bouton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187985,
size: 0.5,
source: 230628,
target: 187985 });
// adding node
var x_node = Math.cos(2 * 950 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 950 * Math.PI / N) * 10;
g.nodes.push({
id: 187931,
label: 'MEMBER: Stephan Fischer',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/stephan-fischer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187931,
size: 0.5,
source: 230628,
target: 187931 });
// adding node
var x_node = Math.cos(2 * 951 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 951 * Math.PI / N) * 10;
g.nodes.push({
id: 187846,
label: 'MEMBER: Beatriz Beamud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-beatriz-beamud-bba-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/beatriz-beamud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187846,
size: 0.5,
source: 230628,
target: 187846 });
// adding node
var x_node = Math.cos(2 * 952 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 952 * Math.PI / N) * 10;
g.nodes.push({
id: 187839,
label: 'MEMBER: Paul Rochette',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-paul-rochette-index-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paul-rochette/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187839,
size: 0.5,
source: 230628,
target: 187839 });
// adding node
var x_node = Math.cos(2 * 953 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 953 * Math.PI / N) * 10;
g.nodes.push({
id: 187766,
label: 'MEMBER: Anthony Rodrigues',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anthony-rodrigues/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187766,
size: 0.5,
source: 230628,
target: 187766 });
// adding node
var x_node = Math.cos(2 * 954 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 954 * Math.PI / N) * 10;
g.nodes.push({
id: 187666,
label: 'MEMBER: Cindy Michel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-cindy-michel-michel-cindy-6652b-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cindy-michel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187666,
size: 0.5,
source: 230628,
target: 187666 });
// adding node
var x_node = Math.cos(2 * 955 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 955 * Math.PI / N) * 10;
g.nodes.push({
id: 187664,
label: 'MEMBER: Marie-Amandine Chabry',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-marie-amandine-chabry-chabry-marie-amandine-6597b-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-amandine-chabry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187664,
size: 0.5,
source: 230628,
target: 187664 });
// adding node
var x_node = Math.cos(2 * 956 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 956 * Math.PI / N) * 10;
g.nodes.push({
id: 187643,
label: 'MEMBER: Jong Eun Ihm',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jong-eun-ihm/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187643,
size: 0.5,
source: 230628,
target: 187643 });
// adding node
var x_node = Math.cos(2 * 957 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 957 * Math.PI / N) * 10;
g.nodes.push({
id: 187636,
label: 'MEMBER: Constantin Bogdan Ciambur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-constantin-bogdan-ciambur-research-pasteur-constantin-bogdan-ciambur-microsoftteams-image-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/constantin-bogdan-ciambur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187636,
size: 0.5,
source: 230628,
target: 187636 });
// adding node
var x_node = Math.cos(2 * 958 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 958 * Math.PI / N) * 10;
g.nodes.push({
id: 187565,
label: 'MEMBER: Antoine Bouchet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/antoine-bouchet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187565,
size: 0.5,
source: 230628,
target: 187565 });
// adding node
var x_node = Math.cos(2 * 959 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 959 * Math.PI / N) * 10;
g.nodes.push({
id: 187502,
label: 'MEMBER: Katja Heuer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-katja-heuer-katja-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/katja-heuer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187502,
size: 0.5,
source: 230628,
target: 187502 });
// adding node
var x_node = Math.cos(2 * 960 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 960 * Math.PI / N) * 10;
g.nodes.push({
id: 187500,
label: 'MEMBER: Nicolas Traut',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-nicolas-traut-photo-nicolas-upscaled-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-traut/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187500,
size: 0.5,
source: 230628,
target: 187500 });
// adding node
var x_node = Math.cos(2 * 961 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 961 * Math.PI / N) * 10;
g.nodes.push({
id: 187296,
label: 'MEMBER: Giacomo Nardi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-giacomo-nardi-pic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/giacomo-nardi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187296,
size: 0.5,
source: 230628,
target: 187296 });
// adding node
var x_node = Math.cos(2 * 962 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 962 * Math.PI / N) * 10;
g.nodes.push({
id: 187162,
label: 'MEMBER: Manuel Ares arroyo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-manuel-ares-arroyo-mahnbtdl-400x400-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/manuel-ares-arroyo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187162,
size: 0.5,
source: 230628,
target: 187162 });
// adding node
var x_node = Math.cos(2 * 963 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 963 * Math.PI / N) * 10;
g.nodes.push({
id: 187160,
label: 'MEMBER: Eloi Littner',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-eloi-littner-profil-carre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eloi-littner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187160,
size: 0.5,
source: 230628,
target: 187160 });
// adding node
var x_node = Math.cos(2 * 964 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 964 * Math.PI / N) * 10;
g.nodes.push({
id: 187008,
label: 'MEMBER: Elodie Dandelot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-elodie-dandelot-1516808045836-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elodie-dandelot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628187008,
size: 0.5,
source: 230628,
target: 187008 });
// adding node
var x_node = Math.cos(2 * 965 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 965 * Math.PI / N) * 10;
g.nodes.push({
id: 186965,
label: 'MEMBER: Virginie Sauvage',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/virginie-sauvage/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186965,
size: 0.5,
source: 230628,
target: 186965 });
// adding node
var x_node = Math.cos(2 * 966 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 966 * Math.PI / N) * 10;
g.nodes.push({
id: 186961,
label: 'MEMBER: Matthieu Cocagne',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/matthieu-cocagne__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186961,
size: 0.5,
source: 230628,
target: 186961 });
// adding node
var x_node = Math.cos(2 * 967 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 967 * Math.PI / N) * 10;
g.nodes.push({
id: 186944,
label: 'MEMBER: Siby-Diakite Dieyenaba',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/siby-diakite-dieyenaba/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186944,
size: 0.5,
source: 230628,
target: 186944 });
// adding node
var x_node = Math.cos(2 * 968 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 968 * Math.PI / N) * 10;
g.nodes.push({
id: 186561,
label: 'MEMBER: Elizabeth Nelson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-elizabeth-nelson-29-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/elizabeth-nelson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186561,
size: 0.5,
source: 230628,
target: 186561 });
// adding node
var x_node = Math.cos(2 * 969 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 969 * Math.PI / N) * 10;
g.nodes.push({
id: 186478,
label: 'MEMBER: Marija Nisavic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-marija-nisavic-img-20220710-112923-523-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marija-nisavic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186478,
size: 0.5,
source: 230628,
target: 186478 });
// adding node
var x_node = Math.cos(2 * 970 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 970 * Math.PI / N) * 10;
g.nodes.push({
id: 186471,
label: 'MEMBER: Rayen Elj',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-rayen-elj-photo-rayen-elj-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rayen-elj/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186471,
size: 0.5,
source: 230628,
target: 186471 });
// adding node
var x_node = Math.cos(2 * 971 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 971 * Math.PI / N) * 10;
g.nodes.push({
id: 186367,
label: 'MEMBER: Ludivine Baron',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186367,
size: 0.5,
source: 230628,
target: 186367 });
// adding node
var x_node = Math.cos(2 * 972 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 972 * Math.PI / N) * 10;
g.nodes.push({
id: 186364,
label: 'MEMBER: Sylvette Wiener Vacher',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sylvette-wiener-vacher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186364,
size: 0.5,
source: 230628,
target: 186364 });
// adding node
var x_node = Math.cos(2 * 973 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 973 * Math.PI / N) * 10;
g.nodes.push({
id: 186361,
label: 'MEMBER: Paul Avan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/paul-avan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186361,
size: 0.5,
source: 230628,
target: 186361 });
// adding node
var x_node = Math.cos(2 * 974 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 974 * Math.PI / N) * 10;
g.nodes.push({
id: 186346,
label: 'MEMBER: Quentin Leclerc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-quentin-leclerc-quentin-copy-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/quentin-leclerc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186346,
size: 0.5,
source: 230628,
target: 186346 });
// adding node
var x_node = Math.cos(2 * 975 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 975 * Math.PI / N) * 10;
g.nodes.push({
id: 186344,
label: 'MEMBER: Romain Narci',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/romain-narci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186344,
size: 0.5,
source: 230628,
target: 186344 });
// adding node
var x_node = Math.cos(2 * 976 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 976 * Math.PI / N) * 10;
g.nodes.push({
id: 186314,
label: 'MEMBER: Charlotte Perlant',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-charlotte-perlant-charlotte2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/charlotte-perlant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186314,
size: 0.5,
source: 230628,
target: 186314 });
// adding node
var x_node = Math.cos(2 * 977 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 977 * Math.PI / N) * 10;
g.nodes.push({
id: 186177,
label: 'MEMBER: Leela Thamaraikkannan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/leela-thamaraikkannan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186177,
size: 0.5,
source: 230628,
target: 186177 });
// adding node
var x_node = Math.cos(2 * 978 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 978 * Math.PI / N) * 10;
g.nodes.push({
id: 186173,
label: 'MEMBER: Lina Cristancho Fajardo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-lina-cristancho-fajardo-2024-01-11-10.58.20-e1704967192825-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lina-cristancho-fajardo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186173,
size: 0.5,
source: 230628,
target: 186173 });
// adding node
var x_node = Math.cos(2 * 979 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 979 * Math.PI / N) * 10;
g.nodes.push({
id: 186135,
label: 'MEMBER: Orgeta Zejneli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/09/research_pasteur-image-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/orgeta-zejneli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628186135,
size: 0.5,
source: 230628,
target: 186135 });
// adding node
var x_node = Math.cos(2 * 980 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 980 * Math.PI / N) * 10;
g.nodes.push({
id: 185792,
label: 'MEMBER: Kimi Azad',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/08/research_pasteur-kimi-photo1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kimi-azad/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628185792,
size: 0.5,
source: 230628,
target: 185792 });
// adding node
var x_node = Math.cos(2 * 981 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 981 * Math.PI / N) * 10;
g.nodes.push({
id: 185772,
label: 'MEMBER: Leah Friedman',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/08/research_pasteur-leah-friedman-photo-leah-friedman-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leah-friedman/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628185772,
size: 0.5,
source: 230628,
target: 185772 });
// adding node
var x_node = Math.cos(2 * 982 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 982 * Math.PI / N) * 10;
g.nodes.push({
id: 185770,
label: 'MEMBER: Leone Debarge',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/leone-debarge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628185770,
size: 0.5,
source: 230628,
target: 185770 });
// adding node
var x_node = Math.cos(2 * 983 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 983 * Math.PI / N) * 10;
g.nodes.push({
id: 185768,
label: 'MEMBER: Judith Pineau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/08/research_pasteur-judith-pineau-55a58678-0f1c-4b47-8080-d067a2aa145a-1-201-a-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/judith-pineau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628185768,
size: 0.5,
source: 230628,
target: 185768 });
// adding node
var x_node = Math.cos(2 * 984 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 984 * Math.PI / N) * 10;
g.nodes.push({
id: 185324,
label: 'MEMBER: Barbara Mouyama',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/barbara-mouyama/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628185324,
size: 0.5,
source: 230628,
target: 185324 });
// adding node
var x_node = Math.cos(2 * 985 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 985 * Math.PI / N) * 10;
g.nodes.push({
id: 185174,
label: 'MEMBER: Praveen Rahi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/praveen-rahi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628185174,
size: 0.5,
source: 230628,
target: 185174 });
// adding node
var x_node = Math.cos(2 * 986 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 986 * Math.PI / N) * 10;
g.nodes.push({
id: 185144,
label: 'MEMBER: Thomas Delerue',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thomas-delerue/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628185144,
size: 0.5,
source: 230628,
target: 185144 });
// adding node
var x_node = Math.cos(2 * 987 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 987 * Math.PI / N) * 10;
g.nodes.push({
id: 184781,
label: 'MEMBER: Christine Letellier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-christine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christine-letellier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628184781,
size: 0.5,
source: 230628,
target: 184781 });
// adding node
var x_node = Math.cos(2 * 988 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 988 * Math.PI / N) * 10;
g.nodes.push({
id: 183961,
label: 'MEMBER: Pedro Dorado Morales',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-dorado-pedro-web-ip-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pedro-dorado-morales/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183961,
size: 0.5,
source: 230628,
target: 183961 });
// adding node
var x_node = Math.cos(2 * 989 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 989 * Math.PI / N) * 10;
g.nodes.push({
id: 183926,
label: 'MEMBER: Clément Tarantini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/quentin-tarantini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183926,
size: 0.5,
source: 230628,
target: 183926 });
// adding node
var x_node = Math.cos(2 * 990 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 990 * Math.PI / N) * 10;
g.nodes.push({
id: 183925,
label: 'MEMBER: Fleur Beauvieux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fleur-beauvieux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183925,
size: 0.5,
source: 230628,
target: 183925 });
// adding node
var x_node = Math.cos(2 * 991 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 991 * Math.PI / N) * 10;
g.nodes.push({
id: 183886,
label: 'MEMBER: Manon Perrot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-manon-perrot-index-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/manon-perrot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183886,
size: 0.5,
source: 230628,
target: 183886 });
// adding node
var x_node = Math.cos(2 * 992 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 992 * Math.PI / N) * 10;
g.nodes.push({
id: 183755,
label: 'MEMBER: Jean-Claude Dupont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-jean-claude-dupont-small-img-20210609-194406-534-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-claude-dupont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183755,
size: 0.5,
source: 230628,
target: 183755 });
// adding node
var x_node = Math.cos(2 * 993 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 993 * Math.PI / N) * 10;
g.nodes.push({
id: 183423,
label: 'MEMBER: Adam Keely',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/adam-keely/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183423,
size: 0.5,
source: 230628,
target: 183423 });
// adding node
var x_node = Math.cos(2 * 994 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 994 * Math.PI / N) * 10;
g.nodes.push({
id: 183396,
label: 'MEMBER: Maxence Collard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maxence-collard-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183396,
size: 0.5,
source: 230628,
target: 183396 });
// adding node
var x_node = Math.cos(2 * 995 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 995 * Math.PI / N) * 10;
g.nodes.push({
id: 183391,
label: 'MEMBER: Gaia Vannini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maxence-collard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183391,
size: 0.5,
source: 230628,
target: 183391 });
// adding node
var x_node = Math.cos(2 * 996 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 996 * Math.PI / N) * 10;
g.nodes.push({
id: 183349,
label: 'MEMBER: Antoine Brault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-antoine-brault-bc8898e5-5dec-4ebe-b180-d9397ab43630-1-105-c-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/antoine-brault-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183349,
size: 0.5,
source: 230628,
target: 183349 });
// adding node
var x_node = Math.cos(2 * 997 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 997 * Math.PI / N) * 10;
g.nodes.push({
id: 183339,
label: 'MEMBER: Romain Roullier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-romain-roullier-romain-roullie-img-20220517-wa0014-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/romain-roullier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183339,
size: 0.5,
source: 230628,
target: 183339 });
// adding node
var x_node = Math.cos(2 * 998 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 998 * Math.PI / N) * 10;
g.nodes.push({
id: 183300,
label: 'MEMBER: Théo Maire',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-theo-maire-index-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/theo-maire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183300,
size: 0.5,
source: 230628,
target: 183300 });
// adding node
var x_node = Math.cos(2 * 999 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 999 * Math.PI / N) * 10;
g.nodes.push({
id: 183247,
label: 'MEMBER: Simon Drew',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-imag9924-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/simon-drew/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183247,
size: 0.5,
source: 230628,
target: 183247 });
// adding node
var x_node = Math.cos(2 * 1000 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1000 * Math.PI / N) * 10;
g.nodes.push({
id: 183216,
label: 'MEMBER: Kateryna Dotsenko',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kateryna-dotsenko/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183216,
size: 0.5,
source: 230628,
target: 183216 });
// adding node
var x_node = Math.cos(2 * 1001 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1001 * Math.PI / N) * 10;
g.nodes.push({
id: 183204,
label: 'MEMBER: Monica-Gabriela Zavala-Martinez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/monica-gabriela-zavala-martinez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183204,
size: 0.5,
source: 230628,
target: 183204 });
// adding node
var x_node = Math.cos(2 * 1002 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1002 * Math.PI / N) * 10;
g.nodes.push({
id: 183185,
label: 'MEMBER: Fay Betsou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-fay-betsou-fay-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fay-betsou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183185,
size: 0.5,
source: 230628,
target: 183185 });
// adding node
var x_node = Math.cos(2 * 1003 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1003 * Math.PI / N) * 10;
g.nodes.push({
id: 183172,
label: 'MEMBER: Jamie Sugrue',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-jamie-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/jamie-sugrue/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183172,
size: 0.5,
source: 230628,
target: 183172 });
// adding node
var x_node = Math.cos(2 * 1004 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1004 * Math.PI / N) * 10;
g.nodes.push({
id: 183075,
label: 'MEMBER: Nataliia Kashpur',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nataliia-kashpur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183075,
size: 0.5,
source: 230628,
target: 183075 });
// adding node
var x_node = Math.cos(2 * 1005 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1005 * Math.PI / N) * 10;
g.nodes.push({
id: 183060,
label: 'MEMBER: Gaëlle Letort',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/07/research_pasteur-gaelle-letort-screenshot-2022-07-01-at-11.41.05-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/gaelle-letort-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183060,
size: 0.5,
source: 230628,
target: 183060 });
// adding node
var x_node = Math.cos(2 * 1006 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1006 * Math.PI / N) * 10;
g.nodes.push({
id: 183036,
label: 'MEMBER: Djamel Tahir',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/djamel-tahir/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183036,
size: 0.5,
source: 230628,
target: 183036 });
// adding node
var x_node = Math.cos(2 * 1007 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1007 * Math.PI / N) * 10;
g.nodes.push({
id: 183032,
label: 'MEMBER: Manuel Majrouh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-manuel-majrouh-img-20220808-135540-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/manuel-majrouh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183032,
size: 0.5,
source: 230628,
target: 183032 });
// adding node
var x_node = Math.cos(2 * 1008 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1008 * Math.PI / N) * 10;
g.nodes.push({
id: 183019,
label: 'MEMBER: Tidiane Camaret N’Dir',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tidiane-camaret-ndir/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628183019,
size: 0.5,
source: 230628,
target: 183019 });
// adding node
var x_node = Math.cos(2 * 1009 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1009 * Math.PI / N) * 10;
g.nodes.push({
id: 182933,
label: 'MEMBER: Shiyu Liu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-shiyu-liu-liu-shiyu-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/shiyu-liu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182933,
size: 0.5,
source: 230628,
target: 182933 });
// adding node
var x_node = Math.cos(2 * 1010 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1010 * Math.PI / N) * 10;
g.nodes.push({
id: 182796,
label: 'MEMBER: Jaouen Tran-Rajau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-capture-decran-2022-06-27-a-09.53.45-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/jaouen-tran-rajau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182796,
size: 0.5,
source: 230628,
target: 182796 });
// adding node
var x_node = Math.cos(2 * 1011 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1011 * Math.PI / N) * 10;
g.nodes.push({
id: 182783,
label: 'MEMBER: Noémi Dominique',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/noemi-dominique/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182783,
size: 0.5,
source: 230628,
target: 182783 });
// adding node
var x_node = Math.cos(2 * 1012 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1012 * Math.PI / N) * 10;
g.nodes.push({
id: 182499,
label: 'MEMBER: Harley Dwane Betts',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/harley-dwane-betts/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182499,
size: 0.5,
source: 230628,
target: 182499 });
// adding node
var x_node = Math.cos(2 * 1013 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1013 * Math.PI / N) * 10;
g.nodes.push({
id: 182494,
label: 'MEMBER: Camélia Kitoun',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/harley-betts/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182494,
size: 0.5,
source: 230628,
target: 182494 });
// adding node
var x_node = Math.cos(2 * 1014 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1014 * Math.PI / N) * 10;
g.nodes.push({
id: 182404,
label: 'MEMBER: Enzo Gadin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-enzo-gadin-img-0384-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/enzo-gadin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182404,
size: 0.5,
source: 230628,
target: 182404 });
// adding node
var x_node = Math.cos(2 * 1015 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1015 * Math.PI / N) * 10;
g.nodes.push({
id: 182349,
label: 'MEMBER: Clara Dussaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-clara-dussaux-photoid-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clara-dussaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182349,
size: 0.5,
source: 230628,
target: 182349 });
// adding node
var x_node = Math.cos(2 * 1016 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1016 * Math.PI / N) * 10;
g.nodes.push({
id: 182330,
label: 'MEMBER: Héloïse Hervé',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/heloise-herve/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182330,
size: 0.5,
source: 230628,
target: 182330 });
// adding node
var x_node = Math.cos(2 * 1017 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1017 * Math.PI / N) * 10;
g.nodes.push({
id: 182244,
label: 'MEMBER: Hadjer Loukil',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hadjer-loukil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182244,
size: 0.5,
source: 230628,
target: 182244 });
// adding node
var x_node = Math.cos(2 * 1018 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1018 * Math.PI / N) * 10;
g.nodes.push({
id: 182069,
label: 'MEMBER: Olivier Feudjio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-olivier-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/olivier-feudjio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182069,
size: 0.5,
source: 230628,
target: 182069 });
// adding node
var x_node = Math.cos(2 * 1019 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1019 * Math.PI / N) * 10;
g.nodes.push({
id: 182061,
label: 'MEMBER: Gautam Sarkar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-gautam-lr-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/gautam-sarkar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182061,
size: 0.5,
source: 230628,
target: 182061 });
// adding node
var x_node = Math.cos(2 * 1020 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1020 * Math.PI / N) * 10;
g.nodes.push({
id: 182053,
label: 'MEMBER: Said Mougari',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-said-mougari-mougari-said-7514-e1721127271732-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/said-mougari/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182053,
size: 0.5,
source: 230628,
target: 182053 });
// adding node
var x_node = Math.cos(2 * 1021 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1021 * Math.PI / N) * 10;
g.nodes.push({
id: 182030,
label: 'MEMBER: Hung Thai Van',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hung-thai-van/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628182030,
size: 0.5,
source: 230628,
target: 182030 });
// adding node
var x_node = Math.cos(2 * 1022 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1022 * Math.PI / N) * 10;
g.nodes.push({
id: 181977,
label: 'MEMBER: Safwen Ghediri',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/safwen-ghediri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181977,
size: 0.5,
source: 230628,
target: 181977 });
// adding node
var x_node = Math.cos(2 * 1023 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1023 * Math.PI / N) * 10;
g.nodes.push({
id: 181838,
label: 'MEMBER: Sophie Vacant',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophie-vacant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181838,
size: 0.5,
source: 230628,
target: 181838 });
// adding node
var x_node = Math.cos(2 * 1024 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1024 * Math.PI / N) * 10;
g.nodes.push({
id: 181829,
label: 'MEMBER: Emilie Fruquière',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emilie-fruquiere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181829,
size: 0.5,
source: 230628,
target: 181829 });
// adding node
var x_node = Math.cos(2 * 1025 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1025 * Math.PI / N) * 10;
g.nodes.push({
id: 181816,
label: 'MEMBER: Ruchi Agrawal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ruchi-agrawal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181816,
size: 0.5,
source: 230628,
target: 181816 });
// adding node
var x_node = Math.cos(2 * 1026 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1026 * Math.PI / N) * 10;
g.nodes.push({
id: 181804,
label: 'MEMBER: Erik Maikranz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-erik-maikranz-img-0344-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/erik-maikranz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181804,
size: 0.5,
source: 230628,
target: 181804 });
// adding node
var x_node = Math.cos(2 * 1027 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1027 * Math.PI / N) * 10;
g.nodes.push({
id: 181802,
label: 'MEMBER: Hiba Belkadi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-hiba-belkadi-photo-carre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hiba-belkadi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181802,
size: 0.5,
source: 230628,
target: 181802 });
// adding node
var x_node = Math.cos(2 * 1028 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1028 * Math.PI / N) * 10;
g.nodes.push({
id: 181759,
label: 'MEMBER: Dang Liu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-dang-liu-dang-liu-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dang-liu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181759,
size: 0.5,
source: 230628,
target: 181759 });
// adding node
var x_node = Math.cos(2 * 1029 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1029 * Math.PI / N) * 10;
g.nodes.push({
id: 181725,
label: 'MEMBER: Mathieu Lepas',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mathieu-lepas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181725,
size: 0.5,
source: 230628,
target: 181725 });
// adding node
var x_node = Math.cos(2 * 1030 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1030 * Math.PI / N) * 10;
g.nodes.push({
id: 181630,
label: 'MEMBER: Shaoxiang Wang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-screenshot-2022-06-02-at-15.01.58-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/shaoxiang-wang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181630,
size: 0.5,
source: 230628,
target: 181630 });
// adding node
var x_node = Math.cos(2 * 1031 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1031 * Math.PI / N) * 10;
g.nodes.push({
id: 181626,
label: 'MEMBER: Daryna Batechko',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-batechko-daryna-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daryna-batechko/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181626,
size: 0.5,
source: 230628,
target: 181626 });
// adding node
var x_node = Math.cos(2 * 1032 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1032 * Math.PI / N) * 10;
g.nodes.push({
id: 181615,
label: 'MEMBER: Jeremy Chantrel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-photo-jeremy-chantrel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jeremy-chantrel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181615,
size: 0.5,
source: 230628,
target: 181615 });
// adding node
var x_node = Math.cos(2 * 1033 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1033 * Math.PI / N) * 10;
g.nodes.push({
id: 181610,
label: 'MEMBER: Lamia Djoual',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-photo-lamia-djoual-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lamia-djoual/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181610,
size: 0.5,
source: 230628,
target: 181610 });
// adding node
var x_node = Math.cos(2 * 1034 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1034 * Math.PI / N) * 10;
g.nodes.push({
id: 181605,
label: 'MEMBER: Marielle Saclier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-photo-marielle-saclier-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marielle-saclier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181605,
size: 0.5,
source: 230628,
target: 181605 });
// adding node
var x_node = Math.cos(2 * 1035 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1035 * Math.PI / N) * 10;
g.nodes.push({
id: 181603,
label: 'MEMBER: Karina Ilchenko',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-karina-ilchenko-dw6-dwxq9arg0qvvsivy9wdryym-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/karina-ilchenko/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181603,
size: 0.5,
source: 230628,
target: 181603 });
// adding node
var x_node = Math.cos(2 * 1036 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1036 * Math.PI / N) * 10;
g.nodes.push({
id: 181590,
label: 'MEMBER: Tarik Najib',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tarik-najib/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181590,
size: 0.5,
source: 230628,
target: 181590 });
// adding node
var x_node = Math.cos(2 * 1037 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1037 * Math.PI / N) * 10;
g.nodes.push({
id: 181564,
label: 'MEMBER: Laurianne Temime',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-laurianne-temime-photo-laurianne-temime-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurianne-temime/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181564,
size: 0.5,
source: 230628,
target: 181564 });
// adding node
var x_node = Math.cos(2 * 1038 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1038 * Math.PI / N) * 10;
g.nodes.push({
id: 181530,
label: 'MEMBER: Márcio Ribeiro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/06/research_pasteur-marcio-ribeiro-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marcio-ribeiro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181530,
size: 0.5,
source: 230628,
target: 181530 });
// adding node
var x_node = Math.cos(2 * 1039 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1039 * Math.PI / N) * 10;
g.nodes.push({
id: 181510,
label: 'MEMBER: Carla Cabal Fernandez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/carla-cabal-fernandez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181510,
size: 0.5,
source: 230628,
target: 181510 });
// adding node
var x_node = Math.cos(2 * 1040 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1040 * Math.PI / N) * 10;
g.nodes.push({
id: 181500,
label: 'MEMBER: Victor Pryakhin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/victor-pryakhin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181500,
size: 0.5,
source: 230628,
target: 181500 });
// adding node
var x_node = Math.cos(2 * 1041 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1041 * Math.PI / N) * 10;
g.nodes.push({
id: 181330,
label: 'MEMBER: Yakov Vitrenko',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-yakov-vitrenko-avatar-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yakov-vitrenko/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181330,
size: 0.5,
source: 230628,
target: 181330 });
// adding node
var x_node = Math.cos(2 * 1042 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1042 * Math.PI / N) * 10;
g.nodes.push({
id: 181288,
label: 'MEMBER: Ines Ben Hadj Kaddour',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ines-ben-hadj-kaddour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181288,
size: 0.5,
source: 230628,
target: 181288 });
// adding node
var x_node = Math.cos(2 * 1043 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1043 * Math.PI / N) * 10;
g.nodes.push({
id: 181227,
label: 'MEMBER: Charles-Henry Bourlier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-charles-henry-bourlier-cv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/charles-henry-bourlier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181227,
size: 0.5,
source: 230628,
target: 181227 });
// adding node
var x_node = Math.cos(2 * 1044 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1044 * Math.PI / N) * 10;
g.nodes.push({
id: 181064,
label: 'MEMBER: Xavière Menatong Tene',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/xaviere-menatong-tene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181064,
size: 0.5,
source: 230628,
target: 181064 });
// adding node
var x_node = Math.cos(2 * 1045 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1045 * Math.PI / N) * 10;
g.nodes.push({
id: 181030,
label: 'MEMBER: Kinga Grabowska',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-kinga-grabowska-kinga-website-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kinga-grabowska/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181030,
size: 0.5,
source: 230628,
target: 181030 });
// adding node
var x_node = Math.cos(2 * 1046 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1046 * Math.PI / N) * 10;
g.nodes.push({
id: 181015,
label: 'MEMBER: Tanya Foley',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-tanya-foley-tanya-cut-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tanya-foley/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181015,
size: 0.5,
source: 230628,
target: 181015 });
// adding node
var x_node = Math.cos(2 * 1047 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1047 * Math.PI / N) * 10;
g.nodes.push({
id: 181009,
label: 'MEMBER: Udi Binshtok',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-udi-binshtok-udi-binshtok-digital-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/udi-binshtok/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628181009,
size: 0.5,
source: 230628,
target: 181009 });
// adding node
var x_node = Math.cos(2 * 1048 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1048 * Math.PI / N) * 10;
g.nodes.push({
id: 180861,
label: 'MEMBER: Thomas Moreau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-thomas-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/thomas-moreau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180861,
size: 0.5,
source: 230628,
target: 180861 });
// adding node
var x_node = Math.cos(2 * 1049 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1049 * Math.PI / N) * 10;
g.nodes.push({
id: 180778,
label: 'MEMBER: Stefaniia Ivashchenko',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/stefaniia-ivashchenko/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180778,
size: 0.5,
source: 230628,
target: 180778 });
// adding node
var x_node = Math.cos(2 * 1050 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1050 * Math.PI / N) * 10;
g.nodes.push({
id: 180552,
label: 'MEMBER: Danguolè Norkunaite',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/danguole-norkunaite/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180552,
size: 0.5,
source: 230628,
target: 180552 });
// adding node
var x_node = Math.cos(2 * 1051 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1051 * Math.PI / N) * 10;
g.nodes.push({
id: 180548,
label: 'MEMBER: Giacomo Carloni',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/05/research_pasteur-photo-e1715084543582-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/giacomo-carloni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180548,
size: 0.5,
source: 230628,
target: 180548 });
// adding node
var x_node = Math.cos(2 * 1052 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1052 * Math.PI / N) * 10;
g.nodes.push({
id: 180544,
label: 'MEMBER: Maryam Hanine',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maryam-hanine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180544,
size: 0.5,
source: 230628,
target: 180544 });
// adding node
var x_node = Math.cos(2 * 1053 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1053 * Math.PI / N) * 10;
g.nodes.push({
id: 180540,
label: 'MEMBER: margaux Chauvet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/margaux-chauvet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180540,
size: 0.5,
source: 230628,
target: 180540 });
// adding node
var x_node = Math.cos(2 * 1054 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1054 * Math.PI / N) * 10;
g.nodes.push({
id: 180527,
label: 'MEMBER: Korantin Le Mouël',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/korantin-le-mouel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180527,
size: 0.5,
source: 230628,
target: 180527 });
// adding node
var x_node = Math.cos(2 * 1055 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1055 * Math.PI / N) * 10;
g.nodes.push({
id: 180381,
label: 'MEMBER: Ruairi Robertson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-ruairi-robertson-rr-headshot-april-2017-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ruairi-robertson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180381,
size: 0.5,
source: 230628,
target: 180381 });
// adding node
var x_node = Math.cos(2 * 1056 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1056 * Math.PI / N) * 10;
g.nodes.push({
id: 180377,
label: 'MEMBER: Tri Tho Nguyen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-tri-tho-nguyen-img-0867-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tri-tho-nguyen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180377,
size: 0.5,
source: 230628,
target: 180377 });
// adding node
var x_node = Math.cos(2 * 1057 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1057 * Math.PI / N) * 10;
g.nodes.push({
id: 180372,
label: 'MEMBER: Simona Caldani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/simona-caldani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180372,
size: 0.5,
source: 230628,
target: 180372 });
// adding node
var x_node = Math.cos(2 * 1058 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1058 * Math.PI / N) * 10;
g.nodes.push({
id: 180363,
label: 'MEMBER: Isciane Commenge',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isciane-commenge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180363,
size: 0.5,
source: 230628,
target: 180363 });
// adding node
var x_node = Math.cos(2 * 1059 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1059 * Math.PI / N) * 10;
g.nodes.push({
id: 180302,
label: 'MEMBER: Marvin Albert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-marvin-albert-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marvin-albert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180302,
size: 0.5,
source: 230628,
target: 180302 });
// adding node
var x_node = Math.cos(2 * 1060 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1060 * Math.PI / N) * 10;
g.nodes.push({
id: 180288,
label: 'MEMBER: Marianne Madec',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marianne-madec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180288,
size: 0.5,
source: 230628,
target: 180288 });
// adding node
var x_node = Math.cos(2 * 1061 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1061 * Math.PI / N) * 10;
g.nodes.push({
id: 180186,
label: 'MEMBER: Julie De Oliveira',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/05/research_pasteur-julie-de-oliveira-fb-img-1654863890495-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julie-de-oliveira__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180186,
size: 0.5,
source: 230628,
target: 180186 });
// adding node
var x_node = Math.cos(2 * 1062 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1062 * Math.PI / N) * 10;
g.nodes.push({
id: 180057,
label: 'MEMBER: Aurélie Dorget',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-aurelie-dorget-aureliedorget-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelie-dorget/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180057,
size: 0.5,
source: 230628,
target: 180057 });
// adding node
var x_node = Math.cos(2 * 1063 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1063 * Math.PI / N) * 10;
g.nodes.push({
id: 180051,
label: 'MEMBER: jonas Lefevre-Daumal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jonas-lefevre-daumal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180051,
size: 0.5,
source: 230628,
target: 180051 });
// adding node
var x_node = Math.cos(2 * 1064 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1064 * Math.PI / N) * 10;
g.nodes.push({
id: 180038,
label: 'MEMBER: Francesco Andreace',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/francesco-andreace/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628180038,
size: 0.5,
source: 230628,
target: 180038 });
// adding node
var x_node = Math.cos(2 * 1065 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1065 * Math.PI / N) * 10;
g.nodes.push({
id: 179673,
label: 'MEMBER: Danylo Vyhovskyi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-danylo-vyhovskyi-telechargement-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/danylo-vyhovskyi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179673,
size: 0.5,
source: 230628,
target: 179673 });
// adding node
var x_node = Math.cos(2 * 1066 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1066 * Math.PI / N) * 10;
g.nodes.push({
id: 179640,
label: 'MEMBER: Sergio Mallart',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sergio-mallart/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179640,
size: 0.5,
source: 230628,
target: 179640 });
// adding node
var x_node = Math.cos(2 * 1067 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1067 * Math.PI / N) * 10;
g.nodes.push({
id: 179630,
label: 'MEMBER: Mariana Valente',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-mariana-valente-mariana-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariana-valente/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179630,
size: 0.5,
source: 230628,
target: 179630 });
// adding node
var x_node = Math.cos(2 * 1068 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1068 * Math.PI / N) * 10;
g.nodes.push({
id: 179597,
label: 'MEMBER: Anakine Prizins',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-anakine-prizins-anakine-web2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anakine-prizins/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179597,
size: 0.5,
source: 230628,
target: 179597 });
// adding node
var x_node = Math.cos(2 * 1069 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1069 * Math.PI / N) * 10;
g.nodes.push({
id: 179571,
label: 'MEMBER: Inès Devred',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ines-devred/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179571,
size: 0.5,
source: 230628,
target: 179571 });
// adding node
var x_node = Math.cos(2 * 1070 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1070 * Math.PI / N) * 10;
g.nodes.push({
id: 179550,
label: 'MEMBER: Soumia Abdellaoui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-soumia-abdellaoui-screenshot-2022-04-19-22-59-17-44-965bbf4d18d205f782c6b8409c5773a42-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/soumia-abdellaoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179550,
size: 0.5,
source: 230628,
target: 179550 });
// adding node
var x_node = Math.cos(2 * 1071 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1071 * Math.PI / N) * 10;
g.nodes.push({
id: 179542,
label: 'MEMBER: Léa Hamon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-lea-hamon-lea-hamon-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lea-hamon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179542,
size: 0.5,
source: 230628,
target: 179542 });
// adding node
var x_node = Math.cos(2 * 1072 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1072 * Math.PI / N) * 10;
g.nodes.push({
id: 179500,
label: 'MEMBER: Marie Philippe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-marie-philippe-photo-marie-identite-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marie-philippe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179500,
size: 0.5,
source: 230628,
target: 179500 });
// adding node
var x_node = Math.cos(2 * 1073 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1073 * Math.PI / N) * 10;
g.nodes.push({
id: 179429,
label: 'MEMBER: Maria Isabella Gariboldi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-maria-isabella-gariboldi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-isabella-gariboldi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179429,
size: 0.5,
source: 230628,
target: 179429 });
// adding node
var x_node = Math.cos(2 * 1074 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1074 * Math.PI / N) * 10;
g.nodes.push({
id: 179424,
label: 'MEMBER: Gaston Bizel-Bizellot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-gaston-bizel-bizellot-photo-gaston-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gaston-bizel-bizello/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179424,
size: 0.5,
source: 230628,
target: 179424 });
// adding node
var x_node = Math.cos(2 * 1075 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1075 * Math.PI / N) * 10;
g.nodes.push({
id: 179335,
label: 'MEMBER: Raphaël Jeger Madiot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/raphael-jeger-madiot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179335,
size: 0.5,
source: 230628,
target: 179335 });
// adding node
var x_node = Math.cos(2 * 1076 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1076 * Math.PI / N) * 10;
g.nodes.push({
id: 179330,
label: 'MEMBER: Raphael Reme',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-raphael-reme-me-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/raphael-reme/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179330,
size: 0.5,
source: 230628,
target: 179330 });
// adding node
var x_node = Math.cos(2 * 1077 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1077 * Math.PI / N) * 10;
g.nodes.push({
id: 179328,
label: 'MEMBER: Benjamin Dupuis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/01/research_pasteur-photo-dupuis-benjamin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benjamin-dupuis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179328,
size: 0.5,
source: 230628,
target: 179328 });
// adding node
var x_node = Math.cos(2 * 1078 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1078 * Math.PI / N) * 10;
g.nodes.push({
id: 179326,
label: 'MEMBER: Vololoniaina Raharinosy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vololoniaina-raharinosy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179326,
size: 0.5,
source: 230628,
target: 179326 });
// adding node
var x_node = Math.cos(2 * 1079 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1079 * Math.PI / N) * 10;
g.nodes.push({
id: 179157,
label: 'MEMBER: Minoli Doshi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-screenshot-20220404-2046562-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/minoli-doshi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179157,
size: 0.5,
source: 230628,
target: 179157 });
// adding node
var x_node = Math.cos(2 * 1080 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1080 * Math.PI / N) * 10;
g.nodes.push({
id: 179089,
label: 'MEMBER: Gautham Sankara Narayana',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-gautham-sankara-narayana-img-7919-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gautham-sankara-narayana/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179089,
size: 0.5,
source: 230628,
target: 179089 });
// adding node
var x_node = Math.cos(2 * 1081 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1081 * Math.PI / N) * 10;
g.nodes.push({
id: 179080,
label: 'MEMBER: Yifan Zhou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/04/research_pasteur-yifan-zhou-yifanzhou-20230331170432-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yifan-zhou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628179080,
size: 0.5,
source: 230628,
target: 179080 });
// adding node
var x_node = Math.cos(2 * 1082 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1082 * Math.PI / N) * 10;
g.nodes.push({
id: 178933,
label: 'MEMBER: Anaël Ayrolles',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anael-ayrolles/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628178933,
size: 0.5,
source: 230628,
target: 178933 });
// adding node
var x_node = Math.cos(2 * 1083 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1083 * Math.PI / N) * 10;
g.nodes.push({
id: 178743,
label: 'MEMBER: Francisco Garcia Rodriguez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-francisco-garcia-rodriguez-francisco-pic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francisco-garcia-rodriguez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628178743,
size: 0.5,
source: 230628,
target: 178743 });
// adding node
var x_node = Math.cos(2 * 1084 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1084 * Math.PI / N) * 10;
g.nodes.push({
id: 178717,
label: 'MEMBER: Toni Gouhier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-toni-gouhier-screenshot-20230619-221216-instagram-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/toni-gouhier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628178717,
size: 0.5,
source: 230628,
target: 178717 });
// adding node
var x_node = Math.cos(2 * 1085 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1085 * Math.PI / N) * 10;
g.nodes.push({
id: 178703,
label: 'MEMBER: Claire Mestdagh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-claire-mestdagh-photo-claire-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claire-mestdagh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628178703,
size: 0.5,
source: 230628,
target: 178703 });
// adding node
var x_node = Math.cos(2 * 1086 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1086 * Math.PI / N) * 10;
g.nodes.push({
id: 178435,
label: 'MEMBER: Alida Kropf',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-alida-kropf-passfoto-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alida-kropf/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628178435,
size: 0.5,
source: 230628,
target: 178435 });
// adding node
var x_node = Math.cos(2 * 1087 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1087 * Math.PI / N) * 10;
g.nodes.push({
id: 178217,
label: 'MEMBER: Lavinia Slabu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-lavinia-slabu-ida-2022-2304-scaled-e1663593426623-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lavinia-slabu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628178217,
size: 0.5,
source: 230628,
target: 178217 });
// adding node
var x_node = Math.cos(2 * 1088 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1088 * Math.PI / N) * 10;
g.nodes.push({
id: 178135,
label: 'MEMBER: Simon Blachier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-blachier-simon-m2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/simon-blachier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628178135,
size: 0.5,
source: 230628,
target: 178135 });
// adding node
var x_node = Math.cos(2 * 1089 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1089 * Math.PI / N) * 10;
g.nodes.push({
id: 177905,
label: 'MEMBER: Marie Royer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-royer-marie-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-royer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177905,
size: 0.5,
source: 230628,
target: 177905 });
// adding node
var x_node = Math.cos(2 * 1090 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1090 * Math.PI / N) * 10;
g.nodes.push({
id: 177817,
label: 'MEMBER: Yuka Suzuki',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-yuka-suzuki-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yuka-suzuki/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177817,
size: 0.5,
source: 230628,
target: 177817 });
// adding node
var x_node = Math.cos(2 * 1091 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1091 * Math.PI / N) * 10;
g.nodes.push({
id: 177766,
label: 'MEMBER: Annabelle Henrion Lacritick',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-annabelle-henrion-lacritick-853x1024-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/annabelle-henrion-lacritik/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177766,
size: 0.5,
source: 230628,
target: 177766 });
// adding node
var x_node = Math.cos(2 * 1092 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1092 * Math.PI / N) * 10;
g.nodes.push({
id: 177763,
label: 'MEMBER: Ottavia Romoli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-romoli-ottavia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ottavia-romoli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177763,
size: 0.5,
source: 230628,
target: 177763 });
// adding node
var x_node = Math.cos(2 * 1093 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1093 * Math.PI / N) * 10;
g.nodes.push({
id: 177760,
label: 'MEMBER: Jared Nigg',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-nigg-jared-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jared-nigg/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177760,
size: 0.5,
source: 230628,
target: 177760 });
// adding node
var x_node = Math.cos(2 * 1094 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1094 * Math.PI / N) * 10;
g.nodes.push({
id: 177754,
label: 'MEMBER: Parul Singh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-parul-singh-img-1468-scaled-e1647601615846-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/parul-singh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177754,
size: 0.5,
source: 230628,
target: 177754 });
// adding node
var x_node = Math.cos(2 * 1095 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1095 * Math.PI / N) * 10;
g.nodes.push({
id: 177555,
label: 'MEMBER: Anqi Zhou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-anqi-zhou-research-pasteur-anqi-zhou-screenshot-2024-02-13-at-00.27.42-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anqi-zhou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177555,
size: 0.5,
source: 230628,
target: 177555 });
// adding node
var x_node = Math.cos(2 * 1096 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1096 * Math.PI / N) * 10;
g.nodes.push({
id: 177454,
label: 'MEMBER: Nazarii Sabat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-nazarii-sabat-photo-site-4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nazarii-sabat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177454,
size: 0.5,
source: 230628,
target: 177454 });
// adding node
var x_node = Math.cos(2 * 1097 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1097 * Math.PI / N) * 10;
g.nodes.push({
id: 177442,
label: 'MEMBER: Jean Elie Cluzel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-processed-1fd023d4-5c1d-4662-9788-de2941b22a9e-cwcp98eb-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/jean-elie-cluzel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177442,
size: 0.5,
source: 230628,
target: 177442 });
// adding node
var x_node = Math.cos(2 * 1098 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1098 * Math.PI / N) * 10;
g.nodes.push({
id: 177438,
label: 'MEMBER: Jules Lubetzki',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jules-lubetzki/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177438,
size: 0.5,
source: 230628,
target: 177438 });
// adding node
var x_node = Math.cos(2 * 1099 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1099 * Math.PI / N) * 10;
g.nodes.push({
id: 177376,
label: 'MEMBER: Lucas Pradeau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-lucas-pradeau-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucas-pradeau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177376,
size: 0.5,
source: 230628,
target: 177376 });
// adding node
var x_node = Math.cos(2 * 1100 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1100 * Math.PI / N) * 10;
g.nodes.push({
id: 177306,
label: 'MEMBER: Eva Krupa',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eva-krupa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177306,
size: 0.5,
source: 230628,
target: 177306 });
// adding node
var x_node = Math.cos(2 * 1101 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1101 * Math.PI / N) * 10;
g.nodes.push({
id: 177300,
label: 'MEMBER: Alexandre Cébeillac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-alexandre-cebeillac-alexandre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandre-cebeillac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177300,
size: 0.5,
source: 230628,
target: 177300 });
// adding node
var x_node = Math.cos(2 * 1102 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1102 * Math.PI / N) * 10;
g.nodes.push({
id: 177287,
label: 'MEMBER: Sarah Bonnet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-sarah-bonnet-photo-sarah-bonnet-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sarah-bonnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177287,
size: 0.5,
source: 230628,
target: 177287 });
// adding node
var x_node = Math.cos(2 * 1103 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1103 * Math.PI / N) * 10;
g.nodes.push({
id: 177169,
label: 'MEMBER: Sylvie Decraux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-decraux-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-decraux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177169,
size: 0.5,
source: 230628,
target: 177169 });
// adding node
var x_node = Math.cos(2 * 1104 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1104 * Math.PI / N) * 10;
g.nodes.push({
id: 177092,
label: 'MEMBER: Apostolos Liakopoulos',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/apostolos-liakopoulos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177092,
size: 0.5,
source: 230628,
target: 177092 });
// adding node
var x_node = Math.cos(2 * 1105 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1105 * Math.PI / N) * 10;
g.nodes.push({
id: 177062,
label: 'MEMBER: Muge Senarisoy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-muge-senarisoy-ms-photo2021-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/muge-senarisoy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177062,
size: 0.5,
source: 230628,
target: 177062 });
// adding node
var x_node = Math.cos(2 * 1106 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1106 * Math.PI / N) * 10;
g.nodes.push({
id: 177052,
label: 'MEMBER: Albane Jouault',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/albane-jouault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177052,
size: 0.5,
source: 230628,
target: 177052 });
// adding node
var x_node = Math.cos(2 * 1107 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1107 * Math.PI / N) * 10;
g.nodes.push({
id: 177009,
label: 'MEMBER: Belsy Del Carmen Valeriano Alegria',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/belsy-del-carmen-valeriano-alegria/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628177009,
size: 0.5,
source: 230628,
target: 177009 });
// adding node
var x_node = Math.cos(2 * 1108 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1108 * Math.PI / N) * 10;
g.nodes.push({
id: 176914,
label: 'MEMBER: Emma Beaumont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-emma-beaumont-photoeb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emma-beaumont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176914,
size: 0.5,
source: 230628,
target: 176914 });
// adding node
var x_node = Math.cos(2 * 1109 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1109 * Math.PI / N) * 10;
g.nodes.push({
id: 176907,
label: 'MEMBER: Caroline Petitdemange',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/caroline-petitdemange/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176907,
size: 0.5,
source: 230628,
target: 176907 });
// adding node
var x_node = Math.cos(2 * 1110 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1110 * Math.PI / N) * 10;
g.nodes.push({
id: 176675,
label: 'MEMBER: Thomas Vial',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-thomas-vial-vial-thomas-vt-1245-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-vial/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176675,
size: 0.5,
source: 230628,
target: 176675 });
// adding node
var x_node = Math.cos(2 * 1111 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1111 * Math.PI / N) * 10;
g.nodes.push({
id: 176668,
label: 'MEMBER: Macha Dussouchaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-macha-dussouchaud-macha-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/macha-dussouchaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176668,
size: 0.5,
source: 230628,
target: 176668 });
// adding node
var x_node = Math.cos(2 * 1112 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1112 * Math.PI / N) * 10;
g.nodes.push({
id: 176617,
label: 'MEMBER: Amal Bennouna',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-amal-bennouna-img-20201021-132946-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amal-bennouna__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176617,
size: 0.5,
source: 230628,
target: 176617 });
// adding node
var x_node = Math.cos(2 * 1113 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1113 * Math.PI / N) * 10;
g.nodes.push({
id: 176594,
label: 'MEMBER: Jorge Torres Paz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-jorge-torres-paz-foto-jorge-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jorge-torres-paz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176594,
size: 0.5,
source: 230628,
target: 176594 });
// adding node
var x_node = Math.cos(2 * 1114 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1114 * Math.PI / N) * 10;
g.nodes.push({
id: 176578,
label: 'MEMBER: Farah Rahal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-farah-rahal-photo-farah-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/farah-rahal-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176578,
size: 0.5,
source: 230628,
target: 176578 });
// adding node
var x_node = Math.cos(2 * 1115 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1115 * Math.PI / N) * 10;
g.nodes.push({
id: 176494,
label: 'MEMBER: Lucia Araujo-Chaveron',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-lucia-araujo-chaveron-1-1-e1644845335584-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lucia-araujo-chaveron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176494,
size: 0.5,
source: 230628,
target: 176494 });
// adding node
var x_node = Math.cos(2 * 1116 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1116 * Math.PI / N) * 10;
g.nodes.push({
id: 176461,
label: 'MEMBER: Gaëlle Lievre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gaelle-lievre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176461,
size: 0.5,
source: 230628,
target: 176461 });
// adding node
var x_node = Math.cos(2 * 1117 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1117 * Math.PI / N) * 10;
g.nodes.push({
id: 176455,
label: 'MEMBER: Simon Galmiche',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/simon-galmiche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176455,
size: 0.5,
source: 230628,
target: 176455 });
// adding node
var x_node = Math.cos(2 * 1118 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1118 * Math.PI / N) * 10;
g.nodes.push({
id: 176374,
label: 'MEMBER: Andrew Holtz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-img-4348-003-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/andrew-holtz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176374,
size: 0.5,
source: 230628,
target: 176374 });
// adding node
var x_node = Math.cos(2 * 1119 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1119 * Math.PI / N) * 10;
g.nodes.push({
id: 176170,
label: 'MEMBER: Sonia Nicchi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-sonia-nicchi-1644420112841-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sonia-nicchi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176170,
size: 0.5,
source: 230628,
target: 176170 });
// adding node
var x_node = Math.cos(2 * 1120 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1120 * Math.PI / N) * 10;
g.nodes.push({
id: 176108,
label: 'MEMBER: Julia Kende',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-julia-kende-photo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/julia-kende/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176108,
size: 0.5,
source: 230628,
target: 176108 });
// adding node
var x_node = Math.cos(2 * 1121 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1121 * Math.PI / N) * 10;
g.nodes.push({
id: 176028,
label: 'MEMBER: Alix De Thoisy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alix-de-thoisy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628176028,
size: 0.5,
source: 230628,
target: 176028 });
// adding node
var x_node = Math.cos(2 * 1122 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1122 * Math.PI / N) * 10;
g.nodes.push({
id: 175996,
label: 'MEMBER: Morgan Lambérioux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-lamberioux-morga-web-ip-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/morgan-lamberioux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175996,
size: 0.5,
source: 230628,
target: 175996 });
// adding node
var x_node = Math.cos(2 * 1123 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1123 * Math.PI / N) * 10;
g.nodes.push({
id: 175988,
label: 'MEMBER: Xavier Eyer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-unknown-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/xavier-eyer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175988,
size: 0.5,
source: 230628,
target: 175988 });
// adding node
var x_node = Math.cos(2 * 1124 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1124 * Math.PI / N) * 10;
g.nodes.push({
id: 175973,
label: 'MEMBER: Louna Fruchard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-louna-fruchard-fruchard-louna-web-ip-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/louna-fruchard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175973,
size: 0.5,
source: 230628,
target: 175973 });
// adding node
var x_node = Math.cos(2 * 1125 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1125 * Math.PI / N) * 10;
g.nodes.push({
id: 175967,
label: 'MEMBER: Baptiste Darracq',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/baptiste-darracq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175967,
size: 0.5,
source: 230628,
target: 175967 });
// adding node
var x_node = Math.cos(2 * 1126 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1126 * Math.PI / N) * 10;
g.nodes.push({
id: 175948,
label: 'MEMBER: Emma Bloch',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emma-bloch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175948,
size: 0.5,
source: 230628,
target: 175948 });
// adding node
var x_node = Math.cos(2 * 1127 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1127 * Math.PI / N) * 10;
g.nodes.push({
id: 175838,
label: 'MEMBER: Maria Vangelatou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-maria-vangelatou-92350283-885252988568502-1704564789117714432-n-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-vangelatou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175838,
size: 0.5,
source: 230628,
target: 175838 });
// adding node
var x_node = Math.cos(2 * 1128 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1128 * Math.PI / N) * 10;
g.nodes.push({
id: 175836,
label: 'MEMBER: Andreas Zoumpoulakis',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andreas-zoumpoulakis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175836,
size: 0.5,
source: 230628,
target: 175836 });
// adding node
var x_node = Math.cos(2 * 1129 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1129 * Math.PI / N) * 10;
g.nodes.push({
id: 175824,
label: 'MEMBER: Elena Lopez Rodriguez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-elena-lopez-rodriguez-dsc-1721-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elena-lopez-rodriguez-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175824,
size: 0.5,
source: 230628,
target: 175824 });
// adding node
var x_node = Math.cos(2 * 1130 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1130 * Math.PI / N) * 10;
g.nodes.push({
id: 175733,
label: 'MEMBER: Marine Ghazarian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-marine-ghazarian-image-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marine-ghazarian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175733,
size: 0.5,
source: 230628,
target: 175733 });
// adding node
var x_node = Math.cos(2 * 1131 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1131 * Math.PI / N) * 10;
g.nodes.push({
id: 175714,
label: 'MEMBER: Alexis Dziedziech',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/03/research_pasteur-img-6491-scaled-e1646300371304-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexis-dziedziech/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175714,
size: 0.5,
source: 230628,
target: 175714 });
// adding node
var x_node = Math.cos(2 * 1132 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1132 * Math.PI / N) * 10;
g.nodes.push({
id: 175649,
label: 'MEMBER: Josue Rafael Barquero Chavarria',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-josue-rafael-barquero-chavarria-photo-josue-barquero-chavarria2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/josue-rafael-barquero-chavarria/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175649,
size: 0.5,
source: 230628,
target: 175649 });
// adding node
var x_node = Math.cos(2 * 1133 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1133 * Math.PI / N) * 10;
g.nodes.push({
id: 175637,
label: 'MEMBER: Léa Vinel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lea-vinel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175637,
size: 0.5,
source: 230628,
target: 175637 });
// adding node
var x_node = Math.cos(2 * 1134 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1134 * Math.PI / N) * 10;
g.nodes.push({
id: 175634,
label: 'MEMBER: Tina Ejlalmanesh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tina-ejlalmanesh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175634,
size: 0.5,
source: 230628,
target: 175634 });
// adding node
var x_node = Math.cos(2 * 1135 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1135 * Math.PI / N) * 10;
g.nodes.push({
id: 175588,
label: 'MEMBER: Silvia Luna Lazzara',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-silvia-lazzara-silvia-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/silvia-lazzara/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175588,
size: 0.5,
source: 230628,
target: 175588 });
// adding node
var x_node = Math.cos(2 * 1136 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1136 * Math.PI / N) * 10;
g.nodes.push({
id: 175566,
label: 'MEMBER: Lene Vimeux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-lene-vimeux-1652183735356-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lene-vimeux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175566,
size: 0.5,
source: 230628,
target: 175566 });
// adding node
var x_node = Math.cos(2 * 1137 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1137 * Math.PI / N) * 10;
g.nodes.push({
id: 175518,
label: 'MEMBER: Allyson Holmes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-allyson-holmes-picture3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/allyson-holmes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175518,
size: 0.5,
source: 230628,
target: 175518 });
// adding node
var x_node = Math.cos(2 * 1138 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1138 * Math.PI / N) * 10;
g.nodes.push({
id: 175516,
label: 'MEMBER: Henri Galez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-henri-galez-img-20200621-wa0021-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/henri-galez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175516,
size: 0.5,
source: 230628,
target: 175516 });
// adding node
var x_node = Math.cos(2 * 1139 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1139 * Math.PI / N) * 10;
g.nodes.push({
id: 175505,
label: 'MEMBER: Eulalie Liorzou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-eulalie-liorzou-695782-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eulalie-liorzou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175505,
size: 0.5,
source: 230628,
target: 175505 });
// adding node
var x_node = Math.cos(2 * 1140 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1140 * Math.PI / N) * 10;
g.nodes.push({
id: 175486,
label: 'MEMBER: Pauline Gastineau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-pauline-gastineau-20220622-104019-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pauline-gastineau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175486,
size: 0.5,
source: 230628,
target: 175486 });
// adding node
var x_node = Math.cos(2 * 1141 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1141 * Math.PI / N) * 10;
g.nodes.push({
id: 175222,
label: 'MEMBER: Daniela Ricci',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-img-9269-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/daniela-ricci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175222,
size: 0.5,
source: 230628,
target: 175222 });
// adding node
var x_node = Math.cos(2 * 1142 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1142 * Math.PI / N) * 10;
g.nodes.push({
id: 175186,
label: 'MEMBER: Chloé Baum',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-chloe-baum-b49c9dd9-4311-4bf9-a009-e56568ff7194-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-baum/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175186,
size: 0.5,
source: 230628,
target: 175186 });
// adding node
var x_node = Math.cos(2 * 1144 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1144 * Math.PI / N) * 10;
g.nodes.push({
id: 175157,
label: 'MEMBER: Thibault Leray',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thibault-leray/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175157,
size: 0.5,
source: 230628,
target: 175157 });
// adding node
var x_node = Math.cos(2 * 1145 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1145 * Math.PI / N) * 10;
g.nodes.push({
id: 175155,
label: 'MEMBER: Oriane Fiquet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/oriane-fiquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175155,
size: 0.5,
source: 230628,
target: 175155 });
// adding node
var x_node = Math.cos(2 * 1146 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1146 * Math.PI / N) * 10;
g.nodes.push({
id: 175153,
label: 'MEMBER: Evgeny Tatirovsky',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-evgeny-tatirovsky-0-received-654399991854009-2-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/evgeny-tatirovsky/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175153,
size: 0.5,
source: 230628,
target: 175153 });
// adding node
var x_node = Math.cos(2 * 1147 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1147 * Math.PI / N) * 10;
g.nodes.push({
id: 175141,
label: 'MEMBER: Sébastien Gradit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-sebastien-gradit-id-sg-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sebastien-gradit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175141,
size: 0.5,
source: 230628,
target: 175141 });
// adding node
var x_node = Math.cos(2 * 1148 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1148 * Math.PI / N) * 10;
g.nodes.push({
id: 175061,
label: 'MEMBER: Cyril Scandola',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-cyril-scandola-img-2285-1-scaled-e1643290796323-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyril-scandola/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175061,
size: 0.5,
source: 230628,
target: 175061 });
// adding node
var x_node = Math.cos(2 * 1149 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1149 * Math.PI / N) * 10;
g.nodes.push({
id: 175036,
label: 'MEMBER: Ana Maria Murta Santi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-ana-maria-murta-santi-photo-web-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ana-maria-murta-santi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175036,
size: 0.5,
source: 230628,
target: 175036 });
// adding node
var x_node = Math.cos(2 * 1150 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1150 * Math.PI / N) * 10;
g.nodes.push({
id: 175033,
label: 'MEMBER: Dyhia Amroune',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-dyhia-amroune-img-20220308-164206-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dyhia-amroune/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175033,
size: 0.5,
source: 230628,
target: 175033 });
// adding node
var x_node = Math.cos(2 * 1151 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1151 * Math.PI / N) * 10;
g.nodes.push({
id: 175019,
label: 'MEMBER: Mohamed Mourad Kenfaoui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-mohamed-mourad-kenfaoui-c5600b9f-c807-4083-8ac4-ac21f1c8f64c-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mohamed-mourad-kenfaoui-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628175019,
size: 0.5,
source: 230628,
target: 175019 });
// adding node
var x_node = Math.cos(2 * 1152 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1152 * Math.PI / N) * 10;
g.nodes.push({
id: 174861,
label: 'MEMBER: Hajar Boulouiz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-hajar-boulouiz-img-3599-copy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hajar-boulouiz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174861,
size: 0.5,
source: 230628,
target: 174861 });
// adding node
var x_node = Math.cos(2 * 1153 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1153 * Math.PI / N) * 10;
g.nodes.push({
id: 174813,
label: 'MEMBER: Vallier Sordoillet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-sordoillet-vallier-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/vallier-sordoillet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174813,
size: 0.5,
source: 230628,
target: 174813 });
// adding node
var x_node = Math.cos(2 * 1154 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1154 * Math.PI / N) * 10;
g.nodes.push({
id: 174799,
label: 'MEMBER: Noémi Goncalves',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/noemi-goncalves/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174799,
size: 0.5,
source: 230628,
target: 174799 });
// adding node
var x_node = Math.cos(2 * 1155 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1155 * Math.PI / N) * 10;
g.nodes.push({
id: 174797,
label: 'MEMBER: Loïc Le Rhun',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/loic-le-rhun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174797,
size: 0.5,
source: 230628,
target: 174797 });
// adding node
var x_node = Math.cos(2 * 1156 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1156 * Math.PI / N) * 10;
g.nodes.push({
id: 174794,
label: 'MEMBER: Hassan Omais',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hassan-omais/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174794,
size: 0.5,
source: 230628,
target: 174794 });
// adding node
var x_node = Math.cos(2 * 1157 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1157 * Math.PI / N) * 10;
g.nodes.push({
id: 174791,
label: 'MEMBER: Hannah Daoudi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hannah-daoudi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174791,
size: 0.5,
source: 230628,
target: 174791 });
// adding node
var x_node = Math.cos(2 * 1158 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1158 * Math.PI / N) * 10;
g.nodes.push({
id: 174783,
label: 'MEMBER: Mauricio Saenz Roldan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mauricio-saenz-roldan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174783,
size: 0.5,
source: 230628,
target: 174783 });
// adding node
var x_node = Math.cos(2 * 1159 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1159 * Math.PI / N) * 10;
g.nodes.push({
id: 174776,
label: 'MEMBER: Alexa Buck',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexa-buck/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174776,
size: 0.5,
source: 230628,
target: 174776 });
// adding node
var x_node = Math.cos(2 * 1160 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1160 * Math.PI / N) * 10;
g.nodes.push({
id: 174774,
label: 'MEMBER: Sabrina Mechaussier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sabrina-mechaussier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174774,
size: 0.5,
source: 230628,
target: 174774 });
// adding node
var x_node = Math.cos(2 * 1161 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1161 * Math.PI / N) * 10;
g.nodes.push({
id: 174771,
label: 'MEMBER: Thibault Peineau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thibault-peineau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174771,
size: 0.5,
source: 230628,
target: 174771 });
// adding node
var x_node = Math.cos(2 * 1162 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1162 * Math.PI / N) * 10;
g.nodes.push({
id: 174768,
label: 'MEMBER: Simone Azeglio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-simone-azeglio-29872385-10212379518898817-4301572541427685108-o-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/simone-azeglio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174768,
size: 0.5,
source: 230628,
target: 174768 });
// adding node
var x_node = Math.cos(2 * 1163 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1163 * Math.PI / N) * 10;
g.nodes.push({
id: 174765,
label: 'MEMBER: Wei Li',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/wei-li/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174765,
size: 0.5,
source: 230628,
target: 174765 });
// adding node
var x_node = Math.cos(2 * 1164 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1164 * Math.PI / N) * 10;
g.nodes.push({
id: 174732,
label: 'MEMBER: Bérangère Virlon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-berangere-virlon-virlon-berengere-2314-bv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/berangere-virlon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174732,
size: 0.5,
source: 230628,
target: 174732 });
// adding node
var x_node = Math.cos(2 * 1165 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1165 * Math.PI / N) * 10;
g.nodes.push({
id: 174719,
label: 'MEMBER: Sonny Yde',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sonny-yde/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174719,
size: 0.5,
source: 230628,
target: 174719 });
// adding node
var x_node = Math.cos(2 * 1166 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1166 * Math.PI / N) * 10;
g.nodes.push({
id: 174686,
label: 'MEMBER: Léa Feldmann',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-lea-feldmann-photo-id-lea-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lea-feldmann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174686,
size: 0.5,
source: 230628,
target: 174686 });
// adding node
var x_node = Math.cos(2 * 1167 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1167 * Math.PI / N) * 10;
g.nodes.push({
id: 174637,
label: 'MEMBER: Stylianos Papadopoulos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-stylianos-papadopoulos-fa10b756-f990-49c4-bc91-220e9afd10f9-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stylianos-papadopoulos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174637,
size: 0.5,
source: 230628,
target: 174637 });
// adding node
var x_node = Math.cos(2 * 1168 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1168 * Math.PI / N) * 10;
g.nodes.push({
id: 174635,
label: 'MEMBER: Thimoro Cheng',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thimoro-cheng/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174635,
size: 0.5,
source: 230628,
target: 174635 });
// adding node
var x_node = Math.cos(2 * 1169 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1169 * Math.PI / N) * 10;
g.nodes.push({
id: 174489,
label: 'MEMBER: Laura Xénard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-laura-xenard-photo2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/laura-xenard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174489,
size: 0.5,
source: 230628,
target: 174489 });
// adding node
var x_node = Math.cos(2 * 1170 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1170 * Math.PI / N) * 10;
g.nodes.push({
id: 174333,
label: 'MEMBER: Thomas Cortier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-thomas-cortier-thomas-cortier-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-cortier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174333,
size: 0.5,
source: 230628,
target: 174333 });
// adding node
var x_node = Math.cos(2 * 1171 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1171 * Math.PI / N) * 10;
g.nodes.push({
id: 174319,
label: 'MEMBER: Clarisabel Garcia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-clarisabel-garcia-clarisabelgarcia-photo-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/clarisabel-garcia-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174319,
size: 0.5,
source: 230628,
target: 174319 });
// adding node
var x_node = Math.cos(2 * 1172 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1172 * Math.PI / N) * 10;
g.nodes.push({
id: 174288,
label: 'MEMBER: Benjamin Dorra',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-benjamin-dorra-selfiecropcompressed-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benjamin-dorra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174288,
size: 0.5,
source: 230628,
target: 174288 });
// adding node
var x_node = Math.cos(2 * 1173 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1173 * Math.PI / N) * 10;
g.nodes.push({
id: 174098,
label: 'MEMBER: Clara Mendia',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clara-mendia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174098,
size: 0.5,
source: 230628,
target: 174098 });
// adding node
var x_node = Math.cos(2 * 1174 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1174 * Math.PI / N) * 10;
g.nodes.push({
id: 174074,
label: 'MEMBER: Emma Colard Itté',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174074,
size: 0.5,
source: 230628,
target: 174074 });
// adding node
var x_node = Math.cos(2 * 1175 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1175 * Math.PI / N) * 10;
g.nodes.push({
id: 174044,
label: 'MEMBER: Mathilde Lecuit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-mathilde-lecuit-picture-ml-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/mathilde-lecuit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174044,
size: 0.5,
source: 230628,
target: 174044 });
// adding node
var x_node = Math.cos(2 * 1176 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1176 * Math.PI / N) * 10;
g.nodes.push({
id: 174012,
label: 'MEMBER: Adèle Micouin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-adele-micouin-20220114-101055-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adele-micouin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628174012,
size: 0.5,
source: 230628,
target: 174012 });
// adding node
var x_node = Math.cos(2 * 1177 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1177 * Math.PI / N) * 10;
g.nodes.push({
id: 173939,
label: 'MEMBER: Vincent Petit',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vincent-petit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173939,
size: 0.5,
source: 230628,
target: 173939 });
// adding node
var x_node = Math.cos(2 * 1178 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1178 * Math.PI / N) * 10;
g.nodes.push({
id: 173908,
label: 'MEMBER: Solène Roux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/solene-roux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173908,
size: 0.5,
source: 230628,
target: 173908 });
// adding node
var x_node = Math.cos(2 * 1179 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1179 * Math.PI / N) * 10;
g.nodes.push({
id: 173902,
label: 'MEMBER: Anne-Valérie Heritier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anne-valerie-heritier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173902,
size: 0.5,
source: 230628,
target: 173902 });
// adding node
var x_node = Math.cos(2 * 1180 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1180 * Math.PI / N) * 10;
g.nodes.push({
id: 173898,
label: 'MEMBER: Asadollah Aghaie',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/asadollah-aghaie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173898,
size: 0.5,
source: 230628,
target: 173898 });
// adding node
var x_node = Math.cos(2 * 1181 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1181 * Math.PI / N) * 10;
g.nodes.push({
id: 173896,
label: 'MEMBER: Amrit Estivalet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/amrit-estivalet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173896,
size: 0.5,
source: 230628,
target: 173896 });
// adding node
var x_node = Math.cos(2 * 1182 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1182 * Math.PI / N) * 10;
g.nodes.push({
id: 173892,
label: 'MEMBER: Muriel Sudres',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/muriel-sudres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173892,
size: 0.5,
source: 230628,
target: 173892 });
// adding node
var x_node = Math.cos(2 * 1183 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1183 * Math.PI / N) * 10;
g.nodes.push({
id: 173890,
label: 'MEMBER: Enguerran Mouly',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/enguerran-mouly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173890,
size: 0.5,
source: 230628,
target: 173890 });
// adding node
var x_node = Math.cos(2 * 1184 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1184 * Math.PI / N) * 10;
g.nodes.push({
id: 173888,
label: 'MEMBER: Magali Niasme-Grare',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/magali-niasme-grare/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173888,
size: 0.5,
source: 230628,
target: 173888 });
// adding node
var x_node = Math.cos(2 * 1185 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1185 * Math.PI / N) * 10;
g.nodes.push({
id: 173886,
label: 'MEMBER: Crystel Bonnet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/crystel-bonnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173886,
size: 0.5,
source: 230628,
target: 173886 });
// adding node
var x_node = Math.cos(2 * 1186 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1186 * Math.PI / N) * 10;
g.nodes.push({
id: 173856,
label: 'MEMBER: Amaury Korb',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-amaury-korb-a.-korb-oct.-22-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amaury-korb/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173856,
size: 0.5,
source: 230628,
target: 173856 });
// adding node
var x_node = Math.cos(2 * 1187 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1187 * Math.PI / N) * 10;
g.nodes.push({
id: 173846,
label: 'MEMBER: Ana Catarina Martins',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-ana-catarina-martins-ana-catarina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ana-catarina-martins/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173846,
size: 0.5,
source: 230628,
target: 173846 });
// adding node
var x_node = Math.cos(2 * 1188 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1188 * Math.PI / N) * 10;
g.nodes.push({
id: 173823,
label: 'MEMBER: Marilys Castet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-marilys-castet-marilys-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marilys-castet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173823,
size: 0.5,
source: 230628,
target: 173823 });
// adding node
var x_node = Math.cos(2 * 1189 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1189 * Math.PI / N) * 10;
g.nodes.push({
id: 173805,
label: 'MEMBER: Juliette Perrot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-juliette-perrot-juliette-perrot--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juliette-perrot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173805,
size: 0.5,
source: 230628,
target: 173805 });
// adding node
var x_node = Math.cos(2 * 1190 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1190 * Math.PI / N) * 10;
g.nodes.push({
id: 173645,
label: 'MEMBER: Marc Settelen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marc-settelen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173645,
size: 0.5,
source: 230628,
target: 173645 });
// adding node
var x_node = Math.cos(2 * 1191 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1191 * Math.PI / N) * 10;
g.nodes.push({
id: 173607,
label: 'MEMBER: Fabien Compeau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-f.-compeau-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabien-compeau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173607,
size: 0.5,
source: 230628,
target: 173607 });
// adding node
var x_node = Math.cos(2 * 1192 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1192 * Math.PI / N) * 10;
g.nodes.push({
id: 173598,
label: 'MEMBER: Nathan Guibert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-nathan-guibert-nathanencostume-e1734020477955-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathan-guibert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173598,
size: 0.5,
source: 230628,
target: 173598 });
// adding node
var x_node = Math.cos(2 * 1193 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1193 * Math.PI / N) * 10;
g.nodes.push({
id: 173443,
label: 'MEMBER: Solène Bernard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-moi2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/solene-bernard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173443,
size: 0.5,
source: 230628,
target: 173443 });
// adding node
var x_node = Math.cos(2 * 1194 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1194 * Math.PI / N) * 10;
g.nodes.push({
id: 173431,
label: 'MEMBER: Nur Elyza Binte Zulkifli',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/binte-zulkifli-nur-elyza/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173431,
size: 0.5,
source: 230628,
target: 173431 });
// adding node
var x_node = Math.cos(2 * 1195 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1195 * Math.PI / N) * 10;
g.nodes.push({
id: 173426,
label: 'MEMBER: Hebert Echenique Rivera',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-photo-hebert-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hebert-echenique-rivera/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173426,
size: 0.5,
source: 230628,
target: 173426 });
// adding node
var x_node = Math.cos(2 * 1196 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1196 * Math.PI / N) * 10;
g.nodes.push({
id: 173373,
label: 'MEMBER: Sara Napolitano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-sara-napolitano-inria-0474-036-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sara-napolitano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173373,
size: 0.5,
source: 230628,
target: 173373 });
// adding node
var x_node = Math.cos(2 * 1197 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1197 * Math.PI / N) * 10;
g.nodes.push({
id: 173366,
label: 'MEMBER: Névé Aupérin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-neve-profile-lr-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/neve-auperin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173366,
size: 0.5,
source: 230628,
target: 173366 });
// adding node
var x_node = Math.cos(2 * 1198 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1198 * Math.PI / N) * 10;
g.nodes.push({
id: 173358,
label: 'MEMBER: Arantxa Rojas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-arantxa-rojas-arantxa-2lr-web-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/arantxa-rojas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173358,
size: 0.5,
source: 230628,
target: 173358 });
// adding node
var x_node = Math.cos(2 * 1199 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1199 * Math.PI / N) * 10;
g.nodes.push({
id: 173355,
label: 'MEMBER: Noémie Wolkowicz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/noemie-wolkowicz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173355,
size: 0.5,
source: 230628,
target: 173355 });
// adding node
var x_node = Math.cos(2 * 1200 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1200 * Math.PI / N) * 10;
g.nodes.push({
id: 173181,
label: 'MEMBER: Anne-Lise Giraud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/01/research_pasteur-anne-lise-giraud-alg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-lise-mamessier-giraud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173181,
size: 0.5,
source: 230628,
target: 173181 });
// adding node
var x_node = Math.cos(2 * 1201 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1201 * Math.PI / N) * 10;
g.nodes.push({
id: 173178,
label: 'MEMBER: Yidan Wang',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yidan-wang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173178,
size: 0.5,
source: 230628,
target: 173178 });
// adding node
var x_node = Math.cos(2 * 1202 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1202 * Math.PI / N) * 10;
g.nodes.push({
id: 173142,
label: 'MEMBER: Maëva Pichon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maeva-pichon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628173142,
size: 0.5,
source: 230628,
target: 173142 });
// adding node
var x_node = Math.cos(2 * 1203 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1203 * Math.PI / N) * 10;
g.nodes.push({
id: 172924,
label: 'MEMBER: Liza Sarde',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/12/research_pasteur-liza-sarde-photo-liza-sarde-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/liza-sarde/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628172924,
size: 0.5,
source: 230628,
target: 172924 });
// adding node
var x_node = Math.cos(2 * 1204 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1204 * Math.PI / N) * 10;
g.nodes.push({
id: 172520,
label: 'MEMBER: Malalaniaina Rakotobe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/12/research_pasteur-malala-photo-website-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/malalaniaina-rakotobe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628172520,
size: 0.5,
source: 230628,
target: 172520 });
// adding node
var x_node = Math.cos(2 * 1205 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1205 * Math.PI / N) * 10;
g.nodes.push({
id: 172503,
label: 'MEMBER: Chiara Crestani',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/12/research_pasteur-photochiara-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/chiara-crestani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628172503,
size: 0.5,
source: 230628,
target: 172503 });
// adding node
var x_node = Math.cos(2 * 1206 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1206 * Math.PI / N) * 10;
g.nodes.push({
id: 172360,
label: 'MEMBER: Arunaditya Deshmukh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/arunaditya-deshmukh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628172360,
size: 0.5,
source: 230628,
target: 172360 });
// adding node
var x_node = Math.cos(2 * 1207 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1207 * Math.PI / N) * 10;
g.nodes.push({
id: 171817,
label: 'MEMBER: Elena Perez-Anton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/12/research_pasteur-elena-perez-anton-photo-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/elena-perez-anton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628171817,
size: 0.5,
source: 230628,
target: 171817 });
// adding node
var x_node = Math.cos(2 * 1208 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1208 * Math.PI / N) * 10;
g.nodes.push({
id: 171577,
label: 'MEMBER: Léa Pinon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lea-pinon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628171577,
size: 0.5,
source: 230628,
target: 171577 });
// adding node
var x_node = Math.cos(2 * 1209 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1209 * Math.PI / N) * 10;
g.nodes.push({
id: 171436,
label: 'MEMBER: Diane Letourneur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-diane-letourneur-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/diane-letourneur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628171436,
size: 0.5,
source: 230628,
target: 171436 });
// adding node
var x_node = Math.cos(2 * 1210 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1210 * Math.PI / N) * 10;
g.nodes.push({
id: 171311,
label: 'MEMBER: Sevan Belian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-sevan-belian-sevan-website-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sevan-belian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628171311,
size: 0.5,
source: 230628,
target: 171311 });
// adding node
var x_node = Math.cos(2 * 1211 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1211 * Math.PI / N) * 10;
g.nodes.push({
id: 171243,
label: 'MEMBER: François Dossin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-francois-dossin-photo1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-dossin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628171243,
size: 0.5,
source: 230628,
target: 171243 });
// adding node
var x_node = Math.cos(2 * 1212 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1212 * Math.PI / N) * 10;
g.nodes.push({
id: 171008,
label: 'MEMBER: Violeta Basten Romero',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-violeta-basten-romero-745b4aa5-003d-460c-ab4e-d22a2ba0477d-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/violeta-basten-romero/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628171008,
size: 0.5,
source: 230628,
target: 171008 });
// adding node
var x_node = Math.cos(2 * 1213 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1213 * Math.PI / N) * 10;
g.nodes.push({
id: 170909,
label: 'MEMBER: Grégory Gérenton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-gregory-gerenton-gregory-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gregory-gerenton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170909,
size: 0.5,
source: 230628,
target: 170909 });
// adding node
var x_node = Math.cos(2 * 1214 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1214 * Math.PI / N) * 10;
g.nodes.push({
id: 170519,
label: 'MEMBER: Eli Maciel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eli-maciel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170519,
size: 0.5,
source: 230628,
target: 170519 });
// adding node
var x_node = Math.cos(2 * 1215 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1215 * Math.PI / N) * 10;
g.nodes.push({
id: 170355,
label: 'MEMBER: Markel Martinez Carranza',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-markel-martinez-carranza-cropped1-scaled-e1650636496331-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/markel-martinez-carranza/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170355,
size: 0.5,
source: 230628,
target: 170355 });
// adding node
var x_node = Math.cos(2 * 1216 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1216 * Math.PI / N) * 10;
g.nodes.push({
id: 170295,
label: 'MEMBER: Mathilde Dusseaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-mathilde-dusseaux-mathilde-dusseaux-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathilde-dusseaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170295,
size: 0.5,
source: 230628,
target: 170295 });
// adding node
var x_node = Math.cos(2 * 1217 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1217 * Math.PI / N) * 10;
g.nodes.push({
id: 170262,
label: 'MEMBER: Behnam Yousefi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-behnam-yousefi-behnam-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/behnam-yousefi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170262,
size: 0.5,
source: 230628,
target: 170262 });
// adding node
var x_node = Math.cos(2 * 1218 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1218 * Math.PI / N) * 10;
g.nodes.push({
id: 170256,
label: 'MEMBER: Thibaut Brunet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-thibaut-brunet-headshot-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thibaut-brunet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170256,
size: 0.5,
source: 230628,
target: 170256 });
// adding node
var x_node = Math.cos(2 * 1219 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1219 * Math.PI / N) * 10;
g.nodes.push({
id: 170251,
label: 'MEMBER: Margot Penru',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/margot-penru/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170251,
size: 0.5,
source: 230628,
target: 170251 });
// adding node
var x_node = Math.cos(2 * 1220 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1220 * Math.PI / N) * 10;
g.nodes.push({
id: 170226,
label: 'MEMBER: Cheïma Boudjeniba',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/cheima-boudjeniba/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170226,
size: 0.5,
source: 230628,
target: 170226 });
// adding node
var x_node = Math.cos(2 * 1221 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1221 * Math.PI / N) * 10;
g.nodes.push({
id: 170221,
label: 'MEMBER: Céline Quinsac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-celine-quinsac-photo-quinsac-ida-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celine-quinsac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170221,
size: 0.5,
source: 230628,
target: 170221 });
// adding node
var x_node = Math.cos(2 * 1222 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1222 * Math.PI / N) * 10;
g.nodes.push({
id: 170205,
label: 'MEMBER: Hélène Philippe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-helene-philippe-img-7165-scaled-e1645781425618-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/helene-philippe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170205,
size: 0.5,
source: 230628,
target: 170205 });
// adding node
var x_node = Math.cos(2 * 1223 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1223 * Math.PI / N) * 10;
g.nodes.push({
id: 170130,
label: 'MEMBER: Guilhem Royer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-guilhem-royer-guilhem-photo-041121-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guilhem-royer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170130,
size: 0.5,
source: 230628,
target: 170130 });
// adding node
var x_node = Math.cos(2 * 1224 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1224 * Math.PI / N) * 10;
g.nodes.push({
id: 170085,
label: 'MEMBER: Alix Phalipon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-alix-phalipon-photo-alix-phalipon3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alix-phalipon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170085,
size: 0.5,
source: 230628,
target: 170085 });
// adding node
var x_node = Math.cos(2 * 1225 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1225 * Math.PI / N) * 10;
g.nodes.push({
id: 170041,
label: 'MEMBER: Daniele Campisi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/11/research_pasteur-daniele-campisi-1544358976357-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/daniele-campisi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628170041,
size: 0.5,
source: 230628,
target: 170041 });
// adding node
var x_node = Math.cos(2 * 1226 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1226 * Math.PI / N) * 10;
g.nodes.push({
id: 169942,
label: 'MEMBER: Océane Fourquet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-oceane-fourquet-received-10565179785690541-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/oceane-fourquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169942,
size: 0.5,
source: 230628,
target: 169942 });
// adding node
var x_node = Math.cos(2 * 1227 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1227 * Math.PI / N) * 10;
g.nodes.push({
id: 169931,
label: 'MEMBER: Mara Santarelli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-mara-santarelli-img-7545-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mara-santarelli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169931,
size: 0.5,
source: 230628,
target: 169931 });
// adding node
var x_node = Math.cos(2 * 1228 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1228 * Math.PI / N) * 10;
g.nodes.push({
id: 169927,
label: 'MEMBER: Federico Melograna',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/federico-melograna/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169927,
size: 0.5,
source: 230628,
target: 169927 });
// adding node
var x_node = Math.cos(2 * 1229 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1229 * Math.PI / N) * 10;
g.nodes.push({
id: 169702,
label: 'MEMBER: Ayawavi Viviane Agbogan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-ayawavi-viviane-agbogan-viviane-agbogan-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ayawavi-viviane-agbogan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169702,
size: 0.5,
source: 230628,
target: 169702 });
// adding node
var x_node = Math.cos(2 * 1230 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1230 * Math.PI / N) * 10;
g.nodes.push({
id: 169452,
label: 'MEMBER: Banujaa Jeyarajah',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/banujaa-jeyarajah/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169452,
size: 0.5,
source: 230628,
target: 169452 });
// adding node
var x_node = Math.cos(2 * 1231 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1231 * Math.PI / N) * 10;
g.nodes.push({
id: 169447,
label: 'MEMBER: Yoan Marie-joseph',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yoan-marie-joseph/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169447,
size: 0.5,
source: 230628,
target: 169447 });
// adding node
var x_node = Math.cos(2 * 1232 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1232 * Math.PI / N) * 10;
g.nodes.push({
id: 169385,
label: 'MEMBER: Clémentine Rouyère',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-clementine-rouyere-clementine-photoptite-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clementine-rouyere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169385,
size: 0.5,
source: 230628,
target: 169385 });
// adding node
var x_node = Math.cos(2 * 1233 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1233 * Math.PI / N) * 10;
g.nodes.push({
id: 169378,
label: 'MEMBER: Julie Thomsen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-thomsenjulie-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julie-thomsen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169378,
size: 0.5,
source: 230628,
target: 169378 });
// adding node
var x_node = Math.cos(2 * 1234 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1234 * Math.PI / N) * 10;
g.nodes.push({
id: 169367,
label: 'MEMBER: Blaise Lafoux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-blaise-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/blaise-lafoux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169367,
size: 0.5,
source: 230628,
target: 169367 });
// adding node
var x_node = Math.cos(2 * 1235 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1235 * Math.PI / N) * 10;
g.nodes.push({
id: 169153,
label: 'MEMBER: Daniel Krentzel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-daniel-krentzel-photo5879465600504412453-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniel-krentzel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169153,
size: 0.5,
source: 230628,
target: 169153 });
// adding node
var x_node = Math.cos(2 * 1236 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1236 * Math.PI / N) * 10;
g.nodes.push({
id: 169070,
label: 'MEMBER: Elvira Infante',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-elvira-infante-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elvira-infante/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169070,
size: 0.5,
source: 230628,
target: 169070 });
// adding node
var x_node = Math.cos(2 * 1237 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1237 * Math.PI / N) * 10;
g.nodes.push({
id: 169053,
label: 'MEMBER: Aimée Taylor',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aimee-taylor/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628169053,
size: 0.5,
source: 230628,
target: 169053 });
// adding node
var x_node = Math.cos(2 * 1238 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1238 * Math.PI / N) * 10;
g.nodes.push({
id: 168974,
label: 'MEMBER: Gonçalo Nogueira',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-goncalo--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/goncalo-nogueira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168974,
size: 0.5,
source: 230628,
target: 168974 });
// adding node
var x_node = Math.cos(2 * 1239 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1239 * Math.PI / N) * 10;
g.nodes.push({
id: 168913,
label: 'MEMBER: Yaxal Ponce Soto',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-yaxal-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yaxal-ponce-soto/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168913,
size: 0.5,
source: 230628,
target: 168913 });
// adding node
var x_node = Math.cos(2 * 1240 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1240 * Math.PI / N) * 10;
g.nodes.push({
id: 168834,
label: 'MEMBER: Elizabeth Maloney',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-elizabeth-maloney-elizabeth-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/elizabeth-maloney/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168834,
size: 0.5,
source: 230628,
target: 168834 });
// adding node
var x_node = Math.cos(2 * 1241 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1241 * Math.PI / N) * 10;
g.nodes.push({
id: 168825,
label: 'MEMBER: Yanping Zhou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-yanping-zhou-photo-id-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yanping-zhou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168825,
size: 0.5,
source: 230628,
target: 168825 });
// adding node
var x_node = Math.cos(2 * 1242 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1242 * Math.PI / N) * 10;
g.nodes.push({
id: 168744,
label: 'MEMBER: Puck Norell',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-puck-norell-243394113-2062278380590411-9196739616777070472-n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/puck-nasman-norell/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168744,
size: 0.5,
source: 230628,
target: 168744 });
// adding node
var x_node = Math.cos(2 * 1243 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1243 * Math.PI / N) * 10;
g.nodes.push({
id: 168665,
label: 'MEMBER: Madison Lenormand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-madison-lenormand-e1633695343496-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/madison-lenormand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168665,
size: 0.5,
source: 230628,
target: 168665 });
// adding node
var x_node = Math.cos(2 * 1244 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1244 * Math.PI / N) * 10;
g.nodes.push({
id: 168653,
label: 'MEMBER: Lucie Lamothe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-lucie-lamothe-photo-cv-cropee-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lucie-lamothe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168653,
size: 0.5,
source: 230628,
target: 168653 });
// adding node
var x_node = Math.cos(2 * 1245 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1245 * Math.PI / N) * 10;
g.nodes.push({
id: 168648,
label: 'MEMBER: Cécile Palao',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-cecile-palao-cecile-palao-rond-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/cecile-palao/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168648,
size: 0.5,
source: 230628,
target: 168648 });
// adding node
var x_node = Math.cos(2 * 1246 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1246 * Math.PI / N) * 10;
g.nodes.push({
id: 168596,
label: 'MEMBER: Parul Sharma',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-parul-sharma-pic1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/parul-sharma/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168596,
size: 0.5,
source: 230628,
target: 168596 });
// adding node
var x_node = Math.cos(2 * 1247 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1247 * Math.PI / N) * 10;
g.nodes.push({
id: 168566,
label: 'MEMBER: Miguel Gomez-Raya-Vilanova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-miguel-gomez-raya-vilanova-img-4082-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/miguel-gomez-raya-vilanova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168566,
size: 0.5,
source: 230628,
target: 168566 });
// adding node
var x_node = Math.cos(2 * 1248 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1248 * Math.PI / N) * 10;
g.nodes.push({
id: 168557,
label: 'MEMBER: Mariem Znaidia',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mariem-znaidia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168557,
size: 0.5,
source: 230628,
target: 168557 });
// adding node
var x_node = Math.cos(2 * 1249 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1249 * Math.PI / N) * 10;
g.nodes.push({
id: 168547,
label: 'MEMBER: Léa Avon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-lea-avon-research-pasteur-lea-avon-pp-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lea-avon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168547,
size: 0.5,
source: 230628,
target: 168547 });
// adding node
var x_node = Math.cos(2 * 1250 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1250 * Math.PI / N) * 10;
g.nodes.push({
id: 168540,
label: 'MEMBER: Florian Préjean',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/florian-prejean/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168540,
size: 0.5,
source: 230628,
target: 168540 });
// adding node
var x_node = Math.cos(2 * 1251 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1251 * Math.PI / N) * 10;
g.nodes.push({
id: 168444,
label: 'MEMBER: Mathilde Grimée',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-mathilde-grimee-de02585c-b3fe-4ba9-bb57-d829f1f4a5e4-1-105-c-1-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/mathilde-grimee/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168444,
size: 0.5,
source: 230628,
target: 168444 });
// adding node
var x_node = Math.cos(2 * 1252 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1252 * Math.PI / N) * 10;
g.nodes.push({
id: 168431,
label: 'MEMBER: Teresa Piechowiak',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/teresa-piechowiak/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168431,
size: 0.5,
source: 230628,
target: 168431 });
// adding node
var x_node = Math.cos(2 * 1253 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1253 * Math.PI / N) * 10;
g.nodes.push({
id: 168418,
label: 'MEMBER: Alix Demians d’Archimbaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-alix-demians-darchimbaud-photo-alix-demians-darchimbaud4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alix-demians-darchimbaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168418,
size: 0.5,
source: 230628,
target: 168418 });
// adding node
var x_node = Math.cos(2 * 1254 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1254 * Math.PI / N) * 10;
g.nodes.push({
id: 168405,
label: 'MEMBER: Yasmine Achat',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yasmine-achat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168405,
size: 0.5,
source: 230628,
target: 168405 });
// adding node
var x_node = Math.cos(2 * 1255 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1255 * Math.PI / N) * 10;
g.nodes.push({
id: 168402,
label: 'MEMBER: Camille Martin-Gallausiaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-camille-martin-gallausiaux-photo-camille-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-martin-gallausiaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168402,
size: 0.5,
source: 230628,
target: 168402 });
// adding node
var x_node = Math.cos(2 * 1256 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1256 * Math.PI / N) * 10;
g.nodes.push({
id: 168380,
label: 'MEMBER: Cristina Di Silvestre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-cristina-di-silvestre-cristina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cristina-di-silvestre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168380,
size: 0.5,
source: 230628,
target: 168380 });
// adding node
var x_node = Math.cos(2 * 1257 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1257 * Math.PI / N) * 10;
g.nodes.push({
id: 168376,
label: 'MEMBER: Dorenda Schoorl',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-dorenda-schoorl-img-20210830-wa0008-1-e1634132717871-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dorenda-schoorl/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168376,
size: 0.5,
source: 230628,
target: 168376 });
// adding node
var x_node = Math.cos(2 * 1258 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1258 * Math.PI / N) * 10;
g.nodes.push({
id: 168361,
label: 'MEMBER: Gaston Rijo de Leon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-gaston-rijo-de-leon-img-20191026-114642-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gaston-rijo-de-leon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168361,
size: 0.5,
source: 230628,
target: 168361 });
// adding node
var x_node = Math.cos(2 * 1259 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1259 * Math.PI / N) * 10;
g.nodes.push({
id: 168320,
label: 'MEMBER: Chloe Bouarab',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/10/research_pasteur-chloe-bouarab-chloe-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-bouarab/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168320,
size: 0.5,
source: 230628,
target: 168320 });
// adding node
var x_node = Math.cos(2 * 1260 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1260 * Math.PI / N) * 10;
g.nodes.push({
id: 168308,
label: 'MEMBER: José Crispin Zavala Alvarado',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jose-crispin-zavala-alvarado-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168308,
size: 0.5,
source: 230628,
target: 168308 });
// adding node
var x_node = Math.cos(2 * 1261 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1261 * Math.PI / N) * 10;
g.nodes.push({
id: 168241,
label: 'MEMBER: David Fernandez Martinez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/12/research_pasteur-inshallah-e1670338002180-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-fernandez-martinez-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168241,
size: 0.5,
source: 230628,
target: 168241 });
// adding node
var x_node = Math.cos(2 * 1262 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1262 * Math.PI / N) * 10;
g.nodes.push({
id: 168180,
label: 'MEMBER: Nell Saunders',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nell-saunders/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168180,
size: 0.5,
source: 230628,
target: 168180 });
// adding node
var x_node = Math.cos(2 * 1263 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1263 * Math.PI / N) * 10;
g.nodes.push({
id: 168177,
label: 'MEMBER: William Henry Bolland',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/william-henry-bolland/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168177,
size: 0.5,
source: 230628,
target: 168177 });
// adding node
var x_node = Math.cos(2 * 1264 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1264 * Math.PI / N) * 10;
g.nodes.push({
id: 168120,
label: 'MEMBER: Lucie Dupuis',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lucie-dupuis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168120,
size: 0.5,
source: 230628,
target: 168120 });
// adding node
var x_node = Math.cos(2 * 1265 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1265 * Math.PI / N) * 10;
g.nodes.push({
id: 168051,
label: 'MEMBER: Oksana Reznichenko',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-oksana-reznichenko-capture-decran-2022-10-18-a-09.09.39-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/oksana-reznichenko/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628168051,
size: 0.5,
source: 230628,
target: 168051 });
// adding node
var x_node = Math.cos(2 * 1266 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1266 * Math.PI / N) * 10;
g.nodes.push({
id: 167895,
label: 'MEMBER: Ye Peng',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-ye-peng-img-5390-01-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/ye-peng/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167895,
size: 0.5,
source: 230628,
target: 167895 });
// adding node
var x_node = Math.cos(2 * 1267 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1267 * Math.PI / N) * 10;
g.nodes.push({
id: 167764,
label: 'MEMBER: Chloé Marie Poquet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chloe-marie-poquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167764,
size: 0.5,
source: 230628,
target: 167764 });
// adding node
var x_node = Math.cos(2 * 1268 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1268 * Math.PI / N) * 10;
g.nodes.push({
id: 167756,
label: 'MEMBER: Fabien Fuche',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fabien-fuche-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167756,
size: 0.5,
source: 230628,
target: 167756 });
// adding node
var x_node = Math.cos(2 * 1269 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1269 * Math.PI / N) * 10;
g.nodes.push({
id: 167546,
label: 'MEMBER: Emmanuel Roux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emmanuel-roux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167546,
size: 0.5,
source: 230628,
target: 167546 });
// adding node
var x_node = Math.cos(2 * 1270 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1270 * Math.PI / N) * 10;
g.nodes.push({
id: 167431,
label: 'MEMBER: Sharvani Shrinivas Shintre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-sharvani-shrinivas-shintre-shintre-sharvani-photo-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sharvani-shrinivas-shintre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167431,
size: 0.5,
source: 230628,
target: 167431 });
// adding node
var x_node = Math.cos(2 * 1271 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1271 * Math.PI / N) * 10;
g.nodes.push({
id: 167275,
label: 'MEMBER: Jessica Schmuck',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-jessica-schmuck-index-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jessica-schmuck/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167275,
size: 0.5,
source: 230628,
target: 167275 });
// adding node
var x_node = Math.cos(2 * 1272 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1272 * Math.PI / N) * 10;
g.nodes.push({
id: 167165,
label: 'MEMBER: Amaia Ochandorena Saa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-amaia-ochandorena-saa-ochandorena-saa-amaia-2786-red2-e1634157525331-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amaia-ochandorena-saa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167165,
size: 0.5,
source: 230628,
target: 167165 });
// adding node
var x_node = Math.cos(2 * 1273 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1273 * Math.PI / N) * 10;
g.nodes.push({
id: 167106,
label: 'MEMBER: Léo Caulat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-leo-caulat-031219-0276-e1631795714932-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leo-caulat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167106,
size: 0.5,
source: 230628,
target: 167106 });
// adding node
var x_node = Math.cos(2 * 1274 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1274 * Math.PI / N) * 10;
g.nodes.push({
id: 167086,
label: 'MEMBER: Solène Cottis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-solene-cottis-solene-cottis-de-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/solene-cottis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167086,
size: 0.5,
source: 230628,
target: 167086 });
// adding node
var x_node = Math.cos(2 * 1275 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1275 * Math.PI / N) * 10;
g.nodes.push({
id: 167056,
label: 'MEMBER: Małgorzata Gazda',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-malgorzata-gazda-gazda-malgorzata-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/malgorzata-gazda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628167056,
size: 0.5,
source: 230628,
target: 167056 });
// adding node
var x_node = Math.cos(2 * 1276 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1276 * Math.PI / N) * 10;
g.nodes.push({
id: 166881,
label: 'MEMBER: Eva Benedek',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-eva-benedek-img-20210513-184142-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eva-benedek/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166881,
size: 0.5,
source: 230628,
target: 166881 });
// adding node
var x_node = Math.cos(2 * 1277 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1277 * Math.PI / N) * 10;
g.nodes.push({
id: 166839,
label: 'MEMBER: Camille Fortas',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/camille-fortas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166839,
size: 0.5,
source: 230628,
target: 166839 });
// adding node
var x_node = Math.cos(2 * 1278 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1278 * Math.PI / N) * 10;
g.nodes.push({
id: 166786,
label: 'MEMBER: Laura Pokorny',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-laura-pokorny-laurapokornycropped-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laura-pokorny/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166786,
size: 0.5,
source: 230628,
target: 166786 });
// adding node
var x_node = Math.cos(2 * 1279 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1279 * Math.PI / N) * 10;
g.nodes.push({
id: 166541,
label: 'MEMBER: Alexander Chamolly',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-alex-chamolly-gp-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexander-chamolly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166541,
size: 0.5,
source: 230628,
target: 166541 });
// adding node
var x_node = Math.cos(2 * 1280 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1280 * Math.PI / N) * 10;
g.nodes.push({
id: 166537,
label: 'MEMBER: Camille Dos Santos-Toinet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-camille-dos-santos-toinet-groupe04-03-mdweb-1708291355359-e1708294149588-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-dos-santos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166537,
size: 0.5,
source: 230628,
target: 166537 });
// adding node
var x_node = Math.cos(2 * 1281 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1281 * Math.PI / N) * 10;
g.nodes.push({
id: 166535,
label: 'MEMBER: Klementina Borovnik',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-klementina-borovnik-20210822-174400-03-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/klementina-borovnik/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166535,
size: 0.5,
source: 230628,
target: 166535 });
// adding node
var x_node = Math.cos(2 * 1282 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1282 * Math.PI / N) * 10;
g.nodes.push({
id: 166309,
label: 'MEMBER: Samuel Hoff',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/samuel-hoff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166309,
size: 0.5,
source: 230628,
target: 166309 });
// adding node
var x_node = Math.cos(2 * 1283 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1283 * Math.PI / N) * 10;
g.nodes.push({
id: 166170,
label: 'MEMBER: Laura Garcia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-laura-garcia-782604ab-ef18-46cd-977a-70b1809686e7-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/laura-garcia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166170,
size: 0.5,
source: 230628,
target: 166170 });
// adding node
var x_node = Math.cos(2 * 1284 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1284 * Math.PI / N) * 10;
g.nodes.push({
id: 166168,
label: 'MEMBER: Camille Berthelot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-camille-berthelot-cberthelot2024-2-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/camille-berthelot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166168,
size: 0.5,
source: 230628,
target: 166168 });
// adding node
var x_node = Math.cos(2 * 1285 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1285 * Math.PI / N) * 10;
g.nodes.push({
id: 166101,
label: 'MEMBER: Chloé Sturmach',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chloe-sturmach/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166101,
size: 0.5,
source: 230628,
target: 166101 });
// adding node
var x_node = Math.cos(2 * 1286 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1286 * Math.PI / N) * 10;
g.nodes.push({
id: 166097,
label: 'MEMBER: Sinem Caglar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sinem-caglar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166097,
size: 0.5,
source: 230628,
target: 166097 });
// adding node
var x_node = Math.cos(2 * 1287 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1287 * Math.PI / N) * 10;
g.nodes.push({
id: 166075,
label: 'MEMBER: Richard Girard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/richard-girard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628166075,
size: 0.5,
source: 230628,
target: 166075 });
// adding node
var x_node = Math.cos(2 * 1288 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1288 * Math.PI / N) * 10;
g.nodes.push({
id: 165989,
label: 'MEMBER: Bárbara Fonseca',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-barbara-fonseca-cropped-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/barbara-fonseca/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165989,
size: 0.5,
source: 230628,
target: 165989 });
// adding node
var x_node = Math.cos(2 * 1289 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1289 * Math.PI / N) * 10;
g.nodes.push({
id: 165941,
label: 'MEMBER: Emerson Leonardo Alvarez Quinche',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emerson-leonardo-alvarez-quinche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165941,
size: 0.5,
source: 230628,
target: 165941 });
// adding node
var x_node = Math.cos(2 * 1290 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1290 * Math.PI / N) * 10;
g.nodes.push({
id: 165873,
label: 'MEMBER: Maelenn Chevreuil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/09/research_pasteur-maelenn-chevreuil-photo-cv-lm-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maelenn-chevreuil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165873,
size: 0.5,
source: 230628,
target: 165873 });
// adding node
var x_node = Math.cos(2 * 1291 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1291 * Math.PI / N) * 10;
g.nodes.push({
id: 165850,
label: 'MEMBER: Nassim Mahtal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nassim-mahtal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165850,
size: 0.5,
source: 230628,
target: 165850 });
// adding node
var x_node = Math.cos(2 * 1292 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1292 * Math.PI / N) * 10;
g.nodes.push({
id: 165707,
label: 'MEMBER: Pierre Luisi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-pierre-luisi-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/pierre-luisi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165707,
size: 0.5,
source: 230628,
target: 165707 });
// adding node
var x_node = Math.cos(2 * 1293 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1293 * Math.PI / N) * 10;
g.nodes.push({
id: 165508,
label: 'MEMBER: Lisa Verzier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lisa-verzier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165508,
size: 0.5,
source: 230628,
target: 165508 });
// adding node
var x_node = Math.cos(2 * 1294 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1294 * Math.PI / N) * 10;
g.nodes.push({
id: 165469,
label: 'MEMBER: Martin Boutroux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-martin-boutroux-pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/martin-boutroux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165469,
size: 0.5,
source: 230628,
target: 165469 });
// adding node
var x_node = Math.cos(2 * 1295 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1295 * Math.PI / N) * 10;
g.nodes.push({
id: 165455,
label: 'MEMBER: Chiara Cimmaruta',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-chiara-cimmaruta-photo-chiara-cimmaruta-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/chiara-cimmaruta/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165455,
size: 0.5,
source: 230628,
target: 165455 });
// adding node
var x_node = Math.cos(2 * 1296 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1296 * Math.PI / N) * 10;
g.nodes.push({
id: 165399,
label: 'MEMBER: Victoire Perraud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-victoire-perraud-victoire-img-4423-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/victoire-perraud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165399,
size: 0.5,
source: 230628,
target: 165399 });
// adding node
var x_node = Math.cos(2 * 1297 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1297 * Math.PI / N) * 10;
g.nodes.push({
id: 165385,
label: 'MEMBER: Seonhee Kim',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-seonhee-kim-photo-seonhee-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/seonhee-kim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165385,
size: 0.5,
source: 230628,
target: 165385 });
// adding node
var x_node = Math.cos(2 * 1298 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1298 * Math.PI / N) * 10;
g.nodes.push({
id: 165290,
label: 'MEMBER: Julien Lannoy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-julien-lannoy-photo-julien-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julien-lannoy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165290,
size: 0.5,
source: 230628,
target: 165290 });
// adding node
var x_node = Math.cos(2 * 1299 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1299 * Math.PI / N) * 10;
g.nodes.push({
id: 165229,
label: 'MEMBER: Anvita Bhargava',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-anvita-bhargava-photo-anvita-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anvita-bhargava/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165229,
size: 0.5,
source: 230628,
target: 165229 });
// adding node
var x_node = Math.cos(2 * 1300 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1300 * Math.PI / N) * 10;
g.nodes.push({
id: 165146,
label: 'MEMBER: Alexander Beer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-alexander-beer-alexander-beer-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexander-beer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165146,
size: 0.5,
source: 230628,
target: 165146 });
// adding node
var x_node = Math.cos(2 * 1301 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1301 * Math.PI / N) * 10;
g.nodes.push({
id: 165143,
label: 'MEMBER: Aleksandra Chikina',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aleksandra-chikina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165143,
size: 0.5,
source: 230628,
target: 165143 });
// adding node
var x_node = Math.cos(2 * 1302 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1302 * Math.PI / N) * 10;
g.nodes.push({
id: 165141,
label: 'MEMBER: Marion Guerin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marion-guerin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165141,
size: 0.5,
source: 230628,
target: 165141 });
// adding node
var x_node = Math.cos(2 * 1303 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1303 * Math.PI / N) * 10;
g.nodes.push({
id: 165133,
label: 'MEMBER: Mathilde Ruggiu',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ruggiu-mathilde/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165133,
size: 0.5,
source: 230628,
target: 165133 });
// adding node
var x_node = Math.cos(2 * 1304 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1304 * Math.PI / N) * 10;
g.nodes.push({
id: 165008,
label: 'MEMBER: Mariana De Niz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-mariana-de-niz-hidalgo-mariana-pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariana-de-niz-hidalgo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628165008,
size: 0.5,
source: 230628,
target: 165008 });
// adding node
var x_node = Math.cos(2 * 1305 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1305 * Math.PI / N) * 10;
g.nodes.push({
id: 164893,
label: 'MEMBER: Marta Lindner',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-marta-lindner-marta-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marta-lindner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164893,
size: 0.5,
source: 230628,
target: 164893 });
// adding node
var x_node = Math.cos(2 * 1306 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1306 * Math.PI / N) * 10;
g.nodes.push({
id: 164891,
label: 'MEMBER: Maia Brunstein',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-maia-brunstein-photo-maia2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maia-brunstein/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164891,
size: 0.5,
source: 230628,
target: 164891 });
// adding node
var x_node = Math.cos(2 * 1307 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1307 * Math.PI / N) * 10;
g.nodes.push({
id: 164883,
label: 'MEMBER: Emma Ducos',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emma-ducos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164883,
size: 0.5,
source: 230628,
target: 164883 });
// adding node
var x_node = Math.cos(2 * 1308 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1308 * Math.PI / N) * 10;
g.nodes.push({
id: 164880,
label: 'MEMBER: Mathieu Pham Van Cang',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mathieu-phamvan-cang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164880,
size: 0.5,
source: 230628,
target: 164880 });
// adding node
var x_node = Math.cos(2 * 1309 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1309 * Math.PI / N) * 10;
g.nodes.push({
id: 164878,
label: 'MEMBER: Tanguy Delmas',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tanguy-delmas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164878,
size: 0.5,
source: 230628,
target: 164878 });
// adding node
var x_node = Math.cos(2 * 1310 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1310 * Math.PI / N) * 10;
g.nodes.push({
id: 164875,
label: 'MEMBER: Didier Dulon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/didier-dulon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164875,
size: 0.5,
source: 230628,
target: 164875 });
// adding node
var x_node = Math.cos(2 * 1311 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1311 * Math.PI / N) * 10;
g.nodes.push({
id: 164869,
label: 'MEMBER: Victor Renato Torres Lazo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/victor-torres-lazo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164869,
size: 0.5,
source: 230628,
target: 164869 });
// adding node
var x_node = Math.cos(2 * 1312 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1312 * Math.PI / N) * 10;
g.nodes.push({
id: 164867,
label: 'MEMBER: Evelyne Ferrary',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/evelyne-ferrary/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164867,
size: 0.5,
source: 230628,
target: 164867 });
// adding node
var x_node = Math.cos(2 * 1313 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1313 * Math.PI / N) * 10;
g.nodes.push({
id: 164865,
label: 'MEMBER: Yann Nguyen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yann-nguyen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164865,
size: 0.5,
source: 230628,
target: 164865 });
// adding node
var x_node = Math.cos(2 * 1314 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1314 * Math.PI / N) * 10;
g.nodes.push({
id: 164847,
label: 'MEMBER: Sepideh Iranfar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sepideh-iranfar-3/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164847,
size: 0.5,
source: 230628,
target: 164847 });
// adding node
var x_node = Math.cos(2 * 1315 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1315 * Math.PI / N) * 10;
g.nodes.push({
id: 164842,
label: 'MEMBER: Alexis Bénichou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-alexis-benichou-photo-prairie-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/alexis-benichou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164842,
size: 0.5,
source: 230628,
target: 164842 });
// adding node
var x_node = Math.cos(2 * 1316 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1316 * Math.PI / N) * 10;
g.nodes.push({
id: 164837,
label: 'MEMBER: Alexandre Blanc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-alexandre-blanc-me-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandre-blanc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164837,
size: 0.5,
source: 230628,
target: 164837 });
// adding node
var x_node = Math.cos(2 * 1317 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1317 * Math.PI / N) * 10;
g.nodes.push({
id: 164797,
label: 'MEMBER: Jérôme Nevoux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sepideh-iranfar-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164797,
size: 0.5,
source: 230628,
target: 164797 });
// adding node
var x_node = Math.cos(2 * 1318 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1318 * Math.PI / N) * 10;
g.nodes.push({
id: 164792,
label: 'MEMBER: Chloe Felgerolle',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chloe-felgerolle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164792,
size: 0.5,
source: 230628,
target: 164792 });
// adding node
var x_node = Math.cos(2 * 1319 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1319 * Math.PI / N) * 10;
g.nodes.push({
id: 164788,
label: 'MEMBER: Maxence Cornille',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maxence-cornille/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164788,
size: 0.5,
source: 230628,
target: 164788 });
// adding node
var x_node = Math.cos(2 * 1320 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1320 * Math.PI / N) * 10;
g.nodes.push({
id: 164786,
label: 'MEMBER: Ghizlene Lahlou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ghizlene-lahlou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164786,
size: 0.5,
source: 230628,
target: 164786 });
// adding node
var x_node = Math.cos(2 * 1321 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1321 * Math.PI / N) * 10;
g.nodes.push({
id: 164784,
label: 'MEMBER: Beatrix Meha',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/beatrix-meha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164784,
size: 0.5,
source: 230628,
target: 164784 });
// adding node
var x_node = Math.cos(2 * 1322 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1322 * Math.PI / N) * 10;
g.nodes.push({
id: 164782,
label: 'MEMBER: Baptiste Plion',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/baptiste-plion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164782,
size: 0.5,
source: 230628,
target: 164782 });
// adding node
var x_node = Math.cos(2 * 1323 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1323 * Math.PI / N) * 10;
g.nodes.push({
id: 164779,
label: 'MEMBER: Marie Jose Lecomte',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-jose-lecomte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164779,
size: 0.5,
source: 230628,
target: 164779 });
// adding node
var x_node = Math.cos(2 * 1324 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1324 * Math.PI / N) * 10;
g.nodes.push({
id: 164770,
label: 'MEMBER: Carla Barbosa Spinola',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/carla-barbosa-spinola/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164770,
size: 0.5,
source: 230628,
target: 164770 });
// adding node
var x_node = Math.cos(2 * 1325 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1325 * Math.PI / N) * 10;
g.nodes.push({
id: 164767,
label: 'MEMBER: Camille Dejean',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/camille-dejean/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164767,
size: 0.5,
source: 230628,
target: 164767 });
// adding node
var x_node = Math.cos(2 * 1326 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1326 * Math.PI / N) * 10;
g.nodes.push({
id: 164765,
label: 'MEMBER: Carolina De Campos Pina',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/carolina-de-campos-pina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164765,
size: 0.5,
source: 230628,
target: 164765 });
// adding node
var x_node = Math.cos(2 * 1327 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1327 * Math.PI / N) * 10;
g.nodes.push({
id: 164763,
label: 'MEMBER: Olivier Postal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/olivier-postal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164763,
size: 0.5,
source: 230628,
target: 164763 });
// adding node
var x_node = Math.cos(2 * 1328 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1328 * Math.PI / N) * 10;
g.nodes.push({
id: 164759,
label: 'MEMBER: Philippe Jean',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/philippe-jean/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164759,
size: 0.5,
source: 230628,
target: 164759 });
// adding node
var x_node = Math.cos(2 * 1329 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1329 * Math.PI / N) * 10;
g.nodes.push({
id: 164747,
label: 'MEMBER: Boris Gourévitch',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/boris-gourevitch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164747,
size: 0.5,
source: 230628,
target: 164747 });
// adding node
var x_node = Math.cos(2 * 1330 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1330 * Math.PI / N) * 10;
g.nodes.push({
id: 164742,
label: 'MEMBER: Anthony Renard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anthony-renard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164742,
size: 0.5,
source: 230628,
target: 164742 });
// adding node
var x_node = Math.cos(2 * 1331 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1331 * Math.PI / N) * 10;
g.nodes.push({
id: 164738,
label: 'MEMBER: Antonin Verdier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/antonin-verdier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164738,
size: 0.5,
source: 230628,
target: 164738 });
// adding node
var x_node = Math.cos(2 * 1332 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1332 * Math.PI / N) * 10;
g.nodes.push({
id: 164736,
label: 'MEMBER: Etienne Gosselin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/etienne-gosselin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164736,
size: 0.5,
source: 230628,
target: 164736 });
// adding node
var x_node = Math.cos(2 * 1333 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1333 * Math.PI / N) * 10;
g.nodes.push({
id: 164732,
label: 'MEMBER: Sara Jamali',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sara-jamali/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164732,
size: 0.5,
source: 230628,
target: 164732 });
// adding node
var x_node = Math.cos(2 * 1334 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1334 * Math.PI / N) * 10;
g.nodes.push({
id: 164730,
label: 'MEMBER: Sophie Bagur',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/bagur-sophie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164730,
size: 0.5,
source: 230628,
target: 164730 });
// adding node
var x_node = Math.cos(2 * 1335 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1335 * Math.PI / N) * 10;
g.nodes.push({
id: 164684,
label: 'MEMBER: Joanna Schwenkgrub',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/joanna-schwenkgrub/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164684,
size: 0.5,
source: 230628,
target: 164684 });
// adding node
var x_node = Math.cos(2 * 1336 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1336 * Math.PI / N) * 10;
g.nodes.push({
id: 164705,
label: 'MEMBER: Lucie Flamand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-lucie-flamand-photo-badge1-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/lucie-flamand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164705,
size: 0.5,
source: 230628,
target: 164705 });
// adding node
var x_node = Math.cos(2 * 1337 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1337 * Math.PI / N) * 10;
g.nodes.push({
id: 164680,
label: 'MEMBER: Jérémie Barral',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-jeremie-barral-jbarral-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/barral-jeremie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164680,
size: 0.5,
source: 230628,
target: 164680 });
// adding node
var x_node = Math.cos(2 * 1338 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1338 * Math.PI / N) * 10;
g.nodes.push({
id: 164604,
label: 'MEMBER: Keith Doelling',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/keith-doelling/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164604,
size: 0.5,
source: 230628,
target: 164604 });
// adding node
var x_node = Math.cos(2 * 1339 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1339 * Math.PI / N) * 10;
g.nodes.push({
id: 164602,
label: 'MEMBER: Diane Lazard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/diane-lazard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164602,
size: 0.5,
source: 230628,
target: 164602 });
// adding node
var x_node = Math.cos(2 * 1340 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1340 * Math.PI / N) * 10;
g.nodes.push({
id: 164600,
label: 'MEMBER: Luc Arnal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/luc-arnal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164600,
size: 0.5,
source: 230628,
target: 164600 });
// adding node
var x_node = Math.cos(2 * 1341 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1341 * Math.PI / N) * 10;
g.nodes.push({
id: 164587,
label: 'MEMBER: Brice Bathellier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/brice-bathellier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164587,
size: 0.5,
source: 230628,
target: 164587 });
// adding node
var x_node = Math.cos(2 * 1342 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1342 * Math.PI / N) * 10;
g.nodes.push({
id: 164458,
label: 'MEMBER: Kelvin Kho',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-kelvin-kho-kho-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kelvin-kho/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164458,
size: 0.5,
source: 230628,
target: 164458 });
// adding node
var x_node = Math.cos(2 * 1343 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1343 * Math.PI / N) * 10;
g.nodes.push({
id: 164411,
label: 'MEMBER: Yohann Sassier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yohann-sassier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164411,
size: 0.5,
source: 230628,
target: 164411 });
// adding node
var x_node = Math.cos(2 * 1344 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1344 * Math.PI / N) * 10;
g.nodes.push({
id: 164409,
label: 'MEMBER: Remy Dailleux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/remy-dailleux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164409,
size: 0.5,
source: 230628,
target: 164409 });
// adding node
var x_node = Math.cos(2 * 1345 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1345 * Math.PI / N) * 10;
g.nodes.push({
id: 164390,
label: 'MEMBER: Victor Piriou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-victor-piriou-img-20220308-163955-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/victor-piriou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164390,
size: 0.5,
source: 230628,
target: 164390 });
// adding node
var x_node = Math.cos(2 * 1346 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1346 * Math.PI / N) * 10;
g.nodes.push({
id: 164388,
label: 'MEMBER: Mounib Mohamed Benimam',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-mounib-mohamed-benimam-1588170203182-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mounib-mohamed-benimam/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164388,
size: 0.5,
source: 230628,
target: 164388 });
// adding node
var x_node = Math.cos(2 * 1347 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1347 * Math.PI / N) * 10;
g.nodes.push({
id: 164220,
label: 'MEMBER: Yanis Dahoumane',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yanis-dahoumane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628164220,
size: 0.5,
source: 230628,
target: 164220 });
// adding node
var x_node = Math.cos(2 * 1348 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1348 * Math.PI / N) * 10;
g.nodes.push({
id: 163451,
label: 'MEMBER: Lise Boulard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/07/research_pasteur-lise-boulard-photo-lb2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lise-boulard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628163451,
size: 0.5,
source: 230628,
target: 163451 });
// adding node
var x_node = Math.cos(2 * 1349 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1349 * Math.PI / N) * 10;
g.nodes.push({
id: 163287,
label: 'MEMBER: Tara Moheb',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/07/research_pasteur-tara-moheb-tara-moheb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tara-moheb/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628163287,
size: 0.5,
source: 230628,
target: 163287 });
// adding node
var x_node = Math.cos(2 * 1350 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1350 * Math.PI / N) * 10;
g.nodes.push({
id: 162938,
label: 'MEMBER: Hugo Bouvier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/07/research_pasteur-hugo-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/hugo-bouvier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162938,
size: 0.5,
source: 230628,
target: 162938 });
// adding node
var x_node = Math.cos(2 * 1351 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1351 * Math.PI / N) * 10;
g.nodes.push({
id: 162798,
label: 'MEMBER: Cyrielle Mohamed Kassime',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/cyrielle-mohamed-kassime/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162798,
size: 0.5,
source: 230628,
target: 162798 });
// adding node
var x_node = Math.cos(2 * 1352 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1352 * Math.PI / N) * 10;
g.nodes.push({
id: 162795,
label: 'MEMBER: Apolline Pierre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/apolline-pierre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162795,
size: 0.5,
source: 230628,
target: 162795 });
// adding node
var x_node = Math.cos(2 * 1353 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1353 * Math.PI / N) * 10;
g.nodes.push({
id: 162792,
label: 'MEMBER: Nawal Yahiaoui',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nawal-yahiaoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162792,
size: 0.5,
source: 230628,
target: 162792 });
// adding node
var x_node = Math.cos(2 * 1354 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1354 * Math.PI / N) * 10;
g.nodes.push({
id: 162683,
label: 'MEMBER: Lucie Cappuccio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/07/research_pasteur-lucie-cappuccio-photo-lucie-cappuccio-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucie-cappuccio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162683,
size: 0.5,
source: 230628,
target: 162683 });
// adding node
var x_node = Math.cos(2 * 1355 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1355 * Math.PI / N) * 10;
g.nodes.push({
id: 162672,
label: 'MEMBER: Eliana Real',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162672,
size: 0.5,
source: 230628,
target: 162672 });
// adding node
var x_node = Math.cos(2 * 1356 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1356 * Math.PI / N) * 10;
g.nodes.push({
id: 162241,
label: 'MEMBER: Papa Mamadou Diagne',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/papa-mamadou-diagne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162241,
size: 0.5,
source: 230628,
target: 162241 });
// adding node
var x_node = Math.cos(2 * 1357 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1357 * Math.PI / N) * 10;
g.nodes.push({
id: 162154,
label: 'MEMBER: Daniela Megrian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-daniela-megrian-nunez-e30bbe8c-3e2c-4c44-a33d-bbd890190097-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/daniela-megrian-nunez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162154,
size: 0.5,
source: 230628,
target: 162154 });
// adding node
var x_node = Math.cos(2 * 1358 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1358 * Math.PI / N) * 10;
g.nodes.push({
id: 162147,
label: 'MEMBER: Clara Pigozzo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clara-pigozzo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162147,
size: 0.5,
source: 230628,
target: 162147 });
// adding node
var x_node = Math.cos(2 * 1359 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1359 * Math.PI / N) * 10;
g.nodes.push({
id: 162125,
label: 'MEMBER: Benoit Fauchie',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/benoit-fauchie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628162125,
size: 0.5,
source: 230628,
target: 162125 });
// adding node
var x_node = Math.cos(2 * 1360 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1360 * Math.PI / N) * 10;
g.nodes.push({
id: 161963,
label: 'MEMBER: Ashish Kumar Singh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-ashish-k-singh-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ashish-kumar-singh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161963,
size: 0.5,
source: 230628,
target: 161963 });
// adding node
var x_node = Math.cos(2 * 1361 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1361 * Math.PI / N) * 10;
g.nodes.push({
id: 161739,
label: 'MEMBER: Martin Frauenlob',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-martin-frauenlob-profile-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/martin-frauenlob/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161739,
size: 0.5,
source: 230628,
target: 161739 });
// adding node
var x_node = Math.cos(2 * 1362 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1362 * Math.PI / N) * 10;
g.nodes.push({
id: 161624,
label: 'MEMBER: Victor Sanda Mera',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-victor-sanda-mera-victor-sanda-photo-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/victor-sanda-mera/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161624,
size: 0.5,
source: 230628,
target: 161624 });
// adding node
var x_node = Math.cos(2 * 1363 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1363 * Math.PI / N) * 10;
g.nodes.push({
id: 161614,
label: 'MEMBER: Matthieu Thiberge',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/matthieu-thiberge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161614,
size: 0.5,
source: 230628,
target: 161614 });
// adding node
var x_node = Math.cos(2 * 1364 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1364 * Math.PI / N) * 10;
g.nodes.push({
id: 161611,
label: 'MEMBER: Sandrine Gouguet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sandrine-gouguet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161611,
size: 0.5,
source: 230628,
target: 161611 });
// adding node
var x_node = Math.cos(2 * 1365 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1365 * Math.PI / N) * 10;
g.nodes.push({
id: 161585,
label: 'MEMBER: Mariia Avstrikova',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mariia-avstrikova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161585,
size: 0.5,
source: 230628,
target: 161585 });
// adding node
var x_node = Math.cos(2 * 1366 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1366 * Math.PI / N) * 10;
g.nodes.push({
id: 161527,
label: 'MEMBER: Nour Awad',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nour-awad/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161527,
size: 0.5,
source: 230628,
target: 161527 });
// adding node
var x_node = Math.cos(2 * 1367 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1367 * Math.PI / N) * 10;
g.nodes.push({
id: 161417,
label: 'MEMBER: Jordi Ciprin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-jordi-ciprin--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jordi-ciprin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161417,
size: 0.5,
source: 230628,
target: 161417 });
// adding node
var x_node = Math.cos(2 * 1368 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1368 * Math.PI / N) * 10;
g.nodes.push({
id: 161295,
label: 'MEMBER: Augustin Martin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-augustin-martin-sans-titre-e1625053555287-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/augustin-martin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161295,
size: 0.5,
source: 230628,
target: 161295 });
// adding node
var x_node = Math.cos(2 * 1369 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1369 * Math.PI / N) * 10;
g.nodes.push({
id: 161252,
label: 'MEMBER: Arthur Frouin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-arthur-frouin-win-20210708-09-50-13-pro-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arthur-frouin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161252,
size: 0.5,
source: 230628,
target: 161252 });
// adding node
var x_node = Math.cos(2 * 1370 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1370 * Math.PI / N) * 10;
g.nodes.push({
id: 161202,
label: 'MEMBER: Emilie Boutet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-emilie-boutet-essai-jpeg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emilie-boutet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161202,
size: 0.5,
source: 230628,
target: 161202 });
// adding node
var x_node = Math.cos(2 * 1371 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1371 * Math.PI / N) * 10;
g.nodes.push({
id: 161136,
label: 'MEMBER: Jorge Mata Garrido',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-jorge-mata-garrido-jorge-pics-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jorge-mata-garrido/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161136,
size: 0.5,
source: 230628,
target: 161136 });
// adding node
var x_node = Math.cos(2 * 1372 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1372 * Math.PI / N) * 10;
g.nodes.push({
id: 161089,
label: 'MEMBER: Florian Dubois',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-florian-dubois-profile-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florian-dubois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628161089,
size: 0.5,
source: 230628,
target: 161089 });
// adding node
var x_node = Math.cos(2 * 1373 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1373 * Math.PI / N) * 10;
g.nodes.push({
id: 160823,
label: 'MEMBER: Fanny Sebire',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fanny-sebire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160823,
size: 0.5,
source: 230628,
target: 160823 });
// adding node
var x_node = Math.cos(2 * 1374 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1374 * Math.PI / N) * 10;
g.nodes.push({
id: 160766,
label: 'MEMBER: Fabian Guendel Rojas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-fabian-guendel-rojas-fabian-090621-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabian-guendel-rojas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160766,
size: 0.5,
source: 230628,
target: 160766 });
// adding node
var x_node = Math.cos(2 * 1375 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1375 * Math.PI / N) * 10;
g.nodes.push({
id: 160712,
label: 'MEMBER: Tiziano Vignolini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-tiziano-vignolini-linkedin-pic-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/tiziano-vignolini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160712,
size: 0.5,
source: 230628,
target: 160712 });
// adding node
var x_node = Math.cos(2 * 1376 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1376 * Math.PI / N) * 10;
g.nodes.push({
id: 160642,
label: 'MEMBER: Auriane Monestier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-auriane-monestier-screenshot-20231213-145455-gallery-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/auriane-monestier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160642,
size: 0.5,
source: 230628,
target: 160642 });
// adding node
var x_node = Math.cos(2 * 1377 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1377 * Math.PI / N) * 10;
g.nodes.push({
id: 160592,
label: 'MEMBER: Shiho Torii',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-shiho-torii-torii-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/shiho-torii/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160592,
size: 0.5,
source: 230628,
target: 160592 });
// adding node
var x_node = Math.cos(2 * 1378 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1378 * Math.PI / N) * 10;
g.nodes.push({
id: 160438,
label: 'MEMBER: Milena Reig-Amette',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/milena-reig-amette/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160438,
size: 0.5,
source: 230628,
target: 160438 });
// adding node
var x_node = Math.cos(2 * 1379 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1379 * Math.PI / N) * 10;
g.nodes.push({
id: 160326,
label: 'MEMBER: Cécile Apert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-cecile-apert-cecile070621s-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cecile-apert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160326,
size: 0.5,
source: 230628,
target: 160326 });
// adding node
var x_node = Math.cos(2 * 1380 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1380 * Math.PI / N) * 10;
g.nodes.push({
id: 160136,
label: 'MEMBER: Emeline Prandato',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emeline-prandato/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160136,
size: 0.5,
source: 230628,
target: 160136 });
// adding node
var x_node = Math.cos(2 * 1381 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1381 * Math.PI / N) * 10;
g.nodes.push({
id: 160132,
label: 'MEMBER: Danuta Oficjalska',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_danusia-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/danuta-oficjalska/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160132,
size: 0.5,
source: 230628,
target: 160132 });
// adding node
var x_node = Math.cos(2 * 1382 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1382 * Math.PI / N) * 10;
g.nodes.push({
id: 160094,
label: 'MEMBER: Chloé Albert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/06/research_pasteur-chloe-albert-ofzo1920-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-albert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160094,
size: 0.5,
source: 230628,
target: 160094 });
// adding node
var x_node = Math.cos(2 * 1383 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1383 * Math.PI / N) * 10;
g.nodes.push({
id: 160037,
label: 'MEMBER: Kathleen Rousseau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/05/research_pasteur-kathleen-rousseau-img-0204-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kathleen-rousseau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628160037,
size: 0.5,
source: 230628,
target: 160037 });
// adding node
var x_node = Math.cos(2 * 1384 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1384 * Math.PI / N) * 10;
g.nodes.push({
id: 159595,
label: 'MEMBER: Souand Mohamed Ali',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/souand-mohamed-ali/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628159595,
size: 0.5,
source: 230628,
target: 159595 });
// adding node
var x_node = Math.cos(2 * 1385 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1385 * Math.PI / N) * 10;
g.nodes.push({
id: 159525,
label: 'MEMBER: Lise Musset',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_lise-musset-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lise-musset/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628159525,
size: 0.5,
source: 230628,
target: 159525 });
// adding node
var x_node = Math.cos(2 * 1386 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1386 * Math.PI / N) * 10;
g.nodes.push({
id: 159257,
label: 'MEMBER: Júlia Torné Cortada',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/05/research_pasteur-julia-torne-cortada-captura-de-pantalla-2021-05-13-a-las-19.13.32-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julia-torne-cortada-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628159257,
size: 0.5,
source: 230628,
target: 159257 });
// adding node
var x_node = Math.cos(2 * 1387 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1387 * Math.PI / N) * 10;
g.nodes.push({
id: 159154,
label: 'MEMBER: Guillaume Malrieu',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/malrieu-guillaume/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628159154,
size: 0.5,
source: 230628,
target: 159154 });
// adding node
var x_node = Math.cos(2 * 1388 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1388 * Math.PI / N) * 10;
g.nodes.push({
id: 158665,
label: 'MEMBER: Amandine Guillemois',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/amandine-guillemois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628158665,
size: 0.5,
source: 230628,
target: 158665 });
// adding node
var x_node = Math.cos(2 * 1389 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1389 * Math.PI / N) * 10;
g.nodes.push({
id: 158433,
label: 'MEMBER: Elise Paulin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elise-paulin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628158433,
size: 0.5,
source: 230628,
target: 158433 });
// adding node
var x_node = Math.cos(2 * 1390 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1390 * Math.PI / N) * 10;
g.nodes.push({
id: 158373,
label: 'MEMBER: William Alvarez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/william-alvarez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628158373,
size: 0.5,
source: 230628,
target: 158373 });
// adding node
var x_node = Math.cos(2 * 1391 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1391 * Math.PI / N) * 10;
g.nodes.push({
id: 158340,
label: 'MEMBER: Amaia Dominguez-Belloso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/05/research_pasteur-amaia-dominguez-belloso-amaia-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/amaia-dominguez-belloso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628158340,
size: 0.5,
source: 230628,
target: 158340 });
// adding node
var x_node = Math.cos(2 * 1392 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1392 * Math.PI / N) * 10;
g.nodes.push({
id: 158222,
label: 'MEMBER: Isabelle Louradour',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628158222,
size: 0.5,
source: 230628,
target: 158222 });
// adding node
var x_node = Math.cos(2 * 1393 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1393 * Math.PI / N) * 10;
g.nodes.push({
id: 158063,
label: 'MEMBER: Johann Dreo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-johann-dreo-img-7846-profil-640px-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/johann-dreo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628158063,
size: 0.5,
source: 230628,
target: 158063 });
// adding node
var x_node = Math.cos(2 * 1394 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1394 * Math.PI / N) * 10;
g.nodes.push({
id: 157991,
label: 'MEMBER: Sara Niedbalski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-sara-niedbalski-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sara-niedbalski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157991,
size: 0.5,
source: 230628,
target: 157991 });
// adding node
var x_node = Math.cos(2 * 1395 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1395 * Math.PI / N) * 10;
g.nodes.push({
id: 157904,
label: 'MEMBER: Lou Mondange',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-lou-mondange-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lou-mondange/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157904,
size: 0.5,
source: 230628,
target: 157904 });
// adding node
var x_node = Math.cos(2 * 1396 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1396 * Math.PI / N) * 10;
g.nodes.push({
id: 157885,
label: 'MEMBER: Viacheslav Rusanov',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-viacheslav-rusanov-slava-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/viacheslav-rusanov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157885,
size: 0.5,
source: 230628,
target: 157885 });
// adding node
var x_node = Math.cos(2 * 1397 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1397 * Math.PI / N) * 10;
g.nodes.push({
id: 157879,
label: 'MEMBER: Devon Conti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-devon-conti-screenshot-2022-01-16-at-17.58.20-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/devon-conti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157879,
size: 0.5,
source: 230628,
target: 157879 });
// adding node
var x_node = Math.cos(2 * 1398 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1398 * Math.PI / N) * 10;
g.nodes.push({
id: 157840,
label: 'MEMBER: Max Freihammer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-max-freihammer-max-freihmann-web-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/max-freihammer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157840,
size: 0.5,
source: 230628,
target: 157840 });
// adding node
var x_node = Math.cos(2 * 1399 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1399 * Math.PI / N) * 10;
g.nodes.push({
id: 157808,
label: 'MEMBER: Yanyuan Zhang',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yanyuan-zhang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157808,
size: 0.5,
source: 230628,
target: 157808 });
// adding node
var x_node = Math.cos(2 * 1400 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1400 * Math.PI / N) * 10;
g.nodes.push({
id: 157794,
label: 'MEMBER: Manuela Lizarralde Guerrero',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-manuela-lizarralde-guerrero-img-20200824-183321-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/manuela-lizarralde-guerrero/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157794,
size: 0.5,
source: 230628,
target: 157794 });
// adding node
var x_node = Math.cos(2 * 1401 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1401 * Math.PI / N) * 10;
g.nodes.push({
id: 157792,
label: 'MEMBER: Ali Hassan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-ali-hassan-alihassan-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ali-hassan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157792,
size: 0.5,
source: 230628,
target: 157792 });
// adding node
var x_node = Math.cos(2 * 1402 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1402 * Math.PI / N) * 10;
g.nodes.push({
id: 157672,
label: 'MEMBER: Olivier Cordin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/olivier-cordin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157672,
size: 0.5,
source: 230628,
target: 157672 });
// adding node
var x_node = Math.cos(2 * 1403 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1403 * Math.PI / N) * 10;
g.nodes.push({
id: 157511,
label: 'MEMBER: Constanze Ciavarella',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-constanze-ciavarella-ohne-titel-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/constanze-ciavarella/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157511,
size: 0.5,
source: 230628,
target: 157511 });
// adding node
var x_node = Math.cos(2 * 1404 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1404 * Math.PI / N) * 10;
g.nodes.push({
id: 157508,
label: 'MEMBER: Stéphane Pelleau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-stephane-pelleau-pelleau-stephane-1307-3-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephane-pelleau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157508,
size: 0.5,
source: 230628,
target: 157508 });
// adding node
var x_node = Math.cos(2 * 1405 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1405 * Math.PI / N) * 10;
g.nodes.push({
id: 157481,
label: 'MEMBER: June Verhaak',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/june-verhaak/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157481,
size: 0.5,
source: 230628,
target: 157481 });
// adding node
var x_node = Math.cos(2 * 1406 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1406 * Math.PI / N) * 10;
g.nodes.push({
id: 157457,
label: 'MEMBER: Maximilian Zinke',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maximilian-zinke/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157457,
size: 0.5,
source: 230628,
target: 157457 });
// adding node
var x_node = Math.cos(2 * 1407 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1407 * Math.PI / N) * 10;
g.nodes.push({
id: 157215,
label: 'MEMBER: Paul Monassa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-paul-monassa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paul-monassa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157215,
size: 0.5,
source: 230628,
target: 157215 });
// adding node
var x_node = Math.cos(2 * 1408 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1408 * Math.PI / N) * 10;
g.nodes.push({
id: 157138,
label: 'MEMBER: Veronique Fischer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-photo-veronique-fischer-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/veronique-fischer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628157138,
size: 0.5,
source: 230628,
target: 157138 });
// adding node
var x_node = Math.cos(2 * 1409 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1409 * Math.PI / N) * 10;
g.nodes.push({
id: 156967,
label: 'MEMBER: Marc Bokobza',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-marc-bokobza-marc-b.-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marc-bokobza/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156967,
size: 0.5,
source: 230628,
target: 156967 });
// adding node
var x_node = Math.cos(2 * 1410 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1410 * Math.PI / N) * 10;
g.nodes.push({
id: 156918,
label: 'MEMBER: tristan espie-caullet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tristan-espie-caullet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156918,
size: 0.5,
source: 230628,
target: 156918 });
// adding node
var x_node = Math.cos(2 * 1411 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1411 * Math.PI / N) * 10;
g.nodes.push({
id: 156871,
label: 'MEMBER: Myriam Rachid',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/myriam-rachid/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156871,
size: 0.5,
source: 230628,
target: 156871 });
// adding node
var x_node = Math.cos(2 * 1412 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1412 * Math.PI / N) * 10;
g.nodes.push({
id: 156840,
label: 'MEMBER: Anna Maruani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anna-maruani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156840,
size: 0.5,
source: 230628,
target: 156840 });
// adding node
var x_node = Math.cos(2 * 1413 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1413 * Math.PI / N) * 10;
g.nodes.push({
id: 156820,
label: 'MEMBER: Junhanlu Zhang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-junhanlu-zhang-image-1-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/junhanlu-zhang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156820,
size: 0.5,
source: 230628,
target: 156820 });
// adding node
var x_node = Math.cos(2 * 1414 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1414 * Math.PI / N) * 10;
g.nodes.push({
id: 156796,
label: 'MEMBER: Théo Ferreira',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/theo-ferreira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156796,
size: 0.5,
source: 230628,
target: 156796 });
// adding node
var x_node = Math.cos(2 * 1415 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1415 * Math.PI / N) * 10;
g.nodes.push({
id: 156792,
label: 'MEMBER: Angeliki-Anna Beka',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-angeliki-anna-beka-research-pasteur-angeliki-anna-beka-angeliki-anna-beka-e1683104514639-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/angeliki-anna-beka/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156792,
size: 0.5,
source: 230628,
target: 156792 });
// adding node
var x_node = Math.cos(2 * 1416 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1416 * Math.PI / N) * 10;
g.nodes.push({
id: 156790,
label: 'MEMBER: Aurélien Gibaud',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aurelien-gibaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156790,
size: 0.5,
source: 230628,
target: 156790 });
// adding node
var x_node = Math.cos(2 * 1417 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1417 * Math.PI / N) * 10;
g.nodes.push({
id: 156774,
label: 'MEMBER: Mikaël Attia',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mikael-attia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156774,
size: 0.5,
source: 230628,
target: 156774 });
// adding node
var x_node = Math.cos(2 * 1418 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1418 * Math.PI / N) * 10;
g.nodes.push({
id: 156767,
label: 'MEMBER: Faustine Amara',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-faustine-amara-received-839290707296556nb-e1691400999561-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/faustine-amara/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156767,
size: 0.5,
source: 230628,
target: 156767 });
// adding node
var x_node = Math.cos(2 * 1419 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1419 * Math.PI / N) * 10;
g.nodes.push({
id: 156728,
label: 'MEMBER: Chloé Lehoucq',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-chloe-lehoucq-photo-cl-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-lehoucq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156728,
size: 0.5,
source: 230628,
target: 156728 });
// adding node
var x_node = Math.cos(2 * 1420 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1420 * Math.PI / N) * 10;
g.nodes.push({
id: 156713,
label: 'MEMBER: Aleksandra Deczkowska',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/04/research_pasteur-aleksandra-deczkowska-mg-4166-edit-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aleksandra-deczkowska/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156713,
size: 0.5,
source: 230628,
target: 156713 });
// adding node
var x_node = Math.cos(2 * 1421 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1421 * Math.PI / N) * 10;
g.nodes.push({
id: 156483,
label: 'MEMBER: Nicolas Da Rocha',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicolas-da-rocha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156483,
size: 0.5,
source: 230628,
target: 156483 });
// adding node
var x_node = Math.cos(2 * 1422 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1422 * Math.PI / N) * 10;
g.nodes.push({
id: 156471,
label: 'MEMBER: Alain Letailleur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-alain-letailleur-alain-letailleur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alain-letailleur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156471,
size: 0.5,
source: 230628,
target: 156471 });
// adding node
var x_node = Math.cos(2 * 1423 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1423 * Math.PI / N) * 10;
g.nodes.push({
id: 156468,
label: 'MEMBER: Erwan Poivet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/erwan-poivet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156468,
size: 0.5,
source: 230628,
target: 156468 });
// adding node
var x_node = Math.cos(2 * 1424 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1424 * Math.PI / N) * 10;
g.nodes.push({
id: 156466,
label: 'MEMBER: Mathilde Favrat',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mathilde-favrat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156466,
size: 0.5,
source: 230628,
target: 156466 });
// adding node
var x_node = Math.cos(2 * 1425 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1425 * Math.PI / N) * 10;
g.nodes.push({
id: 156464,
label: 'MEMBER: Alice Dupin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-alice-dupin-247345641-382313933681837-173136756349216491-n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alice-dupin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156464,
size: 0.5,
source: 230628,
target: 156464 });
// adding node
var x_node = Math.cos(2 * 1426 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1426 * Math.PI / N) * 10;
g.nodes.push({
id: 156432,
label: 'MEMBER: Antoine Auvergne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-antoine-auvergne-received-2816266901755927-e1617117885348-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/antoine-auvergne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156432,
size: 0.5,
source: 230628,
target: 156432 });
// adding node
var x_node = Math.cos(2 * 1427 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1427 * Math.PI / N) * 10;
g.nodes.push({
id: 156104,
label: 'MEMBER: Sofieya Vijayaratnam',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-sofieya-vijayaratnam-sofieya-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sofieya-vijayaratnam/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156104,
size: 0.5,
source: 230628,
target: 156104 });
// adding node
var x_node = Math.cos(2 * 1428 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1428 * Math.PI / N) * 10;
g.nodes.push({
id: 156018,
label: 'MEMBER: Morgane Lavina',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-morgane-lavina-img-20210322-131553-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/morgane-lavina-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628156018,
size: 0.5,
source: 230628,
target: 156018 });
// adding node
var x_node = Math.cos(2 * 1429 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1429 * Math.PI / N) * 10;
g.nodes.push({
id: 155945,
label: 'MEMBER: Thomas Serrano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-thomas-serrano-photo-identite-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-serrano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155945,
size: 0.5,
source: 230628,
target: 155945 });
// adding node
var x_node = Math.cos(2 * 1430 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1430 * Math.PI / N) * 10;
g.nodes.push({
id: 155894,
label: 'MEMBER: Francesca Raimondi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-francesca-raimondi-img-1371-002-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/francesca-raimundi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155894,
size: 0.5,
source: 230628,
target: 155894 });
// adding node
var x_node = Math.cos(2 * 1431 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1431 * Math.PI / N) * 10;
g.nodes.push({
id: 155822,
label: 'MEMBER: Bianca Elena Baisan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/bianca-bratuleanu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155822,
size: 0.5,
source: 230628,
target: 155822 });
// adding node
var x_node = Math.cos(2 * 1432 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1432 * Math.PI / N) * 10;
g.nodes.push({
id: 155816,
label: 'MEMBER: Amandine Goffeney',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-amandine-goffeney-photo-web-amandine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amandine-goffeney/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155816,
size: 0.5,
source: 230628,
target: 155816 });
// adding node
var x_node = Math.cos(2 * 1433 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1433 * Math.PI / N) * 10;
g.nodes.push({
id: 155810,
label: 'MEMBER: Shireen Shajahan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-shireen-shajahan-photo-shireen-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/shireen-shajahan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155810,
size: 0.5,
source: 230628,
target: 155810 });
// adding node
var x_node = Math.cos(2 * 1434 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1434 * Math.PI / N) * 10;
g.nodes.push({
id: 155711,
label: 'MEMBER: Nicolas Carvalho',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-nicolas-carvalho-170412654-294819972275370-4517567528851248666-n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-carvalho/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155711,
size: 0.5,
source: 230628,
target: 155711 });
// adding node
var x_node = Math.cos(2 * 1435 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1435 * Math.PI / N) * 10;
g.nodes.push({
id: 155550,
label: 'MEMBER: Romain Fevre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/romain-fevre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155550,
size: 0.5,
source: 230628,
target: 155550 });
// adding node
var x_node = Math.cos(2 * 1436 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1436 * Math.PI / N) * 10;
g.nodes.push({
id: 155547,
label: 'MEMBER: Valentin Bonnet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-valentin-bonnet-20221030-162954-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valentin-bonnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155547,
size: 0.5,
source: 230628,
target: 155547 });
// adding node
var x_node = Math.cos(2 * 1437 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1437 * Math.PI / N) * 10;
g.nodes.push({
id: 155513,
label: 'MEMBER: Brice Raffestin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/brice-raffestin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155513,
size: 0.5,
source: 230628,
target: 155513 });
// adding node
var x_node = Math.cos(2 * 1438 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1438 * Math.PI / N) * 10;
g.nodes.push({
id: 155472,
label: 'MEMBER: Alix Bouvier-Müller',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-alix-bouvier-muller-alix-bouvier-mueller-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alix-bouvier-muller/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155472,
size: 0.5,
source: 230628,
target: 155472 });
// adding node
var x_node = Math.cos(2 * 1439 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1439 * Math.PI / N) * 10;
g.nodes.push({
id: 155442,
label: 'MEMBER: Venkat Ramnarayan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-venkat-ramnarayan-ramnarayan-pic1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/venkat-ramnarayan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155442,
size: 0.5,
source: 230628,
target: 155442 });
// adding node
var x_node = Math.cos(2 * 1440 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1440 * Math.PI / N) * 10;
g.nodes.push({
id: 155440,
label: 'MEMBER: Emma Lamanna',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-emma-lamanna-emma-lamanna-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emma-lamanna/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155440,
size: 0.5,
source: 230628,
target: 155440 });
// adding node
var x_node = Math.cos(2 * 1441 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1441 * Math.PI / N) * 10;
g.nodes.push({
id: 155410,
label: 'MEMBER: Julia Faillace Thiesen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-julia-faillace-thiesen-img-20210115-151845-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julia-julia-faillace-thiesen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155410,
size: 0.5,
source: 230628,
target: 155410 });
// adding node
var x_node = Math.cos(2 * 1442 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1442 * Math.PI / N) * 10;
g.nodes.push({
id: 155147,
label: 'MEMBER: Valérie Granata',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/valerie-granata/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155147,
size: 0.5,
source: 230628,
target: 155147 });
// adding node
var x_node = Math.cos(2 * 1443 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1443 * Math.PI / N) * 10;
g.nodes.push({
id: 155052,
label: 'MEMBER: Guillaume Frasca',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-guillaume-frasca-gf-e1614787961122-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillaume-frasca/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155052,
size: 0.5,
source: 230628,
target: 155052 });
// adding node
var x_node = Math.cos(2 * 1444 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1444 * Math.PI / N) * 10;
g.nodes.push({
id: 155040,
label: 'MEMBER: Syed Kaabir Ali',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-syed-kaabir-ali-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/syed-kaabir-ali/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628155040,
size: 0.5,
source: 230628,
target: 155040 });
// adding node
var x_node = Math.cos(2 * 1445 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1445 * Math.PI / N) * 10;
g.nodes.push({
id: 154942,
label: 'MEMBER: Aurélien Villedieu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-aurelien-villedieu-photo-a.-villedieu-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelien-villedieu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154942,
size: 0.5,
source: 230628,
target: 154942 });
// adding node
var x_node = Math.cos(2 * 1446 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1446 * Math.PI / N) * 10;
g.nodes.push({
id: 154937,
label: 'MEMBER: Justine Couble',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-justine-couble-dsc-01762-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/justine-couble/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154937,
size: 0.5,
source: 230628,
target: 154937 });
// adding node
var x_node = Math.cos(2 * 1447 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1447 * Math.PI / N) * 10;
g.nodes.push({
id: 154912,
label: 'MEMBER: Marina Plays',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/03/research_pasteur-photo-marina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marina-plays/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154912,
size: 0.5,
source: 230628,
target: 154912 });
// adding node
var x_node = Math.cos(2 * 1448 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1448 * Math.PI / N) * 10;
g.nodes.push({
id: 154863,
label: 'MEMBER: Corentin Vannier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/corentin-vannier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154863,
size: 0.5,
source: 230628,
target: 154863 });
// adding node
var x_node = Math.cos(2 * 1449 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1449 * Math.PI / N) * 10;
g.nodes.push({
id: 154741,
label: 'MEMBER: Tanguy Dequidt',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tanguy-dequidt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154741,
size: 0.5,
source: 230628,
target: 154741 });
// adding node
var x_node = Math.cos(2 * 1450 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1450 * Math.PI / N) * 10;
g.nodes.push({
id: 154725,
label: 'MEMBER: Marie Titécat',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-titecat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154725,
size: 0.5,
source: 230628,
target: 154725 });
// adding node
var x_node = Math.cos(2 * 1451 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1451 * Math.PI / N) * 10;
g.nodes.push({
id: 154722,
label: 'MEMBER: Baptiste Gaborieau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/baptiste-gaborieau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154722,
size: 0.5,
source: 230628,
target: 154722 });
// adding node
var x_node = Math.cos(2 * 1452 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1452 * Math.PI / N) * 10;
g.nodes.push({
id: 154644,
label: 'MEMBER: Cyril Nerin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-cyril-nerin-photo-cyril-pour-cv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyril-nerin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154644,
size: 0.5,
source: 230628,
target: 154644 });
// adding node
var x_node = Math.cos(2 * 1453 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1453 * Math.PI / N) * 10;
g.nodes.push({
id: 154642,
label: 'MEMBER: Christophe Boetto',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-christophe-boetto-pp-reshaped3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-boetto/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154642,
size: 0.5,
source: 230628,
target: 154642 });
// adding node
var x_node = Math.cos(2 * 1454 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1454 * Math.PI / N) * 10;
g.nodes.push({
id: 154639,
label: 'MEMBER: Léo Henches',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-leo-henches-cropped-snow-climbing-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/leo-henches/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154639,
size: 0.5,
source: 230628,
target: 154639 });
// adding node
var x_node = Math.cos(2 * 1455 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1455 * Math.PI / N) * 10;
g.nodes.push({
id: 154625,
label: 'MEMBER: Assunta Pelosi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-assunta-pelosi-img-0066-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/assunta-pelosi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154625,
size: 0.5,
source: 230628,
target: 154625 });
// adding node
var x_node = Math.cos(2 * 1456 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1456 * Math.PI / N) * 10;
g.nodes.push({
id: 154612,
label: 'MEMBER: Océane Alouda',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/oceane-alouda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154612,
size: 0.5,
source: 230628,
target: 154612 });
// adding node
var x_node = Math.cos(2 * 1457 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1457 * Math.PI / N) * 10;
g.nodes.push({
id: 154496,
label: 'MEMBER: Zeyneb Vildan Cakil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-zeyneb-vildan-cakil-photo-zeyneb-vildan-cakil-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/zeyneb-vildan-cakil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154496,
size: 0.5,
source: 230628,
target: 154496 });
// adding node
var x_node = Math.cos(2 * 1458 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1458 * Math.PI / N) * 10;
g.nodes.push({
id: 154492,
label: 'MEMBER: Hélène Lopez-Maestre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/06/research_pasteur-microsoftteams-image-e1686231266340-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-lopez-maestre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154492,
size: 0.5,
source: 230628,
target: 154492 });
// adding node
var x_node = Math.cos(2 * 1459 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1459 * Math.PI / N) * 10;
g.nodes.push({
id: 154480,
label: 'MEMBER: Jean Contreras',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-contreras/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154480,
size: 0.5,
source: 230628,
target: 154480 });
// adding node
var x_node = Math.cos(2 * 1460 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1460 * Math.PI / N) * 10;
g.nodes.push({
id: 154423,
label: 'MEMBER: Ayla Zayoud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-ayla-zayoud-1604574096423-removebg-preview-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ayla-zayoud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154423,
size: 0.5,
source: 230628,
target: 154423 });
// adding node
var x_node = Math.cos(2 * 1461 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1461 * Math.PI / N) * 10;
g.nodes.push({
id: 154420,
label: 'MEMBER: Elsa Liévin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-elsa-lievin-img-3299-facetune-15-08-2020-18-50-37-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elsa-lievin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154420,
size: 0.5,
source: 230628,
target: 154420 });
// adding node
var x_node = Math.cos(2 * 1462 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1462 * Math.PI / N) * 10;
g.nodes.push({
id: 154414,
label: 'MEMBER: Dorian Cheval',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/dorian-cheval/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154414,
size: 0.5,
source: 230628,
target: 154414 });
// adding node
var x_node = Math.cos(2 * 1463 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1463 * Math.PI / N) * 10;
g.nodes.push({
id: 154328,
label: 'MEMBER: Lina Franklin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-lina-franklin-img-8632-square-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lina-franklin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154328,
size: 0.5,
source: 230628,
target: 154328 });
// adding node
var x_node = Math.cos(2 * 1464 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1464 * Math.PI / N) * 10;
g.nodes.push({
id: 154258,
label: 'MEMBER: Marta Miera Maluenda',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-marta-miera-maluenda-foto-marta-carnet-e1614720818115-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marta-miera-maluenda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154258,
size: 0.5,
source: 230628,
target: 154258 });
// adding node
var x_node = Math.cos(2 * 1465 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1465 * Math.PI / N) * 10;
g.nodes.push({
id: 154252,
label: 'MEMBER: Gabriel Amselem',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gabriel-amselem/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154252,
size: 0.5,
source: 230628,
target: 154252 });
// adding node
var x_node = Math.cos(2 * 1466 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1466 * Math.PI / N) * 10;
g.nodes.push({
id: 154241,
label: 'MEMBER: Sophia Missoury',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophia-missoury/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154241,
size: 0.5,
source: 230628,
target: 154241 });
// adding node
var x_node = Math.cos(2 * 1467 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1467 * Math.PI / N) * 10;
g.nodes.push({
id: 154194,
label: 'MEMBER: Wilson Mena Orostica',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-wilson-mena-orostica-research-pasteur-wilson-mena-orostica-microsoftteams-image-7-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/wilson-mena-orostica/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154194,
size: 0.5,
source: 230628,
target: 154194 });
// adding node
var x_node = Math.cos(2 * 1468 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1468 * Math.PI / N) * 10;
g.nodes.push({
id: 154176,
label: 'MEMBER: Flavio Alvarez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/flavio-alvarez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154176,
size: 0.5,
source: 230628,
target: 154176 });
// adding node
var x_node = Math.cos(2 * 1469 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1469 * Math.PI / N) * 10;
g.nodes.push({
id: 154095,
label: 'MEMBER: Hoa Nguyen Thi Thanh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-hoa-nguyen-thi-thanh-image0-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/hoa-nguyen-thi-thanh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154095,
size: 0.5,
source: 230628,
target: 154095 });
// adding node
var x_node = Math.cos(2 * 1470 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1470 * Math.PI / N) * 10;
g.nodes.push({
id: 154009,
label: 'MEMBER: Ikram Mezghiche',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-ikram-mezghiche-img-20210203-162642-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ikram-mezghiche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628154009,
size: 0.5,
source: 230628,
target: 154009 });
// adding node
var x_node = Math.cos(2 * 1471 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1471 * Math.PI / N) * 10;
g.nodes.push({
id: 153903,
label: 'MEMBER: Francesco Paolo Panei',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/francesco-paolo-panei/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153903,
size: 0.5,
source: 230628,
target: 153903 });
// adding node
var x_node = Math.cos(2 * 1472 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1472 * Math.PI / N) * 10;
g.nodes.push({
id: 153888,
label: 'MEMBER: Rémi Sieskind',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/remi-sieskind/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153888,
size: 0.5,
source: 230628,
target: 153888 });
// adding node
var x_node = Math.cos(2 * 1473 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1473 * Math.PI / N) * 10;
g.nodes.push({
id: 153863,
label: 'MEMBER: Maha David',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-maha-david-david-maha-dsc2887-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maha-david/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153863,
size: 0.5,
source: 230628,
target: 153863 });
// adding node
var x_node = Math.cos(2 * 1474 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1474 * Math.PI / N) * 10;
g.nodes.push({
id: 153812,
label: 'MEMBER: Antoine Habis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-antoine-habis-capture-decran-2021-02-05-a-10.21.09-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antoine-habis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153812,
size: 0.5,
source: 230628,
target: 153812 });
// adding node
var x_node = Math.cos(2 * 1475 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1475 * Math.PI / N) * 10;
g.nodes.push({
id: 153806,
label: 'MEMBER: Erwan Dereure',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-erwan-dereure-695024-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/erwan-dereure/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153806,
size: 0.5,
source: 230628,
target: 153806 });
// adding node
var x_node = Math.cos(2 * 1476 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1476 * Math.PI / N) * 10;
g.nodes.push({
id: 153773,
label: 'MEMBER: Olivier Mirabeau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/02/research_pasteur-olivier-mirabeau-omirabeau-badge-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-mirabeau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153773,
size: 0.5,
source: 230628,
target: 153773 });
// adding node
var x_node = Math.cos(2 * 1477 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1477 * Math.PI / N) * 10;
g.nodes.push({
id: 153747,
label: 'MEMBER: Jérémie Leporrier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jeremie-leporrier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153747,
size: 0.5,
source: 230628,
target: 153747 });
// adding node
var x_node = Math.cos(2 * 1478 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1478 * Math.PI / N) * 10;
g.nodes.push({
id: 153666,
label: 'MEMBER: Audrey Peters',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-enaudrey-petersfraudrey-peters-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/audrey-peters/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153666,
size: 0.5,
source: 230628,
target: 153666 });
// adding node
var x_node = Math.cos(2 * 1479 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1479 * Math.PI / N) * 10;
g.nodes.push({
id: 153534,
label: 'MEMBER: Georg Daniel Förster',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-georg-daniel-forster-photo-forster-small-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/georg-daniel-forster/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153534,
size: 0.5,
source: 230628,
target: 153534 });
// adding node
var x_node = Math.cos(2 * 1480 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1480 * Math.PI / N) * 10;
g.nodes.push({
id: 153492,
label: 'MEMBER: Charlotte Godard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-charlotte-godard-photo-charlotte-godard2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-charlotte-godard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153492,
size: 0.5,
source: 230628,
target: 153492 });
// adding node
var x_node = Math.cos(2 * 1481 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1481 * Math.PI / N) * 10;
g.nodes.push({
id: 153475,
label: 'MEMBER: Clement de la Myre Mory',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-enclement-de-la-myre-moryfrclement-de-la-myre-mory-20201019-112154-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-clement-de-la-myre-mory/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153475,
size: 0.5,
source: 230628,
target: 153475 });
// adding node
var x_node = Math.cos(2 * 1482 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1482 * Math.PI / N) * 10;
g.nodes.push({
id: 153472,
label: 'MEMBER: Selen Ay',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-selen-ay-img-6895-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-selen-ay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153472,
size: 0.5,
source: 230628,
target: 153472 });
// adding node
var x_node = Math.cos(2 * 1483 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1483 * Math.PI / N) * 10;
g.nodes.push({
id: 153359,
label: 'MEMBER: Afonso de Sousa Vieira',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-enafonso-de-sousa-vieirafrafonso-de-sousa-vieira-rsz-escolhida-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/afonso-de-sousa-vieira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153359,
size: 0.5,
source: 230628,
target: 153359 });
// adding node
var x_node = Math.cos(2 * 1484 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1484 * Math.PI / N) * 10;
g.nodes.push({
id: 153352,
label: 'MEMBER: Raphael Charron',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-enraphael-charronfrraphael-charron-img-20210123-wa0004-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/raphael-charron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153352,
size: 0.5,
source: 230628,
target: 153352 });
// adding node
var x_node = Math.cos(2 * 1485 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1485 * Math.PI / N) * 10;
g.nodes.push({
id: 153294,
label: 'MEMBER: Vincent Deruelle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-envincent-deruellefrvincent-deruelle-vincent-deruelle-e1611596631197-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-vincent-deruelle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153294,
size: 0.5,
source: 230628,
target: 153294 });
// adding node
var x_node = Math.cos(2 * 1486 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1486 * Math.PI / N) * 10;
g.nodes.push({
id: 153144,
label: 'MEMBER: Anamarija Butković',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-anamarija-butkovic-cv-ab-cropped-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anamarija-butkovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153144,
size: 0.5,
source: 230628,
target: 153144 });
// adding node
var x_node = Math.cos(2 * 1487 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1487 * Math.PI / N) * 10;
g.nodes.push({
id: 153127,
label: 'MEMBER: Marielle Tamigney-Kenfack',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marielle-tamigney-kenfack/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153127,
size: 0.5,
source: 230628,
target: 153127 });
// adding node
var x_node = Math.cos(2 * 1488 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1488 * Math.PI / N) * 10;
g.nodes.push({
id: 153026,
label: 'MEMBER: Fabien Rodrigues',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fabien-rodrigues/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153026,
size: 0.5,
source: 230628,
target: 153026 });
// adding node
var x_node = Math.cos(2 * 1489 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1489 * Math.PI / N) * 10;
g.nodes.push({
id: 153005,
label: 'MEMBER: Alicia Lecuyer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-alicia-lecuyer-photo-al-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alicia-lecuyer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628153005,
size: 0.5,
source: 230628,
target: 153005 });
// adding node
var x_node = Math.cos(2 * 1490 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1490 * Math.PI / N) * 10;
g.nodes.push({
id: 152964,
label: 'MEMBER: Sandrine Aros',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-sandrine-aros-photo-sa-4-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/sandrine-aros/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152964,
size: 0.5,
source: 230628,
target: 152964 });
// adding node
var x_node = Math.cos(2 * 1491 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1491 * Math.PI / N) * 10;
g.nodes.push({
id: 152955,
label: 'MEMBER: Iuliana Ene',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-iuliana-ene-ene-iuliana-1-copy-scaled-e1612802810122-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/iuliana-ene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152955,
size: 0.5,
source: 230628,
target: 152955 });
// adding node
var x_node = Math.cos(2 * 1492 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1492 * Math.PI / N) * 10;
g.nodes.push({
id: 152937,
label: 'MEMBER: Elise Jacquemet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-elise-jacquemet-elisej-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elise-jacquemet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152937,
size: 0.5,
source: 230628,
target: 152937 });
// adding node
var x_node = Math.cos(2 * 1493 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1493 * Math.PI / N) * 10;
g.nodes.push({
id: 152934,
label: 'MEMBER: Audrey Maudoux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/audrey-maudoux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152934,
size: 0.5,
source: 230628,
target: 152934 });
// adding node
var x_node = Math.cos(2 * 1494 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1494 * Math.PI / N) * 10;
g.nodes.push({
id: 152905,
label: 'MEMBER: Nour Ayoub',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-nour-ayoub-capture-decran-2022-06-27-a-11.30.33-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nour-ayoub/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152905,
size: 0.5,
source: 230628,
target: 152905 });
// adding node
var x_node = Math.cos(2 * 1495 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1495 * Math.PI / N) * 10;
g.nodes.push({
id: 152903,
label: 'MEMBER: Séverine François',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/severine-francois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152903,
size: 0.5,
source: 230628,
target: 152903 });
// adding node
var x_node = Math.cos(2 * 1496 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1496 * Math.PI / N) * 10;
g.nodes.push({
id: 152228,
label: 'MEMBER: Selma Belhimeur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-enselma-belhimeurfrselma-belhimeur-received-970073670094143-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/selma-belhimeur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152228,
size: 0.5,
source: 230628,
target: 152228 });
// adding node
var x_node = Math.cos(2 * 1497 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1497 * Math.PI / N) * 10;
g.nodes.push({
id: 152723,
label: 'MEMBER: Amandine Maire',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-enamandine-maireframandine-photo-amandine-maire-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amandine-maire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152723,
size: 0.5,
source: 230628,
target: 152723 });
// adding node
var x_node = Math.cos(2 * 1498 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1498 * Math.PI / N) * 10;
g.nodes.push({
id: 152572,
label: 'MEMBER: Fares Yanez Cuna',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fares-osam-yanez-cuna/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152572,
size: 0.5,
source: 230628,
target: 152572 });
// adding node
var x_node = Math.cos(2 * 1499 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1499 * Math.PI / N) * 10;
g.nodes.push({
id: 152507,
label: 'MEMBER: Victoire Baillet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-victoire-baillet-foo2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/victoire-baillet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152507,
size: 0.5,
source: 230628,
target: 152507 });
// adding node
var x_node = Math.cos(2 * 1500 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1500 * Math.PI / N) * 10;
g.nodes.push({
id: 152389,
label: 'MEMBER: Robert Smith',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-robert-smith-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/robert-smith/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152389,
size: 0.5,
source: 230628,
target: 152389 });
// adding node
var x_node = Math.cos(2 * 1501 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1501 * Math.PI / N) * 10;
g.nodes.push({
id: 152199,
label: 'MEMBER: Angélique Dalleau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/angelique-dalleau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152199,
size: 0.5,
source: 230628,
target: 152199 });
// adding node
var x_node = Math.cos(2 * 1502 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1502 * Math.PI / N) * 10;
g.nodes.push({
id: 152123,
label: 'MEMBER: Javier Prado Martinez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-picture-jpm-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/javier-prado-martinez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152123,
size: 0.5,
source: 230628,
target: 152123 });
// adding node
var x_node = Math.cos(2 * 1503 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1503 * Math.PI / N) * 10;
g.nodes.push({
id: 152093,
label: 'MEMBER: Bjorn-Axel Olin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-headshot-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bjorn-axel-olin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152093,
size: 0.5,
source: 230628,
target: 152093 });
// adding node
var x_node = Math.cos(2 * 1504 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1504 * Math.PI / N) * 10;
g.nodes.push({
id: 152030,
label: 'MEMBER: David Tabb',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-david-tabb-microsoftteams-image-7-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/david-tabb/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152030,
size: 0.5,
source: 230628,
target: 152030 });
// adding node
var x_node = Math.cos(2 * 1505 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1505 * Math.PI / N) * 10;
g.nodes.push({
id: 152026,
label: 'MEMBER: Megan Gant',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-megan-gant-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/megan-gant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628152026,
size: 0.5,
source: 230628,
target: 152026 });
// adding node
var x_node = Math.cos(2 * 1506 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1506 * Math.PI / N) * 10;
g.nodes.push({
id: 151976,
label: 'MEMBER: Gustave Fourcaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/01/research_pasteur-gustave-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gustave-fourcaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151976,
size: 0.5,
source: 230628,
target: 151976 });
// adding node
var x_node = Math.cos(2 * 1507 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1507 * Math.PI / N) * 10;
g.nodes.push({
id: 151655,
label: 'MEMBER: Laura Pedro Cos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-enlaura-pedro-cosfrlaura-pedro-cos-laura-pedro-cos-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/laura-pedro-cos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151655,
size: 0.5,
source: 230628,
target: 151655 });
// adding node
var x_node = Math.cos(2 * 1508 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1508 * Math.PI / N) * 10;
g.nodes.push({
id: 151445,
label: 'MEMBER: Minh-Son Phan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-minh-son-phan-img-9420-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/minh-son-phan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151445,
size: 0.5,
source: 230628,
target: 151445 });
// adding node
var x_node = Math.cos(2 * 1509 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1509 * Math.PI / N) * 10;
g.nodes.push({
id: 151435,
label: 'MEMBER: Kodie Noy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-kodie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-kodie-noy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151435,
size: 0.5,
source: 230628,
target: 151435 });
// adding node
var x_node = Math.cos(2 * 1510 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1510 * Math.PI / N) * 10;
g.nodes.push({
id: 151219,
label: 'MEMBER: Hirumani De Silva',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hirumani-de-silva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151219,
size: 0.5,
source: 230628,
target: 151219 });
// adding node
var x_node = Math.cos(2 * 1511 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1511 * Math.PI / N) * 10;
g.nodes.push({
id: 151199,
label: 'MEMBER: Camille Keck',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-camille-keck-keckcamille20-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-keck/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151199,
size: 0.5,
source: 230628,
target: 151199 });
// adding node
var x_node = Math.cos(2 * 1512 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1512 * Math.PI / N) * 10;
g.nodes.push({
id: 151182,
label: 'MEMBER: Lorenzo Zolfanelli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-enlorenzo-zolfanellifrlorenzo-1024-1316-1-e1615302250721-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lorenzo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151182,
size: 0.5,
source: 230628,
target: 151182 });
// adding node
var x_node = Math.cos(2 * 1513 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1513 * Math.PI / N) * 10;
g.nodes.push({
id: 151178,
label: 'MEMBER: Lise Hunault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-enlise-hunaultfrlise-hunault-lise-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lise-hunault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151178,
size: 0.5,
source: 230628,
target: 151178 });
// adding node
var x_node = Math.cos(2 * 1514 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1514 * Math.PI / N) * 10;
g.nodes.push({
id: 151175,
label: 'MEMBER: Matteo Broketa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-matteo-broketa-matteo-broketa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matteo-broketa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151175,
size: 0.5,
source: 230628,
target: 151175 });
// adding node
var x_node = Math.cos(2 * 1515 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1515 * Math.PI / N) * 10;
g.nodes.push({
id: 151172,
label: 'MEMBER: Alice Dejoux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-enlise-hunaultfrlise-hunault-photo-alice-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alice-dejoux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151172,
size: 0.5,
source: 230628,
target: 151172 });
// adding node
var x_node = Math.cos(2 * 1516 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1516 * Math.PI / N) * 10;
g.nodes.push({
id: 151110,
label: 'MEMBER: Wilhelm Vaysse-Zinkhöfer',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/wilhelm-vaysse-zinkhofer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628151110,
size: 0.5,
source: 230628,
target: 151110 });
// adding node
var x_node = Math.cos(2 * 1517 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1517 * Math.PI / N) * 10;
g.nodes.push({
id: 150797,
label: 'MEMBER: Pengdbamba Dieudonné Zongo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-pengdbamba-dieudonne-zongo-dieudonne-1b-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pengdbamba-dieudonne-zongo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628150797,
size: 0.5,
source: 230628,
target: 150797 });
// adding node
var x_node = Math.cos(2 * 1518 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1518 * Math.PI / N) * 10;
g.nodes.push({
id: 150760,
label: 'MEMBER: Etienne Villain',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-enetienne-villainfretienne-villain-etienne-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/etienne-villain/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628150760,
size: 0.5,
source: 230628,
target: 150760 });
// adding node
var x_node = Math.cos(2 * 1519 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1519 * Math.PI / N) * 10;
g.nodes.push({
id: 150746,
label: 'MEMBER: Louis Dorison',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/12/research_pasteur-louis-dorison-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/louis-dorison/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628150746,
size: 0.5,
source: 230628,
target: 150746 });
// adding node
var x_node = Math.cos(2 * 1520 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1520 * Math.PI / N) * 10;
g.nodes.push({
id: 150431,
label: 'MEMBER: Mélissa Mairet-Khedim',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/melissa-mairet-khedim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628150431,
size: 0.5,
source: 230628,
target: 150431 });
// adding node
var x_node = Math.cos(2 * 1521 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1521 * Math.PI / N) * 10;
g.nodes.push({
id: 150333,
label: 'MEMBER: Cyril Anjou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-cyril-anjou-old2-e1696686754202-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyril-anjou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628150333,
size: 0.5,
source: 230628,
target: 150333 });
// adding node
var x_node = Math.cos(2 * 1522 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1522 * Math.PI / N) * 10;
g.nodes.push({
id: 150299,
label: 'MEMBER: Fanny Pandolfi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-fanny-pandolfi-photo-fp-nb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fanny-pandolfi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628150299,
size: 0.5,
source: 230628,
target: 150299 });
// adding node
var x_node = Math.cos(2 * 1523 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1523 * Math.PI / N) * 10;
g.nodes.push({
id: 150285,
label: 'MEMBER: George Shirreff',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-george-shirreff-george-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/george-shirreff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628150285,
size: 0.5,
source: 230628,
target: 150285 });
// adding node
var x_node = Math.cos(2 * 1524 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1524 * Math.PI / N) * 10;
g.nodes.push({
id: 150278,
label: 'MEMBER: Wilfried Bara',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/wilfried-bara/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628150278,
size: 0.5,
source: 230628,
target: 150278 });
// adding node
var x_node = Math.cos(2 * 1525 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1525 * Math.PI / N) * 10;
g.nodes.push({
id: 149920,
label: 'MEMBER: Eric Nicolau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eric-nicolau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149920,
size: 0.5,
source: 230628,
target: 149920 });
// adding node
var x_node = Math.cos(2 * 1526 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1526 * Math.PI / N) * 10;
g.nodes.push({
id: 149916,
label: 'MEMBER: Eglantine Vignal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eglantine-vignal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149916,
size: 0.5,
source: 230628,
target: 149916 });
// adding node
var x_node = Math.cos(2 * 1527 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1527 * Math.PI / N) * 10;
g.nodes.push({
id: 149599,
label: 'MEMBER: Tobias Weinberger',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-tobias-weinberger-tobias-weinberger-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tobias-weinberger/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149599,
size: 0.5,
source: 230628,
target: 149599 });
// adding node
var x_node = Math.cos(2 * 1528 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1528 * Math.PI / N) * 10;
g.nodes.push({
id: 149582,
label: 'MEMBER: Armin Shoushtarizadeh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/armin-shoushtarizadeh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149582,
size: 0.5,
source: 230628,
target: 149582 });
// adding node
var x_node = Math.cos(2 * 1529 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1529 * Math.PI / N) * 10;
g.nodes.push({
id: 149577,
label: 'MEMBER: Isma Bennabi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-isma-bennabi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isma-bennabi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149577,
size: 0.5,
source: 230628,
target: 149577 });
// adding node
var x_node = Math.cos(2 * 1530 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1530 * Math.PI / N) * 10;
g.nodes.push({
id: 149573,
label: 'MEMBER: Melody Merle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-melody-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/melody-merle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149573,
size: 0.5,
source: 230628,
target: 149573 });
// adding node
var x_node = Math.cos(2 * 1531 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1531 * Math.PI / N) * 10;
g.nodes.push({
id: 149498,
label: 'MEMBER: Paul Palmquist-Gomes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-enpaul-palmquist-gomesfrpaul-palmquist-gomes-palmquist-gomes-paul-2813-red-e1634157278793-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paul-palmquist-gomes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149498,
size: 0.5,
source: 230628,
target: 149498 });
// adding node
var x_node = Math.cos(2 * 1532 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1532 * Math.PI / N) * 10;
g.nodes.push({
id: 149334,
label: 'MEMBER: Federica Palma',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-enfederica-palma-federicapalma-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/federica-palma/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149334,
size: 0.5,
source: 230628,
target: 149334 });
// adding node
var x_node = Math.cos(2 * 1533 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1533 * Math.PI / N) * 10;
g.nodes.push({
id: 149429,
label: 'MEMBER: Charlotte Romanet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/charlotte-romanet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149429,
size: 0.5,
source: 230628,
target: 149429 });
// adding node
var x_node = Math.cos(2 * 1534 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1534 * Math.PI / N) * 10;
g.nodes.push({
id: 149424,
label: 'MEMBER: Andres Ferrino Iriarte',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andres-ferrino-iriarte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149424,
size: 0.5,
source: 230628,
target: 149424 });
// adding node
var x_node = Math.cos(2 * 1535 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1535 * Math.PI / N) * 10;
g.nodes.push({
id: 149323,
label: 'MEMBER: Anthony Jaquaniello',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-anthony-jaquaniello-photo-anthony-jaquaniello-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anthony-jaquaniello/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149323,
size: 0.5,
source: 230628,
target: 149323 });
// adding node
var x_node = Math.cos(2 * 1536 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1536 * Math.PI / N) * 10;
g.nodes.push({
id: 149302,
label: 'MEMBER: Carolina Nodari',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-carolina-nodari-carolina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carolina-nodari/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149302,
size: 0.5,
source: 230628,
target: 149302 });
// adding node
var x_node = Math.cos(2 * 1537 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1537 * Math.PI / N) * 10;
g.nodes.push({
id: 149299,
label: 'MEMBER: Lise Frezal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-lise-frezal-pict-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lise-frezal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149299,
size: 0.5,
source: 230628,
target: 149299 });
// adding node
var x_node = Math.cos(2 * 1538 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1538 * Math.PI / N) * 10;
g.nodes.push({
id: 149225,
label: 'MEMBER: Anamaria Babosan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-babosan-anamaria-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anamaria-babosan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149225,
size: 0.5,
source: 230628,
target: 149225 });
// adding node
var x_node = Math.cos(2 * 1539 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1539 * Math.PI / N) * 10;
g.nodes.push({
id: 149222,
label: 'MEMBER: Théophile Niault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-theophile-niault-niault-theophile-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/theophile-niault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149222,
size: 0.5,
source: 230628,
target: 149222 });
// adding node
var x_node = Math.cos(2 * 1540 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1540 * Math.PI / N) * 10;
g.nodes.push({
id: 149214,
label: 'MEMBER: Manon Lang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-manon-lang-g-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/manon-lang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149214,
size: 0.5,
source: 230628,
target: 149214 });
// adding node
var x_node = Math.cos(2 * 1541 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1541 * Math.PI / N) * 10;
g.nodes.push({
id: 149200,
label: 'MEMBER: Sebastien Bridel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-sebastien-bridel-img-cropped-20180404-102556-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sebastien-bridel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149200,
size: 0.5,
source: 230628,
target: 149200 });
// adding node
var x_node = Math.cos(2 * 1542 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1542 * Math.PI / N) * 10;
g.nodes.push({
id: 149165,
label: 'MEMBER: Laurène Schlick',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-enpaula-wildfrpaula-wild-laurene-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/laurene-schlick/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149165,
size: 0.5,
source: 230628,
target: 149165 });
// adding node
var x_node = Math.cos(2 * 1543 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1543 * Math.PI / N) * 10;
g.nodes.push({
id: 149160,
label: 'MEMBER: Estelle Darrau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-enpaula-wildfrpaula-wild-estelle-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/estelle-darrau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149160,
size: 0.5,
source: 230628,
target: 149160 });
// adding node
var x_node = Math.cos(2 * 1544 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1544 * Math.PI / N) * 10;
g.nodes.push({
id: 149149,
label: 'MEMBER: Paula Wild',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-enpaula-wildfrpaula-wild-paula-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/paula-wild/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149149,
size: 0.5,
source: 230628,
target: 149149 });
// adding node
var x_node = Math.cos(2 * 1545 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1545 * Math.PI / N) * 10;
g.nodes.push({
id: 149077,
label: 'MEMBER: Lena Le Quellec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-lena-le-quellec-nh9d4ubq-400x400-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lena-le-quellec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149077,
size: 0.5,
source: 230628,
target: 149077 });
// adding node
var x_node = Math.cos(2 * 1546 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1546 * Math.PI / N) * 10;
g.nodes.push({
id: 149068,
label: 'MEMBER: Fernando Batista',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fernando-batista/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149068,
size: 0.5,
source: 230628,
target: 149068 });
// adding node
var x_node = Math.cos(2 * 1547 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1547 * Math.PI / N) * 10;
g.nodes.push({
id: 149063,
label: 'MEMBER: Alexandra Boyko',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandra-boyko/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149063,
size: 0.5,
source: 230628,
target: 149063 });
// adding node
var x_node = Math.cos(2 * 1548 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1548 * Math.PI / N) * 10;
g.nodes.push({
id: 149036,
label: 'MEMBER: Leonardo Betancurt',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-leonardo-betancurt-leo-scaled-e1650635907635-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leonardo-betancurt-anzola/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628149036,
size: 0.5,
source: 230628,
target: 149036 });
// adding node
var x_node = Math.cos(2 * 1549 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1549 * Math.PI / N) * 10;
g.nodes.push({
id: 148899,
label: 'MEMBER: Aneta Gandalovicova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-enaneta-gandalovicova-franeta-gandalovicova-img-20190601-114049-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-aneta-gandalovicova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148899,
size: 0.5,
source: 230628,
target: 148899 });
// adding node
var x_node = Math.cos(2 * 1550 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1550 * Math.PI / N) * 10;
g.nodes.push({
id: 148896,
label: 'MEMBER: Stéphanie Portet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-enstephanie-portetfrstephanie-portet-steph-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-stephanie-portet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148896,
size: 0.5,
source: 230628,
target: 148896 });
// adding node
var x_node = Math.cos(2 * 1551 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1551 * Math.PI / N) * 10;
g.nodes.push({
id: 148883,
label: 'MEMBER: Pierre Khalfi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-pierre-khalfi-unknown-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/pierre-khalfi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148883,
size: 0.5,
source: 230628,
target: 148883 });
// adding node
var x_node = Math.cos(2 * 1552 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1552 * Math.PI / N) * 10;
g.nodes.push({
id: 148747,
label: 'MEMBER: Maria Lopopolo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-lopopolo-m-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-lopopolo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148747,
size: 0.5,
source: 230628,
target: 148747 });
// adding node
var x_node = Math.cos(2 * 1553 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1553 * Math.PI / N) * 10;
g.nodes.push({
id: 148720,
label: 'MEMBER: Iman Wanis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-iman-wanis-photo-big-1-e1617484578611-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-iman-wanis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148720,
size: 0.5,
source: 230628,
target: 148720 });
// adding node
var x_node = Math.cos(2 * 1554 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1554 * Math.PI / N) * 10;
g.nodes.push({
id: 148715,
label: 'MEMBER: Steven Laplante',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-steven-laplante/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148715,
size: 0.5,
source: 230628,
target: 148715 });
// adding node
var x_node = Math.cos(2 * 1555 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1555 * Math.PI / N) * 10;
g.nodes.push({
id: 148650,
label: 'MEMBER: Basile Beaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-8a951152-5fa0-4920-99f6-30c8a2ec3081-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/fr-basile-beaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148650,
size: 0.5,
source: 230628,
target: 148650 });
// adding node
var x_node = Math.cos(2 * 1556 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1556 * Math.PI / N) * 10;
g.nodes.push({
id: 148641,
label: 'MEMBER: Daniela Gaspar Santos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-enpaula-wildfrpaula-wild-daniela-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/daniela-gaspar-santos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148641,
size: 0.5,
source: 230628,
target: 148641 });
// adding node
var x_node = Math.cos(2 * 1557 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1557 * Math.PI / N) * 10;
g.nodes.push({
id: 148611,
label: 'MEMBER: Viktoriia Gross',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/02/research_pasteur-vgross-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/viktoriia-gross/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148611,
size: 0.5,
source: 230628,
target: 148611 });
// adding node
var x_node = Math.cos(2 * 1558 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1558 * Math.PI / N) * 10;
g.nodes.push({
id: 148461,
label: 'MEMBER: Luca Denti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-luca-denti-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/luca-denti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148461,
size: 0.5,
source: 230628,
target: 148461 });
// adding node
var x_node = Math.cos(2 * 1559 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1559 * Math.PI / N) * 10;
g.nodes.push({
id: 148457,
label: 'MEMBER: Camila Duitama González',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2021/08/research_pasteur-fotocamila-e1630400272906-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camila-duitama-gonzalez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148457,
size: 0.5,
source: 230628,
target: 148457 });
// adding node
var x_node = Math.cos(2 * 1560 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1560 * Math.PI / N) * 10;
g.nodes.push({
id: 148408,
label: 'MEMBER: Marcela Fuentes Carias',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-marcela-fuentes-carias-img-0573-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marcela-fuentes-carias/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148408,
size: 0.5,
source: 230628,
target: 148408 });
// adding node
var x_node = Math.cos(2 * 1561 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1561 * Math.PI / N) * 10;
g.nodes.push({
id: 148400,
label: 'MEMBER: Sheng Zhang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-sheng-zhang-photo2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sheng-zhang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148400,
size: 0.5,
source: 230628,
target: 148400 });
// adding node
var x_node = Math.cos(2 * 1562 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1562 * Math.PI / N) * 10;
g.nodes.push({
id: 148275,
label: 'MEMBER: Daniel Abbühl',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-daniel-abbuhl-img-20201012-141524-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniel-abbuhl/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148275,
size: 0.5,
source: 230628,
target: 148275 });
// adding node
var x_node = Math.cos(2 * 1563 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1563 * Math.PI / N) * 10;
g.nodes.push({
id: 148251,
label: 'MEMBER: Ana Choi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-choi-small-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ana-choi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148251,
size: 0.5,
source: 230628,
target: 148251 });
// adding node
var x_node = Math.cos(2 * 1564 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1564 * Math.PI / N) * 10;
g.nodes.push({
id: 148177,
label: 'MEMBER: Kelly Prifti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-kelly-prifti-kellyprifti-e1615568487469-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kelly-prifti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148177,
size: 0.5,
source: 230628,
target: 148177 });
// adding node
var x_node = Math.cos(2 * 1565 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1565 * Math.PI / N) * 10;
g.nodes.push({
id: 148020,
label: 'MEMBER: Gizem Altay',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-engizem-altayfrgizem-altay-altay-gizem-1527-e1672838063801-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gizem-altay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628148020,
size: 0.5,
source: 230628,
target: 148020 });
// adding node
var x_node = Math.cos(2 * 1566 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1566 * Math.PI / N) * 10;
g.nodes.push({
id: 147991,
label: 'MEMBER: Dipto Sinha',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-dipto-sinha-20201011-134904-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dipto-sinha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147991,
size: 0.5,
source: 230628,
target: 147991 });
// adding node
var x_node = Math.cos(2 * 1567 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1567 * Math.PI / N) * 10;
g.nodes.push({
id: 147963,
label: 'MEMBER: David Alexandre Mendes da Costa',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/david-alexandre-mendes-da-costa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147963,
size: 0.5,
source: 230628,
target: 147963 });
// adding node
var x_node = Math.cos(2 * 1568 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1568 * Math.PI / N) * 10;
g.nodes.push({
id: 147959,
label: 'MEMBER: Manuela Aguirre Botero',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-manuela-aguirre-botero-aguirre-manuela-ppu-2020-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/manuela-camille-aguirre-botero/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147959,
size: 0.5,
source: 230628,
target: 147959 });
// adding node
var x_node = Math.cos(2 * 1569 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1569 * Math.PI / N) * 10;
g.nodes.push({
id: 147956,
label: 'MEMBER: Monica da Silva Sa',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/monica-da-silva-sa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147956,
size: 0.5,
source: 230628,
target: 147956 });
// adding node
var x_node = Math.cos(2 * 1570 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1570 * Math.PI / N) * 10;
g.nodes.push({
id: 147948,
label: 'MEMBER: Francisco Jose Martinez Blazquez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/francisco-jose-martinez-blazquez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147948,
size: 0.5,
source: 230628,
target: 147948 });
// adding node
var x_node = Math.cos(2 * 1571 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1571 * Math.PI / N) * 10;
g.nodes.push({
id: 147899,
label: 'MEMBER: Anais Ode',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-enanais-odefranais-ode-anais-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anais-ode/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147899,
size: 0.5,
source: 230628,
target: 147899 });
// adding node
var x_node = Math.cos(2 * 1572 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1572 * Math.PI / N) * 10;
g.nodes.push({
id: 147868,
label: 'MEMBER: Louise Perrin de Facci',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-louise-perrin-de-faci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147868,
size: 0.5,
source: 230628,
target: 147868 });
// adding node
var x_node = Math.cos(2 * 1573 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1573 * Math.PI / N) * 10;
g.nodes.push({
id: 147805,
label: 'MEMBER: Thomas Belmas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-thomas-belmas-thomas-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-belmas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147805,
size: 0.5,
source: 230628,
target: 147805 });
// adding node
var x_node = Math.cos(2 * 1574 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1574 * Math.PI / N) * 10;
g.nodes.push({
id: 147797,
label: 'MEMBER: Paloma Hedde',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-paloma-hedde-paloma-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paloma-hedde/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147797,
size: 0.5,
source: 230628,
target: 147797 });
// adding node
var x_node = Math.cos(2 * 1575 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1575 * Math.PI / N) * 10;
g.nodes.push({
id: 147685,
label: 'MEMBER: Sophia Zborowsky',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophia-zborowsky/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147685,
size: 0.5,
source: 230628,
target: 147685 });
// adding node
var x_node = Math.cos(2 * 1576 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1576 * Math.PI / N) * 10;
g.nodes.push({
id: 147661,
label: 'MEMBER: Germain Niogret',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/germain-niogret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147661,
size: 0.5,
source: 230628,
target: 147661 });
// adding node
var x_node = Math.cos(2 * 1577 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1577 * Math.PI / N) * 10;
g.nodes.push({
id: 147632,
label: 'MEMBER: Ayten Tekpinar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ayten-tekpinar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147632,
size: 0.5,
source: 230628,
target: 147632 });
// adding node
var x_node = Math.cos(2 * 1578 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1578 * Math.PI / N) * 10;
g.nodes.push({
id: 147490,
label: 'MEMBER: Thea Chrysostomou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-thea-chrysostomou-index-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thea-chrysostomou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147490,
size: 0.5,
source: 230628,
target: 147490 });
// adding node
var x_node = Math.cos(2 * 1579 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1579 * Math.PI / N) * 10;
g.nodes.push({
id: 147394,
label: 'MEMBER: Mao Kuriki',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-enmaofrmao-kuriki-photo-organigramme-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-mao/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147394,
size: 0.5,
source: 230628,
target: 147394 });
// adding node
var x_node = Math.cos(2 * 1580 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1580 * Math.PI / N) * 10;
g.nodes.push({
id: 147285,
label: 'MEMBER: André Rodriguez Pozo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-enandre-rodriguez-pozofrandre-rodriguez-pozo-andre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/andre-rodriguez-pozo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147285,
size: 0.5,
source: 230628,
target: 147285 });
// adding node
var x_node = Math.cos(2 * 1581 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1581 * Math.PI / N) * 10;
g.nodes.push({
id: 147177,
label: 'MEMBER: Nastassia Tvardik',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-nastassia-tvardik-research-p-e1607521913384-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/nastassia-tvardik/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147177,
size: 0.5,
source: 230628,
target: 147177 });
// adding node
var x_node = Math.cos(2 * 1582 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1582 * Math.PI / N) * 10;
g.nodes.push({
id: 147173,
label: 'MEMBER: Léonard Heyerdahl',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/leonard-heyerdahl/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147173,
size: 0.5,
source: 230628,
target: 147173 });
// adding node
var x_node = Math.cos(2 * 1583 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1583 * Math.PI / N) * 10;
g.nodes.push({
id: 147170,
label: 'MEMBER: Benedetta Lana',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-enbenedetta-lanafrbenedetta-lana-benedetta-pic-for-website-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benedetta-lana/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147170,
size: 0.5,
source: 230628,
target: 147170 });
// adding node
var x_node = Math.cos(2 * 1584 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1584 * Math.PI / N) * 10;
g.nodes.push({
id: 147101,
label: 'MEMBER: Camille Chauvin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-2photo-camille-chauvin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-chauvin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147101,
size: 0.5,
source: 230628,
target: 147101 });
// adding node
var x_node = Math.cos(2 * 1585 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1585 * Math.PI / N) * 10;
g.nodes.push({
id: 147053,
label: 'MEMBER: Diana Trutschel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/diana-trutschel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147053,
size: 0.5,
source: 230628,
target: 147053 });
// adding node
var x_node = Math.cos(2 * 1586 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1586 * Math.PI / N) * 10;
g.nodes.push({
id: 147037,
label: 'MEMBER: Alice Marteil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-enalice-marteilfralice-marteil-sans-titre-e1667579755939-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alice-marteil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628147037,
size: 0.5,
source: 230628,
target: 147037 });
// adding node
var x_node = Math.cos(2 * 1587 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1587 * Math.PI / N) * 10;
g.nodes.push({
id: 146951,
label: 'MEMBER: Gérald Touak',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-gerald-touak/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146951,
size: 0.5,
source: 230628,
target: 146951 });
// adding node
var x_node = Math.cos(2 * 1588 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1588 * Math.PI / N) * 10;
g.nodes.push({
id: 146735,
label: 'MEMBER: Thomas Bovagnet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thomas-bovagnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146735,
size: 0.5,
source: 230628,
target: 146735 });
// adding node
var x_node = Math.cos(2 * 1589 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1589 * Math.PI / N) * 10;
g.nodes.push({
id: 146680,
label: 'MEMBER: Hippolyte Verdier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-photo-chic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hippolyte-verdier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146680,
size: 0.5,
source: 230628,
target: 146680 });
// adding node
var x_node = Math.cos(2 * 1590 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1590 * Math.PI / N) * 10;
g.nodes.push({
id: 146657,
label: 'MEMBER: Sacha Maire',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sacha-maire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146657,
size: 0.5,
source: 230628,
target: 146657 });
// adding node
var x_node = Math.cos(2 * 1591 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1591 * Math.PI / N) * 10;
g.nodes.push({
id: 146649,
label: 'MEMBER: Thomas Wahl',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thomas-wahl/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146649,
size: 0.5,
source: 230628,
target: 146649 });
// adding node
var x_node = Math.cos(2 * 1592 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1592 * Math.PI / N) * 10;
g.nodes.push({
id: 146490,
label: 'MEMBER: Jacques Serizay',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jacques-serizay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146490,
size: 0.5,
source: 230628,
target: 146490 });
// adding node
var x_node = Math.cos(2 * 1593 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1593 * Math.PI / N) * 10;
g.nodes.push({
id: 146183,
label: 'MEMBER: Paul Jenkins',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-paul-jenkins-photo-paul-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paul-jenkins/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146183,
size: 0.5,
source: 230628,
target: 146183 });
// adding node
var x_node = Math.cos(2 * 1594 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1594 * Math.PI / N) * 10;
g.nodes.push({
id: 146175,
label: 'MEMBER: Jessie Colin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jessie-colin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146175,
size: 0.5,
source: 230628,
target: 146175 });
// adding node
var x_node = Math.cos(2 * 1595 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1595 * Math.PI / N) * 10;
g.nodes.push({
id: 146172,
label: 'MEMBER: Romain Laurian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-romain-laurian-research-pasteur-romain-laurian-research-pasteur-romain-laurian-img-3011-scaled-e1689073928331-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/romain-laurian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146172,
size: 0.5,
source: 230628,
target: 146172 });
// adding node
var x_node = Math.cos(2 * 1596 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1596 * Math.PI / N) * 10;
g.nodes.push({
id: 146160,
label: 'MEMBER: Nicolás Rascovan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/09/research_pasteur-nicolas-rascovan-carnet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-rascovan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628146160,
size: 0.5,
source: 230628,
target: 146160 });
// adding node
var x_node = Math.cos(2 * 1597 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1597 * Math.PI / N) * 10;
g.nodes.push({
id: 145964,
label: 'MEMBER: Marie Bourdon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-marie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-bourdon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145964,
size: 0.5,
source: 230628,
target: 145964 });
// adding node
var x_node = Math.cos(2 * 1598 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1598 * Math.PI / N) * 10;
g.nodes.push({
id: 145959,
label: 'MEMBER: Anaïs Cazals',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-20191216_202741-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anais-cazals/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145959,
size: 0.5,
source: 230628,
target: 145959 });
// adding node
var x_node = Math.cos(2 * 1599 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1599 * Math.PI / N) * 10;
g.nodes.push({
id: 145954,
label: 'MEMBER: Laurine Conquet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-laurine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurine-conquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145954,
size: 0.5,
source: 230628,
target: 145954 });
// adding node
var x_node = Math.cos(2 * 1600 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1600 * Math.PI / N) * 10;
g.nodes.push({
id: 145905,
label: 'MEMBER: Marine Bernard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-marine-bernard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145905,
size: 0.5,
source: 230628,
target: 145905 });
// adding node
var x_node = Math.cos(2 * 1601 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1601 * Math.PI / N) * 10;
g.nodes.push({
id: 145369,
label: 'MEMBER: Emmanuel Terriac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-emmanuel-terriac-emmanuel-terriac-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emmanuel-terriac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145369,
size: 0.5,
source: 230628,
target: 145369 });
// adding node
var x_node = Math.cos(2 * 1602 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1602 * Math.PI / N) * 10;
g.nodes.push({
id: 145320,
label: 'MEMBER: Raphaël Laurenceau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-raphael-laurenceau-research-pasteur-raphael-laurenceau-capture-decran-2024-04-18-a-15.20.35-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/raphael-laurenceau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145320,
size: 0.5,
source: 230628,
target: 145320 });
// adding node
var x_node = Math.cos(2 * 1603 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1603 * Math.PI / N) * 10;
g.nodes.push({
id: 145290,
label: 'MEMBER: Charlotte Guy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/charlotte-guy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145290,
size: 0.5,
source: 230628,
target: 145290 });
// adding node
var x_node = Math.cos(2 * 1604 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1604 * Math.PI / N) * 10;
g.nodes.push({
id: 145189,
label: 'MEMBER: Liliana Avila Ospina',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-photo-liliana-blanco-y-negro-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/liliana-avila-ospina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145189,
size: 0.5,
source: 230628,
target: 145189 });
// adding node
var x_node = Math.cos(2 * 1605 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1605 * Math.PI / N) * 10;
g.nodes.push({
id: 145077,
label: 'MEMBER: Rhizlane Laatabi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-img-5286-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rhizlane-laatabi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145077,
size: 0.5,
source: 230628,
target: 145077 });
// adding node
var x_node = Math.cos(2 * 1606 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1606 * Math.PI / N) * 10;
g.nodes.push({
id: 145050,
label: 'MEMBER: Jeanne Perpétue Vincent',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-enjeanne-perpetue-vincentfrjeanne-perpetue-vincent-vincent-jp-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jeanne-perpetue-vincent/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145050,
size: 0.5,
source: 230628,
target: 145050 });
// adding node
var x_node = Math.cos(2 * 1607 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1607 * Math.PI / N) * 10;
g.nodes.push({
id: 145046,
label: 'MEMBER: Laurie Pinaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/11/research_pasteur-1398451-10151989867577520-1823773709-o-e1604852006341-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurie-pinaud-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145046,
size: 0.5,
source: 230628,
target: 145046 });
// adding node
var x_node = Math.cos(2 * 1608 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1608 * Math.PI / N) * 10;
g.nodes.push({
id: 145032,
label: 'MEMBER: Armel Bezault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-armel-bezault-img-9987-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/armel-bezault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628145032,
size: 0.5,
source: 230628,
target: 145032 });
// adding node
var x_node = Math.cos(2 * 1609 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1609 * Math.PI / N) * 10;
g.nodes.push({
id: 144855,
label: 'MEMBER: Aleksandra Kovacevic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-aleksandra-kovacevic-picture1-copy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aleksandra-kovacevic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144855,
size: 0.5,
source: 230628,
target: 144855 });
// adding node
var x_node = Math.cos(2 * 1610 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1610 * Math.PI / N) * 10;
g.nodes.push({
id: 144721,
label: 'MEMBER: Kshanti Africano-Gomez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-cvafricanogomez-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-kshanti-africano-gomez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144721,
size: 0.5,
source: 230628,
target: 144721 });
// adding node
var x_node = Math.cos(2 * 1611 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1611 * Math.PI / N) * 10;
g.nodes.push({
id: 144602,
label: 'MEMBER: Céline Dormoy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-enceline-dormoyfrceline-dormoy-img-20210727-110618-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-celine-dormoy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144602,
size: 0.5,
source: 230628,
target: 144602 });
// adding node
var x_node = Math.cos(2 * 1612 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1612 * Math.PI / N) * 10;
g.nodes.push({
id: 4255,
label: 'MEMBER: Anna-Bella Failloux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_ab-failloux3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-bella-failloux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284255,
size: 0.5,
source: 230628,
target: 4255 });
// adding node
var x_node = Math.cos(2 * 1613 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1613 * Math.PI / N) * 10;
g.nodes.push({
id: 144547,
label: 'MEMBER: Tom Dott',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-entom-dottfrtom-dott-photo-tom-dott-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/tom-dott/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144547,
size: 0.5,
source: 230628,
target: 144547 });
// adding node
var x_node = Math.cos(2 * 1614 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1614 * Math.PI / N) * 10;
g.nodes.push({
id: 144391,
label: 'MEMBER: Sarah Dellière',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-id-eccmid-2019-copie-2-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sarah-delliere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144391,
size: 0.5,
source: 230628,
target: 144391 });
// adding node
var x_node = Math.cos(2 * 1615 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1615 * Math.PI / N) * 10;
g.nodes.push({
id: 144350,
label: 'MEMBER: Estelle Boulanger',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-eb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/estelle-boulanger/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144350,
size: 0.5,
source: 230628,
target: 144350 });
// adding node
var x_node = Math.cos(2 * 1616 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1616 * Math.PI / N) * 10;
g.nodes.push({
id: 144247,
label: 'MEMBER: Charles Coluzzi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-charles_coluzzi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/charles-coluzzi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144247,
size: 0.5,
source: 230628,
target: 144247 });
// adding node
var x_node = Math.cos(2 * 1617 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1617 * Math.PI / N) * 10;
g.nodes.push({
id: 144154,
label: 'MEMBER: Christèle Auguste',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-christele-auguste-photo-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christele-auguste/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144154,
size: 0.5,
source: 230628,
target: 144154 });
// adding node
var x_node = Math.cos(2 * 1618 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1618 * Math.PI / N) * 10;
g.nodes.push({
id: 144112,
label: 'MEMBER: Giovanni Diana',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-giovanni-diana-giovanni-kcl-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/giovanni-diana/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144112,
size: 0.5,
source: 230628,
target: 144112 });
// adding node
var x_node = Math.cos(2 * 1619 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1619 * Math.PI / N) * 10;
g.nodes.push({
id: 144106,
label: 'MEMBER: Berat Semihcan Sermet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-cv-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/berat-semihcan-sermet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628144106,
size: 0.5,
source: 230628,
target: 144106 });
// adding node
var x_node = Math.cos(2 * 1620 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1620 * Math.PI / N) * 10;
g.nodes.push({
id: 143947,
label: 'MEMBER: Yekta Kesenci',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-yekta-kesenci-capture-decran-2021-01-22-a-10.52.33-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kesenci-yekta/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628143947,
size: 0.5,
source: 230628,
target: 143947 });
// adding node
var x_node = Math.cos(2 * 1621 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1621 * Math.PI / N) * 10;
g.nodes.push({
id: 143449,
label: 'MEMBER: Emeline Lawarée',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-emelawaree-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/emeline-lawaree/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628143449,
size: 0.5,
source: 230628,
target: 143449 });
// adding node
var x_node = Math.cos(2 * 1622 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1622 * Math.PI / N) * 10;
g.nodes.push({
id: 143437,
label: 'MEMBER: Karinna Rubio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-karinna-rubio-img-1415-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/karinna-rubio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628143437,
size: 0.5,
source: 230628,
target: 143437 });
// adding node
var x_node = Math.cos(2 * 1623 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1623 * Math.PI / N) * 10;
g.nodes.push({
id: 143338,
label: 'MEMBER: Caroline Rouard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-caroline-rouard-c.r.-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caroline-rouard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628143338,
size: 0.5,
source: 230628,
target: 143338 });
// adding node
var x_node = Math.cos(2 * 1624 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1624 * Math.PI / N) * 10;
g.nodes.push({
id: 143271,
label: 'MEMBER: Eve Rahbé',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-eve-rahbe-photo-2019-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eve-rahbe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628143271,
size: 0.5,
source: 230628,
target: 143271 });
// adding node
var x_node = Math.cos(2 * 1625 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1625 * Math.PI / N) * 10;
g.nodes.push({
id: 143206,
label: 'MEMBER: Souhir Neffati',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-souhir-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/souhir-neffati/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628143206,
size: 0.5,
source: 230628,
target: 143206 });
// adding node
var x_node = Math.cos(2 * 1626 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1626 * Math.PI / N) * 10;
g.nodes.push({
id: 143177,
label: 'MEMBER: Tara Fournier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-tara-fournier-photo-pasteur-e1630573578576-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tara-fournier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628143177,
size: 0.5,
source: 230628,
target: 143177 });
// adding node
var x_node = Math.cos(2 * 1627 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1627 * Math.PI / N) * 10;
g.nodes.push({
id: 143151,
label: 'MEMBER: Agustin Zavala',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/agustin-zavala/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628143151,
size: 0.5,
source: 230628,
target: 143151 });
// adding node
var x_node = Math.cos(2 * 1628 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1628 * Math.PI / N) * 10;
g.nodes.push({
id: 142960,
label: 'MEMBER: Sylvie Gratepanche',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-sylvie-gratepanche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628142960,
size: 0.5,
source: 230628,
target: 142960 });
// adding node
var x_node = Math.cos(2 * 1629 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1629 * Math.PI / N) * 10;
g.nodes.push({
id: 142906,
label: 'MEMBER: Angela Brisebarre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/angela-brisebarre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628142906,
size: 0.5,
source: 230628,
target: 142906 });
// adding node
var x_node = Math.cos(2 * 1630 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1630 * Math.PI / N) * 10;
g.nodes.push({
id: 142331,
label: 'MEMBER: Roberto Notario',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/05/research_pasteur-enroberto-notariofrroberto-notario-roberto-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/roberto-notario/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628142331,
size: 0.5,
source: 230628,
target: 142331 });
// adding node
var x_node = Math.cos(2 * 1631 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1631 * Math.PI / N) * 10;
g.nodes.push({
id: 142326,
label: 'MEMBER: Olga Korenkova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/05/research_pasteur-93abe053-1576-413a-8b91-b961468ccaec-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olga-korenkova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628142326,
size: 0.5,
source: 230628,
target: 142326 });
// adding node
var x_node = Math.cos(2 * 1632 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1632 * Math.PI / N) * 10;
g.nodes.push({
id: 142322,
label: 'MEMBER: Ines Saenz de Santa Maria',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/05/research_pasteur-ines-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ines-saenz-de-santa-maria/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628142322,
size: 0.5,
source: 230628,
target: 142322 });
// adding node
var x_node = Math.cos(2 * 1633 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1633 * Math.PI / N) * 10;
g.nodes.push({
id: 142283,
label: 'MEMBER: Jean-Sebastien Diana',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-sebastien-diana/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628142283,
size: 0.5,
source: 230628,
target: 142283 });
// adding node
var x_node = Math.cos(2 * 1634 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1634 * Math.PI / N) * 10;
g.nodes.push({
id: 141835,
label: 'MEMBER: Samantha Papal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-samantha-papal-20220218-105105-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/samantha-papal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628141835,
size: 0.5,
source: 230628,
target: 141835 });
// adding node
var x_node = Math.cos(2 * 1635 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1635 * Math.PI / N) * 10;
g.nodes.push({
id: 141797,
label: 'MEMBER: Julienne Petit',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julienne-petit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628141797,
size: 0.5,
source: 230628,
target: 141797 });
// adding node
var x_node = Math.cos(2 * 1636 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1636 * Math.PI / N) * 10;
g.nodes.push({
id: 137664,
label: 'MEMBER: Arnaud Tarantola',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-atarantola-photo-502-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arnaud-tarantola/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137664,
size: 0.5,
source: 230628,
target: 137664 });
// adding node
var x_node = Math.cos(2 * 1637 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1637 * Math.PI / N) * 10;
g.nodes.push({
id: 141587,
label: 'MEMBER: Evelyne Castanié',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/evelyne-castanie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628141587,
size: 0.5,
source: 230628,
target: 141587 });
// adding node
var x_node = Math.cos(2 * 1638 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1638 * Math.PI / N) * 10;
g.nodes.push({
id: 141566,
label: 'MEMBER: Maura Samarani',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-maura-samarani-mauraphoto-cut-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maura-samarani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628141566,
size: 0.5,
source: 230628,
target: 141566 });
// adding node
var x_node = Math.cos(2 * 1639 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1639 * Math.PI / N) * 10;
g.nodes.push({
id: 141224,
label: 'MEMBER: Aurelio Orta-Resendiz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-aurelio-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelio-orta-resendiz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628141224,
size: 0.5,
source: 230628,
target: 141224 });
// adding node
var x_node = Math.cos(2 * 1640 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1640 * Math.PI / N) * 10;
g.nodes.push({
id: 141177,
label: 'MEMBER: Marie Sanchez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-marie-sanchez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628141177,
size: 0.5,
source: 230628,
target: 141177 });
// adding node
var x_node = Math.cos(2 * 1641 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1641 * Math.PI / N) * 10;
g.nodes.push({
id: 141087,
label: 'MEMBER: Maryam Khosravi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-screen-shot-2020-03-20-at-11.52.44-copy-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/maryam-khosravi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628141087,
size: 0.5,
source: 230628,
target: 141087 });
// adding node
var x_node = Math.cos(2 * 1642 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1642 * Math.PI / N) * 10;
g.nodes.push({
id: 140916,
label: 'MEMBER: Divya Unni',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-divya-unni-20201007-pasteur-divya-unni-002-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/divya-unni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140916,
size: 0.5,
source: 230628,
target: 140916 });
// adding node
var x_node = Math.cos(2 * 1643 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1643 * Math.PI / N) * 10;
g.nodes.push({
id: 140742,
label: 'MEMBER: Olena Mayboroda',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/01/research_pasteur-enolena-mayborodafrolena-mayboroda-olena-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/olena-mayboroda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140742,
size: 0.5,
source: 230628,
target: 140742 });
// adding node
var x_node = Math.cos(2 * 1644 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1644 * Math.PI / N) * 10;
g.nodes.push({
id: 140527,
label: 'MEMBER: Jean Marc Tsagmo Ngoune',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-pofil-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-marc-tsagmo-ngoune/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140527,
size: 0.5,
source: 230628,
target: 140527 });
// adding node
var x_node = Math.cos(2 * 1645 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1645 * Math.PI / N) * 10;
g.nodes.push({
id: 140402,
label: 'MEMBER: Régine Dazzoni',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-enregine-dazzonifrregine-dazzoni-fotbb28-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/regine-dazzoni-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140402,
size: 0.5,
source: 230628,
target: 140402 });
// adding node
var x_node = Math.cos(2 * 1646 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1646 * Math.PI / N) * 10;
g.nodes.push({
id: 140312,
label: 'MEMBER: Marcia Peixoto',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-marcia-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marcia-peixoto/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140312,
size: 0.5,
source: 230628,
target: 140312 });
// adding node
var x_node = Math.cos(2 * 1647 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1647 * Math.PI / N) * 10;
g.nodes.push({
id: 140305,
label: 'MEMBER: Esma Karkeni',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-esma-karkeni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140305,
size: 0.5,
source: 230628,
target: 140305 });
// adding node
var x_node = Math.cos(2 * 1648 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1648 * Math.PI / N) * 10;
g.nodes.push({
id: 140165,
label: 'MEMBER: Thaleia Papadopoulou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-photo-thaleia-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/thaleia-papadopoulou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140165,
size: 0.5,
source: 230628,
target: 140165 });
// adding node
var x_node = Math.cos(2 * 1649 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1649 * Math.PI / N) * 10;
g.nodes.push({
id: 140141,
label: 'MEMBER: Jholy De La Cruz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-15.49.09-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/jholy-de-la-cruz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140141,
size: 0.5,
source: 230628,
target: 140141 });
// adding node
var x_node = Math.cos(2 * 1650 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1650 * Math.PI / N) * 10;
g.nodes.push({
id: 140138,
label: 'MEMBER: Khanh My Pham',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-15.44.04-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/khanh-my-pham/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140138,
size: 0.5,
source: 230628,
target: 140138 });
// adding node
var x_node = Math.cos(2 * 1651 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1651 * Math.PI / N) * 10;
g.nodes.push({
id: 140135,
label: 'MEMBER: Noah Dahan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-15.38.26-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/noah-dahan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140135,
size: 0.5,
source: 230628,
target: 140135 });
// adding node
var x_node = Math.cos(2 * 1652 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1652 * Math.PI / N) * 10;
g.nodes.push({
id: 140131,
label: 'MEMBER: Seynabou Diop',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-15.36.44-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/seynabou-diop/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140131,
size: 0.5,
source: 230628,
target: 140131 });
// adding node
var x_node = Math.cos(2 * 1653 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1653 * Math.PI / N) * 10;
g.nodes.push({
id: 140128,
label: 'MEMBER: Rana Salam',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-15.24.00-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/rana-salam/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140128,
size: 0.5,
source: 230628,
target: 140128 });
// adding node
var x_node = Math.cos(2 * 1654 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1654 * Math.PI / N) * 10;
g.nodes.push({
id: 140125,
label: 'MEMBER: Elodie Da Costa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-15.18.16-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/elodie-da-costa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140125,
size: 0.5,
source: 230628,
target: 140125 });
// adding node
var x_node = Math.cos(2 * 1655 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1655 * Math.PI / N) * 10;
g.nodes.push({
id: 140122,
label: 'MEMBER: Aya El Hallak',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-15.07.47-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/aya-el-hallak/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140122,
size: 0.5,
source: 230628,
target: 140122 });
// adding node
var x_node = Math.cos(2 * 1656 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1656 * Math.PI / N) * 10;
g.nodes.push({
id: 140116,
label: 'MEMBER: Olga Estévez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-15.01.16-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/olga-estevez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140116,
size: 0.5,
source: 230628,
target: 140116 });
// adding node
var x_node = Math.cos(2 * 1657 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1657 * Math.PI / N) * 10;
g.nodes.push({
id: 140109,
label: 'MEMBER: Cezarela Hoxha',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-14.58.30-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/cezarela-hoxha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140109,
size: 0.5,
source: 230628,
target: 140109 });
// adding node
var x_node = Math.cos(2 * 1658 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1658 * Math.PI / N) * 10;
g.nodes.push({
id: 140105,
label: 'MEMBER: Mariana Ponce de Leon Rodriguez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-14.52.30-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/mariana-ponce-de-leon-rodriguez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628140105,
size: 0.5,
source: 230628,
target: 140105 });
// adding node
var x_node = Math.cos(2 * 1659 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1659 * Math.PI / N) * 10;
g.nodes.push({
id: 139942,
label: 'MEMBER: Monika Zahorszka',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/monika-zahorszka/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139942,
size: 0.5,
source: 230628,
target: 139942 });
// adding node
var x_node = Math.cos(2 * 1660 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1660 * Math.PI / N) * 10;
g.nodes.push({
id: 139939,
label: 'MEMBER: Emilie Yab',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-photo-pasteur-e1584390691108-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emilie-yab/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139939,
size: 0.5,
source: 230628,
target: 139939 });
// adding node
var x_node = Math.cos(2 * 1661 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1661 * Math.PI / N) * 10;
g.nodes.push({
id: 139912,
label: 'MEMBER: Anne-Caroline Delétoille',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-anne-caroline-deletoille-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-caroline-deletoille/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139912,
size: 0.5,
source: 230628,
target: 139912 });
// adding node
var x_node = Math.cos(2 * 1662 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1662 * Math.PI / N) * 10;
g.nodes.push({
id: 139911,
label: 'MEMBER: Antonin Nourisson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-img20200229_14461044-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antonin-nourrisson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139911,
size: 0.5,
source: 230628,
target: 139911 });
// adding node
var x_node = Math.cos(2 * 1663 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1663 * Math.PI / N) * 10;
g.nodes.push({
id: 139744,
label: 'MEMBER: Alexandra Fillion',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandra-fillion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139744,
size: 0.5,
source: 230628,
target: 139744 });
// adding node
var x_node = Math.cos(2 * 1664 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1664 * Math.PI / N) * 10;
g.nodes.push({
id: 139712,
label: 'MEMBER: Almira Chervova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-21-a-16.49.52-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/fr-almira-chervova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139712,
size: 0.5,
source: 230628,
target: 139712 });
// adding node
var x_node = Math.cos(2 * 1665 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1665 * Math.PI / N) * 10;
g.nodes.push({
id: 139706,
label: 'MEMBER: Riccardo Vicedomini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-untitled-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/riccardo-vicedomini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139706,
size: 0.5,
source: 230628,
target: 139706 });
// adding node
var x_node = Math.cos(2 * 1666 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1666 * Math.PI / N) * 10;
g.nodes.push({
id: 139594,
label: 'MEMBER: Jeanne Chiaravalli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-mdizoduw-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jeanne-chiaravalli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139594,
size: 0.5,
source: 230628,
target: 139594 });
// adding node
var x_node = Math.cos(2 * 1667 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1667 * Math.PI / N) * 10;
g.nodes.push({
id: 139528,
label: 'MEMBER: Mathilde Chouly',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-img_0486-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathilde-chouly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139528,
size: 0.5,
source: 230628,
target: 139528 });
// adding node
var x_node = Math.cos(2 * 1668 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1668 * Math.PI / N) * 10;
g.nodes.push({
id: 139491,
label: 'MEMBER: Emilia Wysocka',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-emilia-wysocka-emilia-wyzocka02-scaled-square-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emilia-wysocka/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139491,
size: 0.5,
source: 230628,
target: 139491 });
// adding node
var x_node = Math.cos(2 * 1669 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1669 * Math.PI / N) * 10;
g.nodes.push({
id: 139489,
label: 'MEMBER: Maureen Wentling',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-maureen-ida-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maureen-wentling/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139489,
size: 0.5,
source: 230628,
target: 139489 });
// adding node
var x_node = Math.cos(2 * 1670 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1670 * Math.PI / N) * 10;
g.nodes.push({
id: 139380,
label: 'MEMBER: Tara Delpech',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-tara-delpech/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139380,
size: 0.5,
source: 230628,
target: 139380 });
// adding node
var x_node = Math.cos(2 * 1671 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1671 * Math.PI / N) * 10;
g.nodes.push({
id: 139232,
label: 'MEMBER: Camille Sous',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-photo-sous-camille-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-sous/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139232,
size: 0.5,
source: 230628,
target: 139232 });
// adding node
var x_node = Math.cos(2 * 1672 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1672 * Math.PI / N) * 10;
g.nodes.push({
id: 139140,
label: 'MEMBER: Jessica El Khoury',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-jessica-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jessica-el-khoury/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139140,
size: 0.5,
source: 230628,
target: 139140 });
// adding node
var x_node = Math.cos(2 * 1673 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1673 * Math.PI / N) * 10;
g.nodes.push({
id: 139068,
label: 'MEMBER: Mariangela Malerba',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mariangela-malerba/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139068,
size: 0.5,
source: 230628,
target: 139068 });
// adding node
var x_node = Math.cos(2 * 1674 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1674 * Math.PI / N) * 10;
g.nodes.push({
id: 139052,
label: 'MEMBER: Loic Charpenay',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-loic3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/loic-charpenay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628139052,
size: 0.5,
source: 230628,
target: 139052 });
// adding node
var x_node = Math.cos(2 * 1675 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1675 * Math.PI / N) * 10;
g.nodes.push({
id: 138951,
label: 'MEMBER: Aline Araujo Alves',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-img-20180711-wa0018-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/fr-aline-araujo-alves/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138951,
size: 0.5,
source: 230628,
target: 138951 });
// adding node
var x_node = Math.cos(2 * 1676 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1676 * Math.PI / N) * 10;
g.nodes.push({
id: 138911,
label: 'MEMBER: Samuel Kubler',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-rituparna-sarkar-image-profil-scaled-e1611308324849-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-samuel-kubler/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138911,
size: 0.5,
source: 230628,
target: 138911 });
// adding node
var x_node = Math.cos(2 * 1677 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1677 * Math.PI / N) * 10;
g.nodes.push({
id: 138851,
label: 'MEMBER: Elodie Turc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-avatar-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elodie-turc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138851,
size: 0.5,
source: 230628,
target: 138851 });
// adding node
var x_node = Math.cos(2 * 1678 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1678 * Math.PI / N) * 10;
g.nodes.push({
id: 138677,
label: 'MEMBER: Laure Blanchet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-laureblanchet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laure-blanchet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138677,
size: 0.5,
source: 230628,
target: 138677 });
// adding node
var x_node = Math.cos(2 * 1679 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1679 * Math.PI / N) * 10;
g.nodes.push({
id: 138592,
label: 'MEMBER: Sophie Shi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophie-shi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138592,
size: 0.5,
source: 230628,
target: 138592 });
// adding node
var x_node = Math.cos(2 * 1680 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1680 * Math.PI / N) * 10;
g.nodes.push({
id: 138588,
label: 'MEMBER: Laurie Peverini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laurie-peverini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138588,
size: 0.5,
source: 230628,
target: 138588 });
// adding node
var x_node = Math.cos(2 * 1681 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1681 * Math.PI / N) * 10;
g.nodes.push({
id: 138461,
label: 'MEMBER: Mélanie Juchet-Martin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-enmelanie-juchet-martin-frmelanie-juchet-martin-melanie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-melanie-juchet-martin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138461,
size: 0.5,
source: 230628,
target: 138461 });
// adding node
var x_node = Math.cos(2 * 1682 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1682 * Math.PI / N) * 10;
g.nodes.push({
id: 138451,
label: 'MEMBER: Léa Meneu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-lea-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lea-meneu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138451,
size: 0.5,
source: 230628,
target: 138451 });
// adding node
var x_node = Math.cos(2 * 1683 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1683 * Math.PI / N) * 10;
g.nodes.push({
id: 138400,
label: 'MEMBER: Maguelonne Roux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-maguelonne_roux-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-maguelonne-roux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138400,
size: 0.5,
source: 230628,
target: 138400 });
// adding node
var x_node = Math.cos(2 * 1684 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1684 * Math.PI / N) * 10;
g.nodes.push({
id: 138392,
label: 'MEMBER: Gaspard Kerner',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-picture_gk_cv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-gaspard-kerner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138392,
size: 0.5,
source: 230628,
target: 138392 });
// adding node
var x_node = Math.cos(2 * 1685 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1685 * Math.PI / N) * 10;
g.nodes.push({
id: 138388,
label: 'MEMBER: Yann Aquino',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-unknown-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/fr-yann-aquino/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138388,
size: 0.5,
source: 230628,
target: 138388 });
// adding node
var x_node = Math.cos(2 * 1686 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1686 * Math.PI / N) * 10;
g.nodes.push({
id: 138313,
label: 'MEMBER: Fernando Raio Vilela',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-fernandovilela-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fernando-raio-vilela/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138313,
size: 0.5,
source: 230628,
target: 138313 });
// adding node
var x_node = Math.cos(2 * 1687 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1687 * Math.PI / N) * 10;
g.nodes.push({
id: 138305,
label: 'MEMBER: Tom Szwagier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tom-szwagier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138305,
size: 0.5,
source: 230628,
target: 138305 });
// adding node
var x_node = Math.cos(2 * 1688 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1688 * Math.PI / N) * 10;
g.nodes.push({
id: 138302,
label: 'MEMBER: Rituparna Sarkar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-rituparna-sarkar-profile-pic3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rituparna-sarkar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138302,
size: 0.5,
source: 230628,
target: 138302 });
// adding node
var x_node = Math.cos(2 * 1689 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1689 * Math.PI / N) * 10;
g.nodes.push({
id: 138299,
label: 'MEMBER: Suvadip Mukherjee',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-portrait-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/suvadip-mukherjee/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138299,
size: 0.5,
source: 230628,
target: 138299 });
// adding node
var x_node = Math.cos(2 * 1690 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1690 * Math.PI / N) * 10;
g.nodes.push({
id: 138296,
label: 'MEMBER: Diana Mandache',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-img_5637_square-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/diana-mandache/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138296,
size: 0.5,
source: 230628,
target: 138296 });
// adding node
var x_node = Math.cos(2 * 1691 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1691 * Math.PI / N) * 10;
g.nodes.push({
id: 138287,
label: 'MEMBER: Marion Louveaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-rituparna-sarkar-capture-decran-2021-01-14-a-12.04.11-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marion-louveaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138287,
size: 0.5,
source: 230628,
target: 138287 });
// adding node
var x_node = Math.cos(2 * 1692 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1692 * Math.PI / N) * 10;
g.nodes.push({
id: 138250,
label: 'MEMBER: Luis Checa Ruano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-cupfg7mx-udifpkhke7evsdzfrg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/luis-checa-ruano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138250,
size: 0.5,
source: 230628,
target: 138250 });
// adding node
var x_node = Math.cos(2 * 1693 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1693 * Math.PI / N) * 10;
g.nodes.push({
id: 138144,
label: 'MEMBER: Kohilavathani Chivaloganadan',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138144,
size: 0.5,
source: 230628,
target: 138144 });
// adding node
var x_node = Math.cos(2 * 1694 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1694 * Math.PI / N) * 10;
g.nodes.push({
id: 138135,
label: 'MEMBER: Enzo Peroni',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-enzo-peroni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628138135,
size: 0.5,
source: 230628,
target: 138135 });
// adding node
var x_node = Math.cos(2 * 1695 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1695 * Math.PI / N) * 10;
g.nodes.push({
id: 137984,
label: 'MEMBER: Hélène Bordelet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-helenebordelet-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/helene-bordelet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137984,
size: 0.5,
source: 230628,
target: 137984 });
// adding node
var x_node = Math.cos(2 * 1696 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1696 * Math.PI / N) * 10;
g.nodes.push({
id: 137962,
label: 'MEMBER: Lorenzo Pasotti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-enlorenzo-pasottifrlorenzo-pasotti-lp-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lorenzo-pasotti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137962,
size: 0.5,
source: 230628,
target: 137962 });
// adding node
var x_node = Math.cos(2 * 1697 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1697 * Math.PI / N) * 10;
g.nodes.push({
id: 137591,
label: 'MEMBER: Cécile Sauvanet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-image001-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cecile-sauvanet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137591,
size: 0.5,
source: 230628,
target: 137591 });
// adding node
var x_node = Math.cos(2 * 1698 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1698 * Math.PI / N) * 10;
g.nodes.push({
id: 137529,
label: 'MEMBER: Zoé Tracq',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/zoe-tracq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137529,
size: 0.5,
source: 230628,
target: 137529 });
// adding node
var x_node = Math.cos(2 * 1699 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1699 * Math.PI / N) * 10;
g.nodes.push({
id: 137403,
label: 'MEMBER: Eric Troadec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-troadec-eric-2360_b-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eric-troadec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137403,
size: 0.5,
source: 230628,
target: 137403 });
// adding node
var x_node = Math.cos(2 * 1700 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1700 * Math.PI / N) * 10;
g.nodes.push({
id: 137400,
label: 'MEMBER: Delphine Chretien',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/delphine-chretien/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137400,
size: 0.5,
source: 230628,
target: 137400 });
// adding node
var x_node = Math.cos(2 * 1701 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1701 * Math.PI / N) * 10;
g.nodes.push({
id: 137394,
label: 'MEMBER: Sarah Temmam',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-photo_identite_sarah-temmam-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sarah-temmam/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137394,
size: 0.5,
source: 230628,
target: 137394 });
// adding node
var x_node = Math.cos(2 * 1702 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1702 * Math.PI / N) * 10;
g.nodes.push({
id: 137287,
label: 'MEMBER: Corentin Leger',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-photo-id-corentin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/corentin-leger/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137287,
size: 0.5,
source: 230628,
target: 137287 });
// adding node
var x_node = Math.cos(2 * 1703 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1703 * Math.PI / N) * 10;
g.nodes.push({
id: 137237,
label: 'MEMBER: Emmanuelle Permal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-pasteur2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emmanuelle-permal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137237,
size: 0.5,
source: 230628,
target: 137237 });
// adding node
var x_node = Math.cos(2 * 1704 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1704 * Math.PI / N) * 10;
g.nodes.push({
id: 137201,
label: 'MEMBER: Marine Viglietta',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-marine-photo-2-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/viglietta/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137201,
size: 0.5,
source: 230628,
target: 137201 });
// adding node
var x_node = Math.cos(2 * 1705 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1705 * Math.PI / N) * 10;
g.nodes.push({
id: 137186,
label: 'MEMBER: Mélanie Chabaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-photo-melanie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melanie-chabaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137186,
size: 0.5,
source: 230628,
target: 137186 });
// adding node
var x_node = Math.cos(2 * 1706 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1706 * Math.PI / N) * 10;
g.nodes.push({
id: 137130,
label: 'MEMBER: Ying Liu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-ying-liu-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ying-liu__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137130,
size: 0.5,
source: 230628,
target: 137130 });
// adding node
var x_node = Math.cos(2 * 1707 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1707 * Math.PI / N) * 10;
g.nodes.push({
id: 137084,
label: 'MEMBER: Niels Volkmann',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-niels-volkmann-niels-9-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/niels-volkmann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137084,
size: 0.5,
source: 230628,
target: 137084 });
// adding node
var x_node = Math.cos(2 * 1708 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1708 * Math.PI / N) * 10;
g.nodes.push({
id: 137071,
label: 'MEMBER: Adam Taheraly',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-photo_adam-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adam-taheraly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628137071,
size: 0.5,
source: 230628,
target: 137071 });
// adding node
var x_node = Math.cos(2 * 1709 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1709 * Math.PI / N) * 10;
g.nodes.push({
id: 136886,
label: 'MEMBER: Hudson Bezerra',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-bezerra-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/hudson-bezerra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628136886,
size: 0.5,
source: 230628,
target: 136886 });
// adding node
var x_node = Math.cos(2 * 1710 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1710 * Math.PI / N) * 10;
g.nodes.push({
id: 136860,
label: 'MEMBER: Thibaud Goupil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-capture-decran-2019-12-24-a-12.31.08-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/thibaud-goupil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628136860,
size: 0.5,
source: 230628,
target: 136860 });
// adding node
var x_node = Math.cos(2 * 1711 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1711 * Math.PI / N) * 10;
g.nodes.push({
id: 136228,
label: 'MEMBER: Catarina Maria Da Silva Rosa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-rosa-catarina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-catarina-maria-da-silva-rosa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628136228,
size: 0.5,
source: 230628,
target: 136228 });
// adding node
var x_node = Math.cos(2 * 1712 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1712 * Math.PI / N) * 10;
g.nodes.push({
id: 136170,
label: 'MEMBER: Mariatou Dramé',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-mariatou-drame-unnamed-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariatou-drame/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628136170,
size: 0.5,
source: 230628,
target: 136170 });
// adding node
var x_node = Math.cos(2 * 1713 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1713 * Math.PI / N) * 10;
g.nodes.push({
id: 136134,
label: 'MEMBER: Arthur Michaut',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-photo-arthur-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/arthur-michaut/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628136134,
size: 0.5,
source: 230628,
target: 136134 });
// adding node
var x_node = Math.cos(2 * 1714 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1714 * Math.PI / N) * 10;
g.nodes.push({
id: 136130,
label: 'MEMBER: Yu Ieda',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-yu-ieda-yu-ieda-2021-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yu-ieda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628136130,
size: 0.5,
source: 230628,
target: 136130 });
// adding node
var x_node = Math.cos(2 * 1715 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1715 * Math.PI / N) * 10;
g.nodes.push({
id: 136112,
label: 'MEMBER: Maria Gutierrez-Sanchez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-maria-gutierrez-sanchez-fotomaria-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-gutierrez-sanchez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628136112,
size: 0.5,
source: 230628,
target: 136112 });
// adding node
var x_node = Math.cos(2 * 1716 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1716 * Math.PI / N) * 10;
g.nodes.push({
id: 136004,
label: 'MEMBER: Nadira Frescaline',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-nadira-frescaline-nadira-frescaline-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nadira-frescaline/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628136004,
size: 0.5,
source: 230628,
target: 136004 });
// adding node
var x_node = Math.cos(2 * 1717 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1717 * Math.PI / N) * 10;
g.nodes.push({
id: 135996,
label: 'MEMBER: Marion Lemarignier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-photo-marion-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marion-lemarignier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135996,
size: 0.5,
source: 230628,
target: 135996 });
// adding node
var x_node = Math.cos(2 * 1718 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1718 * Math.PI / N) * 10;
g.nodes.push({
id: 135968,
label: 'MEMBER: Cosme Claverie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-cosme-claverie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cosme-claverie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135968,
size: 0.5,
source: 230628,
target: 135968 });
// adding node
var x_node = Math.cos(2 * 1719 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1719 * Math.PI / N) * 10;
g.nodes.push({
id: 135762,
label: 'MEMBER: Jiachuan Bai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-unnamed-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jiachuan-bai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135762,
size: 0.5,
source: 230628,
target: 135762 });
// adding node
var x_node = Math.cos(2 * 1720 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1720 * Math.PI / N) * 10;
g.nodes.push({
id: 135616,
label: 'MEMBER: Priyanka Fernandes',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/priyanka-fernandes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135616,
size: 0.5,
source: 230628,
target: 135616 });
// adding node
var x_node = Math.cos(2 * 1721 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1721 * Math.PI / N) * 10;
g.nodes.push({
id: 135613,
label: 'MEMBER: Giulia Girelli-Zubani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/giulia-girelli-zubani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135613,
size: 0.5,
source: 230628,
target: 135613 });
// adding node
var x_node = Math.cos(2 * 1722 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1722 * Math.PI / N) * 10;
g.nodes.push({
id: 135610,
label: 'MEMBER: Anna Thaller',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-bildschirmfoto-2020-03-25-um-14.33.46-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/anna-thaller/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135610,
size: 0.5,
source: 230628,
target: 135610 });
// adding node
var x_node = Math.cos(2 * 1723 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1723 * Math.PI / N) * 10;
g.nodes.push({
id: 135607,
label: 'MEMBER: Toshiki Eri',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/toshiki-eri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135607,
size: 0.5,
source: 230628,
target: 135607 });
// adding node
var x_node = Math.cos(2 * 1724 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1724 * Math.PI / N) * 10;
g.nodes.push({
id: 135539,
label: 'MEMBER: Isabelle Bouyssou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-isabelle-bouyssou-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-bouyssou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135539,
size: 0.5,
source: 230628,
target: 135539 });
// adding node
var x_node = Math.cos(2 * 1725 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1725 * Math.PI / N) * 10;
g.nodes.push({
id: 135482,
label: 'MEMBER: Alina Sommer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-alina-sommer_pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alina-sommer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135482,
size: 0.5,
source: 230628,
target: 135482 });
// adding node
var x_node = Math.cos(2 * 1726 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1726 * Math.PI / N) * 10;
g.nodes.push({
id: 135114,
label: 'MEMBER: Elsa Bourayou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-elsa-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/elsa-bourayou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135114,
size: 0.5,
source: 230628,
target: 135114 });
// adding node
var x_node = Math.cos(2 * 1727 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1727 * Math.PI / N) * 10;
g.nodes.push({
id: 135069,
label: 'MEMBER: Davin Lunz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/davin-lunz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135069,
size: 0.5,
source: 230628,
target: 135069 });
// adding node
var x_node = Math.cos(2 * 1728 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1728 * Math.PI / N) * 10;
g.nodes.push({
id: 135032,
label: 'MEMBER: Cécile Tran Kiem',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-encecile-tran-kiemfrcecile-tran-kiem-20210720-fwis-c-tran-kiem-0076-crop-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cecile-tran-kiem/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628135032,
size: 0.5,
source: 230628,
target: 135032 });
// adding node
var x_node = Math.cos(2 * 1729 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1729 * Math.PI / N) * 10;
g.nodes.push({
id: 134482,
label: 'MEMBER: Yuting Guo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-enyuting-guofryuting-guo-photo-yuting-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-yuting-guo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628134482,
size: 0.5,
source: 230628,
target: 134482 });
// adding node
var x_node = Math.cos(2 * 1730 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1730 * Math.PI / N) * 10;
g.nodes.push({
id: 134279,
label: 'MEMBER: Mariana Gonzalez Medina',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mariana-gonzalez-medina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628134279,
size: 0.5,
source: 230628,
target: 134279 });
// adding node
var x_node = Math.cos(2 * 1731 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1731 * Math.PI / N) * 10;
g.nodes.push({
id: 134269,
label: 'MEMBER: Rebecca Pavillard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-pavillard-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/rebecca-pavillard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628134269,
size: 0.5,
source: 230628,
target: 134269 });
// adding node
var x_node = Math.cos(2 * 1732 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1732 * Math.PI / N) * 10;
g.nodes.push({
id: 134259,
label: 'MEMBER: Maria Llach i Pou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-llach-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/maria-llach-i-pou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628134259,
size: 0.5,
source: 230628,
target: 134259 });
// adding node
var x_node = Math.cos(2 * 1733 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1733 * Math.PI / N) * 10;
g.nodes.push({
id: 134243,
label: 'MEMBER: Jun Hemmi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-jun-25109-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jun-hemmi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628134243,
size: 0.5,
source: 230628,
target: 134243 });
// adding node
var x_node = Math.cos(2 * 1734 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1734 * Math.PI / N) * 10;
g.nodes.push({
id: 134185,
label: 'MEMBER: Huda Abuhussein',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/huda-abuhussein/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628134185,
size: 0.5,
source: 230628,
target: 134185 });
// adding node
var x_node = Math.cos(2 * 1735 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1735 * Math.PI / N) * 10;
g.nodes.push({
id: 134179,
label: 'MEMBER: Helena Sefiane-Djemaoune',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/helena-sefiane-djemaoune/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628134179,
size: 0.5,
source: 230628,
target: 134179 });
// adding node
var x_node = Math.cos(2 * 1736 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1736 * Math.PI / N) * 10;
g.nodes.push({
id: 134107,
label: 'MEMBER: Magdalena Barbachowska',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/magdalena-barbachowska/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628134107,
size: 0.5,
source: 230628,
target: 134107 });
// adding node
var x_node = Math.cos(2 * 1737 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1737 * Math.PI / N) * 10;
g.nodes.push({
id: 134005,
label: 'MEMBER: Delphine Planas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-delphine_planas-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/delphine-planas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628134005,
size: 0.5,
source: 230628,
target: 134005 });
// adding node
var x_node = Math.cos(2 * 1738 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1738 * Math.PI / N) * 10;
g.nodes.push({
id: 133893,
label: 'MEMBER: Ingrid Fert',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ingrid-fert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133893,
size: 0.5,
source: 230628,
target: 133893 });
// adding node
var x_node = Math.cos(2 * 1739 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1739 * Math.PI / N) * 10;
g.nodes.push({
id: 133884,
label: 'MEMBER: Jim Zoladek',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-jim-zoladek-img-20210301-194644-04-e1614777484884-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/jim-zoladek/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133884,
size: 0.5,
source: 230628,
target: 133884 });
// adding node
var x_node = Math.cos(2 * 1740 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1740 * Math.PI / N) * 10;
g.nodes.push({
id: 133714,
label: 'MEMBER: Charles Paul Moore',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/charles-paul-moore/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133714,
size: 0.5,
source: 230628,
target: 133714 });
// adding node
var x_node = Math.cos(2 * 1741 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1741 * Math.PI / N) * 10;
g.nodes.push({
id: 133712,
label: 'MEMBER: Nadia Vertti-Quintero',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-img_0512-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nadia-vertti-quintero/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133712,
size: 0.5,
source: 230628,
target: 133712 });
// adding node
var x_node = Math.cos(2 * 1742 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1742 * Math.PI / N) * 10;
g.nodes.push({
id: 133692,
label: 'MEMBER: Shreyansh Jain',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-shreyansh-jain-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/shreyansh-jain/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133692,
size: 0.5,
source: 230628,
target: 133692 });
// adding node
var x_node = Math.cos(2 * 1743 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1743 * Math.PI / N) * 10;
g.nodes.push({
id: 133663,
label: 'MEMBER: Isabelle Sou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-photo-le-15-10-2019-a-15.55-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-sou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133663,
size: 0.5,
source: 230628,
target: 133663 });
// adding node
var x_node = Math.cos(2 * 1744 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1744 * Math.PI / N) * 10;
g.nodes.push({
id: 133636,
label: 'MEMBER: Sophie Aicher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-sophie-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sophie-aicher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133636,
size: 0.5,
source: 230628,
target: 133636 });
// adding node
var x_node = Math.cos(2 * 1745 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1745 * Math.PI / N) * 10;
g.nodes.push({
id: 133593,
label: 'MEMBER: Dominique Michel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/dominique-michel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133593,
size: 0.5,
source: 230628,
target: 133593 });
// adding node
var x_node = Math.cos(2 * 1746 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1746 * Math.PI / N) * 10;
g.nodes.push({
id: 133588,
label: 'MEMBER: Gregory Inizan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gregory-inizan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133588,
size: 0.5,
source: 230628,
target: 133588 });
// adding node
var x_node = Math.cos(2 * 1747 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1747 * Math.PI / N) * 10;
g.nodes.push({
id: 133189,
label: 'MEMBER: Thierry Mourer',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thierry-mourer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133189,
size: 0.5,
source: 230628,
target: 133189 });
// adding node
var x_node = Math.cos(2 * 1748 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1748 * Math.PI / N) * 10;
g.nodes.push({
id: 133177,
label: 'MEMBER: Jessica Martyn',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-d2b5998d-e982-4f17-981e-f88320f9893c-4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jessica-martyn/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133177,
size: 0.5,
source: 230628,
target: 133177 });
// adding node
var x_node = Math.cos(2 * 1749 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1749 * Math.PI / N) * 10;
g.nodes.push({
id: 133056,
label: 'MEMBER: Maureen Mc Fadden',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-maureen-mc-fadden-maureen-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/maureen-mc-fadden/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628133056,
size: 0.5,
source: 230628,
target: 133056 });
// adding node
var x_node = Math.cos(2 * 1750 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1750 * Math.PI / N) * 10;
g.nodes.push({
id: 132999,
label: 'MEMBER: Florian Privé',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/florian-prive/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132999,
size: 0.5,
source: 230628,
target: 132999 });
// adding node
var x_node = Math.cos(2 * 1751 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1751 * Math.PI / N) * 10;
g.nodes.push({
id: 132995,
label: 'MEMBER: Miruna Costreie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-miruna-costreie-photo-me-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/miruna-costreie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132995,
size: 0.5,
source: 230628,
target: 132995 });
// adding node
var x_node = Math.cos(2 * 1752 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1752 * Math.PI / N) * 10;
g.nodes.push({
id: 132951,
label: 'MEMBER: Margot Delavy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-img_20191004_150903-4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/margot-delavy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132951,
size: 0.5,
source: 230628,
target: 132951 });
// adding node
var x_node = Math.cos(2 * 1753 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1753 * Math.PI / N) * 10;
g.nodes.push({
id: 132949,
label: 'MEMBER: Daria Kosmala',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-photo2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daria-kosmala/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132949,
size: 0.5,
source: 230628,
target: 132949 });
// adding node
var x_node = Math.cos(2 * 1754 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1754 * Math.PI / N) * 10;
g.nodes.push({
id: 132909,
label: 'MEMBER: Loan Bourdon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-loan-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/loan-bourdon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132909,
size: 0.5,
source: 230628,
target: 132909 });
// adding node
var x_node = Math.cos(2 * 1755 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1755 * Math.PI / N) * 10;
g.nodes.push({
id: 132855,
label: 'MEMBER: Vincent Mallet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vincent-mallet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132855,
size: 0.5,
source: 230628,
target: 132855 });
// adding node
var x_node = Math.cos(2 * 1756 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1756 * Math.PI / N) * 10;
g.nodes.push({
id: 132831,
label: 'MEMBER: Melina Thetiot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-melina_photo6recad-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melina-thetiot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132831,
size: 0.5,
source: 230628,
target: 132831 });
// adding node
var x_node = Math.cos(2 * 1757 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1757 * Math.PI / N) * 10;
g.nodes.push({
id: 132818,
label: 'MEMBER: Noël Aimar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/noel-aimar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132818,
size: 0.5,
source: 230628,
target: 132818 });
// adding node
var x_node = Math.cos(2 * 1758 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1758 * Math.PI / N) * 10;
g.nodes.push({
id: 132772,
label: 'MEMBER: Florian Carlier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-florian-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florian-carlier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132772,
size: 0.5,
source: 230628,
target: 132772 });
// adding node
var x_node = Math.cos(2 * 1759 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1759 * Math.PI / N) * 10;
g.nodes.push({
id: 132763,
label: 'MEMBER: Juliana Rizzo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-ju2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juliana-rizzo-balancin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132763,
size: 0.5,
source: 230628,
target: 132763 });
// adding node
var x_node = Math.cos(2 * 1760 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1760 * Math.PI / N) * 10;
g.nodes.push({
id: 132730,
label: 'MEMBER: Julien Gaillard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-sans-titre-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julien-gaillard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132730,
size: 0.5,
source: 230628,
target: 132730 });
// adding node
var x_node = Math.cos(2 * 1761 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1761 * Math.PI / N) * 10;
g.nodes.push({
id: 132723,
label: 'MEMBER: Sylvain Levallois',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-sylvain-levallois-photo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/sylvain-levallois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132723,
size: 0.5,
source: 230628,
target: 132723 });
// adding node
var x_node = Math.cos(2 * 1762 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1762 * Math.PI / N) * 10;
g.nodes.push({
id: 132712,
label: 'MEMBER: Fabien Girard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-photo-fabien-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabien-girard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132712,
size: 0.5,
source: 230628,
target: 132712 });
// adding node
var x_node = Math.cos(2 * 1763 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1763 * Math.PI / N) * 10;
g.nodes.push({
id: 132504,
label: 'MEMBER: Olivier Borkowski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-vsklsqez-400x400-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-borkowski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132504,
size: 0.5,
source: 230628,
target: 132504 });
// adding node
var x_node = Math.cos(2 * 1764 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1764 * Math.PI / N) * 10;
g.nodes.push({
id: 132500,
label: 'MEMBER: Achille Fraisse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-pas-conforme-1-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/achille-fraisse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132500,
size: 0.5,
source: 230628,
target: 132500 });
// adding node
var x_node = Math.cos(2 * 1765 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1765 * Math.PI / N) * 10;
g.nodes.push({
id: 132494,
label: 'MEMBER: Zach Fox',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-picture-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/zach-fox/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132494,
size: 0.5,
source: 230628,
target: 132494 });
// adding node
var x_node = Math.cos(2 * 1766 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1766 * Math.PI / N) * 10;
g.nodes.push({
id: 132366,
label: 'MEMBER: Tom Cumming',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-tomcumming-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tom-cumming/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132366,
size: 0.5,
source: 230628,
target: 132366 });
// adding node
var x_node = Math.cos(2 * 1767 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1767 * Math.PI / N) * 10;
g.nodes.push({
id: 132361,
label: 'MEMBER: Ralitza Staneva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-photo_rali-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/ralitza-staneva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132361,
size: 0.5,
source: 230628,
target: 132361 });
// adding node
var x_node = Math.cos(2 * 1768 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1768 * Math.PI / N) * 10;
g.nodes.push({
id: 132316,
label: 'MEMBER: Stéphane Tachon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-stephane_20190923-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephane-tachon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628132316,
size: 0.5,
source: 230628,
target: 132316 });
// adding node
var x_node = Math.cos(2 * 1769 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1769 * Math.PI / N) * 10;
g.nodes.push({
id: 131957,
label: 'MEMBER: David Fournier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-fournier_id_nov2018-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-fournier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628131957,
size: 0.5,
source: 230628,
target: 131957 });
// adding node
var x_node = Math.cos(2 * 1770 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1770 * Math.PI / N) * 10;
g.nodes.push({
id: 131762,
label: 'MEMBER: Konstantin Petrov',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/konstantin-petrov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628131762,
size: 0.5,
source: 230628,
target: 131762 });
// adding node
var x_node = Math.cos(2 * 1771 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1771 * Math.PI / N) * 10;
g.nodes.push({
id: 131385,
label: 'MEMBER: Myriem Chikhaoui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-myriem-chikhaoui-njkzoti4-copier-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/myriem-chikhaoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628131385,
size: 0.5,
source: 230628,
target: 131385 });
// adding node
var x_node = Math.cos(2 * 1772 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1772 * Math.PI / N) * 10;
g.nodes.push({
id: 131343,
label: 'MEMBER: Paulina Cruz de Casas',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-paulina-cruz-de-casas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628131343,
size: 0.5,
source: 230628,
target: 131343 });
// adding node
var x_node = Math.cos(2 * 1773 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1773 * Math.PI / N) * 10;
g.nodes.push({
id: 131298,
label: 'MEMBER: Maud Marechal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maud-marechal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628131298,
size: 0.5,
source: 230628,
target: 131298 });
// adding node
var x_node = Math.cos(2 * 1774 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1774 * Math.PI / N) * 10;
g.nodes.push({
id: 131247,
label: 'MEMBER: Nadia Fernandes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-nnadiafernandesphotoofficielle-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/nadia-fernandes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628131247,
size: 0.5,
source: 230628,
target: 131247 });
// adding node
var x_node = Math.cos(2 * 1775 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1775 * Math.PI / N) * 10;
g.nodes.push({
id: 130620,
label: 'MEMBER: Christophe Chapard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-chapard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628130620,
size: 0.5,
source: 230628,
target: 130620 });
// adding node
var x_node = Math.cos(2 * 1776 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1776 * Math.PI / N) * 10;
g.nodes.push({
id: 130396,
label: 'MEMBER: Isabelle Dusfour',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-20171121_180714-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-dusfour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628130396,
size: 0.5,
source: 230628,
target: 130396 });
// adding node
var x_node = Math.cos(2 * 1777 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1777 * Math.PI / N) * 10;
g.nodes.push({
id: 130120,
label: 'MEMBER: Laure Bernard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-photo-laure-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/laure-bernard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628130120,
size: 0.5,
source: 230628,
target: 130120 });
// adding node
var x_node = Math.cos(2 * 1778 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1778 * Math.PI / N) * 10;
g.nodes.push({
id: 130111,
label: 'MEMBER: Amandine Molliex-Palud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-capture-decran-2019-07-31-a-17.51.38-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/amandine-molliex-palud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628130111,
size: 0.5,
source: 230628,
target: 130111 });
// adding node
var x_node = Math.cos(2 * 1779 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1779 * Math.PI / N) * 10;
g.nodes.push({
id: 130107,
label: 'MEMBER: Nick Owens',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-unknown-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/nick-owens/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628130107,
size: 0.5,
source: 230628,
target: 130107 });
// adding node
var x_node = Math.cos(2 * 1780 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1780 * Math.PI / N) * 10;
g.nodes.push({
id: 130102,
label: 'MEMBER: Inmaculada Gonzalez Garcia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-photo-inma-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/inmaculada-gonzalez-garcia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628130102,
size: 0.5,
source: 230628,
target: 130102 });
// adding node
var x_node = Math.cos(2 * 1781 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1781 * Math.PI / N) * 10;
g.nodes.push({
id: 129906,
label: 'MEMBER: Katia Barrett',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-katia-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/katia-barrett/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628129906,
size: 0.5,
source: 230628,
target: 129906 });
// adding node
var x_node = Math.cos(2 * 1782 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1782 * Math.PI / N) * 10;
g.nodes.push({
id: 129806,
label: 'MEMBER: Eléa Paillares',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-20180711_150350-stand-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elea-paillares/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628129806,
size: 0.5,
source: 230628,
target: 129806 });
// adding node
var x_node = Math.cos(2 * 1783 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1783 * Math.PI / N) * 10;
g.nodes.push({
id: 129585,
label: 'MEMBER: Thibaut Hubert',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thibaut-hubert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628129585,
size: 0.5,
source: 230628,
target: 129585 });
// adding node
var x_node = Math.cos(2 * 1784 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1784 * Math.PI / N) * 10;
g.nodes.push({
id: 129465,
label: 'MEMBER: Angga Perima',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-photo-angga-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/angga-perima/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628129465,
size: 0.5,
source: 230628,
target: 129465 });
// adding node
var x_node = Math.cos(2 * 1785 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1785 * Math.PI / N) * 10;
g.nodes.push({
id: 129378,
label: 'MEMBER: Ilayda Soztekin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-capture-decran-2019-07-13-a-16.44.33-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/ilayda-soztekin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628129378,
size: 0.5,
source: 230628,
target: 129378 });
// adding node
var x_node = Math.cos(2 * 1786 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1786 * Math.PI / N) * 10;
g.nodes.push({
id: 129373,
label: 'MEMBER: Celine Le Cocq',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-capture-decran-2019-07-13-a-16.36.38-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/celine-le-cocq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628129373,
size: 0.5,
source: 230628,
target: 129373 });
// adding node
var x_node = Math.cos(2 * 1787 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1787 * Math.PI / N) * 10;
g.nodes.push({
id: 129272,
label: 'MEMBER: David Courtney',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/david-courtney/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628129272,
size: 0.5,
source: 230628,
target: 129272 });
// adding node
var x_node = Math.cos(2 * 1788 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1788 * Math.PI / N) * 10;
g.nodes.push({
id: 129093,
label: 'MEMBER: Lucienne Nouchikian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-img-20190822-wa0011-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucienne-nouchikian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628129093,
size: 0.5,
source: 230628,
target: 129093 });
// adding node
var x_node = Math.cos(2 * 1789 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1789 * Math.PI / N) * 10;
g.nodes.push({
id: 129024,
label: 'MEMBER: Murielle Serres',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-murielle-serres-murielle-essai-3-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/murielle-serres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628129024,
size: 0.5,
source: 230628,
target: 129024 });
// adding node
var x_node = Math.cos(2 * 1790 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1790 * Math.PI / N) * 10;
g.nodes.push({
id: 120614,
label: 'MEMBER: Lena Feige',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-lena-img_20190106_1013061-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lena-feige/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120614,
size: 0.5,
source: 230628,
target: 120614 });
// adding node
var x_node = Math.cos(2 * 1791 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1791 * Math.PI / N) * 10;
g.nodes.push({
id: 128716,
label: 'MEMBER: Andrea Lavarello',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andrea-lavarello/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628128716,
size: 0.5,
source: 230628,
target: 128716 });
// adding node
var x_node = Math.cos(2 * 1792 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1792 * Math.PI / N) * 10;
g.nodes.push({
id: 127913,
label: 'MEMBER: Clément Madru',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-clement-madru-img-0913-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clement-madru/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127913,
size: 0.5,
source: 230628,
target: 127913 });
// adding node
var x_node = Math.cos(2 * 1793 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1793 * Math.PI / N) * 10;
g.nodes.push({
id: 127904,
label: 'MEMBER: Mustafa Tekpinar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mustafa-tekpinar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127904,
size: 0.5,
source: 230628,
target: 127904 });
// adding node
var x_node = Math.cos(2 * 1794 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1794 * Math.PI / N) * 10;
g.nodes.push({
id: 127806,
label: 'MEMBER: Nikaïa Smith',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-nikaia-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/nikaia-smith/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127806,
size: 0.5,
source: 230628,
target: 127806 });
// adding node
var x_node = Math.cos(2 * 1795 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1795 * Math.PI / N) * 10;
g.nodes.push({
id: 127529,
label: 'MEMBER: Sara Khalilian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-sara-khalilian-sara-khalilian-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sara-khalilian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127529,
size: 0.5,
source: 230628,
target: 127529 });
// adding node
var x_node = Math.cos(2 * 1796 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1796 * Math.PI / N) * 10;
g.nodes.push({
id: 127352,
label: 'MEMBER: Virginie Borges Cardoso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-virginie-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-virginie-borges-cardoso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127352,
size: 0.5,
source: 230628,
target: 127352 });
// adding node
var x_node = Math.cos(2 * 1797 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1797 * Math.PI / N) * 10;
g.nodes.push({
id: 127345,
label: 'MEMBER: Jimmy Hortion',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-40-jimmy-hortion-equipe-baize-300x200-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-jimmy-hortion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127345,
size: 0.5,
source: 230628,
target: 127345 });
// adding node
var x_node = Math.cos(2 * 1798 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1798 * Math.PI / N) * 10;
g.nodes.push({
id: 127340,
label: 'MEMBER: Clara Germain',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-cg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-clara-germain/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127340,
size: 0.5,
source: 230628,
target: 127340 });
// adding node
var x_node = Math.cos(2 * 1799 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1799 * Math.PI / N) * 10;
g.nodes.push({
id: 127310,
label: 'MEMBER: Lydie Texier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-capture-decran-2019-06-04-a-15.46.30-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/lydie-texier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127310,
size: 0.5,
source: 230628,
target: 127310 });
// adding node
var x_node = Math.cos(2 * 1800 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1800 * Math.PI / N) * 10;
g.nodes.push({
id: 127154,
label: 'MEMBER: Albin Salazar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/albin-salazar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127154,
size: 0.5,
source: 230628,
target: 127154 });
// adding node
var x_node = Math.cos(2 * 1801 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1801 * Math.PI / N) * 10;
g.nodes.push({
id: 127036,
label: 'MEMBER: Revathi Govind',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-govind-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/revathi-govind/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628127036,
size: 0.5,
source: 230628,
target: 127036 });
// adding node
var x_node = Math.cos(2 * 1802 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1802 * Math.PI / N) * 10;
g.nodes.push({
id: 126940,
label: 'MEMBER: Stéphane Rigaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-811146-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephane-rigaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126940,
size: 0.5,
source: 230628,
target: 126940 });
// adding node
var x_node = Math.cos(2 * 1803 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1803 * Math.PI / N) * 10;
g.nodes.push({
id: 126882,
label: 'MEMBER: Gabrielle Dejean de la Batie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-capture-decran-2019-05-22-a-16.27.46-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/fr-gabrielle-dejean-de-la-batie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126882,
size: 0.5,
source: 230628,
target: 126882 });
// adding node
var x_node = Math.cos(2 * 1804 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1804 * Math.PI / N) * 10;
g.nodes.push({
id: 126795,
label: 'MEMBER: Claire Morvan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-cm-photo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/claire-morvan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126795,
size: 0.5,
source: 230628,
target: 126795 });
// adding node
var x_node = Math.cos(2 * 1805 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1805 * Math.PI / N) * 10;
g.nodes.push({
id: 126596,
label: 'MEMBER: Erminia Donnarumma',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-e-donnarumma-picture-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/erminia-donnarumma/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126596,
size: 0.5,
source: 230628,
target: 126596 });
// adding node
var x_node = Math.cos(2 * 1806 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1806 * Math.PI / N) * 10;
g.nodes.push({
id: 126591,
label: 'MEMBER: Claire Pujol',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/claire-pujol/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126591,
size: 0.5,
source: 230628,
target: 126591 });
// adding node
var x_node = Math.cos(2 * 1807 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1807 * Math.PI / N) * 10;
g.nodes.push({
id: 126536,
label: 'MEMBER: Elsa Charifou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-14.42.51-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/elsa-charifou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126536,
size: 0.5,
source: 230628,
target: 126536 });
// adding node
var x_node = Math.cos(2 * 1808 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1808 * Math.PI / N) * 10;
g.nodes.push({
id: 126516,
label: 'MEMBER: Emile Zakiev',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-cwcrhvqaqbmlbeylignvig_thumb_2a7e1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emil-zakiev/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126516,
size: 0.5,
source: 230628,
target: 126516 });
// adding node
var x_node = Math.cos(2 * 1809 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1809 * Math.PI / N) * 10;
g.nodes.push({
id: 126491,
label: 'MEMBER: Sophie Mutricy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-sophie-mutricy-s.-mutricy-photo-badge-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mutricy-sophie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126491,
size: 0.5,
source: 230628,
target: 126491 });
// adding node
var x_node = Math.cos(2 * 1810 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1810 * Math.PI / N) * 10;
g.nodes.push({
id: 126366,
label: 'MEMBER: Jean-Marie Winter',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-img_7221-modifiee-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-marie-winter/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126366,
size: 0.5,
source: 230628,
target: 126366 });
// adding node
var x_node = Math.cos(2 * 1811 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1811 * Math.PI / N) * 10;
g.nodes.push({
id: 126347,
label: 'MEMBER: Flora Donati',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/flora-donati/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126347,
size: 0.5,
source: 230628,
target: 126347 });
// adding node
var x_node = Math.cos(2 * 1812 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1812 * Math.PI / N) * 10;
g.nodes.push({
id: 126345,
label: 'MEMBER: Tim Krischuns',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tim-krischuns/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126345,
size: 0.5,
source: 230628,
target: 126345 });
// adding node
var x_node = Math.cos(2 * 1813 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1813 * Math.PI / N) * 10;
g.nodes.push({
id: 126125,
label: 'MEMBER: Diana Paola Baquero Uriza',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-untitled-2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/diana-paola-baquero-uriza/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126125,
size: 0.5,
source: 230628,
target: 126125 });
// adding node
var x_node = Math.cos(2 * 1814 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1814 * Math.PI / N) * 10;
g.nodes.push({
id: 126121,
label: 'MEMBER: Junfeng Liu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-untitled-5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/junfeng-liu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126121,
size: 0.5,
source: 230628,
target: 126121 });
// adding node
var x_node = Math.cos(2 * 1815 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1815 * Math.PI / N) * 10;
g.nodes.push({
id: 126114,
label: 'MEMBER: Sofia Medvedeva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-sofia-medvedeva-photo-e1631627744382-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sofia-medvedeva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126114,
size: 0.5,
source: 230628,
target: 126114 });
// adding node
var x_node = Math.cos(2 * 1816 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1816 * Math.PI / N) * 10;
g.nodes.push({
id: 126065,
label: 'MEMBER: Estelle Vincendeau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-enestelle-vincendeaufrestelle-vincendeau-estelle-vincendeau-e1638375849848-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/estelle-vincendeau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628126065,
size: 0.5,
source: 230628,
target: 126065 });
// adding node
var x_node = Math.cos(2 * 1817 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1817 * Math.PI / N) * 10;
g.nodes.push({
id: 125992,
label: 'MEMBER: Françoise Collonnier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-18698116_10155411571747390_270840718011858085_n-copie-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francoise-collonnier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125992,
size: 0.5,
source: 230628,
target: 125992 });
// adding node
var x_node = Math.cos(2 * 1818 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1818 * Math.PI / N) * 10;
g.nodes.push({
id: 125865,
label: 'MEMBER: Ruby Alonso Ramirez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ruby-alonso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125865,
size: 0.5,
source: 230628,
target: 125865 });
// adding node
var x_node = Math.cos(2 * 1819 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1819 * Math.PI / N) * 10;
g.nodes.push({
id: 125811,
label: 'MEMBER: Maylis Layan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-24093890_10155987713694679_1386461201_o-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maylis-layan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125811,
size: 0.5,
source: 230628,
target: 125811 });
// adding node
var x_node = Math.cos(2 * 1820 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1820 * Math.PI / N) * 10;
g.nodes.push({
id: 125721,
label: 'MEMBER: Jean-Pierre Sauzet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-pierre-sauzet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125721,
size: 0.5,
source: 230628,
target: 125721 });
// adding node
var x_node = Math.cos(2 * 1821 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1821 * Math.PI / N) * 10;
g.nodes.push({
id: 125599,
label: 'MEMBER: Carole Phan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-carole-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carole-phan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125599,
size: 0.5,
source: 230628,
target: 125599 });
// adding node
var x_node = Math.cos(2 * 1822 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1822 * Math.PI / N) * 10;
g.nodes.push({
id: 125596,
label: 'MEMBER: Paolo Caldarelli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-paolo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/paolo-caldarelli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125596,
size: 0.5,
source: 230628,
target: 125596 });
// adding node
var x_node = Math.cos(2 * 1823 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1823 * Math.PI / N) * 10;
g.nodes.push({
id: 125592,
label: 'MEMBER: Carolina Parada Borja',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-carolina-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/carolina-parada-borja/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125592,
size: 0.5,
source: 230628,
target: 125592 });
// adding node
var x_node = Math.cos(2 * 1824 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1824 * Math.PI / N) * 10;
g.nodes.push({
id: 125589,
label: 'MEMBER: Aline Bonnet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-capture-decran-2019-07-26-a-11.46.36-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/aline-bonnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125589,
size: 0.5,
source: 230628,
target: 125589 });
// adding node
var x_node = Math.cos(2 * 1825 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1825 * Math.PI / N) * 10;
g.nodes.push({
id: 125161,
label: 'MEMBER: Amal Elfidha',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-img-3222-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amal-elfidha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125161,
size: 0.5,
source: 230628,
target: 125161 });
// adding node
var x_node = Math.cos(2 * 1826 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1826 * Math.PI / N) * 10;
g.nodes.push({
id: 125133,
label: 'MEMBER: Zeinabou Kissongon Traore',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/zeinabou-kissongon-traore/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125133,
size: 0.5,
source: 230628,
target: 125133 });
// adding node
var x_node = Math.cos(2 * 1827 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1827 * Math.PI / N) * 10;
g.nodes.push({
id: 125034,
label: 'MEMBER: Camille Garcia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-img_0007-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-garcia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628125034,
size: 0.5,
source: 230628,
target: 125034 });
// adding node
var x_node = Math.cos(2 * 1828 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1828 * Math.PI / N) * 10;
g.nodes.push({
id: 124950,
label: 'MEMBER: Liliana Mancio Silva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-photo-1-5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/liliana-mancio-silva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628124950,
size: 0.5,
source: 230628,
target: 124950 });
// adding node
var x_node = Math.cos(2 * 1829 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1829 * Math.PI / N) * 10;
g.nodes.push({
id: 124945,
label: 'MEMBER: Gretchen Diffendall',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-24862473_10215215984174996_8181622776401523978_n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gretchen-diffendall/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628124945,
size: 0.5,
source: 230628,
target: 124945 });
// adding node
var x_node = Math.cos(2 * 1830 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1830 * Math.PI / N) * 10;
g.nodes.push({
id: 124884,
label: 'MEMBER: Andrea Avila Avila',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-capture-decran-2019-04-04-a-12.26.00-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/andrea-avila-avila/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628124884,
size: 0.5,
source: 230628,
target: 124884 });
// adding node
var x_node = Math.cos(2 * 1831 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1831 * Math.PI / N) * 10;
g.nodes.push({
id: 124512,
label: 'MEMBER: Marco Gualtieri',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-marco-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marco-gualtieri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628124512,
size: 0.5,
source: 230628,
target: 124512 });
// adding node
var x_node = Math.cos(2 * 1832 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1832 * Math.PI / N) * 10;
g.nodes.push({
id: 124452,
label: 'MEMBER: Laure Le Blanc',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laure-le-blanc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628124452,
size: 0.5,
source: 230628,
target: 124452 });
// adding node
var x_node = Math.cos(2 * 1833 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1833 * Math.PI / N) * 10;
g.nodes.push({
id: 124366,
label: 'MEMBER: Carolina Moraes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-carolina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carolina-moraes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628124366,
size: 0.5,
source: 230628,
target: 124366 });
// adding node
var x_node = Math.cos(2 * 1834 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1834 * Math.PI / N) * 10;
g.nodes.push({
id: 124355,
label: 'MEMBER: Vanessa Kremer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-capture-decran-2019-03-25-a-12.21.04-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/vanessa-kremer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628124355,
size: 0.5,
source: 230628,
target: 124355 });
// adding node
var x_node = Math.cos(2 * 1835 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1835 * Math.PI / N) * 10;
g.nodes.push({
id: 123967,
label: 'MEMBER: Karen Druart',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-karen-druart-img-20210902-124522-1-scaled-e1669379413893-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/karen-druart/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123967,
size: 0.5,
source: 230628,
target: 123967 });
// adding node
var x_node = Math.cos(2 * 1836 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1836 * Math.PI / N) * 10;
g.nodes.push({
id: 123756,
label: 'MEMBER: Michele Cerminara',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-michele-cerminara-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-michele-cerminara/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123756,
size: 0.5,
source: 230628,
target: 123756 });
// adding node
var x_node = Math.cos(2 * 1837 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1837 * Math.PI / N) * 10;
g.nodes.push({
id: 123751,
label: 'MEMBER: Benjamin Zoller',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-ben-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benjamin-zoller/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123751,
size: 0.5,
source: 230628,
target: 123751 });
// adding node
var x_node = Math.cos(2 * 1838 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1838 * Math.PI / N) * 10;
g.nodes.push({
id: 123659,
label: 'MEMBER: Cassandra Koh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-cassandra-koh-koh-cassandra-1705-2-e1708108581324-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cassandra-koh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123659,
size: 0.5,
source: 230628,
target: 123659 });
// adding node
var x_node = Math.cos(2 * 1839 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1839 * Math.PI / N) * 10;
g.nodes.push({
id: 123656,
label: 'MEMBER: Sabrina Johanna Fletcher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-dsc3802_2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sabrina-johanna-fletcher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123656,
size: 0.5,
source: 230628,
target: 123656 });
// adding node
var x_node = Math.cos(2 * 1840 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1840 * Math.PI / N) * 10;
g.nodes.push({
id: 123319,
label: 'MEMBER: Chunzi Yao',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-img_2150-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chunzi-yao/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123319,
size: 0.5,
source: 230628,
target: 123319 });
// adding node
var x_node = Math.cos(2 * 1841 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1841 * Math.PI / N) * 10;
g.nodes.push({
id: 123292,
label: 'MEMBER: Camila Valenzuela-Montenegro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-img_6998-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camila-valenzuela-montenegro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123292,
size: 0.5,
source: 230628,
target: 123292 });
// adding node
var x_node = Math.cos(2 * 1842 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1842 * Math.PI / N) * 10;
g.nodes.push({
id: 123270,
label: 'MEMBER: Hanno Schoeler',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-a_002801-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hanno-schoeler/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123270,
size: 0.5,
source: 230628,
target: 123270 });
// adding node
var x_node = Math.cos(2 * 1843 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1843 * Math.PI / N) * 10;
g.nodes.push({
id: 123261,
label: 'MEMBER: Elodie Vimont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-683039-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elodie-vimont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123261,
size: 0.5,
source: 230628,
target: 123261 });
// adding node
var x_node = Math.cos(2 * 1844 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1844 * Math.PI / N) * 10;
g.nodes.push({
id: 123248,
label: 'MEMBER: Rémi Planel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-photos_pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/remi-planel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123248,
size: 0.5,
source: 230628,
target: 123248 });
// adding node
var x_node = Math.cos(2 * 1845 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1845 * Math.PI / N) * 10;
g.nodes.push({
id: 123063,
label: 'MEMBER: Hawa Yaffa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-photo-hawa-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/hawa-yaffa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628123063,
size: 0.5,
source: 230628,
target: 123063 });
// adding node
var x_node = Math.cos(2 * 1846 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1846 * Math.PI / N) * 10;
g.nodes.push({
id: 122488,
label: 'MEMBER: Laëtitia Breton',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laetitia-breton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628122488,
size: 0.5,
source: 230628,
target: 122488 });
// adding node
var x_node = Math.cos(2 * 1847 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1847 * Math.PI / N) * 10;
g.nodes.push({
id: 122454,
label: 'MEMBER: Elodie Pysson',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elodie-pysson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628122454,
size: 0.5,
source: 230628,
target: 122454 });
// adding node
var x_node = Math.cos(2 * 1848 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1848 * Math.PI / N) * 10;
g.nodes.push({
id: 122345,
label: 'MEMBER: Lucie Kuhmel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lucie-kuhmel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628122345,
size: 0.5,
source: 230628,
target: 122345 });
// adding node
var x_node = Math.cos(2 * 1849 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1849 * Math.PI / N) * 10;
g.nodes.push({
id: 122342,
label: 'MEMBER: Cora Lucet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/cora-lucet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628122342,
size: 0.5,
source: 230628,
target: 122342 });
// adding node
var x_node = Math.cos(2 * 1850 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1850 * Math.PI / N) * 10;
g.nodes.push({
id: 122334,
label: 'MEMBER: Kaoutar Jidar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kaoutar-jidar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628122334,
size: 0.5,
source: 230628,
target: 122334 });
// adding node
var x_node = Math.cos(2 * 1851 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1851 * Math.PI / N) * 10;
g.nodes.push({
id: 122304,
label: 'MEMBER: Lucien Platon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-ma-tronche-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/platon-lucien/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628122304,
size: 0.5,
source: 230628,
target: 122304 });
// adding node
var x_node = Math.cos(2 * 1852 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1852 * Math.PI / N) * 10;
g.nodes.push({
id: 122291,
label: 'MEMBER: Thomas Sabaté',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-thomas-sabate-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-sabate/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628122291,
size: 0.5,
source: 230628,
target: 122291 });
// adding node
var x_node = Math.cos(2 * 1853 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1853 * Math.PI / N) * 10;
g.nodes.push({
id: 122106,
label: 'MEMBER: Fanny Mazzamurro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-fanny-mazzamurro-fanny-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/fanny-mazzamurro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628122106,
size: 0.5,
source: 230628,
target: 122106 });
// adding node
var x_node = Math.cos(2 * 1854 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1854 * Math.PI / N) * 10;
g.nodes.push({
id: 121855,
label: 'MEMBER: Isabelle Cailleau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-capture-decran-2019-04-09-a-17.09.03-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/isabelle-cailleau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121855,
size: 0.5,
source: 230628,
target: 121855 });
// adding node
var x_node = Math.cos(2 * 1855 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1855 * Math.PI / N) * 10;
g.nodes.push({
id: 121789,
label: 'MEMBER: Mariela Furstenheim',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mariela-furstenheim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121789,
size: 0.5,
source: 230628,
target: 121789 });
// adding node
var x_node = Math.cos(2 * 1856 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1856 * Math.PI / N) * 10;
g.nodes.push({
id: 121771,
label: 'MEMBER: Chloé Bohers',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-chloe-bohers-2-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-bohers/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121771,
size: 0.5,
source: 230628,
target: 121771 });
// adding node
var x_node = Math.cos(2 * 1857 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1857 * Math.PI / N) * 10;
g.nodes.push({
id: 121543,
label: 'MEMBER: Eugen Pfeifer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-profile_picture-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/eugen-pfeifer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121543,
size: 0.5,
source: 230628,
target: 121543 });
// adding node
var x_node = Math.cos(2 * 1858 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1858 * Math.PI / N) * 10;
g.nodes.push({
id: 121426,
label: 'MEMBER: Stéphane Goussin',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121426,
size: 0.5,
source: 230628,
target: 121426 });
// adding node
var x_node = Math.cos(2 * 1859 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1859 * Math.PI / N) * 10;
g.nodes.push({
id: 121157,
label: 'MEMBER: Adrien Blisnick',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-adrien-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adrien-blisnick/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121157,
size: 0.5,
source: 230628,
target: 121157 });
// adding node
var x_node = Math.cos(2 * 1860 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1860 * Math.PI / N) * 10;
g.nodes.push({
id: 121143,
label: 'MEMBER: Amaury Bignaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-amaury-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amaury-bignaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121143,
size: 0.5,
source: 230628,
target: 121143 });
// adding node
var x_node = Math.cos(2 * 1861 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1861 * Math.PI / N) * 10;
g.nodes.push({
id: 121115,
label: 'MEMBER: Soufyan Fakroun',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-img_20200204_080426_01-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/soufyan-fakroun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121115,
size: 0.5,
source: 230628,
target: 121115 });
// adding node
var x_node = Math.cos(2 * 1862 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1862 * Math.PI / N) * 10;
g.nodes.push({
id: 121094,
label: 'MEMBER: Descamps Aurélie',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-descamps-aurelie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121094,
size: 0.5,
source: 230628,
target: 121094 });
// adding node
var x_node = Math.cos(2 * 1863 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1863 * Math.PI / N) * 10;
g.nodes.push({
id: 121034,
label: 'MEMBER: Pierre Garcia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-pierre-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/pierre-garcia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121034,
size: 0.5,
source: 230628,
target: 121034 });
// adding node
var x_node = Math.cos(2 * 1864 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1864 * Math.PI / N) * 10;
g.nodes.push({
id: 121029,
label: 'MEMBER: Marine Lenon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-photo-3-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marine-lenon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121029,
size: 0.5,
source: 230628,
target: 121029 });
// adding node
var x_node = Math.cos(2 * 1865 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1865 * Math.PI / N) * 10;
g.nodes.push({
id: 121023,
label: 'MEMBER: Séverine Matheus',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/severine-matheus/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628121023,
size: 0.5,
source: 230628,
target: 121023 });
// adding node
var x_node = Math.cos(2 * 1866 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1866 * Math.PI / N) * 10;
g.nodes.push({
id: 120932,
label: 'MEMBER: Stanislas Thiriet-Rupert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-stanislas2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-stanislas-thiriet-rupert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120932,
size: 0.5,
source: 230628,
target: 120932 });
// adding node
var x_node = Math.cos(2 * 1867 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1867 * Math.PI / N) * 10;
g.nodes.push({
id: 120834,
label: 'MEMBER: Nathalie Petiot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-nathalie-petiot-web-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-petiot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120834,
size: 0.5,
source: 230628,
target: 120834 });
// adding node
var x_node = Math.cos(2 * 1868 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1868 * Math.PI / N) * 10;
g.nodes.push({
id: 120810,
label: 'MEMBER: Pauline Formaglio',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120810,
size: 0.5,
source: 230628,
target: 120810 });
// adding node
var x_node = Math.cos(2 * 1869 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1869 * Math.PI / N) * 10;
g.nodes.push({
id: 120503,
label: 'MEMBER: Valerio Laghi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-valerio-laghi-photo-with-blur-1-scaled-e1604565899489-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerio-laghi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120503,
size: 0.5,
source: 230628,
target: 120503 });
// adding node
var x_node = Math.cos(2 * 1870 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1870 * Math.PI / N) * 10;
g.nodes.push({
id: 120486,
label: 'MEMBER: Léa Torcq',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-lea-torcq-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lea-torcq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120486,
size: 0.5,
source: 230628,
target: 120486 });
// adding node
var x_node = Math.cos(2 * 1871 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1871 * Math.PI / N) * 10;
g.nodes.push({
id: 120408,
label: 'MEMBER: Romain Duda',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-romain-duda-img-20201109-204137-3171-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/romain-duda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120408,
size: 0.5,
source: 230628,
target: 120408 });
// adding node
var x_node = Math.cos(2 * 1872 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1872 * Math.PI / N) * 10;
g.nodes.push({
id: 120295,
label: 'MEMBER: Lea Swistak',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-lea-swistak-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lea-swistak/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120295,
size: 0.5,
source: 230628,
target: 120295 });
// adding node
var x_node = Math.cos(2 * 1873 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1873 * Math.PI / N) * 10;
g.nodes.push({
id: 120096,
label: 'MEMBER: Mélanie Hennart',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-melaniehennart-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melanie-hennart/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120096,
size: 0.5,
source: 230628,
target: 120096 });
// adding node
var x_node = Math.cos(2 * 1874 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1874 * Math.PI / N) * 10;
g.nodes.push({
id: 120059,
label: 'MEMBER: Paolo Bosetti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-20190314_185852-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paolo-bosetti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628120059,
size: 0.5,
source: 230628,
target: 120059 });
// adding node
var x_node = Math.cos(2 * 1875 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1875 * Math.PI / N) * 10;
g.nodes.push({
id: 119690,
label: 'MEMBER: Rayan Chikhi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-photo_pasteur-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/rayan-chikhi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628119690,
size: 0.5,
source: 230628,
target: 119690 });
// adding node
var x_node = Math.cos(2 * 1876 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1876 * Math.PI / N) * 10;
g.nodes.push({
id: 119399,
label: 'MEMBER: Yasaman Karami',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-screenshot-from-2019-01-10-11-37-05-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/fr-yasaman-karami/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628119399,
size: 0.5,
source: 230628,
target: 119399 });
// adding node
var x_node = Math.cos(2 * 1877 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1877 * Math.PI / N) * 10;
g.nodes.push({
id: 119326,
label: 'MEMBER: Xian Tang',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/xian-tang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628119326,
size: 0.5,
source: 230628,
target: 119326 });
// adding node
var x_node = Math.cos(2 * 1878 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1878 * Math.PI / N) * 10;
g.nodes.push({
id: 119322,
label: 'MEMBER: Rémy Robinot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-sans-titre-2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/remy-robinot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628119322,
size: 0.5,
source: 230628,
target: 119322 });
// adding node
var x_node = Math.cos(2 * 1879 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1879 * Math.PI / N) * 10;
g.nodes.push({
id: 119310,
label: 'MEMBER: Stacy Gellenoncourt',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stacy-gellenoncourt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628119310,
size: 0.5,
source: 230628,
target: 119310 });
// adding node
var x_node = Math.cos(2 * 1880 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1880 * Math.PI / N) * 10;
g.nodes.push({
id: 119259,
label: 'MEMBER: Florence Campana',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-florence-campana/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628119259,
size: 0.5,
source: 230628,
target: 119259 });
// adding node
var x_node = Math.cos(2 * 1881 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1881 * Math.PI / N) * 10;
g.nodes.push({
id: 119254,
label: 'MEMBER: Benjamin Devauchelle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-capture-decran-2019-03-01-a-14.34.49-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/fr-benjamin-devauchelle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628119254,
size: 0.5,
source: 230628,
target: 119254 });
// adding node
var x_node = Math.cos(2 * 1882 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1882 * Math.PI / N) * 10;
g.nodes.push({
id: 118894,
label: 'MEMBER: Marion Le Foll',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-marion-le-foll-photo-portrait-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marion-le-foll/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118894,
size: 0.5,
source: 230628,
target: 118894 });
// adding node
var x_node = Math.cos(2 * 1883 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1883 * Math.PI / N) * 10;
g.nodes.push({
id: 118813,
label: 'MEMBER: Margot Sahnine',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/margot-sahnine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118813,
size: 0.5,
source: 230628,
target: 118813 });
// adding node
var x_node = Math.cos(2 * 1884 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1884 * Math.PI / N) * 10;
g.nodes.push({
id: 118781,
label: 'MEMBER: Matthias Groszer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-capture-decran-2019-01-21-a-18.27.59-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/matthias-groszer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118781,
size: 0.5,
source: 230628,
target: 118781 });
// adding node
var x_node = Math.cos(2 * 1885 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1885 * Math.PI / N) * 10;
g.nodes.push({
id: 118618,
label: 'MEMBER: Alícia Corbellini Piffer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-img-20181231-wa00244-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/alicia-corbellini-piffer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118618,
size: 0.5,
source: 230628,
target: 118618 });
// adding node
var x_node = Math.cos(2 * 1886 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1886 * Math.PI / N) * 10;
g.nodes.push({
id: 118549,
label: 'MEMBER: Nathalie Clément',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/12/research_pasteur-nathalie-clement-clement-nathalie-9576-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-nathalie-clement/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118549,
size: 0.5,
source: 230628,
target: 118549 });
// adding node
var x_node = Math.cos(2 * 1887 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1887 * Math.PI / N) * 10;
g.nodes.push({
id: 118432,
label: 'MEMBER: Matthijn Vos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-matthijn-vos-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matthijn-vos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118432,
size: 0.5,
source: 230628,
target: 118432 });
// adding node
var x_node = Math.cos(2 * 1888 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1888 * Math.PI / N) * 10;
g.nodes.push({
id: 118315,
label: 'MEMBER: Sumith Kumar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/10/research_pasteur-passport-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sumith-kumar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118315,
size: 0.5,
source: 230628,
target: 118315 });
// adding node
var x_node = Math.cos(2 * 1889 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1889 * Math.PI / N) * 10;
g.nodes.push({
id: 118254,
label: 'MEMBER: Cheng Chen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-capture-decran-2020-02-25-a-14.29.43-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/cheng-chen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118254,
size: 0.5,
source: 230628,
target: 118254 });
// adding node
var x_node = Math.cos(2 * 1890 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1890 * Math.PI / N) * 10;
g.nodes.push({
id: 118005,
label: 'MEMBER: Sandrine Royer-Devaux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sandrine-royer-devaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118005,
size: 0.5,
source: 230628,
target: 118005 });
// adding node
var x_node = Math.cos(2 * 1891 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1891 * Math.PI / N) * 10;
g.nodes.push({
id: 118003,
label: 'MEMBER: Agnès Raymond-Denise',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/agnes-raymond-denise/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628118003,
size: 0.5,
source: 230628,
target: 118003 });
// adding node
var x_node = Math.cos(2 * 1892 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1892 * Math.PI / N) * 10;
g.nodes.push({
id: 117840,
label: 'MEMBER: Pierre Lê-Bury',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/12/research_pasteur-photo-pierre-le-bury-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-le-bury/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628117840,
size: 0.5,
source: 230628,
target: 117840 });
// adding node
var x_node = Math.cos(2 * 1893 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1893 * Math.PI / N) * 10;
g.nodes.push({
id: 117827,
label: 'MEMBER: Delphine Bonhomme',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/12/research_pasteur-dscf3023-copie-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-delphine-bonhomme/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628117827,
size: 0.5,
source: 230628,
target: 117827 });
// adding node
var x_node = Math.cos(2 * 1894 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1894 * Math.PI / N) * 10;
g.nodes.push({
id: 117732,
label: 'MEMBER: Deborah Delaune',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/deborah-delaune/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628117732,
size: 0.5,
source: 230628,
target: 117732 });
// adding node
var x_node = Math.cos(2 * 1895 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1895 * Math.PI / N) * 10;
g.nodes.push({
id: 117593,
label: 'MEMBER: Yuanyuan Li',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-2-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-yuanyuan-li/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628117593,
size: 0.5,
source: 230628,
target: 117593 });
// adding node
var x_node = Math.cos(2 * 1896 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1896 * Math.PI / N) * 10;
g.nodes.push({
id: 117326,
label: 'MEMBER: Max Bonomi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-njkzmdmz-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/massimiliano-bonomi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628117326,
size: 0.5,
source: 230628,
target: 117326 });
// adding node
var x_node = Math.cos(2 * 1897 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1897 * Math.PI / N) * 10;
g.nodes.push({
id: 117296,
label: 'MEMBER: Maylis Lejeune',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-maylis_2017-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maylis-lejeune/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628117296,
size: 0.5,
source: 230628,
target: 117296 });
// adding node
var x_node = Math.cos(2 * 1898 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1898 * Math.PI / N) * 10;
g.nodes.push({
id: 117104,
label: 'MEMBER: Alexey Mazur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-alexey-mazur-akm3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexey-mazur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628117104,
size: 0.5,
source: 230628,
target: 117104 });
// adding node
var x_node = Math.cos(2 * 1899 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1899 * Math.PI / N) * 10;
g.nodes.push({
id: 116816,
label: 'MEMBER: Sara Chehboub',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-chehboub-sara-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sara-chehboub/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116816,
size: 0.5,
source: 230628,
target: 116816 });
// adding node
var x_node = Math.cos(2 * 1900 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1900 * Math.PI / N) * 10;
g.nodes.push({
id: 116577,
label: 'MEMBER: Ignacio Fernandez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-img_4481-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-ignacio-fernandez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116577,
size: 0.5,
source: 230628,
target: 116577 });
// adding node
var x_node = Math.cos(2 * 1901 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1901 * Math.PI / N) * 10;
g.nodes.push({
id: 116573,
label: 'MEMBER: stefano Pietropaoli',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-stefano-pietropaoli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116573,
size: 0.5,
source: 230628,
target: 116573 });
// adding node
var x_node = Math.cos(2 * 1902 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1902 * Math.PI / N) * 10;
g.nodes.push({
id: 116456,
label: 'MEMBER: Tobias Holm Bønnelykke',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-tobias_dsc8517-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tobias-bonnelykke/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116456,
size: 0.5,
source: 230628,
target: 116456 });
// adding node
var x_node = Math.cos(2 * 1903 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1903 * Math.PI / N) * 10;
g.nodes.push({
id: 116367,
label: 'MEMBER: Lasse Toftdal Dynesen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-lasse-toftdal-dynesen-4ca8332d-959e-4760-8d01-e42953f1a747-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lasse-toftdal-dynesen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116367,
size: 0.5,
source: 230628,
target: 116367 });
// adding node
var x_node = Math.cos(2 * 1904 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1904 * Math.PI / N) * 10;
g.nodes.push({
id: 116350,
label: 'MEMBER: Manish Singh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-sans-titre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/manish-singh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116350,
size: 0.5,
source: 230628,
target: 116350 });
// adding node
var x_node = Math.cos(2 * 1905 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1905 * Math.PI / N) * 10;
g.nodes.push({
id: 116169,
label: 'MEMBER: Dandan Liu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-dandan-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/dandan-liu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116169,
size: 0.5,
source: 230628,
target: 116169 });
// adding node
var x_node = Math.cos(2 * 1906 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1906 * Math.PI / N) * 10;
g.nodes.push({
id: 116156,
label: 'MEMBER: Parisa Khalilian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-parisa-khalilian_crop-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/parisa-khalilian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116156,
size: 0.5,
source: 230628,
target: 116156 });
// adding node
var x_node = Math.cos(2 * 1907 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1907 * Math.PI / N) * 10;
g.nodes.push({
id: 116104,
label: 'MEMBER: Nina Ljubojevic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-nina-ljubojevic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nina-ljubojevic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116104,
size: 0.5,
source: 230628,
target: 116104 });
// adding node
var x_node = Math.cos(2 * 1908 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1908 * Math.PI / N) * 10;
g.nodes.push({
id: 116022,
label: 'MEMBER: Michael Henderson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-michael-henderson-2_crop-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/michael-henderson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628116022,
size: 0.5,
source: 230628,
target: 116022 });
// adding node
var x_node = Math.cos(2 * 1909 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1909 * Math.PI / N) * 10;
g.nodes.push({
id: 115834,
label: 'MEMBER: David Morizet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-img-20181026-wa0000-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-morizet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628115834,
size: 0.5,
source: 230628,
target: 115834 });
// adding node
var x_node = Math.cos(2 * 1910 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1910 * Math.PI / N) * 10;
g.nodes.push({
id: 115761,
label: 'MEMBER: Jonathan Dhenin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-img_9642-1-copie-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jonathan-dhenin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628115761,
size: 0.5,
source: 230628,
target: 115761 });
// adding node
var x_node = Math.cos(2 * 1911 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1911 * Math.PI / N) * 10;
g.nodes.push({
id: 115680,
label: 'MEMBER: Aline Lefebvre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-alinelefebvre-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/fr-aline-lefebvre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628115680,
size: 0.5,
source: 230628,
target: 115680 });
// adding node
var x_node = Math.cos(2 * 1912 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1912 * Math.PI / N) * 10;
g.nodes.push({
id: 115588,
label: 'MEMBER: Andrée Diakité',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-ad-photo_2367-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/andree-diakite/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628115588,
size: 0.5,
source: 230628,
target: 115588 });
// adding node
var x_node = Math.cos(2 * 1913 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1913 * Math.PI / N) * 10;
g.nodes.push({
id: 115051,
label: 'MEMBER: Chongfa Tang',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chongfa-tang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628115051,
size: 0.5,
source: 230628,
target: 115051 });
// adding node
var x_node = Math.cos(2 * 1914 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1914 * Math.PI / N) * 10;
g.nodes.push({
id: 114976,
label: 'MEMBER: Gabriela Ferreira de Medeiros',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-gabi-pic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gabriela-ferreira-de-medeiros/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628114976,
size: 0.5,
source: 230628,
target: 114976 });
// adding node
var x_node = Math.cos(2 * 1915 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1915 * Math.PI / N) * 10;
g.nodes.push({
id: 114900,
label: 'MEMBER: Felix Streicher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-id_fstreicher-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/felix-streicher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628114900,
size: 0.5,
source: 230628,
target: 114900 });
// adding node
var x_node = Math.cos(2 * 1916 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1916 * Math.PI / N) * 10;
g.nodes.push({
id: 114847,
label: 'MEMBER: Gustave Ronteix',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-photo_face-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gustave-ronteix/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628114847,
size: 0.5,
source: 230628,
target: 114847 });
// adding node
var x_node = Math.cos(2 * 1917 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1917 * Math.PI / N) * 10;
g.nodes.push({
id: 114500,
label: 'MEMBER: Daniela Di Girolamo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-daniela-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniela-di-girolamo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628114500,
size: 0.5,
source: 230628,
target: 114500 });
// adding node
var x_node = Math.cos(2 * 1918 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1918 * Math.PI / N) * 10;
g.nodes.push({
id: 114462,
label: 'MEMBER: Nathan Mackowski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-nathan-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-nathan-mackowski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628114462,
size: 0.5,
source: 230628,
target: 114462 });
// adding node
var x_node = Math.cos(2 * 1919 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1919 * Math.PI / N) * 10;
g.nodes.push({
id: 113715,
label: 'MEMBER: Pierre Bost',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-pierre-bost-cropped-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/pierre-bost/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628113715,
size: 0.5,
source: 230628,
target: 113715 });
// adding node
var x_node = Math.cos(2 * 1920 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1920 * Math.PI / N) * 10;
g.nodes.push({
id: 113642,
label: 'MEMBER: Caroline Binet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-njkyody3-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caroline-binet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628113642,
size: 0.5,
source: 230628,
target: 113642 });
// adding node
var x_node = Math.cos(2 * 1921 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1921 * Math.PI / N) * 10;
g.nodes.push({
id: 113600,
label: 'MEMBER: Luc de Chaisemartin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-mouse-cap-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/luc-de-chaisemartin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628113600,
size: 0.5,
source: 230628,
target: 113600 });
// adding node
var x_node = Math.cos(2 * 1922 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1922 * Math.PI / N) * 10;
g.nodes.push({
id: 113560,
label: 'MEMBER: Antoine Nougairede',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-antoine_2018-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antoine-nougairede/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628113560,
size: 0.5,
source: 230628,
target: 113560 });
// adding node
var x_node = Math.cos(2 * 1923 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1923 * Math.PI / N) * 10;
g.nodes.push({
id: 113310,
label: 'MEMBER: Clarisse Leseigneur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-photo-clarisse-leseigneur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clarisse-leseigneur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628113310,
size: 0.5,
source: 230628,
target: 113310 });
// adding node
var x_node = Math.cos(2 * 1924 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1924 * Math.PI / N) * 10;
g.nodes.push({
id: 113299,
label: 'MEMBER: María Pardos de la Gándara',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-me_ru-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/maria-pardos-de-la-gandara/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628113299,
size: 0.5,
source: 230628,
target: 113299 });
// adding node
var x_node = Math.cos(2 * 1925 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1925 * Math.PI / N) * 10;
g.nodes.push({
id: 112968,
label: 'MEMBER: Rodrigo Arias-Cartín',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-rodrigo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/rodrigo-arias-cartin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628112968,
size: 0.5,
source: 230628,
target: 112968 });
// adding node
var x_node = Math.cos(2 * 1926 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1926 * Math.PI / N) * 10;
g.nodes.push({
id: 112960,
label: 'MEMBER: Emmanuelle Bouveret',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-emma_photo2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emmanuelle-bouveret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628112960,
size: 0.5,
source: 230628,
target: 112960 });
// adding node
var x_node = Math.cos(2 * 1927 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1927 * Math.PI / N) * 10;
g.nodes.push({
id: 112554,
label: 'MEMBER: Marion Bouchet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marion-bouchet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628112554,
size: 0.5,
source: 230628,
target: 112554 });
// adding node
var x_node = Math.cos(2 * 1928 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1928 * Math.PI / N) * 10;
g.nodes.push({
id: 112551,
label: 'MEMBER: Debashis Dhara',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/debashis-dhara/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628112551,
size: 0.5,
source: 230628,
target: 112551 });
// adding node
var x_node = Math.cos(2 * 1929 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1929 * Math.PI / N) * 10;
g.nodes.push({
id: 112361,
label: 'MEMBER: Corinne Billion',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-corinne-3-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/corinne-billion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628112361,
size: 0.5,
source: 230628,
target: 112361 });
// adding node
var x_node = Math.cos(2 * 1930 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1930 * Math.PI / N) * 10;
g.nodes.push({
id: 112337,
label: 'MEMBER: Elric Esposito',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/08/research_pasteur-elric-esposito-eelarge-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elric-esposito/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628112337,
size: 0.5,
source: 230628,
target: 112337 });
// adding node
var x_node = Math.cos(2 * 1931 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1931 * Math.PI / N) * 10;
g.nodes.push({
id: 112175,
label: 'MEMBER: Johanna Viluma',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/johanna-viluma/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628112175,
size: 0.5,
source: 230628,
target: 112175 });
// adding node
var x_node = Math.cos(2 * 1932 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1932 * Math.PI / N) * 10;
g.nodes.push({
id: 111946,
label: 'MEMBER: Franck Bourgade',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/franck-bourgade/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628111946,
size: 0.5,
source: 230628,
target: 111946 });
// adding node
var x_node = Math.cos(2 * 1933 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1933 * Math.PI / N) * 10;
g.nodes.push({
id: 111866,
label: 'MEMBER: Maxim Kryukov',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/08/research_pasteur-phzjyuiipc0-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maksim-kriukov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628111866,
size: 0.5,
source: 230628,
target: 111866 });
// adding node
var x_node = Math.cos(2 * 1934 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1934 * Math.PI / N) * 10;
g.nodes.push({
id: 111697,
label: 'MEMBER: Thomas Hummel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thomas-hummel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628111697,
size: 0.5,
source: 230628,
target: 111697 });
// adding node
var x_node = Math.cos(2 * 1935 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1935 * Math.PI / N) * 10;
g.nodes.push({
id: 111687,
label: 'MEMBER: Jean-Baptiste Denis',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-baptiste-denis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628111687,
size: 0.5,
source: 230628,
target: 111687 });
// adding node
var x_node = Math.cos(2 * 1936 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1936 * Math.PI / N) * 10;
g.nodes.push({
id: 111677,
label: 'MEMBER: Stéphane Fournier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/stephane-fournier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628111677,
size: 0.5,
source: 230628,
target: 111677 });
// adding node
var x_node = Math.cos(2 * 1937 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1937 * Math.PI / N) * 10;
g.nodes.push({
id: 111674,
label: 'MEMBER: Youssef Ghorbal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/youssef-ghorbal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628111674,
size: 0.5,
source: 230628,
target: 111674 });
// adding node
var x_node = Math.cos(2 * 1938 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1938 * Math.PI / N) * 10;
g.nodes.push({
id: 110895,
label: 'MEMBER: Samuel Garcia Huete',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/07/research_pasteur-garcia-samuel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/samuel-garcia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110895,
size: 0.5,
source: 230628,
target: 110895 });
// adding node
var x_node = Math.cos(2 * 1939 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1939 * Math.PI / N) * 10;
g.nodes.push({
id: 110736,
label: 'MEMBER: Juliana Pipoli Da Fonseca',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-lecot6m-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juliana-pipoli-da-fonseca/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110736,
size: 0.5,
source: 230628,
target: 110736 });
// adding node
var x_node = Math.cos(2 * 1940 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1940 * Math.PI / N) * 10;
g.nodes.push({
id: 109448,
label: 'MEMBER: Isabelle Travecedo Robledo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isabelle-travecedo-robledo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628109448,
size: 0.5,
source: 230628,
target: 109448 });
// adding node
var x_node = Math.cos(2 * 1941 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1941 * Math.PI / N) * 10;
g.nodes.push({
id: 110613,
label: 'MEMBER: Franziska Bender',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-11d11sc00232-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/franziska-bender/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110613,
size: 0.5,
source: 230628,
target: 110613 });
// adding node
var x_node = Math.cos(2 * 1942 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1942 * Math.PI / N) * 10;
g.nodes.push({
id: 110538,
label: 'MEMBER: Ildem Sanli',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ildem-sanli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110538,
size: 0.5,
source: 230628,
target: 110538 });
// adding node
var x_node = Math.cos(2 * 1943 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1943 * Math.PI / N) * 10;
g.nodes.push({
id: 110214,
label: 'MEMBER: Wenming Wei',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-photo-of-passport-style-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/wenming-wei/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110214,
size: 0.5,
source: 230628,
target: 110214 });
// adding node
var x_node = Math.cos(2 * 1944 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1944 * Math.PI / N) * 10;
g.nodes.push({
id: 110196,
label: 'MEMBER: Anaïs Chapel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-photo-identite-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anais-chapel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110196,
size: 0.5,
source: 230628,
target: 110196 });
// adding node
var x_node = Math.cos(2 * 1945 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1945 * Math.PI / N) * 10;
g.nodes.push({
id: 110141,
label: 'MEMBER: Anna Kehres',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-ss_abcd9780-zoom-copie-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-kehres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110141,
size: 0.5,
source: 230628,
target: 110141 });
// adding node
var x_node = Math.cos(2 * 1946 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1946 * Math.PI / N) * 10;
g.nodes.push({
id: 110126,
label: 'MEMBER: Julie Germond',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julie-germond/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110126,
size: 0.5,
source: 230628,
target: 110126 });
// adding node
var x_node = Math.cos(2 * 1947 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1947 * Math.PI / N) * 10;
g.nodes.push({
id: 110116,
label: 'MEMBER: Amel Mettouchi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-amel-profil-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amel-mettouchi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110116,
size: 0.5,
source: 230628,
target: 110116 });
// adding node
var x_node = Math.cos(2 * 1948 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1948 * Math.PI / N) * 10;
g.nodes.push({
id: 110079,
label: 'MEMBER: Mathieu Bohm',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-ma-tronche-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathieu-bohm/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628110079,
size: 0.5,
source: 230628,
target: 110079 });
// adding node
var x_node = Math.cos(2 * 1949 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1949 * Math.PI / N) * 10;
g.nodes.push({
id: 109978,
label: 'MEMBER: Christophe Joubert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-joubert-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-joubert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628109978,
size: 0.5,
source: 230628,
target: 109978 });
// adding node
var x_node = Math.cos(2 * 1950 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1950 * Math.PI / N) * 10;
g.nodes.push({
id: 109847,
label: 'MEMBER: Tan Phuc Buivan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-207372_10150131394389390_545773_n-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-tan-phuc-buivan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628109847,
size: 0.5,
source: 230628,
target: 109847 });
// adding node
var x_node = Math.cos(2 * 1951 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1951 * Math.PI / N) * 10;
g.nodes.push({
id: 109786,
label: 'MEMBER: Laurine Levillayer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-laurine_levillayer-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurine-levillayer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628109786,
size: 0.5,
source: 230628,
target: 109786 });
// adding node
var x_node = Math.cos(2 * 1952 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1952 * Math.PI / N) * 10;
g.nodes.push({
id: 109698,
label: 'MEMBER: Martin Larralde',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-face-square-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/martin-larralde/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628109698,
size: 0.5,
source: 230628,
target: 109698 });
// adding node
var x_node = Math.cos(2 * 1953 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1953 * Math.PI / N) * 10;
g.nodes.push({
id: 109389,
label: 'MEMBER: Marion Rincel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-marion-09068-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marion-rincel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628109389,
size: 0.5,
source: 230628,
target: 109389 });
// adding node
var x_node = Math.cos(2 * 1954 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1954 * Math.PI / N) * 10;
g.nodes.push({
id: 109163,
label: 'MEMBER: Cécile Limouzin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/cecile-limouzin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628109163,
size: 0.5,
source: 230628,
target: 109163 });
// adding node
var x_node = Math.cos(2 * 1955 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1955 * Math.PI / N) * 10;
g.nodes.push({
id: 108860,
label: 'MEMBER: Timothy Wai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-timothy-wai-tim-wai-headshot-2023-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/timothy-wai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628108860,
size: 0.5,
source: 230628,
target: 108860 });
// adding node
var x_node = Math.cos(2 * 1956 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1956 * Math.PI / N) * 10;
g.nodes.push({
id: 108663,
label: 'MEMBER: Virginie Portelette',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-njkynjyx-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/portelette-virginie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628108663,
size: 0.5,
source: 230628,
target: 108663 });
// adding node
var x_node = Math.cos(2 * 1957 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1957 * Math.PI / N) * 10;
g.nodes.push({
id: 108629,
label: 'MEMBER: Adriana Chiarelli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-adriana-chiarelli-chiarelli-adriana-2978-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-adriana-chiarelli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628108629,
size: 0.5,
source: 230628,
target: 108629 });
// adding node
var x_node = Math.cos(2 * 1958 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1958 * Math.PI / N) * 10;
g.nodes.push({
id: 108299,
label: 'MEMBER: Zélie Godin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/zelie-godin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628108299,
size: 0.5,
source: 230628,
target: 108299 });
// adding node
var x_node = Math.cos(2 * 1959 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1959 * Math.PI / N) * 10;
g.nodes.push({
id: 108266,
label: 'MEMBER: Jaechen Ryu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-jaechan_ryu_-copy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jaechen-ryu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628108266,
size: 0.5,
source: 230628,
target: 108266 });
// adding node
var x_node = Math.cos(2 * 1960 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1960 * Math.PI / N) * 10;
g.nodes.push({
id: 108151,
label: 'MEMBER: Luc Blassel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-luc-blassel-d5980bef-fec6-4068-afde-67f5b906277e-1-105-c-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/luc-blassel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628108151,
size: 0.5,
source: 230628,
target: 108151 });
// adding node
var x_node = Math.cos(2 * 1961 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1961 * Math.PI / N) * 10;
g.nodes.push({
id: 107500,
label: 'MEMBER: Gessyca GEOFFROY',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-engessyca-geoffroyfrgessyca-geoffroy-photo-annuaire-pasteur-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gessyca-geoffroy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628107500,
size: 0.5,
source: 230628,
target: 107500 });
// adding node
var x_node = Math.cos(2 * 1962 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1962 * Math.PI / N) * 10;
g.nodes.push({
id: 108104,
label: 'MEMBER: Alexis Matamoro Vidal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-picture-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/alexis-matamoro-vidal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628108104,
size: 0.5,
source: 230628,
target: 108104 });
// adding node
var x_node = Math.cos(2 * 1963 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1963 * Math.PI / N) * 10;
g.nodes.push({
id: 107778,
label: 'MEMBER: Wahiba Aouadi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-photo-salon-du-laboratoire-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-wahiba-aouadi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628107778,
size: 0.5,
source: 230628,
target: 107778 });
// adding node
var x_node = Math.cos(2 * 1964 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1964 * Math.PI / N) * 10;
g.nodes.push({
id: 107734,
label: 'MEMBER: Stewart Cole',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-stewart-cole-cole-stewart-8141-cc-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stewart-cole/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628107734,
size: 0.5,
source: 230628,
target: 107734 });
// adding node
var x_node = Math.cos(2 * 1965 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1965 * Math.PI / N) * 10;
g.nodes.push({
id: 107524,
label: 'MEMBER: Elise Weill',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/08/research_pasteur-img_20180813_122253402-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elise-weill/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628107524,
size: 0.5,
source: 230628,
target: 107524 });
// adding node
var x_node = Math.cos(2 * 1966 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1966 * Math.PI / N) * 10;
g.nodes.push({
id: 107505,
label: 'MEMBER: Elisabeth Labruyère',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-elisabeth-labruyere-capture-decran-2021-01-14-a-13.10.50-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/elisabeth-labruyere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628107505,
size: 0.5,
source: 230628,
target: 107505 });
// adding node
var x_node = Math.cos(2 * 1967 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1967 * Math.PI / N) * 10;
g.nodes.push({
id: 107394,
label: 'MEMBER: Mirko Sadi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-img_3892_3_preview-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/mirko-sadi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628107394,
size: 0.5,
source: 230628,
target: 107394 });
// adding node
var x_node = Math.cos(2 * 1968 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1968 * Math.PI / N) * 10;
g.nodes.push({
id: 107013,
label: 'MEMBER: Florence Juglas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-florence-juglapo.po-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-juglas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628107013,
size: 0.5,
source: 230628,
target: 107013 });
// adding node
var x_node = Math.cos(2 * 1969 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1969 * Math.PI / N) * 10;
g.nodes.push({
id: 106933,
label: 'MEMBER: Cristina Fernandez Molina',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-cristina-fernandez-molina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cristina-fernandez-molina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106933,
size: 0.5,
source: 230628,
target: 106933 });
// adding node
var x_node = Math.cos(2 * 1970 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1970 * Math.PI / N) * 10;
g.nodes.push({
id: 106836,
label: 'MEMBER: Tamara Advedissian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-dkgossfzakqosx9jlw1tbzqviks-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/tamara-advedissian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106836,
size: 0.5,
source: 230628,
target: 106836 });
// adding node
var x_node = Math.cos(2 * 1971 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1971 * Math.PI / N) * 10;
g.nodes.push({
id: 106754,
label: 'MEMBER: Lesly Raulin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-sans-titre-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/lesly-raulin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106754,
size: 0.5,
source: 230628,
target: 106754 });
// adding node
var x_node = Math.cos(2 * 1972 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1972 * Math.PI / N) * 10;
g.nodes.push({
id: 106748,
label: 'MEMBER: Matthieu Pichené',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/matthieu-pichene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106748,
size: 0.5,
source: 230628,
target: 106748 });
// adding node
var x_node = Math.cos(2 * 1973 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1973 * Math.PI / N) * 10;
g.nodes.push({
id: 106745,
label: 'MEMBER: François Bertaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-moi_sardaigne_2014_cropped-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-bertaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106745,
size: 0.5,
source: 230628,
target: 106745 });
// adding node
var x_node = Math.cos(2 * 1974 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1974 * Math.PI / N) * 10;
g.nodes.push({
id: 106618,
label: 'MEMBER: Yutaka Yoshii',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-yutaka-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yutaka-yoshii/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106618,
size: 0.5,
source: 230628,
target: 106618 });
// adding node
var x_node = Math.cos(2 * 1975 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1975 * Math.PI / N) * 10;
g.nodes.push({
id: 106337,
label: 'MEMBER: Myriam Mattei',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-20170213_212150-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/myriam-mattei/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106337,
size: 0.5,
source: 230628,
target: 106337 });
// adding node
var x_node = Math.cos(2 * 1976 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1976 * Math.PI / N) * 10;
g.nodes.push({
id: 106130,
label: 'MEMBER: Marta Garcia Lopez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-marta-garcia-lopez-garcia-lopez-marta-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marta-garcia-lopez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106130,
size: 0.5,
source: 230628,
target: 106130 });
// adding node
var x_node = Math.cos(2 * 1977 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1977 * Math.PI / N) * 10;
g.nodes.push({
id: 106122,
label: 'MEMBER: Minhee Kim',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-pic-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/minhee-kim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106122,
size: 0.5,
source: 230628,
target: 106122 });
// adding node
var x_node = Math.cos(2 * 1978 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1978 * Math.PI / N) * 10;
g.nodes.push({
id: 106119,
label: 'MEMBER: Lukas Hafner',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-screen-shot-2018-05-15-at-12.55.17-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/lukas-hafner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106119,
size: 0.5,
source: 230628,
target: 106119 });
// adding node
var x_node = Math.cos(2 * 1979 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1979 * Math.PI / N) * 10;
g.nodes.push({
id: 106116,
label: 'MEMBER: Hana Kammoun',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-capture-decran-2018-03-19-a-17.36.20-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/hana-kammoun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628106116,
size: 0.5,
source: 230628,
target: 106116 });
// adding node
var x_node = Math.cos(2 * 1980 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1980 * Math.PI / N) * 10;
g.nodes.push({
id: 105887,
label: 'MEMBER: Virginie Geolier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/07/research_pasteur-virginie3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-virginie-geolier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628105887,
size: 0.5,
source: 230628,
target: 105887 });
// adding node
var x_node = Math.cos(2 * 1981 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1981 * Math.PI / N) * 10;
g.nodes.push({
id: 105853,
label: 'MEMBER: Shuang Li',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/shuang-li/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628105853,
size: 0.5,
source: 230628,
target: 105853 });
// adding node
var x_node = Math.cos(2 * 1982 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1982 * Math.PI / N) * 10;
g.nodes.push({
id: 105747,
label: 'MEMBER: Doriane Thouvenot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/doriane-thouvenot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628105747,
size: 0.5,
source: 230628,
target: 105747 });
// adding node
var x_node = Math.cos(2 * 1983 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1983 * Math.PI / N) * 10;
g.nodes.push({
id: 105603,
label: 'MEMBER: Carla Rodrigues',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-img_9627-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carla-parada-rodrigues/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628105603,
size: 0.5,
source: 230628,
target: 105603 });
// adding node
var x_node = Math.cos(2 * 1984 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1984 * Math.PI / N) * 10;
g.nodes.push({
id: 105568,
label: 'MEMBER: Martine Cohen-Solal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/martine-cohen-solal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628105568,
size: 0.5,
source: 230628,
target: 105568 });
// adding node
var x_node = Math.cos(2 * 1985 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1985 * Math.PI / N) * 10;
g.nodes.push({
id: 105522,
label: 'MEMBER: Julie Toubiana',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-img_0068_julie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julie-toubiana/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628105522,
size: 0.5,
source: 230628,
target: 105522 });
// adding node
var x_node = Math.cos(2 * 1986 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1986 * Math.PI / N) * 10;
g.nodes.push({
id: 105185,
label: 'MEMBER: Matthew Eldridge',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-photo-matthew-eldridge-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/matthew-eldridge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628105185,
size: 0.5,
source: 230628,
target: 105185 });
// adding node
var x_node = Math.cos(2 * 1987 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1987 * Math.PI / N) * 10;
g.nodes.push({
id: 105067,
label: 'MEMBER: Anne-Cecile Petit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-anne-cecile-petit-img-9675-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/anne-cecile-petit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628105067,
size: 0.5,
source: 230628,
target: 105067 });
// adding node
var x_node = Math.cos(2 * 1988 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1988 * Math.PI / N) * 10;
g.nodes.push({
id: 104999,
label: 'MEMBER: Yoann Dufresne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-profile-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yoann-dufresne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104999,
size: 0.5,
source: 230628,
target: 104999 });
// adding node
var x_node = Math.cos(2 * 1989 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1989 * Math.PI / N) * 10;
g.nodes.push({
id: 104989,
label: 'MEMBER: Anđela Davidović',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-692293-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/andela-davidovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104989,
size: 0.5,
source: 230628,
target: 104989 });
// adding node
var x_node = Math.cos(2 * 1990 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1990 * Math.PI / N) * 10;
g.nodes.push({
id: 104985,
label: 'MEMBER: Violaine Saint-André',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-portraitcoupe-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/violaine-saint-andre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104985,
size: 0.5,
source: 230628,
target: 104985 });
// adding node
var x_node = Math.cos(2 * 1991 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1991 * Math.PI / N) * 10;
g.nodes.push({
id: 104981,
label: 'MEMBER: Pascal Campagne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/07/research_pasteur-img_0911-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pascal-campagne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104981,
size: 0.5,
source: 230628,
target: 104981 });
// adding node
var x_node = Math.cos(2 * 1992 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1992 * Math.PI / N) * 10;
g.nodes.push({
id: 104972,
label: 'MEMBER: Bryan Brancotte',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-me-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bryan-brancotte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104972,
size: 0.5,
source: 230628,
target: 104972 });
// adding node
var x_node = Math.cos(2 * 1993 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1993 * Math.PI / N) * 10;
g.nodes.push({
id: 104949,
label: 'MEMBER: Mélanie Bernardini Ridel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-melanie-bernardini-ridel-thumbnail-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melanie-ridel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104949,
size: 0.5,
source: 230628,
target: 104949 });
// adding node
var x_node = Math.cos(2 * 1994 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1994 * Math.PI / N) * 10;
g.nodes.push({
id: 104871,
label: 'MEMBER: Courtney Thomas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-courtney-thomas-img-7636-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/courtney-thomas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104871,
size: 0.5,
source: 230628,
target: 104871 });
// adding node
var x_node = Math.cos(2 * 1995 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1995 * Math.PI / N) * 10;
g.nodes.push({
id: 104864,
label: 'MEMBER: Antoine Gedeon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-njkymtu0-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antoine-gedeon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104864,
size: 0.5,
source: 230628,
target: 104864 });
// adding node
var x_node = Math.cos(2 * 1996 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1996 * Math.PI / N) * 10;
g.nodes.push({
id: 104707,
label: 'MEMBER: Miriam Labusch',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-img_20180307_163728_resized_20180307_043759116-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/miriam-labusch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104707,
size: 0.5,
source: 230628,
target: 104707 });
// adding node
var x_node = Math.cos(2 * 1997 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1997 * Math.PI / N) * 10;
g.nodes.push({
id: 104637,
label: 'MEMBER: Frédérique Bouchot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-frederique-bouchot-2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/frederique-bouchot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104637,
size: 0.5,
source: 230628,
target: 104637 });
// adding node
var x_node = Math.cos(2 * 1998 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1998 * Math.PI / N) * 10;
g.nodes.push({
id: 104603,
label: 'MEMBER: Vesna Mellon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-mellon-vesna-7720_la-bonne-1-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vesna-mellon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104603,
size: 0.5,
source: 230628,
target: 104603 });
// adding node
var x_node = Math.cos(2 * 1999 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 1999 * Math.PI / N) * 10;
g.nodes.push({
id: 104407,
label: 'MEMBER: Tatiana Traboulsi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-tatiana-profile-pic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tatiana-traboulsi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104407,
size: 0.5,
source: 230628,
target: 104407 });
// adding node
var x_node = Math.cos(2 * 2000 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2000 * Math.PI / N) * 10;
g.nodes.push({
id: 104398,
label: 'MEMBER: Samia Cheriet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-samia-cheriet-img-20210807-224154-251-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/samia-cheriet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628104398,
size: 0.5,
source: 230628,
target: 104398 });
// adding node
var x_node = Math.cos(2 * 2001 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2001 * Math.PI / N) * 10;
g.nodes.push({
id: 103782,
label: 'MEMBER: Jane L. Deuve',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-jane1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jane-deuve/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628103782,
size: 0.5,
source: 230628,
target: 103782 });
// adding node
var x_node = Math.cos(2 * 2002 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2002 * Math.PI / N) * 10;
g.nodes.push({
id: 103714,
label: 'MEMBER: Nuria Sima Teruel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nuria-sima-teruel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628103714,
size: 0.5,
source: 230628,
target: 103714 });
// adding node
var x_node = Math.cos(2 * 2003 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2003 * Math.PI / N) * 10;
g.nodes.push({
id: 103560,
label: 'MEMBER: Selma Topçu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-selma-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/selma-topcu-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628103560,
size: 0.5,
source: 230628,
target: 103560 });
// adding node
var x_node = Math.cos(2 * 2004 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2004 * Math.PI / N) * 10;
g.nodes.push({
id: 103322,
label: 'MEMBER: Dmitry Ershov',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-cropped_de_3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dmitry-ershov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628103322,
size: 0.5,
source: 230628,
target: 103322 });
// adding node
var x_node = Math.cos(2 * 2005 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2005 * Math.PI / N) * 10;
g.nodes.push({
id: 103214,
label: 'MEMBER: Frédéric Barras',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-f-barras-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/frederic-barras/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628103214,
size: 0.5,
source: 230628,
target: 103214 });
// adding node
var x_node = Math.cos(2 * 2006 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2006 * Math.PI / N) * 10;
g.nodes.push({
id: 103179,
label: 'MEMBER: Matthieu Haudiquet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/matthieu-haudiquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628103179,
size: 0.5,
source: 230628,
target: 103179 });
// adding node
var x_node = Math.cos(2 * 2007 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2007 * Math.PI / N) * 10;
g.nodes.push({
id: 102955,
label: 'MEMBER: Corentin Bon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-mms_20180211_184817-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/corentin-bon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102955,
size: 0.5,
source: 230628,
target: 102955 });
// adding node
var x_node = Math.cos(2 * 2008 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2008 * Math.PI / N) * 10;
g.nodes.push({
id: 102938,
label: 'MEMBER: Rémi-Xavier Coux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-coux-7c-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/remi-xavier-coux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102938,
size: 0.5,
source: 230628,
target: 102938 });
// adding node
var x_node = Math.cos(2 * 2009 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2009 * Math.PI / N) * 10;
g.nodes.push({
id: 102935,
label: 'MEMBER: Anna-Maria Geiselmann',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-photo-anna-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/anna-maria-geiselmann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102935,
size: 0.5,
source: 230628,
target: 102935 });
// adding node
var x_node = Math.cos(2 * 2010 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2010 * Math.PI / N) * 10;
g.nodes.push({
id: 102850,
label: 'MEMBER: Marion Berard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marion-berard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102850,
size: 0.5,
source: 230628,
target: 102850 });
// adding node
var x_node = Math.cos(2 * 2011 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2011 * Math.PI / N) * 10;
g.nodes.push({
id: 102806,
label: 'MEMBER: Jerzy Witwinowski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-jw3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jerzy-witwinowski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102806,
size: 0.5,
source: 230628,
target: 102806 });
// adding node
var x_node = Math.cos(2 * 2012 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2012 * Math.PI / N) * 10;
g.nodes.push({
id: 102687,
label: 'MEMBER: Quentin Gaday',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/05/research_pasteur-test1-2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/quentin-gaday/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102687,
size: 0.5,
source: 230628,
target: 102687 });
// adding node
var x_node = Math.cos(2 * 2013 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2013 * Math.PI / N) * 10;
g.nodes.push({
id: 102567,
label: 'MEMBER: Ilektra Kouranti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-ilketrakouranti-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/ilektra-kouranti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102567,
size: 0.5,
source: 230628,
target: 102567 });
// adding node
var x_node = Math.cos(2 * 2014 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2014 * Math.PI / N) * 10;
g.nodes.push({
id: 102563,
label: 'MEMBER: Daphné Dambournet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-daphnedambournet-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/daphne-dambournet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102563,
size: 0.5,
source: 230628,
target: 102563 });
// adding node
var x_node = Math.cos(2 * 2015 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2015 * Math.PI / N) * 10;
g.nodes.push({
id: 102559,
label: 'MEMBER: Laurent Chesneau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-laurentchesneau-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/laurent-chesneau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102559,
size: 0.5,
source: 230628,
target: 102559 });
// adding node
var x_node = Math.cos(2 * 2016 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2016 * Math.PI / N) * 10;
g.nodes.push({
id: 102555,
label: 'MEMBER: Clément Boyer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-clementboyer-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/clement-boyer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102555,
size: 0.5,
source: 230628,
target: 102555 });
// adding node
var x_node = Math.cos(2 * 2017 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2017 * Math.PI / N) * 10;
g.nodes.push({
id: 102549,
label: 'MEMBER: Pierre Larraufie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-pierrelarraufie-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/pierre-larraufie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102549,
size: 0.5,
source: 230628,
target: 102549 });
// adding node
var x_node = Math.cos(2 * 2018 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2018 * Math.PI / N) * 10;
g.nodes.push({
id: 102542,
label: 'MEMBER: Elizabeth Crowell',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-corwell-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elizabeth-crowell/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102542,
size: 0.5,
source: 230628,
target: 102542 });
// adding node
var x_node = Math.cos(2 * 2019 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2019 * Math.PI / N) * 10;
g.nodes.push({
id: 102538,
label: 'MEMBER: Mickael Machicoane',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-mickael-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/mickael-machicoane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102538,
size: 0.5,
source: 230628,
target: 102538 });
// adding node
var x_node = Math.cos(2 * 2020 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2020 * Math.PI / N) * 10;
g.nodes.push({
id: 102533,
label: 'MEMBER: Clothilde Cauvin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-clothildecauvin-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/clothilde-cauvin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102533,
size: 0.5,
source: 230628,
target: 102533 });
// adding node
var x_node = Math.cos(2 * 2021 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2021 * Math.PI / N) * 10;
g.nodes.push({
id: 102529,
label: 'MEMBER: Anne-Lise Gaffuri',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-annelisegaffuri-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/anne-lise-gaffuri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102529,
size: 0.5,
source: 230628,
target: 102529 });
// adding node
var x_node = Math.cos(2 * 2022 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2022 * Math.PI / N) * 10;
g.nodes.push({
id: 102523,
label: 'MEMBER: Quentin Verdon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-quentinverdon-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/quentin-verdon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102523,
size: 0.5,
source: 230628,
target: 102523 });
// adding node
var x_node = Math.cos(2 * 2023 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2023 * Math.PI / N) * 10;
g.nodes.push({
id: 102518,
label: 'MEMBER: Maxime Cailleaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-maxime-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/maxime-cailleaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102518,
size: 0.5,
source: 230628,
target: 102518 });
// adding node
var x_node = Math.cos(2 * 2024 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2024 * Math.PI / N) * 10;
g.nodes.push({
id: 102514,
label: 'MEMBER: Cyril Addi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-cyril-addi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyril-addi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102514,
size: 0.5,
source: 230628,
target: 102514 });
// adding node
var x_node = Math.cos(2 * 2025 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2025 * Math.PI / N) * 10;
g.nodes.push({
id: 102508,
label: 'MEMBER: Frédérique Cuvelier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-frederique-cuvelier-2012-11-27-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/frederique-cuvelier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102508,
size: 0.5,
source: 230628,
target: 102508 });
// adding node
var x_node = Math.cos(2 * 2026 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2026 * Math.PI / N) * 10;
g.nodes.push({
id: 102491,
label: 'MEMBER: Marie Sabec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-profile-photo-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-sabec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102491,
size: 0.5,
source: 230628,
target: 102491 });
// adding node
var x_node = Math.cos(2 * 2027 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2027 * Math.PI / N) * 10;
g.nodes.push({
id: 102356,
label: 'MEMBER: Camille Thiberge',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-camille-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/camille-thiberge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102356,
size: 0.5,
source: 230628,
target: 102356 });
// adding node
var x_node = Math.cos(2 * 2028 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2028 * Math.PI / N) * 10;
g.nodes.push({
id: 102167,
label: 'MEMBER: Sebastien Megharba',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-sebastien-megharba-photo-pasteur-scaled-e1649164887421-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sebastien-megharba/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102167,
size: 0.5,
source: 230628,
target: 102167 });
// adding node
var x_node = Math.cos(2 * 2029 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2029 * Math.PI / N) * 10;
g.nodes.push({
id: 102089,
label: 'MEMBER: Marie Prevost',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2023/02/research_pasteur-profilepic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-prevost/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628102089,
size: 0.5,
source: 230628,
target: 102089 });
// adding node
var x_node = Math.cos(2 * 2030 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2030 * Math.PI / N) * 10;
g.nodes.push({
id: 101985,
label: 'MEMBER: Laura Guichard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-laura-2018-11-28-a-11.47.39-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/laura-guichard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101985,
size: 0.5,
source: 230628,
target: 101985 });
// adding node
var x_node = Math.cos(2 * 2031 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2031 * Math.PI / N) * 10;
g.nodes.push({
id: 101788,
label: 'MEMBER: Vanessa Benhamo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-vanessa_dsc8510-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vanessa-benhamo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101788,
size: 0.5,
source: 230628,
target: 101788 });
// adding node
var x_node = Math.cos(2 * 2032 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2032 * Math.PI / N) * 10;
g.nodes.push({
id: 101558,
label: 'MEMBER: Ludovic Halby',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ludovic-halby/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101558,
size: 0.5,
source: 230628,
target: 101558 });
// adding node
var x_node = Math.cos(2 * 2033 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2033 * Math.PI / N) * 10;
g.nodes.push({
id: 101529,
label: 'MEMBER: Nicolas Minier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/12/research_pasteur-idpic-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/nicolas-minier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101529,
size: 0.5,
source: 230628,
target: 101529 });
// adding node
var x_node = Math.cos(2 * 2034 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2034 * Math.PI / N) * 10;
g.nodes.push({
id: 101504,
label: 'MEMBER: Claire Leblond',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-2015_claire_portrait-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claire-leblond/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101504,
size: 0.5,
source: 230628,
target: 101504 });
// adding node
var x_node = Math.cos(2 * 2035 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2035 * Math.PI / N) * 10;
g.nodes.push({
id: 101501,
label: 'MEMBER: Julien Fumey',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-fumey-julien-10-e1528383655738-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julien-fumey/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101501,
size: 0.5,
source: 230628,
target: 101501 });
// adding node
var x_node = Math.cos(2 * 2036 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2036 * Math.PI / N) * 10;
g.nodes.push({
id: 101399,
label: 'MEMBER: Daniel Schator',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-image-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniel-schator/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101399,
size: 0.5,
source: 230628,
target: 101399 });
// adding node
var x_node = Math.cos(2 * 2037 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2037 * Math.PI / N) * 10;
g.nodes.push({
id: 101190,
label: 'MEMBER: Chloé Barre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-chloe-barre-chloe-barre-copy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-barre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101190,
size: 0.5,
source: 230628,
target: 101190 });
// adding node
var x_node = Math.cos(2 * 2038 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2038 * Math.PI / N) * 10;
g.nodes.push({
id: 101134,
label: 'MEMBER: Julien Madej',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-photo-julien-madej-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/julien-madej/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101134,
size: 0.5,
source: 230628,
target: 101134 });
// adding node
var x_node = Math.cos(2 * 2039 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2039 * Math.PI / N) * 10;
g.nodes.push({
id: 101015,
label: 'MEMBER: Amaury Vaysse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-photo_av-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amaury-vaysse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101015,
size: 0.5,
source: 230628,
target: 101015 });
// adding node
var x_node = Math.cos(2 * 2040 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2040 * Math.PI / N) * 10;
g.nodes.push({
id: 101010,
label: 'MEMBER: Hanna Julienne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-hanna-julienne-microsoftteams-image-7-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hanna-julienne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628101010,
size: 0.5,
source: 230628,
target: 101010 });
// adding node
var x_node = Math.cos(2 * 2041 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2041 * Math.PI / N) * 10;
g.nodes.push({
id: 100983,
label: 'MEMBER: Loïc Hellio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-loic-hellio-20210203-143852-scaled-e1615974551120-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/loic-hellio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628100983,
size: 0.5,
source: 230628,
target: 100983 });
// adding node
var x_node = Math.cos(2 * 2042 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2042 * Math.PI / N) * 10;
g.nodes.push({
id: 100801,
label: 'MEMBER: Selma Metaane',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-img_20171220_212301-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/selma-metaane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628100801,
size: 0.5,
source: 230628,
target: 100801 });
// adding node
var x_node = Math.cos(2 * 2043 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2043 * Math.PI / N) * 10;
g.nodes.push({
id: 100736,
label: 'MEMBER: Carys Croft',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-20180113_193825-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carys-croft/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628100736,
size: 0.5,
source: 230628,
target: 100736 });
// adding node
var x_node = Math.cos(2 * 2044 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2044 * Math.PI / N) * 10;
g.nodes.push({
id: 100645,
label: 'MEMBER: Anna Segú Cristina',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-website-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-segu-cristina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628100645,
size: 0.5,
source: 230628,
target: 100645 });
// adding node
var x_node = Math.cos(2 * 2045 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2045 * Math.PI / N) * 10;
g.nodes.push({
id: 100310,
label: 'MEMBER: Alexandra Maure',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-a-maure-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandra-maure/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628100310,
size: 0.5,
source: 230628,
target: 100310 });
// adding node
var x_node = Math.cos(2 * 2046 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2046 * Math.PI / N) * 10;
g.nodes.push({
id: 100201,
label: 'MEMBER: Sebastien Sart',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sebastien-sart/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628100201,
size: 0.5,
source: 230628,
target: 100201 });
// adding node
var x_node = Math.cos(2 * 2047 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2047 * Math.PI / N) * 10;
g.nodes.push({
id: 100027,
label: 'MEMBER: Charles Baroud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-dsc0120-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/charles-baroud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628100027,
size: 0.5,
source: 230628,
target: 100027 });
// adding node
var x_node = Math.cos(2 * 2048 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2048 * Math.PI / N) * 10;
g.nodes.push({
id: 99732,
label: 'MEMBER: Amandine Nucci',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-screen-shot-2019-02-22-at-3.19.38-pm-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/amandine-nucci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062899732,
size: 0.5,
source: 230628,
target: 99732 });
// adding node
var x_node = Math.cos(2 * 2049 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2049 * Math.PI / N) * 10;
g.nodes.push({
id: 99693,
label: 'MEMBER: Tineke Cantaert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-img_0559-1-copy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tineke-cantaert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062899693,
size: 0.5,
source: 230628,
target: 99693 });
// adding node
var x_node = Math.cos(2 * 2050 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2050 * Math.PI / N) * 10;
g.nodes.push({
id: 99638,
label: 'MEMBER: Eileen Farnon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-farnon_04-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eileen-farnon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062899638,
size: 0.5,
source: 230628,
target: 99638 });
// adding node
var x_node = Math.cos(2 * 2051 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2051 * Math.PI / N) * 10;
g.nodes.push({
id: 99492,
label: 'MEMBER: Mikaël Boullé',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mikael-boulle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062899492,
size: 0.5,
source: 230628,
target: 99492 });
// adding node
var x_node = Math.cos(2 * 2052 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2052 * Math.PI / N) * 10;
g.nodes.push({
id: 99390,
label: 'MEMBER: Mathilde Bigot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-afterlightimage-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathilde-bigot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062899390,
size: 0.5,
source: 230628,
target: 99390 });
// adding node
var x_node = Math.cos(2 * 2053 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2053 * Math.PI / N) * 10;
g.nodes.push({
id: 99324,
label: 'MEMBER: Gabriel Aymé',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-iphone-006-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gabriel-ayme/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062899324,
size: 0.5,
source: 230628,
target: 99324 });
// adding node
var x_node = Math.cos(2 * 2054 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2054 * Math.PI / N) * 10;
g.nodes.push({
id: 98753,
label: 'MEMBER: Roxana Khazen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/11/research_pasteur-khazen-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-roxana-khazen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898753,
size: 0.5,
source: 230628,
target: 98753 });
// adding node
var x_node = Math.cos(2 * 2055 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2055 * Math.PI / N) * 10;
g.nodes.push({
id: 98749,
label: 'MEMBER: Margot Bardou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-margot-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/margot-bardou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898749,
size: 0.5,
source: 230628,
target: 98749 });
// adding node
var x_node = Math.cos(2 * 2056 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2056 * Math.PI / N) * 10;
g.nodes.push({
id: 98556,
label: 'MEMBER: Silke Schmidt',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/11/research_pasteur-silke_pasteur-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/silke-schmidt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898556,
size: 0.5,
source: 230628,
target: 98556 });
// adding node
var x_node = Math.cos(2 * 2057 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2057 * Math.PI / N) * 10;
g.nodes.push({
id: 98497,
label: 'MEMBER: Daniel Felipe González Obando',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-img-20190406-144742-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniel-felipe-gonzalez-obando/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898497,
size: 0.5,
source: 230628,
target: 98497 });
// adding node
var x_node = Math.cos(2 * 2058 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2058 * Math.PI / N) * 10;
g.nodes.push({
id: 98491,
label: 'MEMBER: Aleix Boquet-Pujadas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/11/research_pasteur-aleix-boquet-pujadas-img-6651-1-e1619772034953-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aleix-boquet-i-pujadas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898491,
size: 0.5,
source: 230628,
target: 98491 });
// adding node
var x_node = Math.cos(2 * 2059 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2059 * Math.PI / N) * 10;
g.nodes.push({
id: 98461,
label: 'MEMBER: Ariel Mechaly',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-njg1njqx-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-ariel-mechaly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898461,
size: 0.5,
source: 230628,
target: 98461 });
// adding node
var x_node = Math.cos(2 * 2060 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2060 * Math.PI / N) * 10;
g.nodes.push({
id: 98371,
label: 'MEMBER: Linda Sangari',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/linda-sangari/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898371,
size: 0.5,
source: 230628,
target: 98371 });
// adding node
var x_node = Math.cos(2 * 2061 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2061 * Math.PI / N) * 10;
g.nodes.push({
id: 98124,
label: 'MEMBER: Matthieu Galtier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-matthieu-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matthieu-galtier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898124,
size: 0.5,
source: 230628,
target: 98124 });
// adding node
var x_node = Math.cos(2 * 2062 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2062 * Math.PI / N) * 10;
g.nodes.push({
id: 98100,
label: 'MEMBER: Jerome Wong Ng',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-jerome1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jerome-wong-ng/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898100,
size: 0.5,
source: 230628,
target: 98100 });
// adding node
var x_node = Math.cos(2 * 2063 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2063 * Math.PI / N) * 10;
g.nodes.push({
id: 98090,
label: 'MEMBER: Julia Bos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/07/research_pasteur-picture1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-julia-bos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062898090,
size: 0.5,
source: 230628,
target: 98090 });
// adding node
var x_node = Math.cos(2 * 2064 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2064 * Math.PI / N) * 10;
g.nodes.push({
id: 97915,
label: 'MEMBER: Emilia Mclaughlin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-emilia-mclaughlin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emilia-mclaughlin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062897915,
size: 0.5,
source: 230628,
target: 97915 });
// adding node
var x_node = Math.cos(2 * 2065 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2065 * Math.PI / N) * 10;
g.nodes.push({
id: 97589,
label: 'MEMBER: Chloe Charendoff',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-chloe-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-charendoff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062897589,
size: 0.5,
source: 230628,
target: 97589 });
// adding node
var x_node = Math.cos(2 * 2066 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2066 * Math.PI / N) * 10;
g.nodes.push({
id: 97528,
label: 'MEMBER: Paul Rogez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/paul-rogez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062897528,
size: 0.5,
source: 230628,
target: 97528 });
// adding node
var x_node = Math.cos(2 * 2067 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2067 * Math.PI / N) * 10;
g.nodes.push({
id: 97480,
label: 'MEMBER: Serena Petracchini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-serena-petracchini-research-pasteur-serena-petracchini-2023-01-17-13-46-14-whatsapp-image-2023-01-09-at-14.47.52.jpeg-photos-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/serena-petracchini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062897480,
size: 0.5,
source: 230628,
target: 97480 });
// adding node
var x_node = Math.cos(2 * 2068 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2068 * Math.PI / N) * 10;
g.nodes.push({
id: 97313,
label: 'MEMBER: Marta Mastrogiovanni',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/11/research_pasteur-691962-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marta-mastrogiovanni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062897313,
size: 0.5,
source: 230628,
target: 97313 });
// adding node
var x_node = Math.cos(2 * 2069 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2069 * Math.PI / N) * 10;
g.nodes.push({
id: 97155,
label: 'MEMBER: Alexandra Moine-Franel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/11/research_pasteur-njkxotgw-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandra-moine-franel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062897155,
size: 0.5,
source: 230628,
target: 97155 });
// adding node
var x_node = Math.cos(2 * 2070 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2070 * Math.PI / N) * 10;
g.nodes.push({
id: 97091,
label: 'MEMBER: Maria Alexandra Rujano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-photo-on-03-10-17-at-10.16-3-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-alexandra-rujano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062897091,
size: 0.5,
source: 230628,
target: 97091 });
// adding node
var x_node = Math.cos(2 * 2071 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2071 * Math.PI / N) * 10;
g.nodes.push({
id: 97043,
label: 'MEMBER: Coralie Daussy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-10375007_10203120179957591_7540626080788441238_n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/coralie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062897043,
size: 0.5,
source: 230628,
target: 97043 });
// adding node
var x_node = Math.cos(2 * 2072 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2072 * Math.PI / N) * 10;
g.nodes.push({
id: 96595,
label: 'MEMBER: Marie Flamme',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-flamme/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062896595,
size: 0.5,
source: 230628,
target: 96595 });
// adding node
var x_node = Math.cos(2 * 2073 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2073 * Math.PI / N) * 10;
g.nodes.push({
id: 96444,
label: 'MEMBER: Eugene Gladyshev',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-eg2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eugene-gladyshev/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062896444,
size: 0.5,
source: 230628,
target: 96444 });
// adding node
var x_node = Math.cos(2 * 2074 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2074 * Math.PI / N) * 10;
g.nodes.push({
id: 96427,
label: 'MEMBER: Irène Pitard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-njkxotc5-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/irene-pitard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062896427,
size: 0.5,
source: 230628,
target: 96427 });
// adding node
var x_node = Math.cos(2 * 2075 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2075 * Math.PI / N) * 10;
g.nodes.push({
id: 95915,
label: 'MEMBER: Paola Arimondo',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062895915,
size: 0.5,
source: 230628,
target: 95915 });
// adding node
var x_node = Math.cos(2 * 2076 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2076 * Math.PI / N) * 10;
g.nodes.push({
id: 95617,
label: 'MEMBER: Julian Buchrieser',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-julian-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julian-buchrieser/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062895617,
size: 0.5,
source: 230628,
target: 95617 });
// adding node
var x_node = Math.cos(2 * 2077 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2077 * Math.PI / N) * 10;
g.nodes.push({
id: 95460,
label: 'MEMBER: Laina Freyer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-laina-freyer-img-7969-institut-pasteur-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/laina-freyer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062895460,
size: 0.5,
source: 230628,
target: 95460 });
// adding node
var x_node = Math.cos(2 * 2078 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2078 * Math.PI / N) * 10;
g.nodes.push({
id: 95285,
label: 'MEMBER: Thomas Gregor',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-gregor_pic2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-gregor/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062895285,
size: 0.5,
source: 230628,
target: 95285 });
// adding node
var x_node = Math.cos(2 * 2079 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2079 * Math.PI / N) * 10;
g.nodes.push({
id: 95141,
label: 'MEMBER: Nathanaël Hozé',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-nathanael-hoze-img-1380-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathanael-hoze/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062895141,
size: 0.5,
source: 230628,
target: 95141 });
// adding node
var x_node = Math.cos(2 * 2080 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2080 * Math.PI / N) * 10;
g.nodes.push({
id: 95085,
label: 'MEMBER: Didier Ménard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-92a3510-5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/didier-menard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062895085,
size: 0.5,
source: 230628,
target: 95085 });
// adding node
var x_node = Math.cos(2 * 2081 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2081 * Math.PI / N) * 10;
g.nodes.push({
id: 95038,
label: 'MEMBER: Sol Vendrell Fernandez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-sol-vendrell-fernandez-research-pasteur-sol-vendrell-fernandez-img-3812-e1732212162387-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sol-vendrell-fernandez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062895038,
size: 0.5,
source: 230628,
target: 95038 });
// adding node
var x_node = Math.cos(2 * 2082 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2082 * Math.PI / N) * 10;
g.nodes.push({
id: 94979,
label: 'MEMBER: Florent Haiss',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-d41d84dda37815ca0f_l_c08c0-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florent-haiss/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062894979,
size: 0.5,
source: 230628,
target: 94979 });
// adding node
var x_node = Math.cos(2 * 2083 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2083 * Math.PI / N) * 10;
g.nodes.push({
id: 94534,
label: 'MEMBER: Elisabeth Gutierrez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/11/research_pasteur-photo-eg-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/elisabeth-gutierrez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062894534,
size: 0.5,
source: 230628,
target: 94534 });
// adding node
var x_node = Math.cos(2 * 2084 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2084 * Math.PI / N) * 10;
g.nodes.push({
id: 94365,
label: 'MEMBER: Natalia Zmarlak',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/natalia-zmarlak/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062894365,
size: 0.5,
source: 230628,
target: 94365 });
// adding node
var x_node = Math.cos(2 * 2085 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2085 * Math.PI / N) * 10;
g.nodes.push({
id: 94079,
label: 'MEMBER: Michael White',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/08/research_pasteur-michael-white-michael-photo-cropped-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-michael-white/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062894079,
size: 0.5,
source: 230628,
target: 94079 });
// adding node
var x_node = Math.cos(2 * 2086 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2086 * Math.PI / N) * 10;
g.nodes.push({
id: 93354,
label: 'MEMBER: Eduardo Aliprandini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-photo-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eduardo-aliprandini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062893354,
size: 0.5,
source: 230628,
target: 93354 });
// adding node
var x_node = Math.cos(2 * 2087 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2087 * Math.PI / N) * 10;
g.nodes.push({
id: 93337,
label: 'MEMBER: Borja Rodríguez de Francisco',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/08/research_pasteur-moi-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/borja-rodriguez-de-francisco/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062893337,
size: 0.5,
source: 230628,
target: 93337 });
// adding node
var x_node = Math.cos(2 * 2088 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2088 * Math.PI / N) * 10;
g.nodes.push({
id: 93330,
label: 'MEMBER: Mariano Genera',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-photo-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariano-genera/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062893330,
size: 0.5,
source: 230628,
target: 93330 });
// adding node
var x_node = Math.cos(2 * 2089 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2089 * Math.PI / N) * 10;
g.nodes.push({
id: 93109,
label: 'MEMBER: Stefania Tolu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-capture-decran-2017-07-22-a-16.59.45-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/stefania-tolu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062893109,
size: 0.5,
source: 230628,
target: 93109 });
// adding node
var x_node = Math.cos(2 * 2090 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2090 * Math.PI / N) * 10;
g.nodes.push({
id: 92973,
label: 'MEMBER: Romain Icick',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-roamin-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/romain-icick/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062892973,
size: 0.5,
source: 230628,
target: 92973 });
// adding node
var x_node = Math.cos(2 * 2091 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2091 * Math.PI / N) * 10;
g.nodes.push({
id: 92719,
label: 'MEMBER: Jaime Gomez-Laguna',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-jaime-gomez-laguna-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jaime-gomez-laguna/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062892719,
size: 0.5,
source: 230628,
target: 92719 });
// adding node
var x_node = Math.cos(2 * 2092 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2092 * Math.PI / N) * 10;
g.nodes.push({
id: 92553,
label: 'MEMBER: Laxmi Rai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-laxmi-picture-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/laxmi-rai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062892553,
size: 0.5,
source: 230628,
target: 92553 });
// adding node
var x_node = Math.cos(2 * 2093 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2093 * Math.PI / N) * 10;
g.nodes.push({
id: 92548,
label: 'MEMBER: Lasse van Wijlick',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-lasse_web_couleur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lasse-van-wijlick/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062892548,
size: 0.5,
source: 230628,
target: 92548 });
// adding node
var x_node = Math.cos(2 * 2094 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2094 * Math.PI / N) * 10;
g.nodes.push({
id: 92467,
label: 'MEMBER: Anna Beth Crist',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-anna-beth1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-beth-crist/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062892467,
size: 0.5,
source: 230628,
target: 92467 });
// adding node
var x_node = Math.cos(2 * 2095 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2095 * Math.PI / N) * 10;
g.nodes.push({
id: 92462,
label: 'MEMBER: Emmanuel Lemichez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-lemichez-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emmanuel-lemichez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062892462,
size: 0.5,
source: 230628,
target: 92462 });
// adding node
var x_node = Math.cos(2 * 2096 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2096 * Math.PI / N) * 10;
g.nodes.push({
id: 92090,
label: 'MEMBER: Ioana Dobrota',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-ioana-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/ioana-dobrota/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062892090,
size: 0.5,
source: 230628,
target: 92090 });
// adding node
var x_node = Math.cos(2 * 2097 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2097 * Math.PI / N) * 10;
g.nodes.push({
id: 92036,
label: 'MEMBER: Marie De Tarragon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-de-tarragon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062892036,
size: 0.5,
source: 230628,
target: 92036 });
// adding node
var x_node = Math.cos(2 * 2098 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2098 * Math.PI / N) * 10;
g.nodes.push({
id: 91747,
label: 'MEMBER: Julien Plisson',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julien-plisson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062891747,
size: 0.5,
source: 230628,
target: 91747 });
// adding node
var x_node = Math.cos(2 * 2099 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2099 * Math.PI / N) * 10;
g.nodes.push({
id: 91622,
label: 'MEMBER: Eric Rouvière',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-eric-rouviere-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eric-rouviere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062891622,
size: 0.5,
source: 230628,
target: 91622 });
// adding node
var x_node = Math.cos(2 * 2100 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2100 * Math.PI / N) * 10;
g.nodes.push({
id: 91614,
label: 'MEMBER: Carina Tomasso Deverge',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-photo-carina-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/carina-tomasso-deverge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062891614,
size: 0.5,
source: 230628,
target: 91614 });
// adding node
var x_node = Math.cos(2 * 2101 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2101 * Math.PI / N) * 10;
g.nodes.push({
id: 91535,
label: 'MEMBER: Marta Santa Maria Tobias',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-marta-santa-maria--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marta-santa-maria-tobias/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062891535,
size: 0.5,
source: 230628,
target: 91535 });
// adding node
var x_node = Math.cos(2 * 2102 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2102 * Math.PI / N) * 10;
g.nodes.push({
id: 91407,
label: 'MEMBER: Emilie Giraud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-emilie-de-la-llave-giraud-lrrieuh--400x400-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emilie-giraud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062891407,
size: 0.5,
source: 230628,
target: 91407 });
// adding node
var x_node = Math.cos(2 * 2103 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2103 * Math.PI / N) * 10;
g.nodes.push({
id: 91193,
label: 'MEMBER: Victoria Jacko-Reynolds',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-victoria-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/victoria-jacko-reynolds/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062891193,
size: 0.5,
source: 230628,
target: 91193 });
// adding node
var x_node = Math.cos(2 * 2104 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2104 * Math.PI / N) * 10;
g.nodes.push({
id: 90725,
label: 'MEMBER: Virginie Ponticelli',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/virginie-ponticelli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062890725,
size: 0.5,
source: 230628,
target: 90725 });
// adding node
var x_node = Math.cos(2 * 2105 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2105 * Math.PI / N) * 10;
g.nodes.push({
id: 90508,
label: 'MEMBER: Meetali Singh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-meetali-singh-meetaliweb-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/meetali-singh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062890508,
size: 0.5,
source: 230628,
target: 90508 });
// adding node
var x_node = Math.cos(2 * 2106 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2106 * Math.PI / N) * 10;
g.nodes.push({
id: 90349,
label: 'MEMBER: Léo Valon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-leo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leo-valon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062890349,
size: 0.5,
source: 230628,
target: 90349 });
// adding node
var x_node = Math.cos(2 * 2107 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2107 * Math.PI / N) * 10;
g.nodes.push({
id: 90323,
label: 'MEMBER: Céline Lorioux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-celine-lorioux-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celine-lorioux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062890323,
size: 0.5,
source: 230628,
target: 90323 });
// adding node
var x_node = Math.cos(2 * 2108 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2108 * Math.PI / N) * 10;
g.nodes.push({
id: 90317,
label: 'MEMBER: Apolline Gallois',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/apolline-gallois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062890317,
size: 0.5,
source: 230628,
target: 90317 });
// adding node
var x_node = Math.cos(2 * 2109 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2109 * Math.PI / N) * 10;
g.nodes.push({
id: 90271,
label: 'MEMBER: Vincent Laville',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-lrvj9q4o-iju_h66kmj1skabjcq-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vincent-laville/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062890271,
size: 0.5,
source: 230628,
target: 90271 });
// adding node
var x_node = Math.cos(2 * 2110 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2110 * Math.PI / N) * 10;
g.nodes.push({
id: 90208,
label: 'MEMBER: Nathalie Zemmour',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-nathalie-zemmour-photo-nathalie-le-17-mai-20174-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-zemmour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062890208,
size: 0.5,
source: 230628,
target: 90208 });
// adding node
var x_node = Math.cos(2 * 2111 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2111 * Math.PI / N) * 10;
g.nodes.push({
id: 90173,
label: 'MEMBER: Guillaume Mestrallet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/guillaume-mestrallet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062890173,
size: 0.5,
source: 230628,
target: 90173 });
// adding node
var x_node = Math.cos(2 * 2112 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2112 * Math.PI / N) * 10;
g.nodes.push({
id: 90107,
label: 'MEMBER: Najwa Taib',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-photo_ntaib-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/najwa-taib/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062890107,
size: 0.5,
source: 230628,
target: 90107 });
// adding node
var x_node = Math.cos(2 * 2113 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2113 * Math.PI / N) * 10;
g.nodes.push({
id: 89828,
label: 'MEMBER: Ewa Pasquereau-Kotula',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-ewa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ewa-pasquereau-kotula/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889828,
size: 0.5,
source: 230628,
target: 89828 });
// adding node
var x_node = Math.cos(2 * 2114 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2114 * Math.PI / N) * 10;
g.nodes.push({
id: 89907,
label: 'MEMBER: Jean-Louis Debezia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-img_0332-1-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-louis-debezia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889907,
size: 0.5,
source: 230628,
target: 89907 });
// adding node
var x_node = Math.cos(2 * 2115 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2115 * Math.PI / N) * 10;
g.nodes.push({
id: 89612,
label: 'MEMBER: Jan Madacki',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-jan-madacki-img-20230526-0958273-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jan-madacki/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889612,
size: 0.5,
source: 230628,
target: 89612 });
// adding node
var x_node = Math.cos(2 * 2116 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2116 * Math.PI / N) * 10;
g.nodes.push({
id: 89609,
label: 'MEMBER: Myrthe Swart',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/myrthe-swart/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889609,
size: 0.5,
source: 230628,
target: 89609 });
// adding node
var x_node = Math.cos(2 * 2117 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2117 * Math.PI / N) * 10;
g.nodes.push({
id: 89581,
label: 'MEMBER: Zacharias Mueller',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-dsc_0671-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/zacharias-mueller/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889581,
size: 0.5,
source: 230628,
target: 89581 });
// adding node
var x_node = Math.cos(2 * 2118 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2118 * Math.PI / N) * 10;
g.nodes.push({
id: 89446,
label: 'MEMBER: Steven Fletcher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-18815050_10210633623411115_4221542116937056388_o-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ste/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889446,
size: 0.5,
source: 230628,
target: 89446 });
// adding node
var x_node = Math.cos(2 * 2119 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2119 * Math.PI / N) * 10;
g.nodes.push({
id: 89441,
label: 'MEMBER: Eléa Greugny',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elea-greugny/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889441,
size: 0.5,
source: 230628,
target: 89441 });
// adding node
var x_node = Math.cos(2 * 2120 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2120 * Math.PI / N) * 10;
g.nodes.push({
id: 89438,
label: 'MEMBER: Arthur Carcano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-arthur-bus-nb_resized-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arthur-carcano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889438,
size: 0.5,
source: 230628,
target: 89438 });
// adding node
var x_node = Math.cos(2 * 2121 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2121 * Math.PI / N) * 10;
g.nodes.push({
id: 89433,
label: 'MEMBER: Natalia Rego',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research_pasteur-20170213_120540-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/natalia-rego/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889433,
size: 0.5,
source: 230628,
target: 89433 });
// adding node
var x_node = Math.cos(2 * 2122 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2122 * Math.PI / N) * 10;
g.nodes.push({
id: 89206,
label: 'MEMBER: Yannis Rahou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-photo-de-moi-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yannis-rahou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889206,
size: 0.5,
source: 230628,
target: 89206 });
// adding node
var x_node = Math.cos(2 * 2123 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2123 * Math.PI / N) * 10;
g.nodes.push({
id: 89176,
label: 'MEMBER: Nir Rozenblum',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-nir-rozemblum-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nir-rozenblum/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889176,
size: 0.5,
source: 230628,
target: 89176 });
// adding node
var x_node = Math.cos(2 * 2124 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2124 * Math.PI / N) * 10;
g.nodes.push({
id: 89139,
label: 'MEMBER: Katia Samson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_katia-samson2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/katia-samson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062889139,
size: 0.5,
source: 230628,
target: 89139 });
// adding node
var x_node = Math.cos(2 * 2125 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2125 * Math.PI / N) * 10;
g.nodes.push({
id: 88962,
label: 'MEMBER: Christel Ricard-Andraos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research_pasteur-christel-ricard-andraos-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christel-ricard-andraos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888962,
size: 0.5,
source: 230628,
target: 88962 });
// adding node
var x_node = Math.cos(2 * 2126 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2126 * Math.PI / N) * 10;
g.nodes.push({
id: 88943,
label: 'MEMBER: Florence Jeannot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/florence-jeannot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888943,
size: 0.5,
source: 230628,
target: 88943 });
// adding node
var x_node = Math.cos(2 * 2127 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2127 * Math.PI / N) * 10;
g.nodes.push({
id: 88898,
label: 'MEMBER: Olivier Chesneau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/olivier-chesneau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888898,
size: 0.5,
source: 230628,
target: 88898 });
// adding node
var x_node = Math.cos(2 * 2128 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2128 * Math.PI / N) * 10;
g.nodes.push({
id: 88828,
label: 'MEMBER: Megan Houweling',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_meganhouweling-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/megan-houweling/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888828,
size: 0.5,
source: 230628,
target: 88828 });
// adding node
var x_node = Math.cos(2 * 2129 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2129 * Math.PI / N) * 10;
g.nodes.push({
id: 88774,
label: 'MEMBER: Rafael Bastos',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rafael-bastos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888774,
size: 0.5,
source: 230628,
target: 88774 });
// adding node
var x_node = Math.cos(2 * 2130 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2130 * Math.PI / N) * 10;
g.nodes.push({
id: 88717,
label: 'MEMBER: Martin Plaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_martin-plaud-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/martin-plaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888717,
size: 0.5,
source: 230628,
target: 88717 });
// adding node
var x_node = Math.cos(2 * 2131 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2131 * Math.PI / N) * 10;
g.nodes.push({
id: 88711,
label: 'MEMBER: Kémy Ade',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_kemy_ade-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/kemy-ade/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888711,
size: 0.5,
source: 230628,
target: 88711 });
// adding node
var x_node = Math.cos(2 * 2132 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2132 * Math.PI / N) * 10;
g.nodes.push({
id: 88630,
label: 'MEMBER: Anna Pepe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-anna-pepe-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pepe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888630,
size: 0.5,
source: 230628,
target: 88630 });
// adding node
var x_node = Math.cos(2 * 2133 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2133 * Math.PI / N) * 10;
g.nodes.push({
id: 88621,
label: 'MEMBER: Valentine Maire',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-valentine-maire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888621,
size: 0.5,
source: 230628,
target: 88621 });
// adding node
var x_node = Math.cos(2 * 2134 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2134 * Math.PI / N) * 10;
g.nodes.push({
id: 88615,
label: 'MEMBER: Célia Gouzerh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-celia-gouzerh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888615,
size: 0.5,
source: 230628,
target: 88615 });
// adding node
var x_node = Math.cos(2 * 2135 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2135 * Math.PI / N) * 10;
g.nodes.push({
id: 88581,
label: 'MEMBER: Emilie Bonnaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-dsc5176-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-emilie-bonnaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888581,
size: 0.5,
source: 230628,
target: 88581 });
// adding node
var x_node = Math.cos(2 * 2136 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2136 * Math.PI / N) * 10;
g.nodes.push({
id: 88599,
label: 'MEMBER: Simon Bonas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-simon-1--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-simon-bonas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888599,
size: 0.5,
source: 230628,
target: 88599 });
// adding node
var x_node = Math.cos(2 * 2137 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2137 * Math.PI / N) * 10;
g.nodes.push({
id: 88485,
label: 'MEMBER: Doriane Saintemarie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_doriane1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/doriane-saintemarie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888485,
size: 0.5,
source: 230628,
target: 88485 });
// adding node
var x_node = Math.cos(2 * 2138 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2138 * Math.PI / N) * 10;
g.nodes.push({
id: 88481,
label: 'MEMBER: Elia Sanchez Agullo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_elia-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/elia-sanchez-agullo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888481,
size: 0.5,
source: 230628,
target: 88481 });
// adding node
var x_node = Math.cos(2 * 2139 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2139 * Math.PI / N) * 10;
g.nodes.push({
id: 88477,
label: 'MEMBER: Julie Marc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_juliemarc-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/julie-marc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888477,
size: 0.5,
source: 230628,
target: 88477 });
// adding node
var x_node = Math.cos(2 * 2140 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2140 * Math.PI / N) * 10;
g.nodes.push({
id: 88389,
label: 'MEMBER: Michael Szabo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_photo1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/michael-szabo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888389,
size: 0.5,
source: 230628,
target: 88389 });
// adding node
var x_node = Math.cos(2 * 2141 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2141 * Math.PI / N) * 10;
g.nodes.push({
id: 88378,
label: 'MEMBER: Lorenzo Baldi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_lorenzobaldi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lorenzo-baldi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888378,
size: 0.5,
source: 230628,
target: 88378 });
// adding node
var x_node = Math.cos(2 * 2142 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2142 * Math.PI / N) * 10;
g.nodes.push({
id: 88362,
label: 'MEMBER: Ulrich Meinzer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-photo-ulrich-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-ulrich-meinzer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888362,
size: 0.5,
source: 230628,
target: 88362 });
// adding node
var x_node = Math.cos(2 * 2143 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2143 * Math.PI / N) * 10;
g.nodes.push({
id: 88242,
label: 'MEMBER: Emilie Deshayes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_emilie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emilie-deshayes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888242,
size: 0.5,
source: 230628,
target: 88242 });
// adding node
var x_node = Math.cos(2 * 2144 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2144 * Math.PI / N) * 10;
g.nodes.push({
id: 88043,
label: 'MEMBER: Ioanna Theodorou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ioanna-theodorou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062888043,
size: 0.5,
source: 230628,
target: 88043 });
// adding node
var x_node = Math.cos(2 * 2145 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2145 * Math.PI / N) * 10;
g.nodes.push({
id: 87839,
label: 'MEMBER: Anne-Marie Muller',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anne-marie-muller/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062887839,
size: 0.5,
source: 230628,
target: 87839 });
// adding node
var x_node = Math.cos(2 * 2146 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2146 * Math.PI / N) * 10;
g.nodes.push({
id: 87826,
label: 'MEMBER: Chloé Guillas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_snapchat-13940444222-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-guillas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062887826,
size: 0.5,
source: 230628,
target: 87826 });
// adding node
var x_node = Math.cos(2 * 2147 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2147 * Math.PI / N) * 10;
g.nodes.push({
id: 87761,
label: 'MEMBER: Jagan Mohan H.D.',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_jagan_mohan_update-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jagan-mohan-h-d/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062887761,
size: 0.5,
source: 230628,
target: 87761 });
// adding node
var x_node = Math.cos(2 * 2148 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2148 * Math.PI / N) * 10;
g.nodes.push({
id: 87542,
label: 'MEMBER: Christelle Lenormand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_foto-christelle-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/christelle-lenormand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062887542,
size: 0.5,
source: 230628,
target: 87542 });
// adding node
var x_node = Math.cos(2 * 2149 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2149 * Math.PI / N) * 10;
g.nodes.push({
id: 87539,
label: 'MEMBER: Malika Jellaoui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-mj2-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/malika-jellaoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062887539,
size: 0.5,
source: 230628,
target: 87539 });
// adding node
var x_node = Math.cos(2 * 2150 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2150 * Math.PI / N) * 10;
g.nodes.push({
id: 87524,
label: 'MEMBER: Leonie Carmen Vollmar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_img_052-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leonie-carmen-vollmar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062887524,
size: 0.5,
source: 230628,
target: 87524 });
// adding node
var x_node = Math.cos(2 * 2151 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2151 * Math.PI / N) * 10;
g.nodes.push({
id: 87416,
label: 'MEMBER: Frédéric Rosa',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/frederic-rosa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062887416,
size: 0.5,
source: 230628,
target: 87416 });
// adding node
var x_node = Math.cos(2 * 2152 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2152 * Math.PI / N) * 10;
g.nodes.push({
id: 87315,
label: 'MEMBER: Liza Dermel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/liza-dermel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062887315,
size: 0.5,
source: 230628,
target: 87315 });
// adding node
var x_node = Math.cos(2 * 2153 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2153 * Math.PI / N) * 10;
g.nodes.push({
id: 87259,
label: 'MEMBER: Cyril Longé',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/cyril-longe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062887259,
size: 0.5,
source: 230628,
target: 87259 });
// adding node
var x_node = Math.cos(2 * 2154 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2154 * Math.PI / N) * 10;
g.nodes.push({
id: 86836,
label: 'MEMBER: Kuang-Yu Chen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_photograph-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/kuang-yu-chen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886836,
size: 0.5,
source: 230628,
target: 86836 });
// adding node
var x_node = Math.cos(2 * 2155 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2155 * Math.PI / N) * 10;
g.nodes.push({
id: 86831,
label: 'MEMBER: Usama Ashraf',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_img_20170102_121956-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/usama-ashraf/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886831,
size: 0.5,
source: 230628,
target: 86831 });
// adding node
var x_node = Math.cos(2 * 2156 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2156 * Math.PI / N) * 10;
g.nodes.push({
id: 86825,
label: 'MEMBER: Nicolas Malausse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-nm_5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-malausse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886825,
size: 0.5,
source: 230628,
target: 86825 });
// adding node
var x_node = Math.cos(2 * 2157 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2157 * Math.PI / N) * 10;
g.nodes.push({
id: 86802,
label: 'MEMBER: Laura Guyot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laura-guyot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886802,
size: 0.5,
source: 230628,
target: 86802 });
// adding node
var x_node = Math.cos(2 * 2158 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2158 * Math.PI / N) * 10;
g.nodes.push({
id: 86708,
label: 'MEMBER: Thibaud Reyser',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_photo-cv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thibaud-reyser/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886708,
size: 0.5,
source: 230628,
target: 86708 });
// adding node
var x_node = Math.cos(2 * 2159 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2159 * Math.PI / N) * 10;
g.nodes.push({
id: 86658,
label: 'MEMBER: Charlotte Baliere',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-img_20190813_105124-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/charlotte-baliere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886658,
size: 0.5,
source: 230628,
target: 86658 });
// adding node
var x_node = Math.cos(2 * 2160 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2160 * Math.PI / N) * 10;
g.nodes.push({
id: 86557,
label: 'MEMBER: Sebastián Sosa Carrillo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-fotocarnet-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sebastian-sosa-carrillo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886557,
size: 0.5,
source: 230628,
target: 86557 });
// adding node
var x_node = Math.cos(2 * 2161 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2161 * Math.PI / N) * 10;
g.nodes.push({
id: 86554,
label: 'MEMBER: Virgile Andreani',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-portrait-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/virgile-andreani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886554,
size: 0.5,
source: 230628,
target: 86554 });
// adding node
var x_node = Math.cos(2 * 2162 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2162 * Math.PI / N) * 10;
g.nodes.push({
id: 86551,
label: 'MEMBER: Jakob Ruess',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-picture2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/jakob-ruess/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886551,
size: 0.5,
source: 230628,
target: 86551 });
// adding node
var x_node = Math.cos(2 * 2163 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2163 * Math.PI / N) * 10;
g.nodes.push({
id: 86404,
label: 'MEMBER: Fabricio Da Mota Ramalho Costa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_7614_749088458479611_1054927596370040743_n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabricio-da-mota-ramalho-costa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886404,
size: 0.5,
source: 230628,
target: 86404 });
// adding node
var x_node = Math.cos(2 * 2164 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2164 * Math.PI / N) * 10;
g.nodes.push({
id: 86372,
label: 'MEMBER: Mohamed El Beheiry',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/07/research_pasteur-picture2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/mohamed-el-beheiry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886372,
size: 0.5,
source: 230628,
target: 86372 });
// adding node
var x_node = Math.cos(2 * 2165 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2165 * Math.PI / N) * 10;
g.nodes.push({
id: 86347,
label: 'MEMBER: Mathilde Gendrin',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886347,
size: 0.5,
source: 230628,
target: 86347 });
// adding node
var x_node = Math.cos(2 * 2166 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2166 * Math.PI / N) * 10;
g.nodes.push({
id: 86249,
label: 'MEMBER: Anaïs Victoire',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research_pasteur-anais-victoire-photo-didentite-2024-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anais-victoire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062886249,
size: 0.5,
source: 230628,
target: 86249 });
// adding node
var x_node = Math.cos(2 * 2167 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2167 * Math.PI / N) * 10;
g.nodes.push({
id: 85997,
label: 'MEMBER: Christian L. Vestergaard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_photopasteur-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-christian-vestergaard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062885997,
size: 0.5,
source: 230628,
target: 85997 });
// adding node
var x_node = Math.cos(2 * 2168 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2168 * Math.PI / N) * 10;
g.nodes.push({
id: 85759,
label: 'MEMBER: Xuefeng Gao',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/xuefeng-gao/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062885759,
size: 0.5,
source: 230628,
target: 85759 });
// adding node
var x_node = Math.cos(2 * 2169 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2169 * Math.PI / N) * 10;
g.nodes.push({
id: 85537,
label: 'MEMBER: Magali Dupont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_dsc0591-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/magali-dupont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062885537,
size: 0.5,
source: 230628,
target: 85537 });
// adding node
var x_node = Math.cos(2 * 2170 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2170 * Math.PI / N) * 10;
g.nodes.push({
id: 85533,
label: 'MEMBER: Pierre Rosenbaum',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_dsc0589-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-rosenbaum/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062885533,
size: 0.5,
source: 230628,
target: 85533 });
// adding node
var x_node = Math.cos(2 * 2171 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2171 * Math.PI / N) * 10;
g.nodes.push({
id: 85151,
label: 'MEMBER: Victoria Morel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_img_20170317_113237143-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/victoria-morel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062885151,
size: 0.5,
source: 230628,
target: 85151 });
// adding node
var x_node = Math.cos(2 * 2172 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2172 * Math.PI / N) * 10;
g.nodes.push({
id: 84897,
label: 'MEMBER: Satish Moparthi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/satish-moparthi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062884897,
size: 0.5,
source: 230628,
target: 84897 });
// adding node
var x_node = Math.cos(2 * 2173 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2173 * Math.PI / N) * 10;
g.nodes.push({
id: 84090,
label: 'MEMBER: Elsa Bastard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_mcl_4565bis-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elsa-bastard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062884090,
size: 0.5,
source: 230628,
target: 84090 });
// adding node
var x_node = Math.cos(2 * 2174 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2174 * Math.PI / N) * 10;
g.nodes.push({
id: 84087,
label: 'MEMBER: Jerôme Salomon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_dsc02432-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jerome-salomon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062884087,
size: 0.5,
source: 230628,
target: 84087 });
// adding node
var x_node = Math.cos(2 * 2175 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2175 * Math.PI / N) * 10;
g.nodes.push({
id: 84081,
label: 'MEMBER: Christian Brun-Buisson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_cbb_photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christian-brun-buisson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062884081,
size: 0.5,
source: 230628,
target: 84081 });
// adding node
var x_node = Math.cos(2 * 2176 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2176 * Math.PI / N) * 10;
g.nodes.push({
id: 84067,
label: 'MEMBER: Solen Kerneis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_photo2-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/solen-kerneis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062884067,
size: 0.5,
source: 230628,
target: 84067 });
// adding node
var x_node = Math.cos(2 * 2177 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2177 * Math.PI / N) * 10;
g.nodes.push({
id: 84017,
label: 'MEMBER: Emeline Perthame',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research_pasteur-emeline-perthame-2022-01-13-14.37.20-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emeline-perthame/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062884017,
size: 0.5,
source: 230628,
target: 84017 });
// adding node
var x_node = Math.cos(2 * 2178 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2178 * Math.PI / N) * 10;
g.nodes.push({
id: 83942,
label: 'MEMBER: Océane Dehan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/oceane-dehan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883942,
size: 0.5,
source: 230628,
target: 83942 });
// adding node
var x_node = Math.cos(2 * 2179 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2179 * Math.PI / N) * 10;
g.nodes.push({
id: 83903,
label: 'MEMBER: Daniel Hamaoui',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-daniel-hamaoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883903,
size: 0.5,
source: 230628,
target: 83903 });
// adding node
var x_node = Math.cos(2 * 2180 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2180 * Math.PI / N) * 10;
g.nodes.push({
id: 83824,
label: 'MEMBER: Grégory Batt',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research_pasteur-gregory-batt-inria-0474-034-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gregory-batt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883824,
size: 0.5,
source: 230628,
target: 83824 });
// adding node
var x_node = Math.cos(2 * 2181 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2181 * Math.PI / N) * 10;
g.nodes.push({
id: 83816,
label: 'MEMBER: Thomas Wollert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_portrait-cover-image-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-wollert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883816,
size: 0.5,
source: 230628,
target: 83816 });
// adding node
var x_node = Math.cos(2 * 2182 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2182 * Math.PI / N) * 10;
g.nodes.push({
id: 83803,
label: 'MEMBER: Jazmin Meza Torres',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_jazmín-meza-torres-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jazmin-meza-torres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883803,
size: 0.5,
source: 230628,
target: 83803 });
// adding node
var x_node = Math.cos(2 * 2183 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2183 * Math.PI / N) * 10;
g.nodes.push({
id: 83719,
label: 'MEMBER: Michael Connor',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-michael-connor-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/michael-connor/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883719,
size: 0.5,
source: 230628,
target: 83719 });
// adding node
var x_node = Math.cos(2 * 2184 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2184 * Math.PI / N) * 10;
g.nodes.push({
id: 83681,
label: 'MEMBER: Cyril Planchais',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_cyril-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyril-planchais/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883681,
size: 0.5,
source: 230628,
target: 83681 });
// adding node
var x_node = Math.cos(2 * 2185 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2185 * Math.PI / N) * 10;
g.nodes.push({
id: 83412,
label: 'MEMBER: Baptiste Saudemont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research_pasteur-baptiste-saudemont-profile-pic2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/fr-baptiste-saudemont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883412,
size: 0.5,
source: 230628,
target: 83412 });
// adding node
var x_node = Math.cos(2 * 2186 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2186 * Math.PI / N) * 10;
g.nodes.push({
id: 83404,
label: 'MEMBER: Flora Plessier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/flora-plessier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883404,
size: 0.5,
source: 230628,
target: 83404 });
// adding node
var x_node = Math.cos(2 * 2187 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2187 * Math.PI / N) * 10;
g.nodes.push({
id: 83400,
label: 'MEMBER: Sebastien Bastide',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sebastien-bastide/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883400,
size: 0.5,
source: 230628,
target: 83400 });
// adding node
var x_node = Math.cos(2 * 2188 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2188 * Math.PI / N) * 10;
g.nodes.push({
id: 83238,
label: 'MEMBER: Zuzanna Piwkowska',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_zuzanna3_cropped-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/zuzanna-piwkowska/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883238,
size: 0.5,
source: 230628,
target: 83238 });
// adding node
var x_node = Math.cos(2 * 2189 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2189 * Math.PI / N) * 10;
g.nodes.push({
id: 83110,
label: 'MEMBER: Mawlouth Diallo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mawlouth-diallo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883110,
size: 0.5,
source: 230628,
target: 83110 });
// adding node
var x_node = Math.cos(2 * 2190 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2190 * Math.PI / N) * 10;
g.nodes.push({
id: 83063,
label: 'MEMBER: Artem Baidaliuk',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research_pasteur-artem-baidaliuk-img-8176-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/artem-baidaliuk/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883063,
size: 0.5,
source: 230628,
target: 83063 });
// adding node
var x_node = Math.cos(2 * 2191 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2191 * Math.PI / N) * 10;
g.nodes.push({
id: 83035,
label: 'MEMBER: Djahida Bouskra',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/djahida-bouskra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883035,
size: 0.5,
source: 230628,
target: 83035 });
// adding node
var x_node = Math.cos(2 * 2192 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2192 * Math.PI / N) * 10;
g.nodes.push({
id: 83026,
label: 'MEMBER: Melanie Schmitz-Jansen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_melanie-sj-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melanie-schmitz-jansen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062883026,
size: 0.5,
source: 230628,
target: 83026 });
// adding node
var x_node = Math.cos(2 * 2193 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2193 * Math.PI / N) * 10;
g.nodes.push({
id: 82456,
label: 'MEMBER: Tejal Karmalkar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tejal-karmalkar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882456,
size: 0.5,
source: 230628,
target: 82456 });
// adding node
var x_node = Math.cos(2 * 2194 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2194 * Math.PI / N) * 10;
g.nodes.push({
id: 82383,
label: 'MEMBER: Julien Stackowicz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-photo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/julien-stackowicz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882383,
size: 0.5,
source: 230628,
target: 82383 });
// adding node
var x_node = Math.cos(2 * 2195 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2195 * Math.PI / N) * 10;
g.nodes.push({
id: 82345,
label: 'MEMBER: Alexis Proutière',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_img_0236-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexis-proutiere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882345,
size: 0.5,
source: 230628,
target: 82345 });
// adding node
var x_node = Math.cos(2 * 2196 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2196 * Math.PI / N) * 10;
g.nodes.push({
id: 82340,
label: 'MEMBER: Kenzo-Hugo Hillion',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-img_5340-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-kenzo-hugo-hillion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882340,
size: 0.5,
source: 230628,
target: 82340 });
// adding node
var x_node = Math.cos(2 * 2197 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2197 * Math.PI / N) * 10;
g.nodes.push({
id: 82238,
label: 'MEMBER: Jakub Czarnecki',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research_pasteur-enjakub-czarneckifrjakub-czarnecki-czarnecki-jakub-web-ip-v2-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jakub-czarnecki/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882238,
size: 0.5,
source: 230628,
target: 82238 });
// adding node
var x_node = Math.cos(2 * 2198 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2198 * Math.PI / N) * 10;
g.nodes.push({
id: 82209,
label: 'MEMBER: Florian Fournès',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_f.-fournès_web-ip-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florian-fournes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882209,
size: 0.5,
source: 230628,
target: 82209 });
// adding node
var x_node = Math.cos(2 * 2199 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2199 * Math.PI / N) * 10;
g.nodes.push({
id: 82218,
label: 'MEMBER: Ameya Murukutla',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_ameya-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ameya-murukutla/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882218,
size: 0.5,
source: 230628,
target: 82218 });
// adding node
var x_node = Math.cos(2 * 2200 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2200 * Math.PI / N) * 10;
g.nodes.push({
id: 82213,
label: 'MEMBER: Jing Xie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_xie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jingxie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882213,
size: 0.5,
source: 230628,
target: 82213 });
// adding node
var x_node = Math.cos(2 * 2201 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2201 * Math.PI / N) * 10;
g.nodes.push({
id: 82057,
label: 'MEMBER: Juliette Paireau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-img_7168-34-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juliette-paireau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882057,
size: 0.5,
source: 230628,
target: 82057 });
// adding node
var x_node = Math.cos(2 * 2202 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2202 * Math.PI / N) * 10;
g.nodes.push({
id: 82036,
label: 'MEMBER: Dorian Obino',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research_pasteur-dorian-obino-do-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dorian-obino/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062882036,
size: 0.5,
source: 230628,
target: 82036 });
// adding node
var x_node = Math.cos(2 * 2203 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2203 * Math.PI / N) * 10;
g.nodes.push({
id: 81978,
label: 'MEMBER: Hélène Borges',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/helene-borges/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062881978,
size: 0.5,
source: 230628,
target: 81978 });
// adding node
var x_node = Math.cos(2 * 2204 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2204 * Math.PI / N) * 10;
g.nodes.push({
id: 81676,
label: 'MEMBER: Emanuela Pisani',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_emmanuella-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emanuela-pisani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062881676,
size: 0.5,
source: 230628,
target: 81676 });
// adding node
var x_node = Math.cos(2 * 2205 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2205 * Math.PI / N) * 10;
g.nodes.push({
id: 81581,
label: 'MEMBER: Claire Lagrange',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_20170222_104546-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-claire-lagrange/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062881581,
size: 0.5,
source: 230628,
target: 81581 });
// adding node
var x_node = Math.cos(2 * 2206 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2206 * Math.PI / N) * 10;
g.nodes.push({
id: 81566,
label: 'MEMBER: Selima Messaoudi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/selima-messaoudi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062881566,
size: 0.5,
source: 230628,
target: 81566 });
// adding node
var x_node = Math.cos(2 * 2207 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2207 * Math.PI / N) * 10;
g.nodes.push({
id: 81551,
label: 'MEMBER: Aline Rifflet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aline-rifflet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062881551,
size: 0.5,
source: 230628,
target: 81551 });
// adding node
var x_node = Math.cos(2 * 2208 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2208 * Math.PI / N) * 10;
g.nodes.push({
id: 81480,
label: 'MEMBER: Emma Bergsten',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emma-bergsten/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062881480,
size: 0.5,
source: 230628,
target: 81480 });
// adding node
var x_node = Math.cos(2 * 2209 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2209 * Math.PI / N) * 10;
g.nodes.push({
id: 81431,
label: 'MEMBER: Etienne Kornobis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-ekornobis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/etienne-kornobis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062881431,
size: 0.5,
source: 230628,
target: 81431 });
// adding node
var x_node = Math.cos(2 * 2210 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2210 * Math.PI / N) * 10;
g.nodes.push({
id: 81199,
label: 'MEMBER: Kathleen Victoir',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kathleen-victoir/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062881199,
size: 0.5,
source: 230628,
target: 81199 });
// adding node
var x_node = Math.cos(2 * 2211 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2211 * Math.PI / N) * 10;
g.nodes.push({
id: 81076,
label: 'MEMBER: Sandrine Fernandes Pellerin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sandrine-fernandes-pellerin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062881076,
size: 0.5,
source: 230628,
target: 81076 });
// adding node
var x_node = Math.cos(2 * 2212 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2212 * Math.PI / N) * 10;
g.nodes.push({
id: 80539,
label: 'MEMBER: Nhân Pham Thi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nhan-pham-thi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880539,
size: 0.5,
source: 230628,
target: 80539 });
// adding node
var x_node = Math.cos(2 * 2213 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2213 * Math.PI / N) * 10;
g.nodes.push({
id: 80535,
label: 'MEMBER: Ghania Benabdelmoumen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ghania-benabdelmoumen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880535,
size: 0.5,
source: 230628,
target: 80535 });
// adding node
var x_node = Math.cos(2 * 2214 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2214 * Math.PI / N) * 10;
g.nodes.push({
id: 80531,
label: 'MEMBER: Philippe Poujol',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/philippe-poujol/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880531,
size: 0.5,
source: 230628,
target: 80531 });
// adding node
var x_node = Math.cos(2 * 2215 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2215 * Math.PI / N) * 10;
g.nodes.push({
id: 80519,
label: 'MEMBER: Maia Delage Toriel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_maia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maia-delage-toriel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880519,
size: 0.5,
source: 230628,
target: 80519 });
// adding node
var x_node = Math.cos(2 * 2216 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2216 * Math.PI / N) * 10;
g.nodes.push({
id: 80515,
label: 'MEMBER: Aude Nassif',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aude-nassif/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880515,
size: 0.5,
source: 230628,
target: 80515 });
// adding node
var x_node = Math.cos(2 * 2217 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2217 * Math.PI / N) * 10;
g.nodes.push({
id: 80507,
label: 'MEMBER: Claudine Duvivier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-duvivier-claudine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880507,
size: 0.5,
source: 230628,
target: 80507 });
// adding node
var x_node = Math.cos(2 * 2218 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2218 * Math.PI / N) * 10;
g.nodes.push({
id: 80197,
label: 'MEMBER: Berengère Menu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/12/research.pasteur.fr_capture-d’écran-2016-12-02-à-18.45.53-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/berengere-menu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880197,
size: 0.5,
source: 230628,
target: 80197 });
// adding node
var x_node = Math.cos(2 * 2219 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2219 * Math.PI / N) * 10;
g.nodes.push({
id: 80192,
label: 'MEMBER: Anne-Laure Morin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/12/research.pasteur.fr_capture-d’écran-2016-12-02-à-18.45.46-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-laure-morin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880192,
size: 0.5,
source: 230628,
target: 80192 });
// adding node
var x_node = Math.cos(2 * 2220 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2220 * Math.PI / N) * 10;
g.nodes.push({
id: 80014,
label: 'MEMBER: François Laurent',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research_pasteur-francois-laurent-moi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-laurent/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880014,
size: 0.5,
source: 230628,
target: 80014 });
// adding node
var x_node = Math.cos(2 * 2221 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2221 * Math.PI / N) * 10;
g.nodes.push({
id: 80011,
label: 'MEMBER: Vincent Guillemot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_vincent-guillemot-1-e1479989507346-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vincent-guillemot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880011,
size: 0.5,
source: 230628,
target: 80011 });
// adding node
var x_node = Math.cos(2 * 2222 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2222 * Math.PI / N) * 10;
g.nodes.push({
id: 80008,
label: 'MEMBER: Quentin Giai Gianetto',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_p10001292_3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/quentin-giai-gianetto/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880008,
size: 0.5,
source: 230628,
target: 80008 });
// adding node
var x_node = Math.cos(2 * 2223 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2223 * Math.PI / N) * 10;
g.nodes.push({
id: 80005,
label: 'MEMBER: Thomas Bigot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research_pasteur-thomas-bigot-pour-profil2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-bigot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062880005,
size: 0.5,
source: 230628,
target: 80005 });
// adding node
var x_node = Math.cos(2 * 2224 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2224 * Math.PI / N) * 10;
g.nodes.push({
id: 79863,
label: 'MEMBER: Gaël Millot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_gael-portrait-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gael-millot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879863,
size: 0.5,
source: 230628,
target: 79863 });
// adding node
var x_node = Math.cos(2 * 2225 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2225 * Math.PI / N) * 10;
g.nodes.push({
id: 79822,
label: 'MEMBER: Paul-Henri Consigny',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_capture-d’écran-2016-11-28-à-18.42.07-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paul-henri-consigny/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879822,
size: 0.5,
source: 230628,
target: 79822 });
// adding node
var x_node = Math.cos(2 * 2226 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2226 * Math.PI / N) * 10;
g.nodes.push({
id: 79819,
label: 'MEMBER: Corinne Richard-Miceli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_capture-d’écran-2016-11-28-à-18.53.33-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/corinne-richard-miceli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879819,
size: 0.5,
source: 230628,
target: 79819 });
// adding node
var x_node = Math.cos(2 * 2227 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2227 * Math.PI / N) * 10;
g.nodes.push({
id: 79704,
label: 'MEMBER: Sébastien MELLA',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_sebastien-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-sebastien-mella/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879704,
size: 0.5,
source: 230628,
target: 79704 });
// adding node
var x_node = Math.cos(2 * 2228 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2228 * Math.PI / N) * 10;
g.nodes.push({
id: 79698,
label: 'MEMBER: Alexandre Grimaldi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_20161108_103115-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-alexandre-grimaldi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879698,
size: 0.5,
source: 230628,
target: 79698 });
// adding node
var x_node = Math.cos(2 * 2229 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2229 * Math.PI / N) * 10;
g.nodes.push({
id: 79474,
label: 'MEMBER: Emelyne Lecuyer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_emelyne-12116.jpg',
page_url: 'https://research.pasteur.fr/en/member/emelyne-lecuyer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879474,
size: 0.5,
source: 230628,
target: 79474 });
// adding node
var x_node = Math.cos(2 * 2230 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2230 * Math.PI / N) * 10;
g.nodes.push({
id: 79465,
label: 'MEMBER: Maud Pascal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_maud-12116-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maud-pascal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879465,
size: 0.5,
source: 230628,
target: 79465 });
// adding node
var x_node = Math.cos(2 * 2231 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2231 * Math.PI / N) * 10;
g.nodes.push({
id: 79293,
label: 'MEMBER: Nitai Steinberg',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_37542-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nitai-steinberg/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879293,
size: 0.5,
source: 230628,
target: 79293 });
// adding node
var x_node = Math.cos(2 * 2232 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2232 * Math.PI / N) * 10;
g.nodes.push({
id: 79272,
label: 'MEMBER: Louis-Antoine Barel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/louis-antoine-barel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879272,
size: 0.5,
source: 230628,
target: 79272 });
// adding node
var x_node = Math.cos(2 * 2233 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2233 * Math.PI / N) * 10;
g.nodes.push({
id: 79267,
label: 'MEMBER: Johan Cornil',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/johan-cornil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879267,
size: 0.5,
source: 230628,
target: 79267 });
// adding node
var x_node = Math.cos(2 * 2234 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2234 * Math.PI / N) * 10;
g.nodes.push({
id: 79208,
label: 'MEMBER: Benoît Lelandais',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/benoit-lelandais/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879208,
size: 0.5,
source: 230628,
target: 79208 });
// adding node
var x_node = Math.cos(2 * 2235 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2235 * Math.PI / N) * 10;
g.nodes.push({
id: 79182,
label: 'MEMBER: Esthel Penard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-capture-decran-2020-03-24-a-16.34.18-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/esthel-penard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062879182,
size: 0.5,
source: 230628,
target: 79182 });
// adding node
var x_node = Math.cos(2 * 2236 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2236 * Math.PI / N) * 10;
g.nodes.push({
id: 78990,
label: 'MEMBER: Clémence Martin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clemence-martin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878990,
size: 0.5,
source: 230628,
target: 78990 });
// adding node
var x_node = Math.cos(2 * 2237 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2237 * Math.PI / N) * 10;
g.nodes.push({
id: 78977,
label: 'MEMBER: Régina Geitani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/regina-geitani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878977,
size: 0.5,
source: 230628,
target: 78977 });
// adding node
var x_node = Math.cos(2 * 2238 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2238 * Math.PI / N) * 10;
g.nodes.push({
id: 78773,
label: 'MEMBER: Romain Levayer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_dsc_0008-001-1-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/romain-levayer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878773,
size: 0.5,
source: 230628,
target: 78773 });
// adding node
var x_node = Math.cos(2 * 2239 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2239 * Math.PI / N) * 10;
g.nodes.push({
id: 78515,
label: 'MEMBER: Emmanuelle Billon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_img-20160930-wa0011-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emmanuelle-billon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878515,
size: 0.5,
source: 230628,
target: 78515 });
// adding node
var x_node = Math.cos(2 * 2240 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2240 * Math.PI / N) * 10;
g.nodes.push({
id: 78458,
label: 'MEMBER: Virginija Cvirkaite-Krupovic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_vg-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/virginija-cvirkaite-krupovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878458,
size: 0.5,
source: 230628,
target: 78458 });
// adding node
var x_node = Math.cos(2 * 2241 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2241 * Math.PI / N) * 10;
g.nodes.push({
id: 78239,
label: 'MEMBER: Maxime Mistretta',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_maxime_mistretta-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maxime-mistretta/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878239,
size: 0.5,
source: 230628,
target: 78239 });
// adding node
var x_node = Math.cos(2 * 2242 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2242 * Math.PI / N) * 10;
g.nodes.push({
id: 78196,
label: 'MEMBER: Tharshana Stephen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-tharshana-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tharshana-stephen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878196,
size: 0.5,
source: 230628,
target: 78196 });
// adding node
var x_node = Math.cos(2 * 2243 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2243 * Math.PI / N) * 10;
g.nodes.push({
id: 78192,
label: 'MEMBER: Olivia Chény',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_dsc0616mod2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivia-cheny/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878192,
size: 0.5,
source: 230628,
target: 78192 });
// adding node
var x_node = Math.cos(2 * 2244 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2244 * Math.PI / N) * 10;
g.nodes.push({
id: 78128,
label: 'MEMBER: Maimouna Djamila N’Gadjaga',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_maimounadjamila-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maimouna-djamila-ngadjaga/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878128,
size: 0.5,
source: 230628,
target: 78128 });
// adding node
var x_node = Math.cos(2 * 2245 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2245 * Math.PI / N) * 10;
g.nodes.push({
id: 78117,
label: 'MEMBER: John Rohde',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/john-rohde/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878117,
size: 0.5,
source: 230628,
target: 78117 });
// adding node
var x_node = Math.cos(2 * 2246 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2246 * Math.PI / N) * 10;
g.nodes.push({
id: 78109,
label: 'MEMBER: Maria Benavente Diaz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_maria-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-maria-benavente-diaz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062878109,
size: 0.5,
source: 230628,
target: 78109 });
// adding node
var x_node = Math.cos(2 * 2247 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2247 * Math.PI / N) * 10;
g.nodes.push({
id: 77941,
label: 'MEMBER: Elie Hammam',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/12/research.pasteur.fr_15181589_10202325217727359_6781735665124606086_n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elie-hammam/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062877941,
size: 0.5,
source: 230628,
target: 77941 });
// adding node
var x_node = Math.cos(2 * 2248 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2248 * Math.PI / N) * 10;
g.nodes.push({
id: 77717,
label: 'MEMBER: Francisca Soares Da Silva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-francisca2-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/fr-francisca-soares-da-silva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062877717,
size: 0.5,
source: 230628,
target: 77717 });
// adding node
var x_node = Math.cos(2 * 2249 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2249 * Math.PI / N) * 10;
g.nodes.push({
id: 77554,
label: 'MEMBER: Daizy Moualeu-Kameni',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/daizy-moualeu-kameni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062877554,
size: 0.5,
source: 230628,
target: 77554 });
// adding node
var x_node = Math.cos(2 * 2250 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2250 * Math.PI / N) * 10;
g.nodes.push({
id: 77497,
label: 'MEMBER: Niry RABENINDRINA',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_rabenindrina-niry-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/niry-rabenindrina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062877497,
size: 0.5,
source: 230628,
target: 77497 });
// adding node
var x_node = Math.cos(2 * 2251 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2251 * Math.PI / N) * 10;
g.nodes.push({
id: 77484,
label: 'MEMBER: Hugues Aschard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_p8191439-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hugues-aschard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062877484,
size: 0.5,
source: 230628,
target: 77484 });
// adding node
var x_node = Math.cos(2 * 2252 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2252 * Math.PI / N) * 10;
g.nodes.push({
id: 77395,
label: 'MEMBER: Livia Lacerda Mariano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_livia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/livia-lacerda-mariano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062877395,
size: 0.5,
source: 230628,
target: 77395 });
// adding node
var x_node = Math.cos(2 * 2253 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2253 * Math.PI / N) * 10;
g.nodes.push({
id: 77339,
label: 'MEMBER: Samuel Alvarez Arguesdas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_foto-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/samuel-alvarez-arguesdas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062877339,
size: 0.5,
source: 230628,
target: 77339 });
// adding node
var x_node = Math.cos(2 * 2254 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2254 * Math.PI / N) * 10;
g.nodes.push({
id: 77264,
label: 'MEMBER: Angélique Jarade',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-ajarade-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/angelique-jarade/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062877264,
size: 0.5,
source: 230628,
target: 77264 });
// adding node
var x_node = Math.cos(2 * 2255 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2255 * Math.PI / N) * 10;
g.nodes.push({
id: 76656,
label: 'MEMBER: Pranav Bhamidipati',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_pranav_bhamidipati-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pranav-bhamidipati/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876656,
size: 0.5,
source: 230628,
target: 76656 });
// adding node
var x_node = Math.cos(2 * 2256 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2256 * Math.PI / N) * 10;
g.nodes.push({
id: 76637,
label: 'MEMBER: Saransh Umale',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_saransh_umale-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/saransh-umale/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876637,
size: 0.5,
source: 230628,
target: 76637 });
// adding node
var x_node = Math.cos(2 * 2257 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2257 * Math.PI / N) * 10;
g.nodes.push({
id: 76573,
label: 'MEMBER: Marie Le Bouteiller',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_lebouteillernew-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-le-bouteiller/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876573,
size: 0.5,
source: 230628,
target: 76573 });
// adding node
var x_node = Math.cos(2 * 2258 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2258 * Math.PI / N) * 10;
g.nodes.push({
id: 76567,
label: 'MEMBER: Sarah Beck-Cormier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_beck-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sarah-beck-cormier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876567,
size: 0.5,
source: 230628,
target: 76567 });
// adding node
var x_node = Math.cos(2 * 2259 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2259 * Math.PI / N) * 10;
g.nodes.push({
id: 76563,
label: 'MEMBER: Martin Houlard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_charlene-44-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/martin-houlard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876563,
size: 0.5,
source: 230628,
target: 76563 });
// adding node
var x_node = Math.cos(2 * 2260 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2260 * Math.PI / N) * 10;
g.nodes.push({
id: 76558,
label: 'MEMBER: Teddy Léguillier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_teddy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/teddy-leguillier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876558,
size: 0.5,
source: 230628,
target: 76558 });
// adding node
var x_node = Math.cos(2 * 2261 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2261 * Math.PI / N) * 10;
g.nodes.push({
id: 76554,
label: 'MEMBER: Marie Escande',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_escandeweb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-escande/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876554,
size: 0.5,
source: 230628,
target: 76554 });
// adding node
var x_node = Math.cos(2 * 2262 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2262 * Math.PI / N) * 10;
g.nodes.push({
id: 76550,
label: 'MEMBER: Tiphaine Aguirre Lavin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_50463518758891a5b9_l_f2aff-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tiphaine-aguirre-lavin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876550,
size: 0.5,
source: 230628,
target: 76550 });
// adding node
var x_node = Math.cos(2 * 2263 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2263 * Math.PI / N) * 10;
g.nodes.push({
id: 76545,
label: 'MEMBER: Jérôme Artus',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_artusweb1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jerome-artus/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876545,
size: 0.5,
source: 230628,
target: 76545 });
// adding node
var x_node = Math.cos(2 * 2264 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2264 * Math.PI / N) * 10;
g.nodes.push({
id: 76541,
label: 'MEMBER: Céline Souilhol',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_souilhol-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celine-souilhol/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876541,
size: 0.5,
source: 230628,
target: 76541 });
// adding node
var x_node = Math.cos(2 * 2265 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2265 * Math.PI / N) * 10;
g.nodes.push({
id: 76283,
label: 'MEMBER: Shivani Shankar Aguilera',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/shivani-shankar-aguilera/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876283,
size: 0.5,
source: 230628,
target: 76283 });
// adding node
var x_node = Math.cos(2 * 2266 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2266 * Math.PI / N) * 10;
g.nodes.push({
id: 76280,
label: 'MEMBER: Alessandra Mattos Saliba',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_1747550-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alessandra-mattos-saliba/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876280,
size: 0.5,
source: 230628,
target: 76280 });
// adding node
var x_node = Math.cos(2 * 2267 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2267 * Math.PI / N) * 10;
g.nodes.push({
id: 76103,
label: 'MEMBER: Jamila Marchich',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-jamila-marchich/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062876103,
size: 0.5,
source: 230628,
target: 76103 });
// adding node
var x_node = Math.cos(2 * 2268 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2268 * Math.PI / N) * 10;
g.nodes.push({
id: 75914,
label: 'MEMBER: Sébastien Bedu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_p1000492-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sebastien-bedu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062875914,
size: 0.5,
source: 230628,
target: 75914 });
// adding node
var x_node = Math.cos(2 * 2269 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2269 * Math.PI / N) * 10;
g.nodes.push({
id: 75907,
label: 'MEMBER: Isabelle Foucher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_p1000478-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-foucher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062875907,
size: 0.5,
source: 230628,
target: 75907 });
// adding node
var x_node = Math.cos(2 * 2270 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2270 * Math.PI / N) * 10;
g.nodes.push({
id: 75885,
label: 'MEMBER: Delphine Cussigh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_p1000480-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/delphine-cussigh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062875885,
size: 0.5,
source: 230628,
target: 75885 });
// adding node
var x_node = Math.cos(2 * 2271 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2271 * Math.PI / N) * 10;
g.nodes.push({
id: 75880,
label: 'MEMBER: Nicolas Dray',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_nico1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-dray/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062875880,
size: 0.5,
source: 230628,
target: 75880 });
// adding node
var x_node = Math.cos(2 * 2272 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2272 * Math.PI / N) * 10;
g.nodes.push({
id: 75781,
label: 'MEMBER: Sara Ortica',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_dsc04469-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sara-ortica/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062875781,
size: 0.5,
source: 230628,
target: 75781 });
// adding node
var x_node = Math.cos(2 * 2273 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2273 * Math.PI / N) * 10;
g.nodes.push({
id: 75605,
label: 'MEMBER: Violeta Moya Alvarez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/08/research_pasteur-violeta-moya-alvarez-violeta-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/violeta-moya-alvarez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062875605,
size: 0.5,
source: 230628,
target: 75605 });
// adding node
var x_node = Math.cos(2 * 2274 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2274 * Math.PI / N) * 10;
g.nodes.push({
id: 75573,
label: 'MEMBER: Fabienne Levi-Acobas',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fabienne-levi-acobas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062875573,
size: 0.5,
source: 230628,
target: 75573 });
// adding node
var x_node = Math.cos(2 * 2275 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2275 * Math.PI / N) * 10;
g.nodes.push({
id: 75430,
label: 'MEMBER: Julien Fernandes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-photo_jf-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/julien-fernandes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062875430,
size: 0.5,
source: 230628,
target: 75430 });
// adding node
var x_node = Math.cos(2 * 2276 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2276 * Math.PI / N) * 10;
g.nodes.push({
id: 75259,
label: 'MEMBER: Jorge Moura de Sousa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/08/research.pasteur.fr_citations-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jorge-moura-de-sousa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062875259,
size: 0.5,
source: 230628,
target: 75259 });
// adding node
var x_node = Math.cos(2 * 2277 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2277 * Math.PI / N) * 10;
g.nodes.push({
id: 74746,
label: 'MEMBER: Luis Guilherme Virgilio Fernandes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_dscn1737-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/luis-guilherme-virgilio-fernandes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874746,
size: 0.5,
source: 230628,
target: 74746 });
// adding node
var x_node = Math.cos(2 * 2278 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2278 * Math.PI / N) * 10;
g.nodes.push({
id: 74516,
label: 'MEMBER: Christophe Queval',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christophe-queval/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874516,
size: 0.5,
source: 230628,
target: 74516 });
// adding node
var x_node = Math.cos(2 * 2279 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2279 * Math.PI / N) * 10;
g.nodes.push({
id: 74447,
label: 'MEMBER: Caroline De Oliveira',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-caroline-de-oliveira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874447,
size: 0.5,
source: 230628,
target: 74447 });
// adding node
var x_node = Math.cos(2 * 2280 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2280 * Math.PI / N) * 10;
g.nodes.push({
id: 74238,
label: 'MEMBER: Remy Artus',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_artus-r®my-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/remy-artus/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874238,
size: 0.5,
source: 230628,
target: 74238 });
// adding node
var x_node = Math.cos(2 * 2281 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2281 * Math.PI / N) * 10;
g.nodes.push({
id: 74071,
label: 'MEMBER: Benjamin Fait',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_ben-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/benjamin-fait/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874071,
size: 0.5,
source: 230628,
target: 74071 });
// adding node
var x_node = Math.cos(2 * 2282 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2282 * Math.PI / N) * 10;
g.nodes.push({
id: 74062,
label: 'MEMBER: Martino Ugolini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_martino-low-resolution-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/martino-ugolini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874062,
size: 0.5,
source: 230628,
target: 74062 });
// adding node
var x_node = Math.cos(2 * 2283 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2283 * Math.PI / N) * 10;
g.nodes.push({
id: 74050,
label: 'MEMBER: Blaise Li',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_blaise-low-resolution-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/blaise-li/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874050,
size: 0.5,
source: 230628,
target: 74050 });
// adding node
var x_node = Math.cos(2 * 2284 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2284 * Math.PI / N) * 10;
g.nodes.push({
id: 74046,
label: 'MEMBER: Corinne Chureau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research_pasteur-corinne-chureau-pommier-research-pasteur-corinne-chureau-pommier-capture-decran-2023-06-16-a-13.00.01-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/corinne-chureau-pommier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874046,
size: 0.5,
source: 230628,
target: 74046 });
// adding node
var x_node = Math.cos(2 * 2285 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2285 * Math.PI / N) * 10;
g.nodes.push({
id: 74019,
label: 'MEMBER: David Dinneen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/08/research.pasteur.fr_10469773_10153396448101552_6244296856281298952_n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-dinneen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874019,
size: 0.5,
source: 230628,
target: 74019 });
// adding node
var x_node = Math.cos(2 * 2286 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2286 * Math.PI / N) * 10;
g.nodes.push({
id: 73870,
label: 'MEMBER: Thiery Nirina Jean Jose Nepomichene',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thiery-nirina-jean-jose-nepomichene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062873870,
size: 0.5,
source: 230628,
target: 73870 });
// adding node
var x_node = Math.cos(2 * 2287 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2287 * Math.PI / N) * 10;
g.nodes.push({
id: 73866,
label: 'MEMBER: Marina Penova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-img_6869-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marina-penova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062873866,
size: 0.5,
source: 230628,
target: 73866 });
// adding node
var x_node = Math.cos(2 * 2288 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2288 * Math.PI / N) * 10;
g.nodes.push({
id: 73855,
label: 'MEMBER: Ahmed.Tawfik Moustafa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_ahmed-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ahmed-moustafa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062873855,
size: 0.5,
source: 230628,
target: 73855 });
// adding node
var x_node = Math.cos(2 * 2289 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2289 * Math.PI / N) * 10;
g.nodes.push({
id: 73628,
label: 'MEMBER: Jakub Voznica',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_jakubvoznica-132x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jakub-voznica/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062873628,
size: 0.5,
source: 230628,
target: 73628 });
// adding node
var x_node = Math.cos(2 * 2290 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2290 * Math.PI / N) * 10;
g.nodes.push({
id: 73313,
label: 'MEMBER: Eduard Baquero Salazar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_eduardbaquerosalazar.jpg',
page_url: 'https://research.pasteur.fr/en/member/eduard-baquero-salazar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062873313,
size: 0.5,
source: 230628,
target: 73313 });
// adding node
var x_node = Math.cos(2 * 2291 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2291 * Math.PI / N) * 10;
g.nodes.push({
id: 73307,
label: 'MEMBER: Arvind Sharma',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/arvind-sharma/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062873307,
size: 0.5,
source: 230628,
target: 73307 });
// adding node
var x_node = Math.cos(2 * 2292 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2292 * Math.PI / N) * 10;
g.nodes.push({
id: 71784,
label: 'MEMBER: Daria Kartasheva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_kartasheva-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daria-kartasheva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871784,
size: 0.5,
source: 230628,
target: 71784 });
// adding node
var x_node = Math.cos(2 * 2293 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2293 * Math.PI / N) * 10;
g.nodes.push({
id: 71777,
label: 'MEMBER: Jesintha Gaston',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_jesintha-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jesintha-gaston/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871777,
size: 0.5,
source: 230628,
target: 71777 });
// adding node
var x_node = Math.cos(2 * 2294 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2294 * Math.PI / N) * 10;
g.nodes.push({
id: 71774,
label: 'MEMBER: Sylvie Lagaye',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_lagaye-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-lagaye/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871774,
size: 0.5,
source: 230628,
target: 71774 });
// adding node
var x_node = Math.cos(2 * 2295 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2295 * Math.PI / N) * 10;
g.nodes.push({
id: 71741,
label: 'MEMBER: Jean-Baptiste Beneteau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-baptiste-beneteau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871741,
size: 0.5,
source: 230628,
target: 71741 });
// adding node
var x_node = Math.cos(2 * 2296 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2296 * Math.PI / N) * 10;
g.nodes.push({
id: 71726,
label: 'MEMBER: Leen Delang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-photo-leen-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leen-delang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871726,
size: 0.5,
source: 230628,
target: 71726 });
// adding node
var x_node = Math.cos(2 * 2297 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2297 * Math.PI / N) * 10;
g.nodes.push({
id: 71719,
label: 'MEMBER: Yousra Benseddik',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yousra-benseddik/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871719,
size: 0.5,
source: 230628,
target: 71719 });
// adding node
var x_node = Math.cos(2 * 2298 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2298 * Math.PI / N) * 10;
g.nodes.push({
id: 71643,
label: 'MEMBER: Elodie Calvez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-elodie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elodie-calvez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871643,
size: 0.5,
source: 230628,
target: 71643 });
// adding node
var x_node = Math.cos(2 * 2299 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2299 * Math.PI / N) * 10;
g.nodes.push({
id: 71410,
label: 'MEMBER: Lobna Gaayeb',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_lobnapic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lobna-gaayeb/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871410,
size: 0.5,
source: 230628,
target: 71410 });
// adding node
var x_node = Math.cos(2 * 2300 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2300 * Math.PI / N) * 10;
g.nodes.push({
id: 71362,
label: 'MEMBER: Aurelie Chiche',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-aurelie-small-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelie-chiche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871362,
size: 0.5,
source: 230628,
target: 71362 });
// adding node
var x_node = Math.cos(2 * 2301 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2301 * Math.PI / N) * 10;
g.nodes.push({
id: 71359,
label: 'MEMBER: Mathieu von Joest',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-mathieu-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathieu-von-joest/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871359,
size: 0.5,
source: 230628,
target: 71359 });
// adding node
var x_node = Math.cos(2 * 2302 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2302 * Math.PI / N) * 10;
g.nodes.push({
id: 71258,
label: 'MEMBER: Emile Auria',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_emile-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emile-auria/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871258,
size: 0.5,
source: 230628,
target: 71258 });
// adding node
var x_node = Math.cos(2 * 2303 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2303 * Math.PI / N) * 10;
g.nodes.push({
id: 71134,
label: 'MEMBER: Gökberk Alagoz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_photo-gokberk-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/gokberk-alagoz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871134,
size: 0.5,
source: 230628,
target: 71134 });
// adding node
var x_node = Math.cos(2 * 2304 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2304 * Math.PI / N) * 10;
g.nodes.push({
id: 71044,
label: 'MEMBER: Diego Cordero Cervantes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-diego_1-5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/diego-cordero-cervantes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062871044,
size: 0.5,
source: 230628,
target: 71044 });
// adding node
var x_node = Math.cos(2 * 2305 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2305 * Math.PI / N) * 10;
g.nodes.push({
id: 70981,
label: 'MEMBER: Thomas Obadia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_p1040999_crop-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-obadia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062870981,
size: 0.5,
source: 230628,
target: 70981 });
// adding node
var x_node = Math.cos(2 * 2306 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2306 * Math.PI / N) * 10;
g.nodes.push({
id: 70660,
label: 'MEMBER: Nicolas Bosc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_njkwntgx-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-bosc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062870660,
size: 0.5,
source: 230628,
target: 70660 });
// adding node
var x_node = Math.cos(2 * 2307 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2307 * Math.PI / N) * 10;
g.nodes.push({
id: 70644,
label: 'MEMBER: Anne Lassailly-Bondaz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anne-lassailly-bondaz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062870644,
size: 0.5,
source: 230628,
target: 70644 });
// adding node
var x_node = Math.cos(2 * 2308 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2308 * Math.PI / N) * 10;
g.nodes.push({
id: 70641,
label: 'MEMBER: Hélène Da Conceicao',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_photo-profil-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-da-conceicao/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062870641,
size: 0.5,
source: 230628,
target: 70641 });
// adding node
var x_node = Math.cos(2 * 2309 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2309 * Math.PI / N) * 10;
g.nodes.push({
id: 70499,
label: 'MEMBER: Olivier Sperandio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_sperandio-id-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-sperandio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062870499,
size: 0.5,
source: 230628,
target: 70499 });
// adding node
var x_node = Math.cos(2 * 2310 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2310 * Math.PI / N) * 10;
g.nodes.push({
id: 69992,
label: 'MEMBER: João C. Teixeira',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_photo-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/joao-carlos-aguiar-macedo-teixeira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062869992,
size: 0.5,
source: 230628,
target: 69992 });
// adding node
var x_node = Math.cos(2 * 2311 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2311 * Math.PI / N) * 10;
g.nodes.push({
id: 69985,
label: 'MEMBER: Clovis Gatsi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-clovis-gatsi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062869985,
size: 0.5,
source: 230628,
target: 69985 });
// adding node
var x_node = Math.cos(2 * 2312 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2312 * Math.PI / N) * 10;
g.nodes.push({
id: 69977,
label: 'MEMBER: Amandine Aoufoussi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-amandine-aoufoussi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062869977,
size: 0.5,
source: 230628,
target: 69977 });
// adding node
var x_node = Math.cos(2 * 2313 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2313 * Math.PI / N) * 10;
g.nodes.push({
id: 69960,
label: 'MEMBER: Jean-Marc Doisne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_jmd-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-marc-daisne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062869960,
size: 0.5,
source: 230628,
target: 69960 });
// adding node
var x_node = Math.cos(2 * 2314 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2314 * Math.PI / N) * 10;
g.nodes.push({
id: 69600,
label: 'MEMBER: Céline Trébeau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/celine-trebeau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062869600,
size: 0.5,
source: 230628,
target: 69600 });
// adding node
var x_node = Math.cos(2 * 2315 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2315 * Math.PI / N) * 10;
g.nodes.push({
id: 69277,
label: 'MEMBER: Maël Bessaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research_pasteur-mael-bessaud-bessaud-mael--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mael-bessaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062869277,
size: 0.5,
source: 230628,
target: 69277 });
// adding node
var x_node = Math.cos(2 * 2316 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2316 * Math.PI / N) * 10;
g.nodes.push({
id: 68798,
label: 'MEMBER: Emilie Trommetter',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_emilie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emilie-trommetter/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868798,
size: 0.5,
source: 230628,
target: 68798 });
// adding node
var x_node = Math.cos(2 * 2317 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2317 * Math.PI / N) * 10;
g.nodes.push({
id: 68790,
label: 'MEMBER: Catherine Isel-Griffiths',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_catherine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/catherine-isel-griffiths/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868790,
size: 0.5,
source: 230628,
target: 68790 });
// adding node
var x_node = Math.cos(2 * 2318 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2318 * Math.PI / N) * 10;
g.nodes.push({
id: 68756,
label: 'MEMBER: Elise Dubois',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_elisedubois-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elise-dubois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868756,
size: 0.5,
source: 230628,
target: 68756 });
// adding node
var x_node = Math.cos(2 * 2319 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2319 * Math.PI / N) * 10;
g.nodes.push({
id: 68633,
label: 'MEMBER: Dylan Cherrier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_img_0553-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dylan-cherrier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868633,
size: 0.5,
source: 230628,
target: 68633 });
// adding node
var x_node = Math.cos(2 * 2320 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2320 * Math.PI / N) * 10;
g.nodes.push({
id: 68627,
label: 'MEMBER: Laura Surace',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_foto-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laura-surace/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868627,
size: 0.5,
source: 230628,
target: 68627 });
// adding node
var x_node = Math.cos(2 * 2321 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2321 * Math.PI / N) * 10;
g.nodes.push({
id: 68493,
label: 'MEMBER: Isabelle Hoffmann',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_isabelle-hoffmann-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/hoffmann-isabelle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868493,
size: 0.5,
source: 230628,
target: 68493 });
// adding node
var x_node = Math.cos(2 * 2322 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2322 * Math.PI / N) * 10;
g.nodes.push({
id: 68441,
label: 'MEMBER: Anastasia Gazi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/08/research.pasteur.fr_adgaz-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anastasia-gazi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868441,
size: 0.5,
source: 230628,
target: 68441 });
// adding node
var x_node = Math.cos(2 * 2323 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2323 * Math.PI / N) * 10;
g.nodes.push({
id: 68432,
label: 'MEMBER: Justine Matheau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-img_4048-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/justine-matheau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868432,
size: 0.5,
source: 230628,
target: 68432 });
// adding node
var x_node = Math.cos(2 * 2324 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2324 * Math.PI / N) * 10;
g.nodes.push({
id: 68414,
label: 'MEMBER: Thibault Scalvenzi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_aaeaaqaaaaaaaar-aaaajdyynzeznzuylwqymwytngjjns1hmwmxlweyotk4mwm0m2y2yg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thibault-scalvenzi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868414,
size: 0.5,
source: 230628,
target: 68414 });
// adding node
var x_node = Math.cos(2 * 2325 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2325 * Math.PI / N) * 10;
g.nodes.push({
id: 68215,
label: 'MEMBER: Laurianne Davignon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_2015_03_26-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurianne-davignon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062868215,
size: 0.5,
source: 230628,
target: 68215 });
// adding node
var x_node = Math.cos(2 * 2326 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2326 * Math.PI / N) * 10;
g.nodes.push({
id: 67917,
label: 'MEMBER: Rebecca Grant',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_21dfcdd-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rebecca-grant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062867917,
size: 0.5,
source: 230628,
target: 67917 });
// adding node
var x_node = Math.cos(2 * 2327 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2327 * Math.PI / N) * 10;
g.nodes.push({
id: 67779,
label: 'MEMBER: Irida Goxhaj',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_photo-003-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/irida-goxhaj/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062867779,
size: 0.5,
source: 230628,
target: 67779 });
// adding node
var x_node = Math.cos(2 * 2328 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2328 * Math.PI / N) * 10;
g.nodes.push({
id: 67765,
label: 'MEMBER: Lucia Orsini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_photo-lucía-orsini.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucia-orsini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062867765,
size: 0.5,
source: 230628,
target: 67765 });
// adding node
var x_node = Math.cos(2 * 2329 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2329 * Math.PI / N) * 10;
g.nodes.push({
id: 67728,
label: 'MEMBER: Hélène Vignes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_photo-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-vignes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062867728,
size: 0.5,
source: 230628,
target: 67728 });
// adding node
var x_node = Math.cos(2 * 2330 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2330 * Math.PI / N) * 10;
g.nodes.push({
id: 67726,
label: 'MEMBER: Giulia Brenna',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_sans-titre-2-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/giulia-brenna/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062867726,
size: 0.5,
source: 230628,
target: 67726 });
// adding node
var x_node = Math.cos(2 * 2331 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2331 * Math.PI / N) * 10;
g.nodes.push({
id: 67649,
label: 'MEMBER: Masaru Usui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_masaru2-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/masaru-usui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062867649,
size: 0.5,
source: 230628,
target: 67649 });
// adding node
var x_node = Math.cos(2 * 2332 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2332 * Math.PI / N) * 10;
g.nodes.push({
id: 67565,
label: 'MEMBER: Sebastian Baumgarten',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062867565,
size: 0.5,
source: 230628,
target: 67565 });
// adding node
var x_node = Math.cos(2 * 2333 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2333 * Math.PI / N) * 10;
g.nodes.push({
id: 67382,
label: 'MEMBER: Louis Faure',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_photo-louis-faur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/louis-faure/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062867382,
size: 0.5,
source: 230628,
target: 67382 });
// adding node
var x_node = Math.cos(2 * 2334 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2334 * Math.PI / N) * 10;
g.nodes.push({
id: 67132,
label: 'MEMBER: Steven Rolland',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_seven-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/steven-rolland/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062867132,
size: 0.5,
source: 230628,
target: 67132 });
// adding node
var x_node = Math.cos(2 * 2335 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2335 * Math.PI / N) * 10;
g.nodes.push({
id: 66828,
label: 'MEMBER: Magali Ravel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-magali-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/magali-ravel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062866828,
size: 0.5,
source: 230628,
target: 66828 });
// adding node
var x_node = Math.cos(2 * 2336 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2336 * Math.PI / N) * 10;
g.nodes.push({
id: 66754,
label: 'MEMBER: Tarik Hissem',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tarik-hissem/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062866754,
size: 0.5,
source: 230628,
target: 66754 });
// adding node
var x_node = Math.cos(2 * 2337 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2337 * Math.PI / N) * 10;
g.nodes.push({
id: 66751,
label: 'MEMBER: Anna Maignan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_v__c91e-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-maignan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062866751,
size: 0.5,
source: 230628,
target: 66751 });
// adding node
var x_node = Math.cos(2 * 2338 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2338 * Math.PI / N) * 10;
g.nodes.push({
id: 66749,
label: 'MEMBER: Sara Driche',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sara-driche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062866749,
size: 0.5,
source: 230628,
target: 66749 });
// adding node
var x_node = Math.cos(2 * 2339 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2339 * Math.PI / N) * 10;
g.nodes.push({
id: 66576,
label: 'MEMBER: Biljana Zafirova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_biljana-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/biljana-zafirova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062866576,
size: 0.5,
source: 230628,
target: 66576 });
// adding node
var x_node = Math.cos(2 * 2340 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2340 * Math.PI / N) * 10;
g.nodes.push({
id: 66167,
label: 'MEMBER: Simon Jochems',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_diapositive1-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/simon-jochems/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062866167,
size: 0.5,
source: 230628,
target: 66167 });
// adding node
var x_node = Math.cos(2 * 2341 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2341 * Math.PI / N) * 10;
g.nodes.push({
id: 66191,
label: 'MEMBER: Aurélie Gouel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_dsc01439-recadree-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelie-gouel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062866191,
size: 0.5,
source: 230628,
target: 66191 });
// adding node
var x_node = Math.cos(2 * 2342 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2342 * Math.PI / N) * 10;
g.nodes.push({
id: 66197,
label: 'MEMBER: Kalpi Julien Coulibaly',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kalpi-julien-coulibaly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062866197,
size: 0.5,
source: 230628,
target: 66197 });
// adding node
var x_node = Math.cos(2 * 2343 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2343 * Math.PI / N) * 10;
g.nodes.push({
id: 66109,
label: 'MEMBER: Piergiuseppe Quarato',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_piergiuseppe-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/piergiuseppe-quarato/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062866109,
size: 0.5,
source: 230628,
target: 66109 });
// adding node
var x_node = Math.cos(2 * 2344 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2344 * Math.PI / N) * 10;
g.nodes.push({
id: 65968,
label: 'MEMBER: Mathieu Hubert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-mathieu-hubert-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathieu-hubert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865968,
size: 0.5,
source: 230628,
target: 65968 });
// adding node
var x_node = Math.cos(2 * 2345 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2345 * Math.PI / N) * 10;
g.nodes.push({
id: 65932,
label: 'MEMBER: François Anna',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/francois-anna/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865932,
size: 0.5,
source: 230628,
target: 65932 });
// adding node
var x_node = Math.cos(2 * 2346 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2346 * Math.PI / N) * 10;
g.nodes.push({
id: 65929,
label: 'MEMBER: Guillermo Blanco Rodriguez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/guillermo-blanco-rodriguez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865929,
size: 0.5,
source: 230628,
target: 65929 });
// adding node
var x_node = Math.cos(2 * 2347 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2347 * Math.PI / N) * 10;
g.nodes.push({
id: 65876,
label: 'MEMBER: Donna Joe Bigot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/donna-joe-bigot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865876,
size: 0.5,
source: 230628,
target: 65876 });
// adding node
var x_node = Math.cos(2 * 2348 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2348 * Math.PI / N) * 10;
g.nodes.push({
id: 65868,
label: 'MEMBER: Milagros Collados Rodriguez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/milagros-collados-rodriguez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865868,
size: 0.5,
source: 230628,
target: 65868 });
// adding node
var x_node = Math.cos(2 * 2349 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2349 * Math.PI / N) * 10;
g.nodes.push({
id: 65751,
label: 'MEMBER: Yann Loe-Mie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/08/research.pasteur.fr_img_0998-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/yann-loe-mi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865751,
size: 0.5,
source: 230628,
target: 65751 });
// adding node
var x_node = Math.cos(2 * 2350 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2350 * Math.PI / N) * 10;
g.nodes.push({
id: 65307,
label: 'MEMBER: Cécile Gautier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/07/research_pasteur-cecile5-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cecile-gautier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865307,
size: 0.5,
source: 230628,
target: 65307 });
// adding node
var x_node = Math.cos(2 * 2351 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2351 * Math.PI / N) * 10;
g.nodes.push({
id: 65149,
label: 'MEMBER: Billel Benmimoun',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_photo-billel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/billel-benmimoun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865149,
size: 0.5,
source: 230628,
target: 65149 });
// adding node
var x_node = Math.cos(2 * 2352 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2352 * Math.PI / N) * 10;
g.nodes.push({
id: 65054,
label: 'MEMBER: Khaoula Boulkrout',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/khaoula-boulkrout/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865054,
size: 0.5,
source: 230628,
target: 65054 });
// adding node
var x_node = Math.cos(2 * 2353 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2353 * Math.PI / N) * 10;
g.nodes.push({
id: 65045,
label: 'MEMBER: Gabriel Benet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gabriel-benet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062865045,
size: 0.5,
source: 230628,
target: 65045 });
// adding node
var x_node = Math.cos(2 * 2354 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2354 * Math.PI / N) * 10;
g.nodes.push({
id: 64902,
label: 'MEMBER: Ségolène Gracias',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_dsc_0304-e1455644622736-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/segolene-gracias/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864902,
size: 0.5,
source: 230628,
target: 64902 });
// adding node
var x_node = Math.cos(2 * 2355 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2355 * Math.PI / N) * 10;
g.nodes.push({
id: 64766,
label: 'MEMBER: Marta Lourenço',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_marta-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marta-mansos-lourenco/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864766,
size: 0.5,
source: 230628,
target: 64766 });
// adding node
var x_node = Math.cos(2 * 2356 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2356 * Math.PI / N) * 10;
g.nodes.push({
id: 64730,
label: 'MEMBER: Mathieu Valade',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mathieu-valade/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864730,
size: 0.5,
source: 230628,
target: 64730 });
// adding node
var x_node = Math.cos(2 * 2357 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2357 * Math.PI / N) * 10;
g.nodes.push({
id: 64494,
label: 'MEMBER: Vincent Ruvicini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vincent-ruvicini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864494,
size: 0.5,
source: 230628,
target: 64494 });
// adding node
var x_node = Math.cos(2 * 2358 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2358 * Math.PI / N) * 10;
g.nodes.push({
id: 64484,
label: 'MEMBER: Isabel Garcia Junceda',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isabel-garcia-junceda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864484,
size: 0.5,
source: 230628,
target: 64484 });
// adding node
var x_node = Math.cos(2 * 2359 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2359 * Math.PI / N) * 10;
g.nodes.push({
id: 64466,
label: 'MEMBER: Leslie Landemaine',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/leslie-landemaine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864466,
size: 0.5,
source: 230628,
target: 64466 });
// adding node
var x_node = Math.cos(2 * 2360 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2360 * Math.PI / N) * 10;
g.nodes.push({
id: 64287,
label: 'MEMBER: Ana Catarina Cardoso da Silva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_cardoso-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ana-catarina-cardoso-da-silva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864287,
size: 0.5,
source: 230628,
target: 64287 });
// adding node
var x_node = Math.cos(2 * 2361 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2361 * Math.PI / N) * 10;
g.nodes.push({
id: 64170,
label: 'MEMBER: Moara Lemos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-10520840_1439443806339279_2110630349859508566_n-1-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/moara-lemos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864170,
size: 0.5,
source: 230628,
target: 64170 });
// adding node
var x_node = Math.cos(2 * 2362 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2362 * Math.PI / N) * 10;
g.nodes.push({
id: 64150,
label: 'MEMBER: Laure Bally-Cuif',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_laure_bally-cuiff-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/laure-bally-cuif/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864150,
size: 0.5,
source: 230628,
target: 64150 });
// adding node
var x_node = Math.cos(2 * 2363 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2363 * Math.PI / N) * 10;
g.nodes.push({
id: 64135,
label: 'MEMBER: Lucy Glover',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062864135,
size: 0.5,
source: 230628,
target: 64135 });
// adding node
var x_node = Math.cos(2 * 2364 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2364 * Math.PI / N) * 10;
g.nodes.push({
id: 63549,
label: 'MEMBER: Elise Larsonneur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_photo_elise-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elise-larsonneur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863549,
size: 0.5,
source: 230628,
target: 63549 });
// adding node
var x_node = Math.cos(2 * 2365 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2365 * Math.PI / N) * 10;
g.nodes.push({
id: 63491,
label: 'MEMBER: Larissa Vernier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_dsc1831-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/larissa-vernier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863491,
size: 0.5,
source: 230628,
target: 63491 });
// adding node
var x_node = Math.cos(2 * 2366 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2366 * Math.PI / N) * 10;
g.nodes.push({
id: 63340,
label: 'MEMBER: Thomas Cokelaer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-portrait-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/thomas-cokelaer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863340,
size: 0.5,
source: 230628,
target: 63340 });
// adding node
var x_node = Math.cos(2 * 2367 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2367 * Math.PI / N) * 10;
g.nodes.push({
id: 63337,
label: 'MEMBER: Nicolas Maillet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_690123-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-maillet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863337,
size: 0.5,
source: 230628,
target: 63337 });
// adding node
var x_node = Math.cos(2 * 2368 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2368 * Math.PI / N) * 10;
g.nodes.push({
id: 63334,
label: 'MEMBER: Natalia Pietrosemoli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_natphoto-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/natalia-pietrosemoli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863334,
size: 0.5,
source: 230628,
target: 63334 });
// adding node
var x_node = Math.cos(2 * 2369 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2369 * Math.PI / N) * 10;
g.nodes.push({
id: 63328,
label: 'MEMBER: Anne Biton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-img_e2453-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-biton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863328,
size: 0.5,
source: 230628,
target: 63328 });
// adding node
var x_node = Math.cos(2 * 2370 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2370 * Math.PI / N) * 10;
g.nodes.push({
id: 63296,
label: 'MEMBER: Christine Chevalier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-christine-50-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christine-chevalier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863296,
size: 0.5,
source: 230628,
target: 63296 });
// adding node
var x_node = Math.cos(2 * 2371 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2371 * Math.PI / N) * 10;
g.nodes.push({
id: 63220,
label: 'MEMBER: Karine Nozeret',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_1708404-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/karine-nozeret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863220,
size: 0.5,
source: 230628,
target: 63220 });
// adding node
var x_node = Math.cos(2 * 2372 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2372 * Math.PI / N) * 10;
g.nodes.push({
id: 63165,
label: 'MEMBER: Thomas Meiller-Legrand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_130604-0737-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-meiller-legrand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863165,
size: 0.5,
source: 230628,
target: 63165 });
// adding node
var x_node = Math.cos(2 * 2373 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2373 * Math.PI / N) * 10;
g.nodes.push({
id: 63140,
label: 'MEMBER: Jean-Pierre Jourdain',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_jourdain-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-pierre-jourdain/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062863140,
size: 0.5,
source: 230628,
target: 63140 });
// adding node
var x_node = Math.cos(2 * 2374 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2374 * Math.PI / N) * 10;
g.nodes.push({
id: 62876,
label: 'MEMBER: Marcel Hollenstein',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_thrashmanlessthrash-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marcel-hollenstein/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862876,
size: 0.5,
source: 230628,
target: 62876 });
// adding node
var x_node = Math.cos(2 * 2375 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2375 * Math.PI / N) * 10;
g.nodes.push({
id: 62819,
label: 'MEMBER: Emilia Chmielnicki',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_emilia-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/emilia-chmielnicki/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862819,
size: 0.5,
source: 230628,
target: 62819 });
// adding node
var x_node = Math.cos(2 * 2376 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2376 * Math.PI / N) * 10;
g.nodes.push({
id: 62809,
label: 'MEMBER: Mélissa Maraux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_melissa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melissa-maraux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862809,
size: 0.5,
source: 230628,
target: 62809 });
// adding node
var x_node = Math.cos(2 * 2377 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2377 * Math.PI / N) * 10;
g.nodes.push({
id: 62788,
label: 'MEMBER: Lorea Iturri Torrea',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_lorea-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lorea-iturri-torrea/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862788,
size: 0.5,
source: 230628,
target: 62788 });
// adding node
var x_node = Math.cos(2 * 2378 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2378 * Math.PI / N) * 10;
g.nodes.push({
id: 62643,
label: 'MEMBER: Sarah Merkling',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_img_1465-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sarah-merkling/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862643,
size: 0.5,
source: 230628,
target: 62643 });
// adding node
var x_node = Math.cos(2 * 2379 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2379 * Math.PI / N) * 10;
g.nodes.push({
id: 62620,
label: 'MEMBER: Pierre Nivoit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_p-nivoit-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-nivoit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862620,
size: 0.5,
source: 230628,
target: 62620 });
// adding node
var x_node = Math.cos(2 * 2380 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2380 * Math.PI / N) * 10;
g.nodes.push({
id: 62605,
label: 'MEMBER: Alice Meignié',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alice-meignie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862605,
size: 0.5,
source: 230628,
target: 62605 });
// adding node
var x_node = Math.cos(2 * 2381 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2381 * Math.PI / N) * 10;
g.nodes.push({
id: 62542,
label: 'MEMBER: Natalie Jones',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862542,
size: 0.5,
source: 230628,
target: 62542 });
// adding node
var x_node = Math.cos(2 * 2382 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2382 * Math.PI / N) * 10;
g.nodes.push({
id: 62324,
label: 'MEMBER: Atousa Arbabian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_19fevrier2012-031-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/atousa-arbabian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862324,
size: 0.5,
source: 230628,
target: 62324 });
// adding node
var x_node = Math.cos(2 * 2383 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2383 * Math.PI / N) * 10;
g.nodes.push({
id: 62187,
label: 'MEMBER: Timea Marton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_aaeaaqaaaaaaaabgaaaajgfkzguzyzvilweznjqtngq0yy1hytlkltlimtdkytyxzdjhzq-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/timea-marton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062862187,
size: 0.5,
source: 230628,
target: 62187 });
// adding node
var x_node = Math.cos(2 * 2384 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2384 * Math.PI / N) * 10;
g.nodes.push({
id: 61877,
label: 'MEMBER: Yohann Rolin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_yohan-rolin-medaillon-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yohann-rolin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861877,
size: 0.5,
source: 230628,
target: 61877 });
// adding node
var x_node = Math.cos(2 * 2385 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2385 * Math.PI / N) * 10;
g.nodes.push({
id: 61624,
label: 'MEMBER: Dieter Pullirsch',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/dieter-pullirsch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861624,
size: 0.5,
source: 230628,
target: 61624 });
// adding node
var x_node = Math.cos(2 * 2386 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2386 * Math.PI / N) * 10;
g.nodes.push({
id: 61619,
label: 'MEMBER: Pavan-kumar Puvvula',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pavan-kumar-puvvula/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861619,
size: 0.5,
source: 230628,
target: 61619 });
// adding node
var x_node = Math.cos(2 * 2387 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2387 * Math.PI / N) * 10;
g.nodes.push({
id: 61591,
label: 'MEMBER: François Lehembre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/francois-lehembre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861591,
size: 0.5,
source: 230628,
target: 61591 });
// adding node
var x_node = Math.cos(2 * 2388 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2388 * Math.PI / N) * 10;
g.nodes.push({
id: 61578,
label: 'MEMBER: Grégory David',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gregory-david/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861578,
size: 0.5,
source: 230628,
target: 61578 });
// adding node
var x_node = Math.cos(2 * 2389 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2389 * Math.PI / N) * 10;
g.nodes.push({
id: 61574,
label: 'MEMBER: Joop Jansen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/joop-jansen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861574,
size: 0.5,
source: 230628,
target: 61574 });
// adding node
var x_node = Math.cos(2 * 2390 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2390 * Math.PI / N) * 10;
g.nodes.push({
id: 61567,
label: 'MEMBER: Catherine Lavau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-lavau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861567,
size: 0.5,
source: 230628,
target: 61567 });
// adding node
var x_node = Math.cos(2 * 2391 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2391 * Math.PI / N) * 10;
g.nodes.push({
id: 61452,
label: 'MEMBER: Giorgio Camilli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-img_1040-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/giorgio-camilli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861452,
size: 0.5,
source: 230628,
target: 61452 });
// adding node
var x_node = Math.cos(2 * 2392 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2392 * Math.PI / N) * 10;
g.nodes.push({
id: 61310,
label: 'MEMBER: Gustavo Gil Alves',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_gustavo-gil-alves-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gustavo-gil-alves/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861310,
size: 0.5,
source: 230628,
target: 61310 });
// adding node
var x_node = Math.cos(2 * 2393 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2393 * Math.PI / N) * 10;
g.nodes.push({
id: 61229,
label: 'MEMBER: Audrey Lorthiois',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-audrey-lorthiois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861229,
size: 0.5,
source: 230628,
target: 61229 });
// adding node
var x_node = Math.cos(2 * 2394 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2394 * Math.PI / N) * 10;
g.nodes.push({
id: 61072,
label: 'MEMBER: Karine Rottier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/karine-rottier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062861072,
size: 0.5,
source: 230628,
target: 61072 });
// adding node
var x_node = Math.cos(2 * 2395 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2395 * Math.PI / N) * 10;
g.nodes.push({
id: 60986,
label: 'MEMBER: Lida Katsimpardi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-dsc1996-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lida-katsimpardi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062860986,
size: 0.5,
source: 230628,
target: 60986 });
// adding node
var x_node = Math.cos(2 * 2396 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2396 * Math.PI / N) * 10;
g.nodes.push({
id: 60880,
label: 'MEMBER: Caroline Isaac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_capture-d’écran-2015-12-10-à-14.00.30-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caroline-isaac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062860880,
size: 0.5,
source: 230628,
target: 60880 });
// adding node
var x_node = Math.cos(2 * 2397 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2397 * Math.PI / N) * 10;
g.nodes.push({
id: 60605,
label: 'MEMBER: Damien Piel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_damien-piel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/damien-piel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062860605,
size: 0.5,
source: 230628,
target: 60605 });
// adding node
var x_node = Math.cos(2 * 2398 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2398 * Math.PI / N) * 10;
g.nodes.push({
id: 60358,
label: 'MEMBER: Alexandre Giraud–Gatineau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research_pasteur-alexandre-giraud-gatineau-giraud-gatineau-alexandre-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/alexandre-giraud-gatineau-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062860358,
size: 0.5,
source: 230628,
target: 60358 });
// adding node
var x_node = Math.cos(2 * 2399 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2399 * Math.PI / N) * 10;
g.nodes.push({
id: 60148,
label: 'MEMBER: Myriam Ly-Le Moal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/myriam-ly-le-moal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062860148,
size: 0.5,
source: 230628,
target: 60148 });
// adding node
var x_node = Math.cos(2 * 2400 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2400 * Math.PI / N) * 10;
g.nodes.push({
id: 59992,
label: 'MEMBER: Zakaria Jalal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_zak-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/zakaria-jalal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062859992,
size: 0.5,
source: 230628,
target: 59992 });
// adding node
var x_node = Math.cos(2 * 2401 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2401 * Math.PI / N) * 10;
g.nodes.push({
id: 59937,
label: 'MEMBER: Fernando Ariel Martin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_fernando-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fernando-ariel-martin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062859937,
size: 0.5,
source: 230628,
target: 59937 });
// adding node
var x_node = Math.cos(2 * 2402 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2402 * Math.PI / N) * 10;
g.nodes.push({
id: 59932,
label: 'MEMBER: Charalampia Korea',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_chara-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/charalampia-korea/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062859932,
size: 0.5,
source: 230628,
target: 59932 });
// adding node
var x_node = Math.cos(2 * 2403 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2403 * Math.PI / N) * 10;
g.nodes.push({
id: 59899,
label: 'MEMBER: Marina Lichtenwald',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_marina2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marina-lichtenwald-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062859899,
size: 0.5,
source: 230628,
target: 59899 });
// adding node
var x_node = Math.cos(2 * 2404 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2404 * Math.PI / N) * 10;
g.nodes.push({
id: 59892,
label: 'MEMBER: Pierre-Antoine Pioche',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_pierre-antoine22-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-antoine-pioche-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062859892,
size: 0.5,
source: 230628,
target: 59892 });
// adding node
var x_node = Math.cos(2 * 2405 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2405 * Math.PI / N) * 10;
g.nodes.push({
id: 59600,
label: 'MEMBER: Alexandre Haroche',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_photo-recadree-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandre-haroche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062859600,
size: 0.5,
source: 230628,
target: 59600 });
// adding node
var x_node = Math.cos(2 * 2406 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2406 * Math.PI / N) * 10;
g.nodes.push({
id: 59593,
label: 'MEMBER: Svenja Peters',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_unbenannt-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/svenja-peters/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062859593,
size: 0.5,
source: 230628,
target: 59593 });
// adding node
var x_node = Math.cos(2 * 2407 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2407 * Math.PI / N) * 10;
g.nodes.push({
id: 58995,
label: 'MEMBER: Mallory Perrin-Wolff',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-mallory-perrin-wolff-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mallory-perrin-wolff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062858995,
size: 0.5,
source: 230628,
target: 58995 });
// adding node
var x_node = Math.cos(2 * 2408 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2408 * Math.PI / N) * 10;
g.nodes.push({
id: 58832,
label: 'MEMBER: Gamal Rayan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gamal-rayan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062858832,
size: 0.5,
source: 230628,
target: 58832 });
// adding node
var x_node = Math.cos(2 * 2409 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2409 * Math.PI / N) * 10;
g.nodes.push({
id: 58804,
label: 'MEMBER: Nicolas Taulier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicolas-taulier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062858804,
size: 0.5,
source: 230628,
target: 58804 });
// adding node
var x_node = Math.cos(2 * 2410 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2410 * Math.PI / N) * 10;
g.nodes.push({
id: 58565,
label: 'MEMBER: Sonia Amraoui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-689687-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sonia-amraoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062858565,
size: 0.5,
source: 230628,
target: 58565 });
// adding node
var x_node = Math.cos(2 * 2411 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2411 * Math.PI / N) * 10;
g.nodes.push({
id: 58517,
label: 'MEMBER: Adrien Presle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_adrien-presle-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adrien-presle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062858517,
size: 0.5,
source: 230628,
target: 58517 });
// adding node
var x_node = Math.cos(2 * 2412 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2412 * Math.PI / N) * 10;
g.nodes.push({
id: 58292,
label: 'MEMBER: Raphaël Etournay',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_etournay_raphael-180px-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/raphael-etournay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062858292,
size: 0.5,
source: 230628,
target: 58292 });
// adding node
var x_node = Math.cos(2 * 2413 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2413 * Math.PI / N) * 10;
g.nodes.push({
id: 58289,
label: 'MEMBER: Yosra Bouyacoub',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yosra-bouyacoub/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062858289,
size: 0.5,
source: 230628,
target: 58289 });
// adding node
var x_node = Math.cos(2 * 2414 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2414 * Math.PI / N) * 10;
g.nodes.push({
id: 58122,
label: 'MEMBER: Lucas Krauss',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_lucascyano-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucas-krauss/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062858122,
size: 0.5,
source: 230628,
target: 58122 });
// adding node
var x_node = Math.cos(2 * 2415 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2415 * Math.PI / N) * 10;
g.nodes.push({
id: 57997,
label: 'MEMBER: Guillaume Borrel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_photo-guillaume-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillaume-borrel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857997,
size: 0.5,
source: 230628,
target: 57997 });
// adding node
var x_node = Math.cos(2 * 2416 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2416 * Math.PI / N) * 10;
g.nodes.push({
id: 57919,
label: 'MEMBER: Claudia Chica',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-img_1035-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claudia-chica/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857919,
size: 0.5,
source: 230628,
target: 57919 });
// adding node
var x_node = Math.cos(2 * 2417 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2417 * Math.PI / N) * 10;
g.nodes.push({
id: 57915,
label: 'MEMBER: Rachel Legendre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research_pasteur-rachel-legendre-img-20201028-145758-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rachel-legendre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857915,
size: 0.5,
source: 230628,
target: 57915 });
// adding node
var x_node = Math.cos(2 * 2418 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2418 * Math.PI / N) * 10;
g.nodes.push({
id: 57911,
label: 'MEMBER: Anna Zhukova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research_pasteur-anna-zhukova-anna2024-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-zhukova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857911,
size: 0.5,
source: 230628,
target: 57911 });
// adding node
var x_node = Math.cos(2 * 2419 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2419 * Math.PI / N) * 10;
g.nodes.push({
id: 57849,
label: 'MEMBER: Ximing Xu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_ximinghead-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ximing-xu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857849,
size: 0.5,
source: 230628,
target: 57849 });
// adding node
var x_node = Math.cos(2 * 2420 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2420 * Math.PI / N) * 10;
g.nodes.push({
id: 57758,
label: 'MEMBER: Frédéric Lemoine',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research_pasteur-frederic-lemoine-lemoine-frederic-26-small-crop-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/frederic-lemoine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857758,
size: 0.5,
source: 230628,
target: 57758 });
// adding node
var x_node = Math.cos(2 * 2421 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2421 * Math.PI / N) * 10;
g.nodes.push({
id: 57577,
label: 'MEMBER: Valeria Calvaresi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_valeria_8849-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valeria-calvaresi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857577,
size: 0.5,
source: 230628,
target: 57577 });
// adding node
var x_node = Math.cos(2 * 2422 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2422 * Math.PI / N) * 10;
g.nodes.push({
id: 57493,
label: 'MEMBER: Daria Bonazzi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_idt-us-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daria-bonazzi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857493,
size: 0.5,
source: 230628,
target: 57493 });
// adding node
var x_node = Math.cos(2 * 2423 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2423 * Math.PI / N) * 10;
g.nodes.push({
id: 57470,
label: 'MEMBER: Blanca Liliana Perlaza',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_blanca-liliana-perlaza-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/blanca-liliana-perlaza-2/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857470,
size: 0.5,
source: 230628,
target: 57470 });
// adding node
var x_node = Math.cos(2 * 2424 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2424 * Math.PI / N) * 10;
g.nodes.push({
id: 57419,
label: 'MEMBER: Klaus Schwamborn',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/klaus-schwamborn/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857419,
size: 0.5,
source: 230628,
target: 57419 });
// adding node
var x_node = Math.cos(2 * 2425 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2425 * Math.PI / N) * 10;
g.nodes.push({
id: 57412,
label: 'MEMBER: Andreas Werner',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/werner-andreas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857412,
size: 0.5,
source: 230628,
target: 57412 });
// adding node
var x_node = Math.cos(2 * 2426 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2426 * Math.PI / N) * 10;
g.nodes.push({
id: 57388,
label: 'MEMBER: Olivier Kirsh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/olivier-kirsh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857388,
size: 0.5,
source: 230628,
target: 57388 });
// adding node
var x_node = Math.cos(2 * 2427 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2427 * Math.PI / N) * 10;
g.nodes.push({
id: 57317,
label: 'MEMBER: Carolina Alves Feliciano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_carolina-alves-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/carolina-alves-feliciano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857317,
size: 0.5,
source: 230628,
target: 57317 });
// adding node
var x_node = Math.cos(2 * 2428 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2428 * Math.PI / N) * 10;
g.nodes.push({
id: 57313,
label: 'MEMBER: Elodie Cuenot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_elodie_cuenot-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elodie-cuenot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857313,
size: 0.5,
source: 230628,
target: 57313 });
// adding node
var x_node = Math.cos(2 * 2429 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2429 * Math.PI / N) * 10;
g.nodes.push({
id: 57126,
label: 'MEMBER: Gonzalo Obal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gonzalo-obal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062857126,
size: 0.5,
source: 230628,
target: 57126 });
// adding node
var x_node = Math.cos(2 * 2430 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2430 * Math.PI / N) * 10;
g.nodes.push({
id: 56913,
label: 'MEMBER: Audrey Desgrange',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-desgrange_2018_2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/audrey-desgrange/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062856913,
size: 0.5,
source: 230628,
target: 56913 });
// adding node
var x_node = Math.cos(2 * 2431 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2431 * Math.PI / N) * 10;
g.nodes.push({
id: 56905,
label: 'MEMBER: Risa Kitasato',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_risa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/risa-kitasato/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062856905,
size: 0.5,
source: 230628,
target: 56905 });
// adding node
var x_node = Math.cos(2 * 2432 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2432 * Math.PI / N) * 10;
g.nodes.push({
id: 56127,
label: 'MEMBER: Pablo Guardado-Calvo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research_pasteur-pablo-guardado-calvo-1670697779326-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/pablo-guardado-calvo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062856127,
size: 0.5,
source: 230628,
target: 56127 });
// adding node
var x_node = Math.cos(2 * 2433 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2433 * Math.PI / N) * 10;
g.nodes.push({
id: 55986,
label: 'MEMBER: Fanny Lanternier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/07/research_pasteur-fanny1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fanny-lanternier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062855986,
size: 0.5,
source: 230628,
target: 55986 });
// adding node
var x_node = Math.cos(2 * 2434 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2434 * Math.PI / N) * 10;
g.nodes.push({
id: 55928,
label: 'MEMBER: Anaïs Perilhou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_photoap-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anais-perilhou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062855928,
size: 0.5,
source: 230628,
target: 55928 });
// adding node
var x_node = Math.cos(2 * 2435 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2435 * Math.PI / N) * 10;
g.nodes.push({
id: 55698,
label: 'MEMBER: Matthias Groschel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_20151021mip_6777--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matthias-groschel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062855698,
size: 0.5,
source: 230628,
target: 55698 });
// adding node
var x_node = Math.cos(2 * 2436 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2436 * Math.PI / N) * 10;
g.nodes.push({
id: 55572,
label: 'MEMBER: Aissatou Touré',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_aissatou-toure-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aissatou-toure/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062855572,
size: 0.5,
source: 230628,
target: 55572 });
// adding node
var x_node = Math.cos(2 * 2437 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2437 * Math.PI / N) * 10;
g.nodes.push({
id: 54902,
label: 'MEMBER: Elise Siouve',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elise-siouve/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062854902,
size: 0.5,
source: 230628,
target: 54902 });
// adding node
var x_node = Math.cos(2 * 2438 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2438 * Math.PI / N) * 10;
g.nodes.push({
id: 54715,
label: 'MEMBER: Estelle Serre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_photo-final-estelle-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/estelle-serre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062854715,
size: 0.5,
source: 230628,
target: 54715 });
// adding node
var x_node = Math.cos(2 * 2439 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2439 * Math.PI / N) * 10;
g.nodes.push({
id: 53904,
label: 'MEMBER: Manish Nepal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/manish-nepal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062853904,
size: 0.5,
source: 230628,
target: 53904 });
// adding node
var x_node = Math.cos(2 * 2440 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2440 * Math.PI / N) * 10;
g.nodes.push({
id: 53906,
label: 'MEMBER: Ewen Corre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ewen-corre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062853906,
size: 0.5,
source: 230628,
target: 53906 });
// adding node
var x_node = Math.cos(2 * 2441 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2441 * Math.PI / N) * 10;
g.nodes.push({
id: 53589,
label: 'MEMBER: Ann-Kathrin Wagner',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_wagner_annkathrin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ann-kathrin-wagner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062853589,
size: 0.5,
source: 230628,
target: 53589 });
// adding node
var x_node = Math.cos(2 * 2442 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2442 * Math.PI / N) * 10;
g.nodes.push({
id: 53317,
label: 'MEMBER: Sébastien Brûlé',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_img_1728-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sebastien-brule/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062853317,
size: 0.5,
source: 230628,
target: 53317 });
// adding node
var x_node = Math.cos(2 * 2443 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2443 * Math.PI / N) * 10;
g.nodes.push({
id: 53259,
label: 'MEMBER: Christiane Gerke',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-gerke-3-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/christiane-gerke/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062853259,
size: 0.5,
source: 230628,
target: 53259 });
// adding node
var x_node = Math.cos(2 * 2444 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2444 * Math.PI / N) * 10;
g.nodes.push({
id: 53208,
label: 'MEMBER: Pamela Schnupf',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pamela-schnupf/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062853208,
size: 0.5,
source: 230628,
target: 53208 });
// adding node
var x_node = Math.cos(2 * 2445 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2445 * Math.PI / N) * 10;
g.nodes.push({
id: 53076,
label: 'MEMBER: Amandine Perrin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_untitled4-142x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amandine-perrin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062853076,
size: 0.5,
source: 230628,
target: 53076 });
// adding node
var x_node = Math.cos(2 * 2446 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2446 * Math.PI / N) * 10;
g.nodes.push({
id: 53045,
label: 'MEMBER: Sophie Lefèvre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-sophie-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-lefevre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062853045,
size: 0.5,
source: 230628,
target: 53045 });
// adding node
var x_node = Math.cos(2 * 2447 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2447 * Math.PI / N) * 10;
g.nodes.push({
id: 52804,
label: 'MEMBER: Daniel Fiole',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/daniel-fiole/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062852804,
size: 0.5,
source: 230628,
target: 52804 });
// adding node
var x_node = Math.cos(2 * 2448 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2448 * Math.PI / N) * 10;
g.nodes.push({
id: 52450,
label: 'MEMBER: Guillain Mikaty',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research_pasteur-guillain-mikaty-image2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillain-mikaty/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062852450,
size: 0.5,
source: 230628,
target: 52450 });
// adding node
var x_node = Math.cos(2 * 2449 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2449 * Math.PI / N) * 10;
g.nodes.push({
id: 52293,
label: 'MEMBER: Laura Grange',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laura-grange/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062852293,
size: 0.5,
source: 230628,
target: 52293 });
// adding node
var x_node = Math.cos(2 * 2450 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2450 * Math.PI / N) * 10;
g.nodes.push({
id: 52288,
label: 'MEMBER: Magali Herrant',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/magali-herrant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062852288,
size: 0.5,
source: 230628,
target: 52288 });
// adding node
var x_node = Math.cos(2 * 2451 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2451 * Math.PI / N) * 10;
g.nodes.push({
id: 51947,
label: 'MEMBER: Thais Chouin-Carneiro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_thais-c-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thais-chouin-carneiro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062851947,
size: 0.5,
source: 230628,
target: 51947 });
// adding node
var x_node = Math.cos(2 * 2452 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2452 * Math.PI / N) * 10;
g.nodes.push({
id: 51937,
label: 'MEMBER: Dinair Couto-Lima',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_dinair-site-web-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dinair-couto-lima/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062851937,
size: 0.5,
source: 230628,
target: 51937 });
// adding node
var x_node = Math.cos(2 * 2453 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2453 * Math.PI / N) * 10;
g.nodes.push({
id: 51896,
label: 'MEMBER: Javier Garcia-Perez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/javier-garcia-perez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062851896,
size: 0.5,
source: 230628,
target: 51896 });
// adding node
var x_node = Math.cos(2 * 2454 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2454 * Math.PI / N) * 10;
g.nodes.push({
id: 51706,
label: 'MEMBER: Jian Bai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_jian-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bai-jian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062851706,
size: 0.5,
source: 230628,
target: 51706 });
// adding node
var x_node = Math.cos(2 * 2455 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2455 * Math.PI / N) * 10;
g.nodes.push({
id: 51583,
label: 'MEMBER: Théodore Grenier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo19-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/theodore-grenier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062851583,
size: 0.5,
source: 230628,
target: 51583 });
// adding node
var x_node = Math.cos(2 * 2456 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2456 * Math.PI / N) * 10;
g.nodes.push({
id: 51315,
label: 'MEMBER: Evie Melanitou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-em-2-2017-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/evie-melanitou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062851315,
size: 0.5,
source: 230628,
target: 51315 });
// adding node
var x_node = Math.cos(2 * 2457 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2457 * Math.PI / N) * 10;
g.nodes.push({
id: 51154,
label: 'MEMBER: Guillaume Dumenil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_research.pasteur.fr_fig101-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillaume-dumenil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062851154,
size: 0.5,
source: 230628,
target: 51154 });
// adding node
var x_node = Math.cos(2 * 2458 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2458 * Math.PI / N) * 10;
g.nodes.push({
id: 50156,
label: 'MEMBER: Pascale Bellamy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_pbellamy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pascale-bellamy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062850156,
size: 0.5,
source: 230628,
target: 50156 });
// adding node
var x_node = Math.cos(2 * 2459 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2459 * Math.PI / N) * 10;
g.nodes.push({
id: 50133,
label: 'MEMBER: Jean-Baptiste Masson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-jbm_photo_serieux_low_res-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-baptiste-masson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062850133,
size: 0.5,
source: 230628,
target: 50133 });
// adding node
var x_node = Math.cos(2 * 2460 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2460 * Math.PI / N) * 10;
g.nodes.push({
id: 49872,
label: 'MEMBER: Lhousseine Touqui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_capture-d’écran-2016-09-07-à-13.51.46-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lhousseine-touqui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062849872,
size: 0.5,
source: 230628,
target: 49872 });
// adding node
var x_node = Math.cos(2 * 2461 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2461 * Math.PI / N) * 10;
g.nodes.push({
id: 49382,
label: 'MEMBER: Guillaume Poulériguen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_gpouleri-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillaume-pouleriguen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062849382,
size: 0.5,
source: 230628,
target: 49382 });
// adding node
var x_node = Math.cos(2 * 2462 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2462 * Math.PI / N) * 10;
g.nodes.push({
id: 74512,
label: 'MEMBER: Jean-Pierre Changeux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_jpchangeux-small-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-pierre-changeux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062874512,
size: 0.5,
source: 230628,
target: 74512 });
// adding node
var x_node = Math.cos(2 * 2463 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2463 * Math.PI / N) * 10;
g.nodes.push({
id: 49405,
label: 'MEMBER: Fanny Momboisse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-photo-pasteur-1.jpg',
page_url: 'https://research.pasteur.fr/en/member/fanny-momboisse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062849405,
size: 0.5,
source: 230628,
target: 49405 });
// adding node
var x_node = Math.cos(2 * 2464 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2464 * Math.PI / N) * 10;
g.nodes.push({
id: 48965,
label: 'MEMBER: Damien Batalie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_damien-batalie-site-web1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/fr-damien-batalie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062848965,
size: 0.5,
source: 230628,
target: 48965 });
// adding node
var x_node = Math.cos(2 * 2465 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2465 * Math.PI / N) * 10;
g.nodes.push({
id: 48841,
label: 'MEMBER: Douglas Norberto',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-annuaire-douglas-norberto_ip-4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/douglas-norberto/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062848841,
size: 0.5,
source: 230628,
target: 48841 });
// adding node
var x_node = Math.cos(2 * 2466 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2466 * Math.PI / N) * 10;
g.nodes.push({
id: 48532,
label: 'MEMBER: Mariano Martinez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/05/research_pasteur-personal-photo-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/mariano-martinez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062848532,
size: 0.5,
source: 230628,
target: 48532 });
// adding node
var x_node = Math.cos(2 * 2467 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2467 * Math.PI / N) * 10;
g.nodes.push({
id: 47883,
label: 'MEMBER: Céline Posseme',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/12/research.pasteur.fr_celine-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/celine-posseme/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062847883,
size: 0.5,
source: 230628,
target: 47883 });
// adding node
var x_node = Math.cos(2 * 2468 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2468 * Math.PI / N) * 10;
g.nodes.push({
id: 47463,
label: 'MEMBER: David Stephen Askew',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_d-askew-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-david-stephen-askew/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062847463,
size: 0.5,
source: 230628,
target: 47463 });
// adding node
var x_node = Math.cos(2 * 2469 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2469 * Math.PI / N) * 10;
g.nodes.push({
id: 47142,
label: 'MEMBER: Julian Roussel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julian-roussel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062847142,
size: 0.5,
source: 230628,
target: 47142 });
// adding node
var x_node = Math.cos(2 * 2470 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2470 * Math.PI / N) * 10;
g.nodes.push({
id: 46349,
label: 'MEMBER: Maya Ameyar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maya-ameyar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062846349,
size: 0.5,
source: 230628,
target: 46349 });
// adding node
var x_node = Math.cos(2 * 2471 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2471 * Math.PI / N) * 10;
g.nodes.push({
id: 46451,
label: 'MEMBER: Jessy Marlène Goupeyou Youmsi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_106_8171-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jessy-marlene-goupeyou-youmsi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062846451,
size: 0.5,
source: 230628,
target: 46451 });
// adding node
var x_node = Math.cos(2 * 2472 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2472 * Math.PI / N) * 10;
g.nodes.push({
id: 46447,
label: 'MEMBER: Olivier Bomme',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_olivier-bomme-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-bomme/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062846447,
size: 0.5,
source: 230628,
target: 46447 });
// adding node
var x_node = Math.cos(2 * 2473 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2473 * Math.PI / N) * 10;
g.nodes.push({
id: 44361,
label: 'MEMBER: Sabine Duchatelet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sabine-duchatelet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062844361,
size: 0.5,
source: 230628,
target: 44361 });
// adding node
var x_node = Math.cos(2 * 2474 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2474 * Math.PI / N) * 10;
g.nodes.push({
id: 44347,
label: 'MEMBER: Hubert Buczkowski',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/buczkowski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062844347,
size: 0.5,
source: 230628,
target: 44347 });
// adding node
var x_node = Math.cos(2 * 2475 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2475 * Math.PI / N) * 10;
g.nodes.push({
id: 43122,
label: 'MEMBER: Pervinder Sagoo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_ps-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pervinder-sagoo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062843122,
size: 0.5,
source: 230628,
target: 43122 });
// adding node
var x_node = Math.cos(2 * 2476 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2476 * Math.PI / N) * 10;
g.nodes.push({
id: 42538,
label: 'MEMBER: Nicolas Coatnoan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_nico-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-coatnoan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062842538,
size: 0.5,
source: 230628,
target: 42538 });
// adding node
var x_node = Math.cos(2 * 2477 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2477 * Math.PI / N) * 10;
g.nodes.push({
id: 42498,
label: 'MEMBER: Elena-Gaia Banchi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_elena-gaia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elena-gaia-banchi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062842498,
size: 0.5,
source: 230628,
target: 42498 });
// adding node
var x_node = Math.cos(2 * 2478 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2478 * Math.PI / N) * 10;
g.nodes.push({
id: 42508,
label: 'MEMBER: Guilherme Dias de Melo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research_pasteur-guilherme-dias-de-melo-photo-pour-profil-prix-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guilherme-dias-de-melo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062842508,
size: 0.5,
source: 230628,
target: 42508 });
// adding node
var x_node = Math.cos(2 * 2479 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2479 * Math.PI / N) * 10;
g.nodes.push({
id: 41175,
label: 'MEMBER: Matthew Buckwalter',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_matt-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matthew-buckwalter/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062841175,
size: 0.5,
source: 230628,
target: 41175 });
// adding node
var x_node = Math.cos(2 * 2480 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2480 * Math.PI / N) * 10;
g.nodes.push({
id: 40346,
label: 'MEMBER: Maxence Feher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_maxence-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/maxence-feher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062840346,
size: 0.5,
source: 230628,
target: 40346 });
// adding node
var x_node = Math.cos(2 * 2481 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2481 * Math.PI / N) * 10;
g.nodes.push({
id: 40239,
label: 'MEMBER: Cécile Peltekian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_img_9689-e1445939889993-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cecile-peltekian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062840239,
size: 0.5,
source: 230628,
target: 40239 });
// adding node
var x_node = Math.cos(2 * 2482 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2482 * Math.PI / N) * 10;
g.nodes.push({
id: 40129,
label: 'MEMBER: Gwenn Ratet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_gwenn-ratet-picture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gwendoline-ratet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062840129,
size: 0.5,
source: 230628,
target: 40129 });
// adding node
var x_node = Math.cos(2 * 2483 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2483 * Math.PI / N) * 10;
g.nodes.push({
id: 39995,
label: 'MEMBER: Claire Biot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_claire1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claire-biot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839995,
size: 0.5,
source: 230628,
target: 39995 });
// adding node
var x_node = Math.cos(2 * 2484 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2484 * Math.PI / N) * 10;
g.nodes.push({
id: 39983,
label: 'MEMBER: Nadine Martin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nadine-martin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839983,
size: 0.5,
source: 230628,
target: 39983 });
// adding node
var x_node = Math.cos(2 * 2485 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2485 * Math.PI / N) * 10;
g.nodes.push({
id: 39980,
label: 'MEMBER: Philippe Sultanik',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_philippe-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/philippe-sultanik/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839980,
size: 0.5,
source: 230628,
target: 39980 });
// adding node
var x_node = Math.cos(2 * 2486 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2486 * Math.PI / N) * 10;
g.nodes.push({
id: 39969,
label: 'MEMBER: Müge Ogrunc',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/muge-ogrunc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839969,
size: 0.5,
source: 230628,
target: 39969 });
// adding node
var x_node = Math.cos(2 * 2487 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2487 * Math.PI / N) * 10;
g.nodes.push({
id: 39957,
label: 'MEMBER: François Castagner',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_fc-linkedin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-castagner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839957,
size: 0.5,
source: 230628,
target: 39957 });
// adding node
var x_node = Math.cos(2 * 2488 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2488 * Math.PI / N) * 10;
g.nodes.push({
id: 39605,
label: 'MEMBER: Reiko Watanabe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_reiko-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/reiko-watanabe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839605,
size: 0.5,
source: 230628,
target: 39605 });
// adding node
var x_node = Math.cos(2 * 2489 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2489 * Math.PI / N) * 10;
g.nodes.push({
id: 39555,
label: 'MEMBER: Sonia Saenz Lahoya',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_s.-saenz-lahoya3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sonia-saenz-lahoya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839555,
size: 0.5,
source: 230628,
target: 39555 });
// adding node
var x_node = Math.cos(2 * 2490 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2490 * Math.PI / N) * 10;
g.nodes.push({
id: 39399,
label: 'MEMBER: Dirk Schmidt-Arras',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dirk-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dirk-schmidt-arras/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839399,
size: 0.5,
source: 230628,
target: 39399 });
// adding node
var x_node = Math.cos(2 * 2491 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2491 * Math.PI / N) * 10;
g.nodes.push({
id: 39370,
label: 'MEMBER: Wai Lok Yau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_lok-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/wai-lok-yau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839370,
size: 0.5,
source: 230628,
target: 39370 });
// adding node
var x_node = Math.cos(2 * 2492 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2492 * Math.PI / N) * 10;
g.nodes.push({
id: 39351,
label: 'MEMBER: Miguel A. Morales',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_miguel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/miguel-a-morales/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839351,
size: 0.5,
source: 230628,
target: 39351 });
// adding node
var x_node = Math.cos(2 * 2493 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2493 * Math.PI / N) * 10;
g.nodes.push({
id: 39319,
label: 'MEMBER: Claire-Lise Forestier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_claire-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claire-lise-forestier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839319,
size: 0.5,
source: 230628,
target: 39319 });
// adding node
var x_node = Math.cos(2 * 2494 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2494 * Math.PI / N) * 10;
g.nodes.push({
id: 39306,
label: 'MEMBER: Mariko Dacher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_mariko-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariko-dacher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839306,
size: 0.5,
source: 230628,
target: 39306 });
// adding node
var x_node = Math.cos(2 * 2495 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2495 * Math.PI / N) * 10;
g.nodes.push({
id: 39081,
label: 'MEMBER: Claire Maudet-Crépin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research_pasteur-claire-maudet-crepin-20231204-1351173-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fr-claire-maudet-crepin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062839081,
size: 0.5,
source: 230628,
target: 39081 });
// adding node
var x_node = Math.cos(2 * 2496 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2496 * Math.PI / N) * 10;
g.nodes.push({
id: 38148,
label: 'MEMBER: Isabelle Moulherat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_isabelle-moulherat-4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-moulherat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062838148,
size: 0.5,
source: 230628,
target: 38148 });
// adding node
var x_node = Math.cos(2 * 2497 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2497 * Math.PI / N) * 10;
g.nodes.push({
id: 37789,
label: 'MEMBER: Matthieu Rousseau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-du-11-09-2015-à-16.30-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matthieu-rousseau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062837789,
size: 0.5,
source: 230628,
target: 37789 });
// adding node
var x_node = Math.cos(2 * 2498 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2498 * Math.PI / N) * 10;
g.nodes.push({
id: 37725,
label: 'MEMBER: Nicole Clarke',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicole-clarke/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062837725,
size: 0.5,
source: 230628,
target: 37725 });
// adding node
var x_node = Math.cos(2 * 2499 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2499 * Math.PI / N) * 10;
g.nodes.push({
id: 37718,
label: 'MEMBER: Tiama El Chaar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tiama-el-chaar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062837718,
size: 0.5,
source: 230628,
target: 37718 });
// adding node
var x_node = Math.cos(2 * 2500 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2500 * Math.PI / N) * 10;
g.nodes.push({
id: 37711,
label: 'MEMBER: Christophe Clouin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christophe-clouin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062837711,
size: 0.5,
source: 230628,
target: 37711 });
// adding node
var x_node = Math.cos(2 * 2501 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2501 * Math.PI / N) * 10;
g.nodes.push({
id: 37658,
label: 'MEMBER: Amine Ghozlane',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-20200223_122542-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amine-ghozlane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062837658,
size: 0.5,
source: 230628,
target: 37658 });
// adding node
var x_node = Math.cos(2 * 2502 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2502 * Math.PI / N) * 10;
g.nodes.push({
id: 37634,
label: 'MEMBER: Julien Guglielmini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research_pasteur-julien-guglielmini-last-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julien-guglielmini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062837634,
size: 0.5,
source: 230628,
target: 37634 });
// adding node
var x_node = Math.cos(2 * 2503 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2503 * Math.PI / N) * 10;
g.nodes.push({
id: 36272,
label: 'MEMBER: Cidalia Da Agra',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photocidalia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cidalia-da-agra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062836272,
size: 0.5,
source: 230628,
target: 36272 });
// adding node
var x_node = Math.cos(2 * 2504 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2504 * Math.PI / N) * 10;
g.nodes.push({
id: 35226,
label: 'MEMBER: Germano Cecere',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_germano-photo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/germano-cecere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062835226,
size: 0.5,
source: 230628,
target: 35226 });
// adding node
var x_node = Math.cos(2 * 2505 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2505 * Math.PI / N) * 10;
g.nodes.push({
id: 34642,
label: 'MEMBER: Minou Adib-Conquy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_d912f50abd8763d917_l_1a528-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/minou-adib-conquy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062834642,
size: 0.5,
source: 230628,
target: 34642 });
// adding node
var x_node = Math.cos(2 * 2506 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2506 * Math.PI / N) * 10;
g.nodes.push({
id: 25653,
label: 'MEMBER: Olaya Rendueles-Garcia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-photo_olaya2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olaya-rendueles-garcia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062825653,
size: 0.5,
source: 230628,
target: 25653 });
// adding node
var x_node = Math.cos(2 * 2507 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2507 * Math.PI / N) * 10;
g.nodes.push({
id: 31585,
label: 'MEMBER: Maud Demarque',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/demarque-maud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062831585,
size: 0.5,
source: 230628,
target: 31585 });
// adding node
var x_node = Math.cos(2 * 2508 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2508 * Math.PI / N) * 10;
g.nodes.push({
id: 31581,
label: 'MEMBER: Umut Sahin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sahin-umut/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062831581,
size: 0.5,
source: 230628,
target: 31581 });
// adding node
var x_node = Math.cos(2 * 2509 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2509 * Math.PI / N) * 10;
g.nodes.push({
id: 31574,
label: 'MEMBER: Sabrina Fritah',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fritah-sabrina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062831574,
size: 0.5,
source: 230628,
target: 31574 });
// adding node
var x_node = Math.cos(2 * 2510 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2510 * Math.PI / N) * 10;
g.nodes.push({
id: 31560,
label: 'MEMBER: Pierre Lapaquette',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pierre-lapaquette/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062831560,
size: 0.5,
source: 230628,
target: 31560 });
// adding node
var x_node = Math.cos(2 * 2511 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2511 * Math.PI / N) * 10;
g.nodes.push({
id: 31556,
label: 'MEMBER: Helene Neyret Khan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/neyret-khan-helene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062831556,
size: 0.5,
source: 230628,
target: 31556 });
// adding node
var x_node = Math.cos(2 * 2512 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2512 * Math.PI / N) * 10;
g.nodes.push({
id: 25847,
label: 'MEMBER: David Lebeaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_david-lebeaux-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-lebeaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062825847,
size: 0.5,
source: 230628,
target: 25847 });
// adding node
var x_node = Math.cos(2 * 2513 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2513 * Math.PI / N) * 10;
g.nodes.push({
id: 31256,
label: 'MEMBER: Marie-Luce Kop',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_marie-luce-kop-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-luce-kop/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062831256,
size: 0.5,
source: 230628,
target: 31256 });
// adding node
var x_node = Math.cos(2 * 2514 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2514 * Math.PI / N) * 10;
g.nodes.push({
id: 30051,
label: 'MEMBER: Vladimir Pelicic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_icimages-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vladimir-pelicic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062830051,
size: 0.5,
source: 230628,
target: 30051 });
// adding node
var x_node = Math.cos(2 * 2515 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2515 * Math.PI / N) * 10;
g.nodes.push({
id: 30048,
label: 'MEMBER: Christophe Guilhot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christophe-guilhot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062830048,
size: 0.5,
source: 230628,
target: 30048 });
// adding node
var x_node = Math.cos(2 * 2516 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2516 * Math.PI / N) * 10;
g.nodes.push({
id: 29768,
label: 'MEMBER: Thibaut Douché',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2022/11/research_pasteur-institutpasteur-citech-012-scaled-e1669734421390-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thibaut-douche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062829768,
size: 0.5,
source: 230628,
target: 29768 });
// adding node
var x_node = Math.cos(2 * 2517 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2517 * Math.PI / N) * 10;
g.nodes.push({
id: 29683,
label: 'MEMBER: Leslie Lepont',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-leslie-lepont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062829683,
size: 0.5,
source: 230628,
target: 29683 });
// adding node
var x_node = Math.cos(2 * 2518 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2518 * Math.PI / N) * 10;
g.nodes.push({
id: 29678,
label: 'MEMBER: Aurélie Villeneuve',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aurelie-villeneuve/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062829678,
size: 0.5,
source: 230628,
target: 29678 });
// adding node
var x_node = Math.cos(2 * 2519 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2519 * Math.PI / N) * 10;
g.nodes.push({
id: 29663,
label: 'MEMBER: Isidora Echénique-Subiabre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isidora-echenique-subiabre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062829663,
size: 0.5,
source: 230628,
target: 29663 });
// adding node
var x_node = Math.cos(2 * 2520 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2520 * Math.PI / N) * 10;
g.nodes.push({
id: 29657,
label: 'MEMBER: Thérèse Coursin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/therese-coursin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062829657,
size: 0.5,
source: 230628,
target: 29657 });
// adding node
var x_node = Math.cos(2 * 2521 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2521 * Math.PI / N) * 10;
g.nodes.push({
id: 29631,
label: 'MEMBER: Felice Hoching Tsang',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-felice-hoching-tsang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062829631,
size: 0.5,
source: 230628,
target: 29631 });
// adding node
var x_node = Math.cos(2 * 2522 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2522 * Math.PI / N) * 10;
g.nodes.push({
id: 29616,
label: 'MEMBER: Laura Porta',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/29616/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062829616,
size: 0.5,
source: 230628,
target: 29616 });
// adding node
var x_node = Math.cos(2 * 2523 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2523 * Math.PI / N) * 10;
g.nodes.push({
id: 26915,
label: 'MEMBER: Jennifer Fatni',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_13112991_1125720684116133_546498389102343323_o-1-e1463735670878-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jennifer-fatni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062826915,
size: 0.5,
source: 230628,
target: 26915 });
// adding node
var x_node = Math.cos(2 * 2524 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2524 * Math.PI / N) * 10;
g.nodes.push({
id: 28775,
label: 'MEMBER: Sophie Guinoiseau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fr-sophie-guinoiseau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062828775,
size: 0.5,
source: 230628,
target: 28775 });
// adding node
var x_node = Math.cos(2 * 2525 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2525 * Math.PI / N) * 10;
g.nodes.push({
id: 24536,
label: 'MEMBER: Freddy Cliquet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-17637047_1396080250451325_800557458960161845_o-2-e1519724213254-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/freddy-cliquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062824536,
size: 0.5,
source: 230628,
target: 24536 });
// adding node
var x_node = Math.cos(2 * 2526 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2526 * Math.PI / N) * 10;
g.nodes.push({
id: 23933,
label: 'MEMBER: Uriel Y. Moreno-Nieves',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig97-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/uriel-y-moreno-nieves/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062823933,
size: 0.5,
source: 230628,
target: 23933 });
// adding node
var x_node = Math.cos(2 * 2527 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2527 * Math.PI / N) * 10;
g.nodes.push({
id: 23928,
label: 'MEMBER: Hicham El Costa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig96-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hicham-el-costa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062823928,
size: 0.5,
source: 230628,
target: 23928 });
// adding node
var x_node = Math.cos(2 * 2528 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2528 * Math.PI / N) * 10;
g.nodes.push({
id: 23907,
label: 'MEMBER: Andrea Solf',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig95-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/andrea-solf/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062823907,
size: 0.5,
source: 230628,
target: 23907 });
// adding node
var x_node = Math.cos(2 * 2529 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2529 * Math.PI / N) * 10;
g.nodes.push({
id: 23897,
label: 'MEMBER: Marie Solenne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig94-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-solenne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062823897,
size: 0.5,
source: 230628,
target: 23897 });
// adding node
var x_node = Math.cos(2 * 2530 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2530 * Math.PI / N) * 10;
g.nodes.push({
id: 23589,
label: 'MEMBER: François Vromman',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig92-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-vromman/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062823589,
size: 0.5,
source: 230628,
target: 23589 });
// adding node
var x_node = Math.cos(2 * 2531 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2531 * Math.PI / N) * 10;
g.nodes.push({
id: 23474,
label: 'MEMBER: Andrzej Prokop',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig90-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/andrzej-prokop/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062823474,
size: 0.5,
source: 230628,
target: 23474 });
// adding node
var x_node = Math.cos(2 * 2532 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2532 * Math.PI / N) * 10;
g.nodes.push({
id: 21957,
label: 'MEMBER: Mickael Orgeur',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mickael-orgeur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062821957,
size: 0.5,
source: 230628,
target: 21957 });
// adding node
var x_node = Math.cos(2 * 2533 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2533 * Math.PI / N) * 10;
g.nodes.push({
id: 21875,
label: 'MEMBER: Marcio Marim',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2024/03/research_pasteur-marcio-marim-research-pasteur-marcio-marim-profile-pic-7-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marcio-marim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062821875,
size: 0.5,
source: 230628,
target: 21875 });
// adding node
var x_node = Math.cos(2 * 2534 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2534 * Math.PI / N) * 10;
g.nodes.push({
id: 21458,
label: 'MEMBER: Florence Guivel-Benhassine',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-flo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-guivel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062821458,
size: 0.5,
source: 230628,
target: 21458 });
// adding node
var x_node = Math.cos(2 * 2535 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2535 * Math.PI / N) * 10;
g.nodes.push({
id: 21323,
label: 'MEMBER: Caroline Ligier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_cl-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caroline-ligier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062821323,
size: 0.5,
source: 230628,
target: 21323 });
// adding node
var x_node = Math.cos(2 * 2536 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2536 * Math.PI / N) * 10;
g.nodes.push({
id: 3768,
label: 'MEMBER: Fabrice de Chaumont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_fabrice-de-chaumont-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabrice-de-chaumont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283768,
size: 0.5,
source: 230628,
target: 3768 });
// adding node
var x_node = Math.cos(2 * 2537 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2537 * Math.PI / N) * 10;
g.nodes.push({
id: 7711,
label: 'MEMBER: Vivian Vanessa Munoz Gutierrez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/vivian-vanessa-munoz-gutierrez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287711,
size: 0.5,
source: 230628,
target: 7711 });
// adding node
var x_node = Math.cos(2 * 2538 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2538 * Math.PI / N) * 10;
g.nodes.push({
id: 7706,
label: 'MEMBER: Hélène Lenden Hasse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_image1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-lenden-hasse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287706,
size: 0.5,
source: 230628,
target: 7706 });
// adding node
var x_node = Math.cos(2 * 2539 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2539 * Math.PI / N) * 10;
g.nodes.push({
id: 7707,
label: 'MEMBER: Marie Bedora-Faure',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_marie_bedora-faure-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marie-bedora-faure/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287707,
size: 0.5,
source: 230628,
target: 7707 });
// adding node
var x_node = Math.cos(2 * 2540 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2540 * Math.PI / N) * 10;
g.nodes.push({
id: 7713,
label: 'MEMBER: Annick Dujeancourt-Henry',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-photo-annick.jpg',
page_url: 'https://research.pasteur.fr/en/member/annick-dujeancourt-henry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287713,
size: 0.5,
source: 230628,
target: 7713 });
// adding node
var x_node = Math.cos(2 * 2541 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2541 * Math.PI / N) * 10;
g.nodes.push({
id: 7714,
label: 'MEMBER: Marie-Claire Rozier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-claire-rozier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287714,
size: 0.5,
source: 230628,
target: 7714 });
// adding node
var x_node = Math.cos(2 * 2542 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2542 * Math.PI / N) * 10;
g.nodes.push({
id: 7715,
label: 'MEMBER: Thomas Perry',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thomas-perry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287715,
size: 0.5,
source: 230628,
target: 7715 });
// adding node
var x_node = Math.cos(2 * 2543 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2543 * Math.PI / N) * 10;
g.nodes.push({
id: 7716,
label: 'MEMBER: Naiara Torres',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/naiara-torres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287716,
size: 0.5,
source: 230628,
target: 7716 });
// adding node
var x_node = Math.cos(2 * 2544 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2544 * Math.PI / N) * 10;
g.nodes.push({
id: 7712,
label: 'MEMBER: Shazzad Hossain Mukit',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/shazzad-hossain-mukit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287712,
size: 0.5,
source: 230628,
target: 7712 });
// adding node
var x_node = Math.cos(2 * 2545 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2545 * Math.PI / N) * 10;
g.nodes.push({
id: 7721,
label: 'MEMBER: Isabelle Conclois',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_conclois-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-conclois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287721,
size: 0.5,
source: 230628,
target: 7721 });
// adding node
var x_node = Math.cos(2 * 2546 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2546 * Math.PI / N) * 10;
g.nodes.push({
id: 7722,
label: 'MEMBER: Catherine Lallemand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_catherine31-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/catherine-lallemand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287722,
size: 0.5,
source: 230628,
target: 7722 });
// adding node
var x_node = Math.cos(2 * 2547 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2547 * Math.PI / N) * 10;
g.nodes.push({
id: 7723,
label: 'MEMBER: Myriam Taisne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_myriam-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/myriam-taisne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287723,
size: 0.5,
source: 230628,
target: 7723 });
// adding node
var x_node = Math.cos(2 * 2548 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2548 * Math.PI / N) * 10;
g.nodes.push({
id: 7719,
label: 'MEMBER: Nicolas Gangneux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha24-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-gangneux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287719,
size: 0.5,
source: 230628,
target: 7719 });
// adding node
var x_node = Math.cos(2 * 2549 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2549 * Math.PI / N) * 10;
g.nodes.push({
id: 7726,
label: 'MEMBER: Noémie Berenger-Currias',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/noemie-berenger-currias/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287726,
size: 0.5,
source: 230628,
target: 7726 });
// adding node
var x_node = Math.cos(2 * 2550 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2550 * Math.PI / N) * 10;
g.nodes.push({
id: 7729,
label: 'MEMBER: Edith Ollivier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/edith-ollivier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287729,
size: 0.5,
source: 230628,
target: 7729 });
// adding node
var x_node = Math.cos(2 * 2551 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2551 * Math.PI / N) * 10;
g.nodes.push({
id: 7732,
label: 'MEMBER: Valérie Lorin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_val-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-lorin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287732,
size: 0.5,
source: 230628,
target: 7732 });
// adding node
var x_node = Math.cos(2 * 2552 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2552 * Math.PI / N) * 10;
g.nodes.push({
id: 7734,
label: 'MEMBER: Nadine Delarue',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_delarue-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/nadine-delarue/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287734,
size: 0.5,
source: 230628,
target: 7734 });
// adding node
var x_node = Math.cos(2 * 2553 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2553 * Math.PI / N) * 10;
g.nodes.push({
id: 7735,
label: 'MEMBER: Murielle Rocancourt',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_murielle-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/murielle-rocancourt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287735,
size: 0.5,
source: 230628,
target: 7735 });
// adding node
var x_node = Math.cos(2 * 2554 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2554 * Math.PI / N) * 10;
g.nodes.push({
id: 7761,
label: 'MEMBER: Damien Mornico',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_3c89054-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/damien-mornico/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287761,
size: 0.5,
source: 230628,
target: 7761 });
// adding node
var x_node = Math.cos(2 * 2555 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2555 * Math.PI / N) * 10;
g.nodes.push({
id: 7762,
label: 'MEMBER: Stevenn Volant',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_stevennvolant-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/stevenn-volant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287762,
size: 0.5,
source: 230628,
target: 7762 });
// adding node
var x_node = Math.cos(2 * 2556 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2556 * Math.PI / N) * 10;
g.nodes.push({
id: 7759,
label: 'MEMBER: Alexis Criscuolo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_alexiscriscuolo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexis-criscuolo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287759,
size: 0.5,
source: 230628,
target: 7759 });
// adding node
var x_node = Math.cos(2 * 2557 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2557 * Math.PI / N) * 10;
g.nodes.push({
id: 7767,
label: 'MEMBER: Hiroshi Sakamoto',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig35-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hiroshi-sakamoto/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287767,
size: 0.5,
source: 230628,
target: 7767 });
// adding node
var x_node = Math.cos(2 * 2558 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2558 * Math.PI / N) * 10;
g.nodes.push({
id: 7769,
label: 'MEMBER: Catherine Dauga',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig34-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/catherine-dauga/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287769,
size: 0.5,
source: 230628,
target: 7769 });
// adding node
var x_node = Math.cos(2 * 2559 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2559 * Math.PI / N) * 10;
g.nodes.push({
id: 7763,
label: 'MEMBER: Rachel Torchet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_rachelgrandintorchet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rachel-torchet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287763,
size: 0.5,
source: 230628,
target: 7763 });
// adding node
var x_node = Math.cos(2 * 2560 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2560 * Math.PI / N) * 10;
g.nodes.push({
id: 7772,
label: 'MEMBER: Jennifer Tambosco',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jennifer-tambosco/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287772,
size: 0.5,
source: 230628,
target: 7772 });
// adding node
var x_node = Math.cos(2 * 2561 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2561 * Math.PI / N) * 10;
g.nodes.push({
id: 7770,
label: 'MEMBER: Antonio V. Borderia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_aborderia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antonio-borderia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287770,
size: 0.5,
source: 230628,
target: 7770 });
// adding node
var x_node = Math.cos(2 * 2562 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2562 * Math.PI / N) * 10;
g.nodes.push({
id: 7781,
label: 'MEMBER: Abdessalem Rekiki',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/abdessalem-rekiki/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287781,
size: 0.5,
source: 230628,
target: 7781 });
// adding node
var x_node = Math.cos(2 * 2563 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2563 * Math.PI / N) * 10;
g.nodes.push({
id: 7783,
label: 'MEMBER: Lauriane Kergoat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-photo-site-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lauriane-kergoat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287783,
size: 0.5,
source: 230628,
target: 7783 });
// adding node
var x_node = Math.cos(2 * 2564 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2564 * Math.PI / N) * 10;
g.nodes.push({
id: 7778,
label: 'MEMBER: Sabine Demy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sabine-demy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287778,
size: 0.5,
source: 230628,
target: 7778 });
// adding node
var x_node = Math.cos(2 * 2565 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2565 * Math.PI / N) * 10;
g.nodes.push({
id: 7787,
label: 'MEMBER: Marie-Laurence Meignan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_marie-laurence2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-laurence-meignan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287787,
size: 0.5,
source: 230628,
target: 7787 });
// adding node
var x_node = Math.cos(2 * 2566 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2566 * Math.PI / N) * 10;
g.nodes.push({
id: 7788,
label: 'MEMBER: Yu Wei',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_yugood-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yu-wei/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287788,
size: 0.5,
source: 230628,
target: 7788 });
// adding node
var x_node = Math.cos(2 * 2567 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2567 * Math.PI / N) * 10;
g.nodes.push({
id: 7790,
label: 'MEMBER: Doumet Helou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/doumet-helou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287790,
size: 0.5,
source: 230628,
target: 7790 });
// adding node
var x_node = Math.cos(2 * 2568 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2568 * Math.PI / N) * 10;
g.nodes.push({
id: 7784,
label: 'MEMBER: Aleria Duperray-Susini',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aleria-duperray-susini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287784,
size: 0.5,
source: 230628,
target: 7784 });
// adding node
var x_node = Math.cos(2 * 2569 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2569 * Math.PI / N) * 10;
g.nodes.push({
id: 7785,
label: 'MEMBER: Florence Levillayer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-florence-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-levillayer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287785,
size: 0.5,
source: 230628,
target: 7785 });
// adding node
var x_node = Math.cos(2 * 2570 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2570 * Math.PI / N) * 10;
g.nodes.push({
id: 7786,
label: 'MEMBER: Maryline Bourgine',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-maryline-bourgine-moi-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/maryline-bourgine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287786,
size: 0.5,
source: 230628,
target: 7786 });
// adding node
var x_node = Math.cos(2 * 2571 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2571 * Math.PI / N) * 10;
g.nodes.push({
id: 7796,
label: 'MEMBER: Alice Nordlinger',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-alice-nordlinger-photo-alice-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alice-nordlinger/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287796,
size: 0.5,
source: 230628,
target: 7796 });
// adding node
var x_node = Math.cos(2 * 2572 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2572 * Math.PI / N) * 10;
g.nodes.push({
id: 7791,
label: 'MEMBER: Tian Xia',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/tian-xia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287791,
size: 0.5,
source: 230628,
target: 7791 });
// adding node
var x_node = Math.cos(2 * 2573 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2573 * Math.PI / N) * 10;
g.nodes.push({
id: 7792,
label: 'MEMBER: Jean-Christophe Lone',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-christophe-lone/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287792,
size: 0.5,
source: 230628,
target: 7792 });
// adding node
var x_node = Math.cos(2 * 2574 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2574 * Math.PI / N) * 10;
g.nodes.push({
id: 7793,
label: 'MEMBER: Stéphanie Mourguin-Naguin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo22-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephanie-mourguin-naguin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287793,
size: 0.5,
source: 230628,
target: 7793 });
// adding node
var x_node = Math.cos(2 * 2575 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2575 * Math.PI / N) * 10;
g.nodes.push({
id: 7795,
label: 'MEMBER: Martine Belin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_hpim03141-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/martine-belin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287795,
size: 0.5,
source: 230628,
target: 7795 });
// adding node
var x_node = Math.cos(2 * 2576 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2576 * Math.PI / N) * 10;
g.nodes.push({
id: 7798,
label: 'MEMBER: Aya Yokota',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aya-yokota/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287798,
size: 0.5,
source: 230628,
target: 7798 });
// adding node
var x_node = Math.cos(2 * 2577 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2577 * Math.PI / N) * 10;
g.nodes.push({
id: 7799,
label: 'MEMBER: Laurence Boutout',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_laurence-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-boutout/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287799,
size: 0.5,
source: 230628,
target: 7799 });
// adding node
var x_node = Math.cos(2 * 2578 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2578 * Math.PI / N) * 10;
g.nodes.push({
id: 7800,
label: 'MEMBER: Alain Cosson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_alain-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alain-cosson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287800,
size: 0.5,
source: 230628,
target: 7800 });
// adding node
var x_node = Math.cos(2 * 2579 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2579 * Math.PI / N) * 10;
g.nodes.push({
id: 7801,
label: 'MEMBER: Marie-Jesus Rojas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_marie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-jesus-rojas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287801,
size: 0.5,
source: 230628,
target: 7801 });
// adding node
var x_node = Math.cos(2 * 2580 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2580 * Math.PI / N) * 10;
g.nodes.push({
id: 7803,
label: 'MEMBER: Veronique Robbe-Saule',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_veronic-robbe-saule-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/veronique-robbe-saule/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287803,
size: 0.5,
source: 230628,
target: 7803 });
// adding node
var x_node = Math.cos(2 * 2581 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2581 * Math.PI / N) * 10;
g.nodes.push({
id: 7804,
label: 'MEMBER: Julienne Blonbou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_julienne-blonbou-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julienne-blonbou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287804,
size: 0.5,
source: 230628,
target: 7804 });
// adding node
var x_node = Math.cos(2 * 2582 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2582 * Math.PI / N) * 10;
g.nodes.push({
id: 7832,
label: 'MEMBER: Sophie Rogee',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophie-rogee/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287832,
size: 0.5,
source: 230628,
target: 7832 });
// adding node
var x_node = Math.cos(2 * 2583 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2583 * Math.PI / N) * 10;
g.nodes.push({
id: 7837,
label: 'MEMBER: Milena Hasan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_institutpasteur_43068-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/milena-hasan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287837,
size: 0.5,
source: 230628,
target: 7837 });
// adding node
var x_node = Math.cos(2 * 2584 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2584 * Math.PI / N) * 10;
g.nodes.push({
id: 7839,
label: 'MEMBER: Aurélie Baudin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_baudin.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelie-baudin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287839,
size: 0.5,
source: 230628,
target: 7839 });
// adding node
var x_node = Math.cos(2 * 2585 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2585 * Math.PI / N) * 10;
g.nodes.push({
id: 7842,
label: 'MEMBER: Valentina Libri',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_capture-d’ecran-2016-10-17-a-16.25.25-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valentina-libri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287842,
size: 0.5,
source: 230628,
target: 7842 });
// adding node
var x_node = Math.cos(2 * 2586 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2586 * Math.PI / N) * 10;
g.nodes.push({
id: 7844,
label: 'MEMBER: Darragh Duffy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-duffy_photo-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/darragh-duffy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287844,
size: 0.5,
source: 230628,
target: 7844 });
// adding node
var x_node = Math.cos(2 * 2587 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2587 * Math.PI / N) * 10;
g.nodes.push({
id: 7840,
label: 'MEMBER: Bruno Charbit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_pic_bc-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bruno-charbit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287840,
size: 0.5,
source: 230628,
target: 7840 });
// adding node
var x_node = Math.cos(2 * 2588 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2588 * Math.PI / N) * 10;
g.nodes.push({
id: 7848,
label: 'MEMBER: Stéphane Descorps-Declère',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-img_20170804_170423_hdr-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephane-descorps-declere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287848,
size: 0.5,
source: 230628,
target: 7848 });
// adding node
var x_node = Math.cos(2 * 2589 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2589 * Math.PI / N) * 10;
g.nodes.push({
id: 7850,
label: 'MEMBER: Fabrice Agou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_image010-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabrice-agou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287850,
size: 0.5,
source: 230628,
target: 7850 });
// adding node
var x_node = Math.cos(2 * 2590 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2590 * Math.PI / N) * 10;
g.nodes.push({
id: 7851,
label: 'MEMBER: Alix Boucharlat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-file-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/alix-boucharlat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287851,
size: 0.5,
source: 230628,
target: 7851 });
// adding node
var x_node = Math.cos(2 * 2591 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2591 * Math.PI / N) * 10;
g.nodes.push({
id: 7847,
label: 'MEMBER: Pierre Lechat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig37-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-lechat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287847,
size: 0.5,
source: 230628,
target: 7847 });
// adding node
var x_node = Math.cos(2 * 2592 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2592 * Math.PI / N) * 10;
g.nodes.push({
id: 7854,
label: 'MEMBER: Pierre-Henri Commere',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pierre-henri-commere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287854,
size: 0.5,
source: 230628,
target: 7854 });
// adding node
var x_node = Math.cos(2 * 2593 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2593 * Math.PI / N) * 10;
g.nodes.push({
id: 7852,
label: 'MEMBER: Elisabeth Fontan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fontain-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/elisabeth-fontan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287852,
size: 0.5,
source: 230628,
target: 7852 });
// adding node
var x_node = Math.cos(2 * 2594 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2594 * Math.PI / N) * 10;
g.nodes.push({
id: 7855,
label: 'MEMBER: Sandrine Schmutz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dsc76931-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sandrine-schmutz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287855,
size: 0.5,
source: 230628,
target: 7855 });
// adding node
var x_node = Math.cos(2 * 2595 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2595 * Math.PI / N) * 10;
g.nodes.push({
id: 7856,
label: 'MEMBER: Sophie Novault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sn-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-novault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287856,
size: 0.5,
source: 230628,
target: 7856 });
// adding node
var x_node = Math.cos(2 * 2596 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2596 * Math.PI / N) * 10;
g.nodes.push({
id: 7857,
label: 'MEMBER: Laurence Motreff',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-lm-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-motreff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287857,
size: 0.5,
source: 230628,
target: 7857 });
// adding node
var x_node = Math.cos(2 * 2597 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2597 * Math.PI / N) * 10;
g.nodes.push({
id: 7853,
label: 'MEMBER: Hélène Kiefer-Biasizzo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_capture-d’écran-2015-09-11-à-11.36.39-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-kiefer-biasizzo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287853,
size: 0.5,
source: 230628,
target: 7853 });
// adding node
var x_node = Math.cos(2 * 2598 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2598 * Math.PI / N) * 10;
g.nodes.push({
id: 7870,
label: 'MEMBER: Amina Ait Saadi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_dsc84433-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amina-ait-saadi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287870,
size: 0.5,
source: 230628,
target: 7870 });
// adding node
var x_node = Math.cos(2 * 2599 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2599 * Math.PI / N) * 10;
g.nodes.push({
id: 7875,
label: 'MEMBER: Christine Fanaud',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christine-fanaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287875,
size: 0.5,
source: 230628,
target: 7875 });
// adding node
var x_node = Math.cos(2 * 2600 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2600 * Math.PI / N) * 10;
g.nodes.push({
id: 7878,
label: 'MEMBER: Marie-Noelle Ungeheuer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_institutpasteur_43070-e1437491181428-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-noelle-ungeheuer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287878,
size: 0.5,
source: 230628,
target: 7878 });
// adding node
var x_node = Math.cos(2 * 2601 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2601 * Math.PI / N) * 10;
g.nodes.push({
id: 7872,
label: 'MEMBER: Imène Najjar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_najjar.jpg',
page_url: 'https://research.pasteur.fr/en/member/imene-najjar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287872,
size: 0.5,
source: 230628,
target: 7872 });
// adding node
var x_node = Math.cos(2 * 2602 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2602 * Math.PI / N) * 10;
g.nodes.push({
id: 7874,
label: 'MEMBER: Nicole Corre-Catelin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-nicole-corre-catelin-nicole-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicole-corre-catelin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287874,
size: 0.5,
source: 230628,
target: 7874 });
// adding node
var x_node = Math.cos(2 * 2603 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2603 * Math.PI / N) * 10;
g.nodes.push({
id: 7885,
label: 'MEMBER: Cassandre Von Platen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-photo_cassandre.jpg',
page_url: 'https://research.pasteur.fr/en/member/cassandre-von-platen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287885,
size: 0.5,
source: 230628,
target: 7885 });
// adding node
var x_node = Math.cos(2 * 2604 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2604 * Math.PI / N) * 10;
g.nodes.push({
id: 7881,
label: 'MEMBER: Catherine Ottone',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_catherine-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/catherine-ottone/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287881,
size: 0.5,
source: 230628,
target: 7881 });
// adding node
var x_node = Math.cos(2 * 2605 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2605 * Math.PI / N) * 10;
g.nodes.push({
id: 7884,
label: 'MEMBER: Cécile Artaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-cecile-artaud-dsc7491-e1512645021182-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cecile-artaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287884,
size: 0.5,
source: 230628,
target: 7884 });
// adding node
var x_node = Math.cos(2 * 2606 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2606 * Math.PI / N) * 10;
g.nodes.push({
id: 7879,
label: 'MEMBER: Philippe Esterre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_esterre.jpg',
page_url: 'https://research.pasteur.fr/en/member/philippe-esterre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287879,
size: 0.5,
source: 230628,
target: 7879 });
// adding node
var x_node = Math.cos(2 * 2608 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2608 * Math.PI / N) * 10;
g.nodes.push({
id: 7888,
label: 'MEMBER: Nathalie Jolly',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dsc7459_sqr-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-jolly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287888,
size: 0.5,
source: 230628,
target: 7888 });
// adding node
var x_node = Math.cos(2 * 2609 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2609 * Math.PI / N) * 10;
g.nodes.push({
id: 7889,
label: 'MEMBER: Servane Warot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig30-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/servane-warot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287889,
size: 0.5,
source: 230628,
target: 7889 });
// adding node
var x_node = Math.cos(2 * 2610 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2610 * Math.PI / N) * 10;
g.nodes.push({
id: 7886,
label: 'MEMBER: Annick Dubois',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig27-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/annick-dubois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287886,
size: 0.5,
source: 230628,
target: 7886 });
// adding node
var x_node = Math.cos(2 * 2611 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2611 * Math.PI / N) * 10;
g.nodes.push({
id: 7895,
label: 'MEMBER: Isabelle Porteret',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isabelle-porteret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287895,
size: 0.5,
source: 230628,
target: 7895 });
// adding node
var x_node = Math.cos(2 * 2612 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2612 * Math.PI / N) * 10;
g.nodes.push({
id: 7896,
label: 'MEMBER: Marie-Laure Rosso',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mlrosso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287896,
size: 0.5,
source: 230628,
target: 7896 });
// adding node
var x_node = Math.cos(2 * 2613 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2613 * Math.PI / N) * 10;
g.nodes.push({
id: 7931,
label: 'MEMBER: Marie-Kim Chaveroche',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-kim-chaveroche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287931,
size: 0.5,
source: 230628,
target: 7931 });
// adding node
var x_node = Math.cos(2 * 2614 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2614 * Math.PI / N) * 10;
g.nodes.push({
id: 7959,
label: 'MEMBER: Geneviève Janvier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/genevieve-janvier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287959,
size: 0.5,
source: 230628,
target: 7959 });
// adding node
var x_node = Math.cos(2 * 2615 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2615 * Math.PI / N) * 10;
g.nodes.push({
id: 7960,
label: 'MEMBER: Jessica Robert',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jessica-robert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287960,
size: 0.5,
source: 230628,
target: 7960 });
// adding node
var x_node = Math.cos(2 * 2616 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2616 * Math.PI / N) * 10;
g.nodes.push({
id: 8031,
label: 'MEMBER: Claire Papignies',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_claire-papignies-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claire-papignies/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288031,
size: 0.5,
source: 230628,
target: 8031 });
// adding node
var x_node = Math.cos(2 * 2617 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2617 * Math.PI / N) * 10;
g.nodes.push({
id: 8034,
label: 'MEMBER: Sylvie Aubert',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sylvie-aubert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288034,
size: 0.5,
source: 230628,
target: 8034 });
// adding node
var x_node = Math.cos(2 * 2618 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2618 * Math.PI / N) * 10;
g.nodes.push({
id: 8040,
label: 'MEMBER: Claudine Rousseaux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/claudine-rousseaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288040,
size: 0.5,
source: 230628,
target: 8040 });
// adding node
var x_node = Math.cos(2 * 2619 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2619 * Math.PI / N) * 10;
g.nodes.push({
id: 8051,
label: 'MEMBER: Brigitte Thierry',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/brigitte-thierry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288051,
size: 0.5,
source: 230628,
target: 8051 });
// adding node
var x_node = Math.cos(2 * 2620 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2620 * Math.PI / N) * 10;
g.nodes.push({
id: 8050,
label: 'MEMBER: Sophie Marchiset',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophie-marchiset/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288050,
size: 0.5,
source: 230628,
target: 8050 });
// adding node
var x_node = Math.cos(2 * 2621 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2621 * Math.PI / N) * 10;
g.nodes.push({
id: 8059,
label: 'MEMBER: Chrystelle Roux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chrystelle-roux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288059,
size: 0.5,
source: 230628,
target: 8059 });
// adding node
var x_node = Math.cos(2 * 2622 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2622 * Math.PI / N) * 10;
g.nodes.push({
id: 8058,
label: 'MEMBER: Michelle Resous',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_michelle-resous-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/michelle-resous/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288058,
size: 0.5,
source: 230628,
target: 8058 });
// adding node
var x_node = Math.cos(2 * 2623 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2623 * Math.PI / N) * 10;
g.nodes.push({
id: 8064,
label: 'MEMBER: Christophe Brezillon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christophe-brezillon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288064,
size: 0.5,
source: 230628,
target: 8064 });
// adding node
var x_node = Math.cos(2 * 2624 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2624 * Math.PI / N) * 10;
g.nodes.push({
id: 8156,
label: 'MEMBER: Georges Azar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_ga-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/georges-azar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288156,
size: 0.5,
source: 230628,
target: 8156 });
// adding node
var x_node = Math.cos(2 * 2625 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2625 * Math.PI / N) * 10;
g.nodes.push({
id: 8158,
label: 'MEMBER: Nicolas Legrand',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicolas-legrand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288158,
size: 0.5,
source: 230628,
target: 8158 });
// adding node
var x_node = Math.cos(2 * 2626 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2626 * Math.PI / N) * 10;
g.nodes.push({
id: 8161,
label: 'MEMBER: Julien Pothlichet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julien-pothlichet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288161,
size: 0.5,
source: 230628,
target: 8161 });
// adding node
var x_node = Math.cos(2 * 2627 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2627 * Math.PI / N) * 10;
g.nodes.push({
id: 8170,
label: 'MEMBER: Anna Kostrzak',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anna-kostrzak/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288170,
size: 0.5,
source: 230628,
target: 8170 });
// adding node
var x_node = Math.cos(2 * 2628 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2628 * Math.PI / N) * 10;
g.nodes.push({
id: 8183,
label: 'MEMBER: Odile Labouise',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_labouise-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/odile-labouise/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288183,
size: 0.5,
source: 230628,
target: 8183 });
// adding node
var x_node = Math.cos(2 * 2629 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2629 * Math.PI / N) * 10;
g.nodes.push({
id: 8187,
label: 'MEMBER: Margaret Shevik',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_shevik-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/margaret-shevik/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288187,
size: 0.5,
source: 230628,
target: 8187 });
// adding node
var x_node = Math.cos(2 * 2630 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2630 * Math.PI / N) * 10;
g.nodes.push({
id: 8188,
label: 'MEMBER: Frédérique Moyrand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_moyrand-150x150.gif',
page_url: 'https://research.pasteur.fr/en/member/frederique-moyrand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288188,
size: 0.5,
source: 230628,
target: 8188 });
// adding node
var x_node = Math.cos(2 * 2631 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2631 * Math.PI / N) * 10;
g.nodes.push({
id: 8189,
label: 'MEMBER: Natacha Sertour',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sertour-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/natacha-sertour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288189,
size: 0.5,
source: 230628,
target: 8189 });
// adding node
var x_node = Math.cos(2 * 2632 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2632 * Math.PI / N) * 10;
g.nodes.push({
id: 8190,
label: 'MEMBER: Laurent Guillemot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_dsc9534-e1452595655104-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurent-guillemot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288190,
size: 0.5,
source: 230628,
target: 8190 });
// adding node
var x_node = Math.cos(2 * 2633 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2633 * Math.PI / N) * 10;
g.nodes.push({
id: 8184,
label: 'MEMBER: Elise Iracane',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elise-iracane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288184,
size: 0.5,
source: 230628,
target: 8184 });
// adding node
var x_node = Math.cos(2 * 2634 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2634 * Math.PI / N) * 10;
g.nodes.push({
id: 8185,
label: 'MEMBER: Murielle Chauvel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_chauvel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/murielle-chauvel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288185,
size: 0.5,
source: 230628,
target: 8185 });
// adding node
var x_node = Math.cos(2 * 2635 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2635 * Math.PI / N) * 10;
g.nodes.push({
id: 8186,
label: 'MEMBER: Aurèlie Dupuis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo9-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelie-dupuis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288186,
size: 0.5,
source: 230628,
target: 8186 });
// adding node
var x_node = Math.cos(2 * 2636 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2636 * Math.PI / N) * 10;
g.nodes.push({
id: 8192,
label: 'MEMBER: Caroline Pettenati',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/caroline-pettenati/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288192,
size: 0.5,
source: 230628,
target: 8192 });
// adding node
var x_node = Math.cos(2 * 2637 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2637 * Math.PI / N) * 10;
g.nodes.push({
id: 8199,
label: 'MEMBER: Maria Manich',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-maria-manich-image1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-manich/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288199,
size: 0.5,
source: 230628,
target: 8199 });
// adding node
var x_node = Math.cos(2 * 2638 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2638 * Math.PI / N) * 10;
g.nodes.push({
id: 8200,
label: 'MEMBER: Marie-Anne Lin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_linmarieanne-250x145-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marie-anne-lin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288200,
size: 0.5,
source: 230628,
target: 8200 });
// adding node
var x_node = Math.cos(2 * 2639 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2639 * Math.PI / N) * 10;
g.nodes.push({
id: 8195,
label: 'MEMBER: Alexandre Gaspard Cilia',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandre-gaspard-cilia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288195,
size: 0.5,
source: 230628,
target: 8195 });
// adding node
var x_node = Math.cos(2 * 2640 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2640 * Math.PI / N) * 10;
g.nodes.push({
id: 8196,
label: 'MEMBER: Florian Aubin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/florian-aubin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288196,
size: 0.5,
source: 230628,
target: 8196 });
// adding node
var x_node = Math.cos(2 * 2641 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2641 * Math.PI / N) * 10;
g.nodes.push({
id: 8197,
label: 'MEMBER: Manon Faure',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/manon-faure/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288197,
size: 0.5,
source: 230628,
target: 8197 });
// adding node
var x_node = Math.cos(2 * 2642 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2642 * Math.PI / N) * 10;
g.nodes.push({
id: 8198,
label: 'MEMBER: Bareket Trogman',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/bareket-trogman/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288198,
size: 0.5,
source: 230628,
target: 8198 });
// adding node
var x_node = Math.cos(2 * 2643 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2643 * Math.PI / N) * 10;
g.nodes.push({
id: 8203,
label: 'MEMBER: Marilyne Davi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marilyne-davi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288203,
size: 0.5,
source: 230628,
target: 8203 });
// adding node
var x_node = Math.cos(2 * 2644 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2644 * Math.PI / N) * 10;
g.nodes.push({
id: 8204,
label: 'MEMBER: Sylvia Seokhee Yong',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sylvia-seokhee-yong/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288204,
size: 0.5,
source: 230628,
target: 8204 });
// adding node
var x_node = Math.cos(2 * 2645 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2645 * Math.PI / N) * 10;
g.nodes.push({
id: 8205,
label: 'MEMBER: Audrey Legendre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/audrey-legendre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288205,
size: 0.5,
source: 230628,
target: 8205 });
// adding node
var x_node = Math.cos(2 * 2646 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2646 * Math.PI / N) * 10;
g.nodes.push({
id: 8201,
label: 'MEMBER: Dorothée Raoux-Barbot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/03/research_pasteur-photo-dorothee-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/dorothee-raoux-barbot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288201,
size: 0.5,
source: 230628,
target: 8201 });
// adding node
var x_node = Math.cos(2 * 2647 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2647 * Math.PI / N) * 10;
g.nodes.push({
id: 8208,
label: 'MEMBER: Béatrice Niragire',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_14b.-niragire-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/beatrice-niragire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288208,
size: 0.5,
source: 230628,
target: 8208 });
// adding node
var x_node = Math.cos(2 * 2648 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2648 * Math.PI / N) * 10;
g.nodes.push({
id: 8209,
label: 'MEMBER: Lena Gehre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_lena-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lena-gehre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288209,
size: 0.5,
source: 230628,
target: 8209 });
// adding node
var x_node = Math.cos(2 * 2649 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2649 * Math.PI / N) * 10;
g.nodes.push({
id: 8211,
label: 'MEMBER: Stéphanie Perrinet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_perrinet-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/stephanie-perrinet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288211,
size: 0.5,
source: 230628,
target: 8211 });
// adding node
var x_node = Math.cos(2 * 2650 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2650 * Math.PI / N) * 10;
g.nodes.push({
id: 8213,
label: 'MEMBER: Céline Cuche',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_celine-cuche-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celine-cuche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288213,
size: 0.5,
source: 230628,
target: 8213 });
// adding node
var x_node = Math.cos(2 * 2651 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2651 * Math.PI / N) * 10;
g.nodes.push({
id: 8214,
label: 'MEMBER: Christelle Scaerou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_christelle-scaerou1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christelle-scaerou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288214,
size: 0.5,
source: 230628,
target: 8214 });
// adding node
var x_node = Math.cos(2 * 2652 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2652 * Math.PI / N) * 10;
g.nodes.push({
id: 8216,
label: 'MEMBER: Anne Cozanet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-anne-july17-bis-1-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-cozanet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288216,
size: 0.5,
source: 230628,
target: 8216 });
// adding node
var x_node = Math.cos(2 * 2653 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2653 * Math.PI / N) * 10;
g.nodes.push({
id: 8224,
label: 'MEMBER: Laurence du Merle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha33-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-du-merle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288224,
size: 0.5,
source: 230628,
target: 8224 });
// adding node
var x_node = Math.cos(2 * 2654 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2654 * Math.PI / N) * 10;
g.nodes.push({
id: 8225,
label: 'MEMBER: Myriam Gominet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_2016-05-24-09.24.54-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/myriam-gominet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288225,
size: 0.5,
source: 230628,
target: 8225 });
// adding node
var x_node = Math.cos(2 * 2655 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2655 * Math.PI / N) * 10;
g.nodes.push({
id: 8222,
label: 'MEMBER: Dimitri Desvillechabrol',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/08/research_pasteur-dimitri_brmlab-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/dimitri-desvillechabrol/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288222,
size: 0.5,
source: 230628,
target: 8222 });
// adding node
var x_node = Math.cos(2 * 2656 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2656 * Math.PI / N) * 10;
g.nodes.push({
id: 8229,
label: 'MEMBER: Hélène Bracq-Dieye',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sans-titre3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-bracq-dieye/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288229,
size: 0.5,
source: 230628,
target: 8229 });
// adding node
var x_node = Math.cos(2 * 2657 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2657 * Math.PI / N) * 10;
g.nodes.push({
id: 8235,
label: 'MEMBER: Pierre Thouvenot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sans-titre-copie3-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/pierre-thouvenot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288235,
size: 0.5,
source: 230628,
target: 8235 });
// adding node
var x_node = Math.cos(2 * 2658 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2658 * Math.PI / N) * 10;
g.nodes.push({
id: 8238,
label: 'MEMBER: Nathalie Tessaud Rita',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_ntr2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-tessaud-rita/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288238,
size: 0.5,
source: 230628,
target: 8238 });
// adding node
var x_node = Math.cos(2 * 2659 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2659 * Math.PI / N) * 10;
g.nodes.push({
id: 8242,
label: 'MEMBER: Béatrice Renaudin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_fullsizerender42-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/beatrice-renaudin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288242,
size: 0.5,
source: 230628,
target: 8242 });
// adding node
var x_node = Math.cos(2 * 2660 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2660 * Math.PI / N) * 10;
g.nodes.push({
id: 8243,
label: 'MEMBER: Alexandra Journeaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_fullsizerender21-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandra-fizet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288243,
size: 0.5,
source: 230628,
target: 8243 });
// adding node
var x_node = Math.cos(2 * 2661 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2661 * Math.PI / N) * 10;
g.nodes.push({
id: 8244,
label: 'MEMBER: Stéphanie Reynard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_fullsizerender6-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephanie-reynard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288244,
size: 0.5,
source: 230628,
target: 8244 });
// adding node
var x_node = Math.cos(2 * 2662 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2662 * Math.PI / N) * 10;
g.nodes.push({
id: 8245,
label: 'MEMBER: Caroline Picard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_fullsizerender12-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caroline-picard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288245,
size: 0.5,
source: 230628,
target: 8245 });
// adding node
var x_node = Math.cos(2 * 2663 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2663 * Math.PI / N) * 10;
g.nodes.push({
id: 8246,
label: 'MEMBER: Aurélie Claës',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_aurelie-claes-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelie-claes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288246,
size: 0.5,
source: 230628,
target: 8246 });
// adding node
var x_node = Math.cos(2 * 2664 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2664 * Math.PI / N) * 10;
g.nodes.push({
id: 8249,
label: 'MEMBER: Pierbruno Ricci',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_pierbruno-ricci-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierbruno-ricci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288249,
size: 0.5,
source: 230628,
target: 8249 });
// adding node
var x_node = Math.cos(2 * 2665 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2665 * Math.PI / N) * 10;
g.nodes.push({
id: 8250,
label: 'MEMBER: Patty Chen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_patty-chen-bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patty-chen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288250,
size: 0.5,
source: 230628,
target: 8250 });
// adding node
var x_node = Math.cos(2 * 2666 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2666 * Math.PI / N) * 10;
g.nodes.push({
id: 8252,
label: 'MEMBER: Marie-Pierre Mailhe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha16-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-pierre-mailhe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288252,
size: 0.5,
source: 230628,
target: 8252 });
// adding node
var x_node = Math.cos(2 * 2667 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2667 * Math.PI / N) * 10;
g.nodes.push({
id: 8255,
label: 'MEMBER: Raleb Taher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha23-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/raleb-taher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288255,
size: 0.5,
source: 230628,
target: 8255 });
// adding node
var x_node = Math.cos(2 * 2668 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2668 * Math.PI / N) * 10;
g.nodes.push({
id: 8256,
label: 'MEMBER: Nathalie Armatys',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_nathalie-armatys1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-armatys/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288256,
size: 0.5,
source: 230628,
target: 8256 });
// adding node
var x_node = Math.cos(2 * 2669 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2669 * Math.PI / N) * 10;
g.nodes.push({
id: 8253,
label: 'MEMBER: Marie-Christine Vougny',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-mc-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-christine-vougny/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288253,
size: 0.5,
source: 230628,
target: 8253 });
// adding node
var x_node = Math.cos(2 * 2670 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2670 * Math.PI / N) * 10;
g.nodes.push({
id: 8254,
label: 'MEMBER: Malika Serra-Hassoun',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288254,
size: 0.5,
source: 230628,
target: 8254 });
// adding node
var x_node = Math.cos(2 * 2671 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2671 * Math.PI / N) * 10;
g.nodes.push({
id: 8261,
label: 'MEMBER: Sylvie Murguet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_sylvie-murguet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-murguet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288261,
size: 0.5,
source: 230628,
target: 8261 });
// adding node
var x_node = Math.cos(2 * 2672 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2672 * Math.PI / N) * 10;
g.nodes.push({
id: 8262,
label: 'MEMBER: Farida Zinini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha47-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/farida-zinini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288262,
size: 0.5,
source: 230628,
target: 8262 });
// adding node
var x_node = Math.cos(2 * 2673 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2673 * Math.PI / N) * 10;
g.nodes.push({
id: 8263,
label: 'MEMBER: Horida Drabla',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/horida-drabla/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288263,
size: 0.5,
source: 230628,
target: 8263 });
// adding node
var x_node = Math.cos(2 * 2674 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2674 * Math.PI / N) * 10;
g.nodes.push({
id: 8258,
label: 'MEMBER: Olivier Schiettekatte',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-olivier-schiettekatte-38-olivier-schiettekatte-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-schiettekatte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288258,
size: 0.5,
source: 230628,
target: 8258 });
// adding node
var x_node = Math.cos(2 * 2675 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2675 * Math.PI / N) * 10;
g.nodes.push({
id: 8259,
label: 'MEMBER: Sylvie Bremont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha48-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-bremont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288259,
size: 0.5,
source: 230628,
target: 8259 });
// adding node
var x_node = Math.cos(2 * 2676 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2676 * Math.PI / N) * 10;
g.nodes.push({
id: 8260,
label: 'MEMBER: Annie Landier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha49-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/annie-landier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288260,
size: 0.5,
source: 230628,
target: 8260 });
// adding node
var x_node = Math.cos(2 * 2677 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2677 * Math.PI / N) * 10;
g.nodes.push({
id: 8265,
label: 'MEMBER: Samia Hicham',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-sans-titre-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/samia-hicham/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288265,
size: 0.5,
source: 230628,
target: 8265 });
// adding node
var x_node = Math.cos(2 * 2678 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2678 * Math.PI / N) * 10;
g.nodes.push({
id: 8268,
label: 'MEMBER: Martine Fanton D’Andon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_3jpeg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/martine-fanton-dandon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288268,
size: 0.5,
source: 230628,
target: 8268 });
// adding node
var x_node = Math.cos(2 * 2679 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2679 * Math.PI / N) * 10;
g.nodes.push({
id: 8274,
label: 'MEMBER: Marie-Laure Daupin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-laure-daupin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288274,
size: 0.5,
source: 230628,
target: 8274 });
// adding node
var x_node = Math.cos(2 * 2680 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2680 * Math.PI / N) * 10;
g.nodes.push({
id: 8275,
label: 'MEMBER: Samia Mazeghrane',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/samia-mazeghrane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288275,
size: 0.5,
source: 230628,
target: 8275 });
// adding node
var x_node = Math.cos(2 * 2681 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2681 * Math.PI / N) * 10;
g.nodes.push({
id: 8276,
label: 'MEMBER: Ana Margarida Vaz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ana-margarida-vaz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288276,
size: 0.5,
source: 230628,
target: 8276 });
// adding node
var x_node = Math.cos(2 * 2682 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2682 * Math.PI / N) * 10;
g.nodes.push({
id: 8271,
label: 'MEMBER: Chetan Aditya',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/11/research_pasteur-headshot-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chetan-aditya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288271,
size: 0.5,
source: 230628,
target: 8271 });
// adding node
var x_node = Math.cos(2 * 2683 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2683 * Math.PI / N) * 10;
g.nodes.push({
id: 8273,
label: 'MEMBER: Jennifer Pham',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-jennifer-pham-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jennifer-pham/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288273,
size: 0.5,
source: 230628,
target: 8273 });
// adding node
var x_node = Math.cos(2 * 2684 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2684 * Math.PI / N) * 10;
g.nodes.push({
id: 8278,
label: 'MEMBER: Aline Crouzols',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_aline-crouzols-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aline-crouzols/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288278,
size: 0.5,
source: 230628,
target: 8278 });
// adding node
var x_node = Math.cos(2 * 2685 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2685 * Math.PI / N) * 10;
g.nodes.push({
id: 8279,
label: 'MEMBER: Quentin Delecroix',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/quentin-delecroix/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288279,
size: 0.5,
source: 230628,
target: 8279 });
// adding node
var x_node = Math.cos(2 * 2686 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2686 * Math.PI / N) * 10;
g.nodes.push({
id: 8280,
label: 'MEMBER: Jocelyne Henry',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jocelyne-henry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288280,
size: 0.5,
source: 230628,
target: 8280 });
// adding node
var x_node = Math.cos(2 * 2687 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2687 * Math.PI / N) * 10;
g.nodes.push({
id: 8282,
label: 'MEMBER: Refka Jertila',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/refka-jertila/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288282,
size: 0.5,
source: 230628,
target: 8282 });
// adding node
var x_node = Math.cos(2 * 2688 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2688 * Math.PI / N) * 10;
g.nodes.push({
id: 8277,
label: 'MEMBER: Prisca Moubhio-Loubouhi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/prisca-moubhio-loubouhi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288277,
size: 0.5,
source: 230628,
target: 8277 });
// adding node
var x_node = Math.cos(2 * 2689 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2689 * Math.PI / N) * 10;
g.nodes.push({
id: 8285,
label: 'MEMBER: Patrice Tommasino',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/patrice-tommasino/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288285,
size: 0.5,
source: 230628,
target: 8285 });
// adding node
var x_node = Math.cos(2 * 2690 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2690 * Math.PI / N) * 10;
g.nodes.push({
id: 8288,
label: 'MEMBER: Nicole Desnoues',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_nicole_desnoues-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicole-desnoues/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288288,
size: 0.5,
source: 230628,
target: 8288 });
// adding node
var x_node = Math.cos(2 * 2691 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2691 * Math.PI / N) * 10;
g.nodes.push({
id: 8283,
label: 'MEMBER: Charlie Koissi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/charlie-koissi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288283,
size: 0.5,
source: 230628,
target: 8283 });
// adding node
var x_node = Math.cos(2 * 2692 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2692 * Math.PI / N) * 10;
g.nodes.push({
id: 8284,
label: 'MEMBER: Sabrina Spitz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sabrina-spitz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288284,
size: 0.5,
source: 230628,
target: 8284 });
// adding node
var x_node = Math.cos(2 * 2693 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2693 * Math.PI / N) * 10;
g.nodes.push({
id: 8289,
label: 'MEMBER: Helene Philippot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_hele-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-philippot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288289,
size: 0.5,
source: 230628,
target: 8289 });
// adding node
var x_node = Math.cos(2 * 2694 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2694 * Math.PI / N) * 10;
g.nodes.push({
id: 8293,
label: 'MEMBER: Sylvain Paisant',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sylvian-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvain-paisant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288293,
size: 0.5,
source: 230628,
target: 8293 });
// adding node
var x_node = Math.cos(2 * 2695 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2695 * Math.PI / N) * 10;
g.nodes.push({
id: 8291,
label: 'MEMBER: Guillaume Vales',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-gv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillaume-vales/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288291,
size: 0.5,
source: 230628,
target: 8291 });
// adding node
var x_node = Math.cos(2 * 2696 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2696 * Math.PI / N) * 10;
g.nodes.push({
id: 8292,
label: 'MEMBER: Benjamin Montagne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-benjamin-montagne-benjamin-montagne-mr-300-px-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benjamin-montagne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288292,
size: 0.5,
source: 230628,
target: 8292 });
// adding node
var x_node = Math.cos(2 * 2697 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2697 * Math.PI / N) * 10;
g.nodes.push({
id: 8294,
label: 'MEMBER: Marc Tournaire',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_marc-tour-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marc-tournaire/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288294,
size: 0.5,
source: 230628,
target: 8294 });
// adding node
var x_node = Math.cos(2 * 2698 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2698 * Math.PI / N) * 10;
g.nodes.push({
id: 8297,
label: 'MEMBER: Manon Tanguy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_tanguy-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/manon-tanguy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288297,
size: 0.5,
source: 230628,
target: 8297 });
// adding node
var x_node = Math.cos(2 * 2699 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2699 * Math.PI / N) * 10;
g.nodes.push({
id: 8298,
label: 'MEMBER: Christelle Ganneau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_dscn3897b-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christelle-ganneau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288298,
size: 0.5,
source: 230628,
target: 8298 });
// adding node
var x_node = Math.cos(2 * 2700 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2700 * Math.PI / N) * 10;
g.nodes.push({
id: 8300,
label: 'MEMBER: Catherine Guerreiro Inverno',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-guerreiro-inverno/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288300,
size: 0.5,
source: 230628,
target: 8300 });
// adding node
var x_node = Math.cos(2 * 2701 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2701 * Math.PI / N) * 10;
g.nodes.push({
id: 8304,
label: 'MEMBER: Olivier Helynck',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_olivier.h1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-helynck/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288304,
size: 0.5,
source: 230628,
target: 8304 });
// adding node
var x_node = Math.cos(2 * 2702 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2702 * Math.PI / N) * 10;
g.nodes.push({
id: 8305,
label: 'MEMBER: Laurence Dugue',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_laurencephoto-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-dugue/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288305,
size: 0.5,
source: 230628,
target: 8305 });
// adding node
var x_node = Math.cos(2 * 2703 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2703 * Math.PI / N) * 10;
g.nodes.push({
id: 8306,
label: 'MEMBER: Valérie Huteau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_vh1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/valerie-huteau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288306,
size: 0.5,
source: 230628,
target: 8306 });
// adding node
var x_node = Math.cos(2 * 2704 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2704 * Math.PI / N) * 10;
g.nodes.push({
id: 8302,
label: 'MEMBER: Marie-Ange Garnier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_img_47534-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-ange-garnier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288302,
size: 0.5,
source: 230628,
target: 8302 });
// adding node
var x_node = Math.cos(2 * 2705 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2705 * Math.PI / N) * 10;
g.nodes.push({
id: 8311,
label: 'MEMBER: Kemdongarti Naissengar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kemdongarti-naissengar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288311,
size: 0.5,
source: 230628,
target: 8311 });
// adding node
var x_node = Math.cos(2 * 2706 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2706 * Math.PI / N) * 10;
g.nodes.push({
id: 8308,
label: 'MEMBER: Laurence Langlais',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_laurencelanglais-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-langlais/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288308,
size: 0.5,
source: 230628,
target: 8308 });
// adding node
var x_node = Math.cos(2 * 2707 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2707 * Math.PI / N) * 10;
g.nodes.push({
id: 8309,
label: 'MEMBER: Laurent Audry',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laurent-audry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288309,
size: 0.5,
source: 230628,
target: 8309 });
// adding node
var x_node = Math.cos(2 * 2708 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2708 * Math.PI / N) * 10;
g.nodes.push({
id: 8313,
label: 'MEMBER: Rachel Lavenir',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-img_0884-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rachel-lavenir/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288313,
size: 0.5,
source: 230628,
target: 8313 });
// adding node
var x_node = Math.cos(2 * 2709 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2709 * Math.PI / N) * 10;
g.nodes.push({
id: 8315,
label: 'MEMBER: Anthony Lepelletier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anthony-lepelletier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288315,
size: 0.5,
source: 230628,
target: 8315 });
// adding node
var x_node = Math.cos(2 * 2710 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2710 * Math.PI / N) * 10;
g.nodes.push({
id: 8312,
label: 'MEMBER: Maliki Ankavay',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maliki-ankavay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288312,
size: 0.5,
source: 230628,
target: 8312 });
// adding node
var x_node = Math.cos(2 * 2711 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2711 * Math.PI / N) * 10;
g.nodes.push({
id: 8318,
label: 'MEMBER: Sandrine Rosario',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sandrine-rosario/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288318,
size: 0.5,
source: 230628,
target: 8318 });
// adding node
var x_node = Math.cos(2 * 2712 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2712 * Math.PI / N) * 10;
g.nodes.push({
id: 8319,
label: 'MEMBER: Emilie Bierque',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_emilie2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emilie-bierque/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288319,
size: 0.5,
source: 230628,
target: 8319 });
// adding node
var x_node = Math.cos(2 * 2713 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2713 * Math.PI / N) * 10;
g.nodes.push({
id: 8320,
label: 'MEMBER: Pascale Sitbon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-pascale3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pascale-sitbon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288320,
size: 0.5,
source: 230628,
target: 8320 });
// adding node
var x_node = Math.cos(2 * 2714 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2714 * Math.PI / N) * 10;
g.nodes.push({
id: 8326,
label: 'MEMBER: Monique Moulin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/monique-moulin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288326,
size: 0.5,
source: 230628,
target: 8326 });
// adding node
var x_node = Math.cos(2 * 2715 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2715 * Math.PI / N) * 10;
g.nodes.push({
id: 8328,
label: 'MEMBER: Lydie Couturier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_lydie-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lydie-couturier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288328,
size: 0.5,
source: 230628,
target: 8328 });
// adding node
var x_node = Math.cos(2 * 2716 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2716 * Math.PI / N) * 10;
g.nodes.push({
id: 8322,
label: 'MEMBER: Jennifer Chevalier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jennifer-chevalier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288322,
size: 0.5,
source: 230628,
target: 8322 });
// adding node
var x_node = Math.cos(2 * 2717 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2717 * Math.PI / N) * 10;
g.nodes.push({
id: 8323,
label: 'MEMBER: Laurence Decourty',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_laurence2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-decourty/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288323,
size: 0.5,
source: 230628,
target: 8323 });
// adding node
var x_node = Math.cos(2 * 2718 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2718 * Math.PI / N) * 10;
g.nodes.push({
id: 8325,
label: 'MEMBER: Lucia Oreus',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_lucia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucia-oreus/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288325,
size: 0.5,
source: 230628,
target: 8325 });
// adding node
var x_node = Math.cos(2 * 2719 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2719 * Math.PI / N) * 10;
g.nodes.push({
id: 8332,
label: 'MEMBER: Vanessa Roca',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-vanessa-roca-img-0933-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vanessa-roca/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288332,
size: 0.5,
source: 230628,
target: 8332 });
// adding node
var x_node = Math.cos(2 * 2720 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2720 * Math.PI / N) * 10;
g.nodes.push({
id: 8329,
label: 'MEMBER: Maria Reyngoud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_maria-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-reyngoud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288329,
size: 0.5,
source: 230628,
target: 8329 });
// adding node
var x_node = Math.cos(2 * 2721 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2721 * Math.PI / N) * 10;
g.nodes.push({
id: 8339,
label: 'MEMBER: Floriane Cherrier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_photo-floriane-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/floriane-cherrier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288339,
size: 0.5,
source: 230628,
target: 8339 });
// adding node
var x_node = Math.cos(2 * 2722 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2722 * Math.PI / N) * 10;
g.nodes.push({
id: 8340,
label: 'MEMBER: Corinne Geneve',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_10655154_10202089350914198_3777499090313936951_o-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/corinne-geneve/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288340,
size: 0.5,
source: 230628,
target: 8340 });
// adding node
var x_node = Math.cos(2 * 2723 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2723 * Math.PI / N) * 10;
g.nodes.push({
id: 8336,
label: 'MEMBER: Benjamin Saintpierre',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/benjamin-saintpierre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288336,
size: 0.5,
source: 230628,
target: 8336 });
// adding node
var x_node = Math.cos(2 * 2724 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2724 * Math.PI / N) * 10;
g.nodes.push({
id: 8337,
label: 'MEMBER: Emma Brito-Fravallo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-du-02-10-2014-à-14.33-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emma-brito-fravallo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288337,
size: 0.5,
source: 230628,
target: 8337 });
// adding node
var x_node = Math.cos(2 * 2725 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2725 * Math.PI / N) * 10;
g.nodes.push({
id: 8345,
label: 'MEMBER: Sébastien Chardenoux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sebastien-chardenoux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288345,
size: 0.5,
source: 230628,
target: 8345 });
// adding node
var x_node = Math.cos(2 * 2726 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2726 * Math.PI / N) * 10;
g.nodes.push({
id: 8346,
label: 'MEMBER: Sébastien Le Gal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sebastien-le-gal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288346,
size: 0.5,
source: 230628,
target: 8346 });
// adding node
var x_node = Math.cos(2 * 2727 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2727 * Math.PI / N) * 10;
g.nodes.push({
id: 8341,
label: 'MEMBER: Sylvie Nouaille',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_nouaille-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-nouaille/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288341,
size: 0.5,
source: 230628,
target: 8341 });
// adding node
var x_node = Math.cos(2 * 2728 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2728 * Math.PI / N) * 10;
g.nodes.push({
id: 8342,
label: 'MEMBER: Chantal Archambeau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chantal-archambeau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288342,
size: 0.5,
source: 230628,
target: 8342 });
// adding node
var x_node = Math.cos(2 * 2729 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2729 * Math.PI / N) * 10;
g.nodes.push({
id: 8344,
label: 'MEMBER: Estelle Atse',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/estelle-atse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288344,
size: 0.5,
source: 230628,
target: 8344 });
// adding node
var x_node = Math.cos(2 * 2730 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2730 * Math.PI / N) * 10;
g.nodes.push({
id: 8347,
label: 'MEMBER: Eric Kramer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_kramer-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/eric-kramer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288347,
size: 0.5,
source: 230628,
target: 8347 });
// adding node
var x_node = Math.cos(2 * 2731 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2731 * Math.PI / N) * 10;
g.nodes.push({
id: 8349,
label: 'MEMBER: Cécile Roux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_roux-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/cecile-roux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288349,
size: 0.5,
source: 230628,
target: 8349 });
// adding node
var x_node = Math.cos(2 * 2732 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2732 * Math.PI / N) * 10;
g.nodes.push({
id: 8350,
label: 'MEMBER: Sabrina Coqueran',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_coqueran-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sabrina-coqueran/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288350,
size: 0.5,
source: 230628,
target: 8350 });
// adding node
var x_node = Math.cos(2 * 2733 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2733 * Math.PI / N) * 10;
g.nodes.push({
id: 8351,
label: 'MEMBER: Laëtitia Auvray',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_auvray-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/laetitia-auvray/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288351,
size: 0.5,
source: 230628,
target: 8351 });
// adding node
var x_node = Math.cos(2 * 2734 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2734 * Math.PI / N) * 10;
g.nodes.push({
id: 8352,
label: 'MEMBER: Miren Zuazo Ibarra',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/miren-zuazo-ibarra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288352,
size: 0.5,
source: 230628,
target: 8352 });
// adding node
var x_node = Math.cos(2 * 2735 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2735 * Math.PI / N) * 10;
g.nodes.push({
id: 8353,
label: 'MEMBER: Marion Barbet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marion-barbet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288353,
size: 0.5,
source: 230628,
target: 8353 });
// adding node
var x_node = Math.cos(2 * 2736 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2736 * Math.PI / N) * 10;
g.nodes.push({
id: 8356,
label: 'MEMBER: Nicolas Puchot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicolas-puchot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288356,
size: 0.5,
source: 230628,
target: 8356 });
// adding node
var x_node = Math.cos(2 * 2737 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2737 * Math.PI / N) * 10;
g.nodes.push({
id: 8357,
label: 'MEMBER: Matthieu Prot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_372261-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/matthieu-prot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288357,
size: 0.5,
source: 230628,
target: 8357 });
// adding node
var x_node = Math.cos(2 * 2738 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2738 * Math.PI / N) * 10;
g.nodes.push({
id: 8358,
label: 'MEMBER: Anne Claude Tabet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_tabetac-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/anne-claude-tabet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288358,
size: 0.5,
source: 230628,
target: 8358 });
// adding node
var x_node = Math.cos(2 * 2739 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2739 * Math.PI / N) * 10;
g.nodes.push({
id: 8359,
label: 'MEMBER: Corinne Baran',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_corinne-baran-site-web--e1442563195369-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/corinne-baran/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288359,
size: 0.5,
source: 230628,
target: 8359 });
// adding node
var x_node = Math.cos(2 * 2740 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2740 * Math.PI / N) * 10;
g.nodes.push({
id: 8365,
label: 'MEMBER: Chantal Jan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chantal-jan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288365,
size: 0.5,
source: 230628,
target: 8365 });
// adding node
var x_node = Math.cos(2 * 2741 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2741 * Math.PI / N) * 10;
g.nodes.push({
id: 8360,
label: 'MEMBER: Richard Delorme',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_delorme-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/richard-delorme/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288360,
size: 0.5,
source: 230628,
target: 8360 });
// adding node
var x_node = Math.cos(2 * 2742 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2742 * Math.PI / N) * 10;
g.nodes.push({
id: 8361,
label: 'MEMBER: Colette Jean',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/colette-jean/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288361,
size: 0.5,
source: 230628,
target: 8361 });
// adding node
var x_node = Math.cos(2 * 2743 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2743 * Math.PI / N) * 10;
g.nodes.push({
id: 8362,
label: 'MEMBER: Nathalie Lemiere',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_lemiere-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/nathalie-lemiere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288362,
size: 0.5,
source: 230628,
target: 8362 });
// adding node
var x_node = Math.cos(2 * 2744 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2744 * Math.PI / N) * 10;
g.nodes.push({
id: 8363,
label: 'MEMBER: Corinne Pirolley',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/corinne-pirolley/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288363,
size: 0.5,
source: 230628,
target: 8363 });
// adding node
var x_node = Math.cos(2 * 2745 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2745 * Math.PI / N) * 10;
g.nodes.push({
id: 8364,
label: 'MEMBER: Julien Van Gils',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julien-van-gils/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288364,
size: 0.5,
source: 230628,
target: 8364 });
// adding node
var x_node = Math.cos(2 * 2746 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2746 * Math.PI / N) * 10;
g.nodes.push({
id: 8369,
label: 'MEMBER: Ali Nassif',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ali-nassif/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288369,
size: 0.5,
source: 230628,
target: 8369 });
// adding node
var x_node = Math.cos(2 * 2747 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2747 * Math.PI / N) * 10;
g.nodes.push({
id: 8370,
label: 'MEMBER: Pascal Dardenne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_pascal-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pascal-dardenne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288370,
size: 0.5,
source: 230628,
target: 8370 });
// adding node
var x_node = Math.cos(2 * 2748 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2748 * Math.PI / N) * 10;
g.nodes.push({
id: 8371,
label: 'MEMBER: Yvan Lallemand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_img_0567-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yvan-lallemand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288371,
size: 0.5,
source: 230628,
target: 8371 });
// adding node
var x_node = Math.cos(2 * 2749 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2749 * Math.PI / N) * 10;
g.nodes.push({
id: 8372,
label: 'MEMBER: Valentine Mosbach',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/valentine-mosbach/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288372,
size: 0.5,
source: 230628,
target: 8372 });
// adding node
var x_node = Math.cos(2 * 2750 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2750 * Math.PI / N) * 10;
g.nodes.push({
id: 8373,
label: 'MEMBER: Fredj Tekaia',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fredj-tekaia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288373,
size: 0.5,
source: 230628,
target: 8373 });
// adding node
var x_node = Math.cos(2 * 2751 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2751 * Math.PI / N) * 10;
g.nodes.push({
id: 8367,
label: 'MEMBER: Juliane Isaac',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/juliane-isaac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288367,
size: 0.5,
source: 230628,
target: 8367 });
// adding node
var x_node = Math.cos(2 * 2752 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2752 * Math.PI / N) * 10;
g.nodes.push({
id: 8380,
label: 'MEMBER: Mathilde Ben Assaya',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-mathilde-ben-assaya-1637227065938-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathilde-ben-assaya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288380,
size: 0.5,
source: 230628,
target: 8380 });
// adding node
var x_node = Math.cos(2 * 2753 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2753 * Math.PI / N) * 10;
g.nodes.push({
id: 8376,
label: 'MEMBER: Marie-Françoise Hullo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-francoise-hullo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288376,
size: 0.5,
source: 230628,
target: 8376 });
// adding node
var x_node = Math.cos(2 * 2754 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2754 * Math.PI / N) * 10;
g.nodes.push({
id: 8377,
label: 'MEMBER: Guy-Franck Richard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-guy-franck-richard-richard-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/guy-franck-richard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288377,
size: 0.5,
source: 230628,
target: 8377 });
// adding node
var x_node = Math.cos(2 * 2755 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2755 * Math.PI / N) * 10;
g.nodes.push({
id: 8378,
label: 'MEMBER: David Viterbo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-david-viterbo-viterbo2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/david-viterbo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288378,
size: 0.5,
source: 230628,
target: 8378 });
// adding node
var x_node = Math.cos(2 * 2756 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2756 * Math.PI / N) * 10;
g.nodes.push({
id: 8379,
label: 'MEMBER: Andreea Alexandru',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andreea-alexandru/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288379,
size: 0.5,
source: 230628,
target: 8379 });
// adding node
var x_node = Math.cos(2 * 2757 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2757 * Math.PI / N) * 10;
g.nodes.push({
id: 8374,
label: 'MEMBER: Nirina Andriakoto',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nirina-andriakoto/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288374,
size: 0.5,
source: 230628,
target: 8374 });
// adding node
var x_node = Math.cos(2 * 2758 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2758 * Math.PI / N) * 10;
g.nodes.push({
id: 8375,
label: 'MEMBER: Agnès Thierry',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/01/research_pasteur-mde4mji3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/agnes-thierry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288375,
size: 0.5,
source: 230628,
target: 8375 });
// adding node
var x_node = Math.cos(2 * 2759 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2759 * Math.PI / N) * 10;
g.nodes.push({
id: 8387,
label: 'MEMBER: Stéphane Leandri',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/stephane-leandri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288387,
size: 0.5,
source: 230628,
target: 8387 });
// adding node
var x_node = Math.cos(2 * 2760 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2760 * Math.PI / N) * 10;
g.nodes.push({
id: 8382,
label: 'MEMBER: Marie Lazzerini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-njg2njy4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-lazzerini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288382,
size: 0.5,
source: 230628,
target: 8382 });
// adding node
var x_node = Math.cos(2 * 2761 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2761 * Math.PI / N) * 10;
g.nodes.push({
id: 8383,
label: 'MEMBER: Brigitte Blumen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/brigitte-blumen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288383,
size: 0.5,
source: 230628,
target: 8383 });
// adding node
var x_node = Math.cos(2 * 2762 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2762 * Math.PI / N) * 10;
g.nodes.push({
id: 8384,
label: 'MEMBER: Malika Hocine',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_malika-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/malika-hocine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288384,
size: 0.5,
source: 230628,
target: 8384 });
// adding node
var x_node = Math.cos(2 * 2763 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2763 * Math.PI / N) * 10;
g.nodes.push({
id: 8386,
label: 'MEMBER: Melanie Dos Santos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-photo-identite-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melanie-dos-santos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288386,
size: 0.5,
source: 230628,
target: 8386 });
// adding node
var x_node = Math.cos(2 * 2764 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2764 * Math.PI / N) * 10;
g.nodes.push({
id: 8390,
label: 'MEMBER: Véronique Cadet-Daniel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_veronique-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/veronique-cadet-daniel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288390,
size: 0.5,
source: 230628,
target: 8390 });
// adding node
var x_node = Math.cos(2 * 2765 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2765 * Math.PI / N) * 10;
g.nodes.push({
id: 8391,
label: 'MEMBER: Natacha Haikine',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_haikine-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/natacha-haikine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288391,
size: 0.5,
source: 230628,
target: 8391 });
// adding node
var x_node = Math.cos(2 * 2766 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2766 * Math.PI / N) * 10;
g.nodes.push({
id: 8392,
label: 'MEMBER: Sandrine Favre-Rochex',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_favre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sandrine-favre-rochex/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288392,
size: 0.5,
source: 230628,
target: 8392 });
// adding node
var x_node = Math.cos(2 * 2767 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2767 * Math.PI / N) * 10;
g.nodes.push({
id: 8393,
label: 'MEMBER: Patricia Charles',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_charles-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patricia-charles/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288393,
size: 0.5,
source: 230628,
target: 8393 });
// adding node
var x_node = Math.cos(2 * 2768 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2768 * Math.PI / N) * 10;
g.nodes.push({
id: 8389,
label: 'MEMBER: Camille Roquin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/camille-roquin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288389,
size: 0.5,
source: 230628,
target: 8389 });
// adding node
var x_node = Math.cos(2 * 2769 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2769 * Math.PI / N) * 10;
g.nodes.push({
id: 8397,
label: 'MEMBER: Camille Clerissi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_untitled1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/camille-clerissi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288397,
size: 0.5,
source: 230628,
target: 8397 });
// adding node
var x_node = Math.cos(2 * 2770 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2770 * Math.PI / N) * 10;
g.nodes.push({
id: 8399,
label: 'MEMBER: Mégane Babiak',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/megane-babiak/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288399,
size: 0.5,
source: 230628,
target: 8399 });
// adding node
var x_node = Math.cos(2 * 2771 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2771 * Math.PI / N) * 10;
g.nodes.push({
id: 8395,
label: 'MEMBER: Virginie Passet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_passet-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/virginie-passet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288395,
size: 0.5,
source: 230628,
target: 8395 });
// adding node
var x_node = Math.cos(2 * 2772 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2772 * Math.PI / N) * 10;
g.nodes.push({
id: 8396,
label: 'MEMBER: Brigitte Bidault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha78-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/brigitte-bidault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288396,
size: 0.5,
source: 230628,
target: 8396 });
// adding node
var x_node = Math.cos(2 * 2773 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2773 * Math.PI / N) * 10;
g.nodes.push({
id: 8407,
label: 'MEMBER: Claude Ruffie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_cr2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claude-ruffie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288407,
size: 0.5,
source: 230628,
target: 8407 });
// adding node
var x_node = Math.cos(2 * 2774 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2774 * Math.PI / N) * 10;
g.nodes.push({
id: 8403,
label: 'MEMBER: Chantal Combredet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_chantal1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chantal-combredet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288403,
size: 0.5,
source: 230628,
target: 8403 });
// adding node
var x_node = Math.cos(2 * 2775 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2775 * Math.PI / N) * 10;
g.nodes.push({
id: 8404,
label: 'MEMBER: Thierry Heidmann',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thierry-heidmann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288404,
size: 0.5,
source: 230628,
target: 8404 });
// adding node
var x_node = Math.cos(2 * 2776 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2776 * Math.PI / N) * 10;
g.nodes.push({
id: 8406,
label: 'MEMBER: Maria Pereira',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maria-pereira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288406,
size: 0.5,
source: 230628,
target: 8406 });
// adding node
var x_node = Math.cos(2 * 2777 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2777 * Math.PI / N) * 10;
g.nodes.push({
id: 8400,
label: 'MEMBER: Valérie Najburg',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dsc08042-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-najburg/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288400,
size: 0.5,
source: 230628,
target: 8400 });
// adding node
var x_node = Math.cos(2 * 2778 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2778 * Math.PI / N) * 10;
g.nodes.push({
id: 8402,
label: 'MEMBER: Jérémy Brunet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jeremy-brunet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288402,
size: 0.5,
source: 230628,
target: 8402 });
// adding node
var x_node = Math.cos(2 * 2779 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2779 * Math.PI / N) * 10;
g.nodes.push({
id: 8409,
label: 'MEMBER: Damien Garrido',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha14-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/damien-garrido/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288409,
size: 0.5,
source: 230628,
target: 8409 });
// adding node
var x_node = Math.cos(2 * 2780 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2780 * Math.PI / N) * 10;
g.nodes.push({
id: 8410,
label: 'MEMBER: Jerome Van Wassenhove',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha15-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/jerome-van-wassenhove/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288410,
size: 0.5,
source: 230628,
target: 8410 });
// adding node
var x_node = Math.cos(2 * 2781 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2781 * Math.PI / N) * 10;
g.nodes.push({
id: 8417,
label: 'MEMBER: Bastien Sancerne',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/bastien-sancerne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288417,
size: 0.5,
source: 230628,
target: 8417 });
// adding node
var x_node = Math.cos(2 * 2782 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2782 * Math.PI / N) * 10;
g.nodes.push({
id: 8423,
label: 'MEMBER: Stéphane Blanchard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/12/research.pasteur.fr_img_20161205_142845-4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephane-blanchard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288423,
size: 0.5,
source: 230628,
target: 8423 });
// adding node
var x_node = Math.cos(2 * 2783 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2783 * Math.PI / N) * 10;
g.nodes.push({
id: 8419,
label: 'MEMBER: Stéphanie Petrella',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-photo-sp-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephanie-petrella/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288419,
size: 0.5,
source: 230628,
target: 8419 });
// adding node
var x_node = Math.cos(2 * 2784 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2784 * Math.PI / N) * 10;
g.nodes.push({
id: 8435,
label: 'MEMBER: Sandrine Clavel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sandrine-clavel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288435,
size: 0.5,
source: 230628,
target: 8435 });
// adding node
var x_node = Math.cos(2 * 2785 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2785 * Math.PI / N) * 10;
g.nodes.push({
id: 8437,
label: 'MEMBER: Olivier Leclercq',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-olivier2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-leclercq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288437,
size: 0.5,
source: 230628,
target: 8437 });
// adding node
var x_node = Math.cos(2 * 2786 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2786 * Math.PI / N) * 10;
g.nodes.push({
id: 8438,
label: 'MEMBER: Flora Lebon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/flora-lebon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288438,
size: 0.5,
source: 230628,
target: 8438 });
// adding node
var x_node = Math.cos(2 * 2787 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2787 * Math.PI / N) * 10;
g.nodes.push({
id: 8432,
label: 'MEMBER: Nathalie Barilone',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nathalie-barilone/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288432,
size: 0.5,
source: 230628,
target: 8432 });
// adding node
var x_node = Math.cos(2 * 2788 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2788 * Math.PI / N) * 10;
g.nodes.push({
id: 8433,
label: 'MEMBER: Quentin Grassin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_quentin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/quentin-grassin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288433,
size: 0.5,
source: 230628,
target: 8433 });
// adding node
var x_node = Math.cos(2 * 2789 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2789 * Math.PI / N) * 10;
g.nodes.push({
id: 8445,
label: 'MEMBER: Valérie Michel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-val--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-michel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288445,
size: 0.5,
source: 230628,
target: 8445 });
// adding node
var x_node = Math.cos(2 * 2790 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2790 * Math.PI / N) * 10;
g.nodes.push({
id: 8441,
label: 'MEMBER: Stewart Pine',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_stewart-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stewart-pine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288441,
size: 0.5,
source: 230628,
target: 8441 });
// adding node
var x_node = Math.cos(2 * 2791 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2791 * Math.PI / N) * 10;
g.nodes.push({
id: 8443,
label: 'MEMBER: Brigitte Roussel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_brigitte-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/brigitte-roussel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288443,
size: 0.5,
source: 230628,
target: 8443 });
// adding node
var x_node = Math.cos(2 * 2792 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2792 * Math.PI / N) * 10;
g.nodes.push({
id: 8444,
label: 'MEMBER: Francesco Mancuso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_photo-francesco-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francesco-mancuso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288444,
size: 0.5,
source: 230628,
target: 8444 });
// adding node
var x_node = Math.cos(2 * 2793 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2793 * Math.PI / N) * 10;
g.nodes.push({
id: 8450,
label: 'MEMBER: Yannick Trescos',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yannick-trescos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288450,
size: 0.5,
source: 230628,
target: 8450 });
// adding node
var x_node = Math.cos(2 * 2794 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2794 * Math.PI / N) * 10;
g.nodes.push({
id: 8451,
label: 'MEMBER: Jean-Nicolas Tournier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_sit-web-pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-nicolas-tournier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288451,
size: 0.5,
source: 230628,
target: 8451 });
// adding node
var x_node = Math.cos(2 * 2795 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2795 * Math.PI / N) * 10;
g.nodes.push({
id: 8452,
label: 'MEMBER: Colette Jacquemin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_colette-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/colette-jacquemin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288452,
size: 0.5,
source: 230628,
target: 8452 });
// adding node
var x_node = Math.cos(2 * 2796 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2796 * Math.PI / N) * 10;
g.nodes.push({
id: 8439,
label: 'MEMBER: Sophie Veillault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sophie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-veillault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288439,
size: 0.5,
source: 230628,
target: 8439 });
// adding node
var x_node = Math.cos(2 * 2797 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2797 * Math.PI / N) * 10;
g.nodes.push({
id: 8440,
label: 'MEMBER: Laura Piel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-laura_photot-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laura-piel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288440,
size: 0.5,
source: 230628,
target: 8440 });
// adding node
var x_node = Math.cos(2 * 2798 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2798 * Math.PI / N) * 10;
g.nodes.push({
id: 8449,
label: 'MEMBER: Clémence Rougeaux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clemence-rougeaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288449,
size: 0.5,
source: 230628,
target: 8449 });
// adding node
var x_node = Math.cos(2 * 2799 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2799 * Math.PI / N) * 10;
g.nodes.push({
id: 8447,
label: 'MEMBER: Jacques Mathieu',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jacques-mathieu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288447,
size: 0.5,
source: 230628,
target: 8447 });
// adding node
var x_node = Math.cos(2 * 2800 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2800 * Math.PI / N) * 10;
g.nodes.push({
id: 8454,
label: 'MEMBER: Jacques Ravel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_jacques-ravel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jacques-ravel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288454,
size: 0.5,
source: 230628,
target: 8454 });
// adding node
var x_node = Math.cos(2 * 2801 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2801 * Math.PI / N) * 10;
g.nodes.push({
id: 8456,
label: 'MEMBER: Emmanuel Sechet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sechet-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/emmanuel-sechet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288456,
size: 0.5,
source: 230628,
target: 8456 });
// adding node
var x_node = Math.cos(2 * 2802 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2802 * Math.PI / N) * 10;
g.nodes.push({
id: 8453,
label: 'MEMBER: Françoise Donnadieu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_donadieu-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/francoise-donnadieu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288453,
size: 0.5,
source: 230628,
target: 8453 });
// adding node
var x_node = Math.cos(2 * 2803 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2803 * Math.PI / N) * 10;
g.nodes.push({
id: 8458,
label: 'MEMBER: Valérie Malarde',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_malarde-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/valerie-malarde/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288458,
size: 0.5,
source: 230628,
target: 8458 });
// adding node
var x_node = Math.cos(2 * 2804 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2804 * Math.PI / N) * 10;
g.nodes.push({
id: 8462,
label: 'MEMBER: Leila Campanaro',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/leila-campanaro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288462,
size: 0.5,
source: 230628,
target: 8462 });
// adding node
var x_node = Math.cos(2 * 2805 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2805 * Math.PI / N) * 10;
g.nodes.push({
id: 8463,
label: 'MEMBER: Célia Legras',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/celia-legras/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288463,
size: 0.5,
source: 230628,
target: 8463 });
// adding node
var x_node = Math.cos(2 * 2806 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2806 * Math.PI / N) * 10;
g.nodes.push({
id: 8459,
label: 'MEMBER: Céline Mulet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_mulet-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/celine-mulet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288459,
size: 0.5,
source: 230628,
target: 8459 });
// adding node
var x_node = Math.cos(2 * 2807 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2807 * Math.PI / N) * 10;
g.nodes.push({
id: 8468,
label: 'MEMBER: Idalina Filipe',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/idalina-filipe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288468,
size: 0.5,
source: 230628,
target: 8468 });
// adding node
var x_node = Math.cos(2 * 2808 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2808 * Math.PI / N) * 10;
g.nodes.push({
id: 8464,
label: 'MEMBER: Geneviève Fraysse',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/genevieve-fraysse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288464,
size: 0.5,
source: 230628,
target: 8464 });
// adding node
var x_node = Math.cos(2 * 2809 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2809 * Math.PI / N) * 10;
g.nodes.push({
id: 8466,
label: 'MEMBER: Catherine Legueult',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-legueult/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288466,
size: 0.5,
source: 230628,
target: 8466 });
// adding node
var x_node = Math.cos(2 * 2810 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2810 * Math.PI / N) * 10;
g.nodes.push({
id: 8467,
label: 'MEMBER: Monique Georges',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/monique-georges/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288467,
size: 0.5,
source: 230628,
target: 8467 });
// adding node
var x_node = Math.cos(2 * 2811 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2811 * Math.PI / N) * 10;
g.nodes.push({
id: 8473,
label: 'MEMBER: Françoise Guinandie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_20151022mip_6802--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francoise-guinandie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288473,
size: 0.5,
source: 230628,
target: 8473 });
// adding node
var x_node = Math.cos(2 * 2812 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2812 * Math.PI / N) * 10;
g.nodes.push({
id: 8470,
label: 'MEMBER: Wafa Zouaoui-Frigui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_20150925mip_6609--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/wafa-zouaoui-frigui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288470,
size: 0.5,
source: 230628,
target: 8470 });
// adding node
var x_node = Math.cos(2 * 2813 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2813 * Math.PI / N) * 10;
g.nodes.push({
id: 8471,
label: 'MEMBER: Véronique Tatot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_20151022mip_6793--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/veronique-tatot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288471,
size: 0.5,
source: 230628,
target: 8471 });
// adding node
var x_node = Math.cos(2 * 2814 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2814 * Math.PI / N) * 10;
g.nodes.push({
id: 8481,
label: 'MEMBER: Isabelle Poste',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isabelle-poste/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288481,
size: 0.5,
source: 230628,
target: 8481 });
// adding node
var x_node = Math.cos(2 * 2815 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2815 * Math.PI / N) * 10;
g.nodes.push({
id: 8483,
label: 'MEMBER: Ismail Ahmed',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ismail-ahmed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288483,
size: 0.5,
source: 230628,
target: 8483 });
// adding node
var x_node = Math.cos(2 * 2816 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2816 * Math.PI / N) * 10;
g.nodes.push({
id: 8487,
label: 'MEMBER: Anne Frances-Paris',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_af-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-frances-paris/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288487,
size: 0.5,
source: 230628,
target: 8487 });
// adding node
var x_node = Math.cos(2 * 2817 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2817 * Math.PI / N) * 10;
g.nodes.push({
id: 8488,
label: 'MEMBER: Rose Choukroun',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rose-choukroun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288488,
size: 0.5,
source: 230628,
target: 8488 });
// adding node
var x_node = Math.cos(2 * 2818 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2818 * Math.PI / N) * 10;
g.nodes.push({
id: 8485,
label: 'MEMBER: Lulla Opatowski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_photolulla4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lulla-opatowski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288485,
size: 0.5,
source: 230628,
target: 8485 });
// adding node
var x_node = Math.cos(2 * 2819 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2819 * Math.PI / N) * 10;
g.nodes.push({
id: 8486,
label: 'MEMBER: Thomas Faux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_thomas-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-false/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288486,
size: 0.5,
source: 230628,
target: 8486 });
// adding node
var x_node = Math.cos(2 * 2820 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2820 * Math.PI / N) * 10;
g.nodes.push({
id: 8489,
label: 'MEMBER: Magaly Ducos-Galand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_img_1057-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/magaly-ducos-galand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288489,
size: 0.5,
source: 230628,
target: 8489 });
// adding node
var x_node = Math.cos(2 * 2821 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2821 * Math.PI / N) * 10;
g.nodes.push({
id: 8497,
label: 'MEMBER: Annick Carmi-Leroy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_annick-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/annick-carmi-leroy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288497,
size: 0.5,
source: 230628,
target: 8497 });
// adding node
var x_node = Math.cos(2 * 2822 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2822 * Math.PI / N) * 10;
g.nodes.push({
id: 8498,
label: 'MEMBER: Melody Dazas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-melo-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melody-dazas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288498,
size: 0.5,
source: 230628,
target: 8498 });
// adding node
var x_node = Math.cos(2 * 2823 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2823 * Math.PI / N) * 10;
g.nodes.push({
id: 8494,
label: 'MEMBER: Hélène Ribierre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-helene-ribierre-capture-decran-2016-10-17-a-09.29.35-e1622547901836-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-ribierre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288494,
size: 0.5,
source: 230628,
target: 8494 });
// adding node
var x_node = Math.cos(2 * 2824 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2824 * Math.PI / N) * 10;
g.nodes.push({
id: 8499,
label: 'MEMBER: Joanna Durbant',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_joanna-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/joanna-durbant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288499,
size: 0.5,
source: 230628,
target: 8499 });
// adding node
var x_node = Math.cos(2 * 2825 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2825 * Math.PI / N) * 10;
g.nodes.push({
id: 8500,
label: 'MEMBER: Delphine Brun',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_delphine_brun-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/delphine-brun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288500,
size: 0.5,
source: 230628,
target: 8500 });
// adding node
var x_node = Math.cos(2 * 2826 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2826 * Math.PI / N) * 10;
g.nodes.push({
id: 8501,
label: 'MEMBER: Huu Huan Nguyen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_huanrev1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/huu-huan-nguyen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288501,
size: 0.5,
source: 230628,
target: 8501 });
// adding node
var x_node = Math.cos(2 * 2827 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2827 * Math.PI / N) * 10;
g.nodes.push({
id: 8503,
label: 'MEMBER: Catherine Fitting',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_cat-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/catherine-fitting/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288503,
size: 0.5,
source: 230628,
target: 8503 });
// adding node
var x_node = Math.cos(2 * 2828 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2828 * Math.PI / N) * 10;
g.nodes.push({
id: 8506,
label: 'MEMBER: Renée Zakhia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_renee-zakhia-strasbourg-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/renee-zakhia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288506,
size: 0.5,
source: 230628,
target: 8506 });
// adding node
var x_node = Math.cos(2 * 2829 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2829 * Math.PI / N) * 10;
g.nodes.push({
id: 8509,
label: 'MEMBER: Laurence Mousson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_laurence1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-mousson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288509,
size: 0.5,
source: 230628,
target: 8509 });
// adding node
var x_node = Math.cos(2 * 2830 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2830 * Math.PI / N) * 10;
g.nodes.push({
id: 8505,
label: 'MEMBER: Claire Denis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_claire-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/claire-denis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288505,
size: 0.5,
source: 230628,
target: 8505 });
// adding node
var x_node = Math.cos(2 * 2831 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2831 * Math.PI / N) * 10;
g.nodes.push({
id: 8515,
label: 'MEMBER: Lê Thanh Huong Nguyen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/le-thanh-huong-nguyen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288515,
size: 0.5,
source: 230628,
target: 8515 });
// adding node
var x_node = Math.cos(2 * 2832 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2832 * Math.PI / N) * 10;
g.nodes.push({
id: 8510,
label: 'MEMBER: Julio Aires',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/julio-aires/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288510,
size: 0.5,
source: 230628,
target: 8510 });
// adding node
var x_node = Math.cos(2 * 2833 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2833 * Math.PI / N) * 10;
g.nodes.push({
id: 8511,
label: 'MEMBER: Georges Khater',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/georges-khater/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288511,
size: 0.5,
source: 230628,
target: 8511 });
// adding node
var x_node = Math.cos(2 * 2834 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2834 * Math.PI / N) * 10;
g.nodes.push({
id: 8512,
label: 'MEMBER: Christine David',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christine-david/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288512,
size: 0.5,
source: 230628,
target: 8512 });
// adding node
var x_node = Math.cos(2 * 2835 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2835 * Math.PI / N) * 10;
g.nodes.push({
id: 8514,
label: 'MEMBER: Jean Sautereau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-sautereau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288514,
size: 0.5,
source: 230628,
target: 8514 });
// adding node
var x_node = Math.cos(2 * 2836 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2836 * Math.PI / N) * 10;
g.nodes.push({
id: 8518,
label: 'MEMBER: Lucile Le Chevalier-Sontag',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_img_4253-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucile-le-chevalier-sontag/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288518,
size: 0.5,
source: 230628,
target: 8518 });
// adding node
var x_node = Math.cos(2 * 2837 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2837 * Math.PI / N) * 10;
g.nodes.push({
id: 8521,
label: 'MEMBER: Isabelle Carle',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isabelle-carle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288521,
size: 0.5,
source: 230628,
target: 8521 });
// adding node
var x_node = Math.cos(2 * 2838 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2838 * Math.PI / N) * 10;
g.nodes.push({
id: 8516,
label: 'MEMBER: Georges Haustant',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-avatar-tcm-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/georges-haustant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288516,
size: 0.5,
source: 230628,
target: 8516 });
// adding node
var x_node = Math.cos(2 * 2839 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2839 * Math.PI / N) * 10;
g.nodes.push({
id: 8517,
label: 'MEMBER: Marie Accou-Demartin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-accou-demartin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288517,
size: 0.5,
source: 230628,
target: 8517 });
// adding node
var x_node = Math.cos(2 * 2840 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2840 * Math.PI / N) * 10;
g.nodes.push({
id: 8525,
label: 'MEMBER: Sylviane Etiemble',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-sylviane-etiemble-index-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylviane-etiemble/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288525,
size: 0.5,
source: 230628,
target: 8525 });
// adding node
var x_node = Math.cos(2 * 2841 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2841 * Math.PI / N) * 10;
g.nodes.push({
id: 8526,
label: 'MEMBER: Corinne Ruckly',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/corinne-ruckly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288526,
size: 0.5,
source: 230628,
target: 8526 });
// adding node
var x_node = Math.cos(2 * 2842 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2842 * Math.PI / N) * 10;
g.nodes.push({
id: 8527,
label: 'MEMBER: Sylvie Issenhuth-Jeanjean',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_photo-sylvie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-issenhuth-jeanjean/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288527,
size: 0.5,
source: 230628,
target: 8527 });
// adding node
var x_node = Math.cos(2 * 2843 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2843 * Math.PI / N) * 10;
g.nodes.push({
id: 8528,
label: 'MEMBER: Marie Lemesle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-marie-lemesle-1-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-lemesle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288528,
size: 0.5,
source: 230628,
target: 8528 });
// adding node
var x_node = Math.cos(2 * 2844 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2844 * Math.PI / N) * 10;
g.nodes.push({
id: 8524,
label: 'MEMBER: Monique Lejay-Collin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/monique-lejay-collin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288524,
size: 0.5,
source: 230628,
target: 8524 });
// adding node
var x_node = Math.cos(2 * 2845 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2845 * Math.PI / N) * 10;
g.nodes.push({
id: 8533,
label: 'MEMBER: Marie-Dominique Aytac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_marie-dominique-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-dominique-aytac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288533,
size: 0.5,
source: 230628,
target: 8533 });
// adding node
var x_node = Math.cos(2 * 2846 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2846 * Math.PI / N) * 10;
g.nodes.push({
id: 8534,
label: 'MEMBER: Gilberte Coralie',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gilberte-coralie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288534,
size: 0.5,
source: 230628,
target: 8534 });
// adding node
var x_node = Math.cos(2 * 2847 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2847 * Math.PI / N) * 10;
g.nodes.push({
id: 8531,
label: 'MEMBER: Véronique Guibert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_photo-vero-final1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/veronique-guibert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288531,
size: 0.5,
source: 230628,
target: 8531 });
// adding node
var x_node = Math.cos(2 * 2848 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2848 * Math.PI / N) * 10;
g.nodes.push({
id: 8536,
label: 'MEMBER: Frédéric Fichenick',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/frederic-fichenick/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288536,
size: 0.5,
source: 230628,
target: 8536 });
// adding node
var x_node = Math.cos(2 * 2849 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2849 * Math.PI / N) * 10;
g.nodes.push({
id: 8537,
label: 'MEMBER: Marie-Pascale Frenkiel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-pascale-frenkiel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288537,
size: 0.5,
source: 230628,
target: 8537 });
// adding node
var x_node = Math.cos(2 * 2850 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2850 * Math.PI / N) * 10;
g.nodes.push({
id: 8538,
label: 'MEMBER: Fabienne Lomprez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/fabienne-lomprez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288538,
size: 0.5,
source: 230628,
target: 8538 });
// adding node
var x_node = Math.cos(2 * 2851 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2851 * Math.PI / N) * 10;
g.nodes.push({
id: 8539,
label: 'MEMBER: Pierrick Adam',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pierrick-adam/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288539,
size: 0.5,
source: 230628,
target: 8539 });
// adding node
var x_node = Math.cos(2 * 2852 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2852 * Math.PI / N) * 10;
g.nodes.push({
id: 8541,
label: 'MEMBER: Fabien Taieb',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_taieb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabien-taieb/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288541,
size: 0.5,
source: 230628,
target: 8541 });
// adding node
var x_node = Math.cos(2 * 2853 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2853 * Math.PI / N) * 10;
g.nodes.push({
id: 8542,
label: 'MEMBER: Jason Rizzo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jason-rizzo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288542,
size: 0.5,
source: 230628,
target: 8542 });
// adding node
var x_node = Math.cos(2 * 2854 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2854 * Math.PI / N) * 10;
g.nodes.push({
id: 8543,
label: 'MEMBER: Judith Mueller',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_mueller-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/judith-mueller/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288543,
size: 0.5,
source: 230628,
target: 8543 });
// adding node
var x_node = Math.cos(2 * 2855 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2855 * Math.PI / N) * 10;
g.nodes.push({
id: 8540,
label: 'MEMBER: Keitly Mensah',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/keitly-mensah/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288540,
size: 0.5,
source: 230628,
target: 8540 });
// adding node
var x_node = Math.cos(2 * 2856 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2856 * Math.PI / N) * 10;
g.nodes.push({
id: 8549,
label: 'MEMBER: Davy Jiolle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_joille-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/davy-jiolle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288549,
size: 0.5,
source: 230628,
target: 8549 });
// adding node
var x_node = Math.cos(2 * 2857 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2857 * Math.PI / N) * 10;
g.nodes.push({
id: 8544,
label: 'MEMBER: Mokhtar Omar',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mokhtar-omar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288544,
size: 0.5,
source: 230628,
target: 8544 });
// adding node
var x_node = Math.cos(2 * 2858 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2858 * Math.PI / N) * 10;
g.nodes.push({
id: 8546,
label: 'MEMBER: Cartini Mardi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/cartini-mardi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288546,
size: 0.5,
source: 230628,
target: 8546 });
// adding node
var x_node = Math.cos(2 * 2859 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2859 * Math.PI / N) * 10;
g.nodes.push({
id: 8547,
label: 'MEMBER: Valérie Seffer',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/valerie-seffer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288547,
size: 0.5,
source: 230628,
target: 8547 });
// adding node
var x_node = Math.cos(2 * 2860 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2860 * Math.PI / N) * 10;
g.nodes.push({
id: 8551,
label: 'MEMBER: Stéphane Bretagne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sb-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/stephane-bretagne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288551,
size: 0.5,
source: 230628,
target: 8551 });
// adding node
var x_node = Math.cos(2 * 2861 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2861 * Math.PI / N) * 10;
g.nodes.push({
id: 8552,
label: 'MEMBER: Anne Boullie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ab-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/anne-boullie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288552,
size: 0.5,
source: 230628,
target: 8552 });
// adding node
var x_node = Math.cos(2 * 2862 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2862 * Math.PI / N) * 10;
g.nodes.push({
id: 8553,
label: 'MEMBER: Reine Bouyssie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-reine-bouyssie-rbessai1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/reine-bouyssie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288553,
size: 0.5,
source: 230628,
target: 8553 });
// adding node
var x_node = Math.cos(2 * 2863 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2863 * Math.PI / N) * 10;
g.nodes.push({
id: 8554,
label: 'MEMBER: Aude Sturny-Leclere',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_asl-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/aude-sturny-leclere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288554,
size: 0.5,
source: 230628,
target: 8554 });
// adding node
var x_node = Math.cos(2 * 2864 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2864 * Math.PI / N) * 10;
g.nodes.push({
id: 8560,
label: 'MEMBER: Jean Menotti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_menotti-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/jean-menotti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288560,
size: 0.5,
source: 230628,
target: 8560 });
// adding node
var x_node = Math.cos(2 * 2865 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2865 * Math.PI / N) * 10;
g.nodes.push({
id: 8562,
label: 'MEMBER: Alexandra Andrieux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_3d5b8ca-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandra-andrieux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288562,
size: 0.5,
source: 230628,
target: 8562 });
// adding node
var x_node = Math.cos(2 * 2866 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2866 * Math.PI / N) * 10;
g.nodes.push({
id: 8556,
label: 'MEMBER: Alain Pietfroid',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ap-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/alain-pietfroid/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288556,
size: 0.5,
source: 230628,
target: 8556 });
// adding node
var x_node = Math.cos(2 * 2867 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2867 * Math.PI / N) * 10;
g.nodes.push({
id: 8557,
label: 'MEMBER: Damien Hoinard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_dh-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/damien-hoinard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288557,
size: 0.5,
source: 230628,
target: 8557 });
// adding node
var x_node = Math.cos(2 * 2868 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2868 * Math.PI / N) * 10;
g.nodes.push({
id: 8566,
label: 'MEMBER: Grégory Dore',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sans-titre3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gregory-dore/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288566,
size: 0.5,
source: 230628,
target: 8566 });
// adding node
var x_node = Math.cos(2 * 2869 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2869 * Math.PI / N) * 10;
g.nodes.push({
id: 8567,
label: 'MEMBER: David Laurent',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/david-laurent/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288567,
size: 0.5,
source: 230628,
target: 8567 });
// adding node
var x_node = Math.cos(2 * 2870 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2870 * Math.PI / N) * 10;
g.nodes.push({
id: 8568,
label: 'MEMBER: Nicolas Cabanel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-nicolas-cabanel-nicolas-b3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-cabanel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288568,
size: 0.5,
source: 230628,
target: 8568 });
// adding node
var x_node = Math.cos(2 * 2871 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2871 * Math.PI / N) * 10;
g.nodes.push({
id: 8563,
label: 'MEMBER: Juan Pablo Cerapio Arroyo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_juan-pablo-cerapio-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juan-pablo-cerapio-arroyo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288563,
size: 0.5,
source: 230628,
target: 8563 });
// adding node
var x_node = Math.cos(2 * 2872 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2872 * Math.PI / N) * 10;
g.nodes.push({
id: 8574,
label: 'MEMBER: Céline Didier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_celine-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celine-didier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288574,
size: 0.5,
source: 230628,
target: 8574 });
// adding node
var x_node = Math.cos(2 * 2873 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2873 * Math.PI / N) * 10;
g.nodes.push({
id: 8570,
label: 'MEMBER: Liliane Martin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/liliane-martin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288570,
size: 0.5,
source: 230628,
target: 8570 });
// adding node
var x_node = Math.cos(2 * 2874 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2874 * Math.PI / N) * 10;
g.nodes.push({
id: 8571,
label: 'MEMBER: Nupur Bhatnagar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_nupur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nupur-bhatnagar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288571,
size: 0.5,
source: 230628,
target: 8571 });
// adding node
var x_node = Math.cos(2 * 2875 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2875 * Math.PI / N) * 10;
g.nodes.push({
id: 8572,
label: 'MEMBER: Claude Cannou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_claude-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claude-cannou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288572,
size: 0.5,
source: 230628,
target: 8572 });
// adding node
var x_node = Math.cos(2 * 2876 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2876 * Math.PI / N) * 10;
g.nodes.push({
id: 8578,
label: 'MEMBER: Daniel Scott-Algara',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_dsc7039-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniel-scott-algara/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288578,
size: 0.5,
source: 230628,
target: 8578 });
// adding node
var x_node = Math.cos(2 * 2877 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2877 * Math.PI / N) * 10;
g.nodes.push({
id: 8579,
label: 'MEMBER: Magali Joullie',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_magalijoullie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/magali-joullie/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288579,
size: 0.5,
source: 230628,
target: 8579 });
// adding node
var x_node = Math.cos(2 * 2878 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2878 * Math.PI / N) * 10;
g.nodes.push({
id: 8581,
label: 'MEMBER: Elisabeth Menu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-elisabeth-menu-photo-em-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elisabeth-menu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288581,
size: 0.5,
source: 230628,
target: 8581 });
// adding node
var x_node = Math.cos(2 * 2879 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2879 * Math.PI / N) * 10;
g.nodes.push({
id: 8575,
label: 'MEMBER: Laurence Weiss',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_laurence_0-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-weiss/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288575,
size: 0.5,
source: 230628,
target: 8575 });
// adding node
var x_node = Math.cos(2 * 2880 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2880 * Math.PI / N) * 10;
g.nodes.push({
id: 8590,
label: 'MEMBER: Marine Oberkampf De Dabrun',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha10-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marine-oberkampf-de-dabrun/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288590,
size: 0.5,
source: 230628,
target: 8590 });
// adding node
var x_node = Math.cos(2 * 2881 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2881 * Math.PI / N) * 10;
g.nodes.push({
id: 8587,
label: 'MEMBER: Sophie Russe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_russe-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sophie-russe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288587,
size: 0.5,
source: 230628,
target: 8587 });
// adding node
var x_node = Math.cos(2 * 2882 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2882 * Math.PI / N) * 10;
g.nodes.push({
id: 8588,
label: 'MEMBER: Corinne Veron',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/corinne-veron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288588,
size: 0.5,
source: 230628,
target: 8588 });
// adding node
var x_node = Math.cos(2 * 2883 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2883 * Math.PI / N) * 10;
g.nodes.push({
id: 8589,
label: 'MEMBER: Abdenour Abbas',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/abdenour-abbas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288589,
size: 0.5,
source: 230628,
target: 8589 });
// adding node
var x_node = Math.cos(2 * 2884 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2884 * Math.PI / N) * 10;
g.nodes.push({
id: 8583,
label: 'MEMBER: Judit Carrasco Sala',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_carrasco-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/judit-carrasco-sala/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288583,
size: 0.5,
source: 230628,
target: 8583 });
// adding node
var x_node = Math.cos(2 * 2885 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2885 * Math.PI / N) * 10;
g.nodes.push({
id: 8584,
label: 'MEMBER: Catherine Baudeau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-baudeau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288584,
size: 0.5,
source: 230628,
target: 8584 });
// adding node
var x_node = Math.cos(2 * 2886 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2886 * Math.PI / N) * 10;
g.nodes.push({
id: 8585,
label: 'MEMBER: Claude Legrand',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/claude-legrand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288585,
size: 0.5,
source: 230628,
target: 8585 });
// adding node
var x_node = Math.cos(2 * 2887 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2887 * Math.PI / N) * 10;
g.nodes.push({
id: 8594,
label: 'MEMBER: Marie-Aude Pinoteau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-aude-pinoteau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288594,
size: 0.5,
source: 230628,
target: 8594 });
// adding node
var x_node = Math.cos(2 * 2888 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2888 * Math.PI / N) * 10;
g.nodes.push({
id: 8595,
label: 'MEMBER: Himanshu Singh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/himanshu-singh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288595,
size: 0.5,
source: 230628,
target: 8595 });
// adding node
var x_node = Math.cos(2 * 2889 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2889 * Math.PI / N) * 10;
g.nodes.push({
id: 8591,
label: 'MEMBER: Marion Laguette',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marion-laguette/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288591,
size: 0.5,
source: 230628,
target: 8591 });
// adding node
var x_node = Math.cos(2 * 2890 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2890 * Math.PI / N) * 10;
g.nodes.push({
id: 8592,
label: 'MEMBER: Jeanne Gourlay',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha6-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/jeanne-gourlay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288592,
size: 0.5,
source: 230628,
target: 8592 });
// adding node
var x_node = Math.cos(2 * 2891 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2891 * Math.PI / N) * 10;
g.nodes.push({
id: 8601,
label: 'MEMBER: Yasmine Bourdache',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yasmine-bourdache/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288601,
size: 0.5,
source: 230628,
target: 8601 });
// adding node
var x_node = Math.cos(2 * 2892 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2892 * Math.PI / N) * 10;
g.nodes.push({
id: 8597,
label: 'MEMBER: Michaël Falguieres',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/michael-falguieres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288597,
size: 0.5,
source: 230628,
target: 8597 });
// adding node
var x_node = Math.cos(2 * 2893 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2893 * Math.PI / N) * 10;
g.nodes.push({
id: 8598,
label: 'MEMBER: Marie-Christine Demazoin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-christine-demazoin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288598,
size: 0.5,
source: 230628,
target: 8598 });
// adding node
var x_node = Math.cos(2 * 2894 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2894 * Math.PI / N) * 10;
g.nodes.push({
id: 8600,
label: 'MEMBER: Hélène Laude',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-photo_helene_laude-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-laude/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288600,
size: 0.5,
source: 230628,
target: 8600 });
// adding node
var x_node = Math.cos(2 * 2895 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2895 * Math.PI / N) * 10;
g.nodes.push({
id: 8596,
label: 'MEMBER: Deborah Sitbon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/deborah-sitbon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288596,
size: 0.5,
source: 230628,
target: 8596 });
// adding node
var x_node = Math.cos(2 * 2896 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2896 * Math.PI / N) * 10;
g.nodes.push({
id: 8604,
label: 'MEMBER: Mathilde Vinet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mathilde-vinet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288604,
size: 0.5,
source: 230628,
target: 8604 });
// adding node
var x_node = Math.cos(2 * 2897 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2897 * Math.PI / N) * 10;
g.nodes.push({
id: 8605,
label: 'MEMBER: Chau Duy Tam Vo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chau-duy-tam-vo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288605,
size: 0.5,
source: 230628,
target: 8605 });
// adding node
var x_node = Math.cos(2 * 2898 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2898 * Math.PI / N) * 10;
g.nodes.push({
id: 8606,
label: 'MEMBER: Thomas Ottone',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_img_7711-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-ottone/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288606,
size: 0.5,
source: 230628,
target: 8606 });
// adding node
var x_node = Math.cos(2 * 2899 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2899 * Math.PI / N) * 10;
g.nodes.push({
id: 8602,
label: 'MEMBER: Béatrice Corre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_beatrice-corrre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/beatrice-corre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288602,
size: 0.5,
source: 230628,
target: 8602 });
// adding node
var x_node = Math.cos(2 * 2900 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2900 * Math.PI / N) * 10;
g.nodes.push({
id: 8610,
label: 'MEMBER: Sylvie Syan',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-sylvie_crio-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-syan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288610,
size: 0.5,
source: 230628,
target: 8610 });
// adding node
var x_node = Math.cos(2 * 2901 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2901 * Math.PI / N) * 10;
g.nodes.push({
id: 8607,
label: 'MEMBER: Rahaf Sabbagh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rahaf-sabbagh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288607,
size: 0.5,
source: 230628,
target: 8607 });
// adding node
var x_node = Math.cos(2 * 2902 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2902 * Math.PI / N) * 10;
g.nodes.push({
id: 8619,
label: 'MEMBER: François Bontems',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_francois_bontems-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-bontems/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288619,
size: 0.5,
source: 230628,
target: 8619 });
// adding node
var x_node = Math.cos(2 * 2903 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2903 * Math.PI / N) * 10;
g.nodes.push({
id: 8614,
label: 'MEMBER: Kin Kui Lai',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kin-kui-lai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288614,
size: 0.5,
source: 230628,
target: 8614 });
// adding node
var x_node = Math.cos(2 * 2904 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2904 * Math.PI / N) * 10;
g.nodes.push({
id: 8616,
label: 'MEMBER: Carole Tamietti',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/carole-tamietti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288616,
size: 0.5,
source: 230628,
target: 8616 });
// adding node
var x_node = Math.cos(2 * 2905 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2905 * Math.PI / N) * 10;
g.nodes.push({
id: 8617,
label: 'MEMBER: Mathieu Le Chat',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mathieu-le-chat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288617,
size: 0.5,
source: 230628,
target: 8617 });
// adding node
var x_node = Math.cos(2 * 2906 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2906 * Math.PI / N) * 10;
g.nodes.push({
id: 8618,
label: 'MEMBER: Souheyla Benfrid',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/souheyla-benfrid/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288618,
size: 0.5,
source: 230628,
target: 8618 });
// adding node
var x_node = Math.cos(2 * 2907 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2907 * Math.PI / N) * 10;
g.nodes.push({
id: 8622,
label: 'MEMBER: Bertrand Saunier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_bertrand_saunier-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bertrand-saunier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288622,
size: 0.5,
source: 230628,
target: 8622 });
// adding node
var x_node = Math.cos(2 * 2908 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2908 * Math.PI / N) * 10;
g.nodes.push({
id: 8620,
label: 'MEMBER: Stéphane Duquerroy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_duque-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephane-duquerroy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288620,
size: 0.5,
source: 230628,
target: 8620 });
// adding node
var x_node = Math.cos(2 * 2909 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2909 * Math.PI / N) * 10;
g.nodes.push({
id: 8621,
label: 'MEMBER: Sylvie Garnero',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_12088453_10205866081234776_7447182529336949818_n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-garnero/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288621,
size: 0.5,
source: 230628,
target: 8621 });
// adding node
var x_node = Math.cos(2 * 2910 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2910 * Math.PI / N) * 10;
g.nodes.push({
id: 8630,
label: 'MEMBER: Aurore Vidy-Roche',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_aurorebis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurore-vidy-roche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288630,
size: 0.5,
source: 230628,
target: 8630 });
// adding node
var x_node = Math.cos(2 * 2911 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2911 * Math.PI / N) * 10;
g.nodes.push({
id: 8626,
label: 'MEMBER: Françoise Porrot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-francoise-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francoise-porrot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288626,
size: 0.5,
source: 230628,
target: 8626 });
// adding node
var x_node = Math.cos(2 * 2912 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2912 * Math.PI / N) * 10;
g.nodes.push({
id: 8627,
label: 'MEMBER: Hervé Blanc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha76-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/herve-blanc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288627,
size: 0.5,
source: 230628,
target: 8627 });
// adding node
var x_node = Math.cos(2 * 2913 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2913 * Math.PI / N) * 10;
g.nodes.push({
id: 8628,
label: 'MEMBER: Valérie Dorey',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha75-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-dorey/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288628,
size: 0.5,
source: 230628,
target: 8628 });
// adding node
var x_node = Math.cos(2 * 2914 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2914 * Math.PI / N) * 10;
g.nodes.push({
id: 8636,
label: 'MEMBER: Djalal Meziane-Cherif',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/djalal-meziane-cherif/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288636,
size: 0.5,
source: 230628,
target: 8636 });
// adding node
var x_node = Math.cos(2 * 2915 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2915 * Math.PI / N) * 10;
g.nodes.push({
id: 8632,
label: 'MEMBER: Thomas Montange',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-thomas-montange-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-montange/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288632,
size: 0.5,
source: 230628,
target: 8632 });
// adding node
var x_node = Math.cos(2 * 2916 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2916 * Math.PI / N) * 10;
g.nodes.push({
id: 8633,
label: 'MEMBER: Isma Ziani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isma-ziani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288633,
size: 0.5,
source: 230628,
target: 8633 });
// adding node
var x_node = Math.cos(2 * 2917 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2917 * Math.PI / N) * 10;
g.nodes.push({
id: 8634,
label: 'MEMBER: Thierry Lambert',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thierry-lambert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288634,
size: 0.5,
source: 230628,
target: 8634 });
// adding node
var x_node = Math.cos(2 * 2918 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2918 * Math.PI / N) * 10;
g.nodes.push({
id: 8635,
label: 'MEMBER: Lucas Bianchi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lucas-bianchi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288635,
size: 0.5,
source: 230628,
target: 8635 });
// adding node
var x_node = Math.cos(2 * 2919 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2919 * Math.PI / N) * 10;
g.nodes.push({
id: 8631,
label: 'MEMBER: Patricia Jeannin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_patricia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patricia-jeannin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288631,
size: 0.5,
source: 230628,
target: 8631 });
// adding node
var x_node = Math.cos(2 * 2920 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2920 * Math.PI / N) * 10;
g.nodes.push({
id: 8638,
label: 'MEMBER: Eun-Jeong Yoon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eun-jeong-yoon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288638,
size: 0.5,
source: 230628,
target: 8638 });
// adding node
var x_node = Math.cos(2 * 2921 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2921 * Math.PI / N) * 10;
g.nodes.push({
id: 8639,
label: 'MEMBER: Taruna Madan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/taruna-madan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288639,
size: 0.5,
source: 230628,
target: 8639 });
// adding node
var x_node = Math.cos(2 * 2922 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2922 * Math.PI / N) * 10;
g.nodes.push({
id: 8640,
label: 'MEMBER: Rémi Beau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_remi-2015-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/remi-beau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288640,
size: 0.5,
source: 230628,
target: 8640 });
// adding node
var x_node = Math.cos(2 * 2923 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2923 * Math.PI / N) * 10;
g.nodes.push({
id: 8641,
label: 'MEMBER: Catherine Comte',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-comte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288641,
size: 0.5,
source: 230628,
target: 8641 });
// adding node
var x_node = Math.cos(2 * 2924 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2924 * Math.PI / N) * 10;
g.nodes.push({
id: 8637,
label: 'MEMBER: Sylvie Goussard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_dsc00044_3.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-goussard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288637,
size: 0.5,
source: 230628,
target: 8637 });
// adding node
var x_node = Math.cos(2 * 2925 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2925 * Math.PI / N) * 10;
g.nodes.push({
id: 8648,
label: 'MEMBER: Sylvie Paulous',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sylvie-paulous/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288648,
size: 0.5,
source: 230628,
target: 8648 });
// adding node
var x_node = Math.cos(2 * 2926 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2926 * Math.PI / N) * 10;
g.nodes.push({
id: 8649,
label: 'MEMBER: Hana Jilani-Salah',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_jilani-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/hana-jilani-salah/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288649,
size: 0.5,
source: 230628,
target: 8649 });
// adding node
var x_node = Math.cos(2 * 2927 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2927 * Math.PI / N) * 10;
g.nodes.push({
id: 8650,
label: 'MEMBER: Serena Boscaini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_serena-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/serena-boscaini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288650,
size: 0.5,
source: 230628,
target: 8650 });
// adding node
var x_node = Math.cos(2 * 2928 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2928 * Math.PI / N) * 10;
g.nodes.push({
id: 8655,
label: 'MEMBER: Véronique Villiers',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_villiers-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/veronique-villiers/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288655,
size: 0.5,
source: 230628,
target: 8655 });
// adding node
var x_node = Math.cos(2 * 2929 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2929 * Math.PI / N) * 10;
g.nodes.push({
id: 8652,
label: 'MEMBER: Marie-Thérèse Vicente',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_marie-therese-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marie-therese-vicente/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288652,
size: 0.5,
source: 230628,
target: 8652 });
// adding node
var x_node = Math.cos(2 * 2930 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2930 * Math.PI / N) * 10;
g.nodes.push({
id: 8659,
label: 'MEMBER: Catherine Vivier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_vivier-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/catherine-vivier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288659,
size: 0.5,
source: 230628,
target: 8659 });
// adding node
var x_node = Math.cos(2 * 2931 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2931 * Math.PI / N) * 10;
g.nodes.push({
id: 8656,
label: 'MEMBER: Valérie Briolat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_val-briolat-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-briolat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288656,
size: 0.5,
source: 230628,
target: 8656 });
// adding node
var x_node = Math.cos(2 * 2932 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2932 * Math.PI / N) * 10;
g.nodes.push({
id: 8657,
label: 'MEMBER: Anne Schmidt',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_scmidt-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/anne-schmidt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288657,
size: 0.5,
source: 230628,
target: 8657 });
// adding node
var x_node = Math.cos(2 * 2933 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2933 * Math.PI / N) * 10;
g.nodes.push({
id: 8663,
label: 'MEMBER: Gabriel Illanes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig39-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gabriel-illanes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288663,
size: 0.5,
source: 230628,
target: 8663 });
// adding node
var x_node = Math.cos(2 * 2934 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2934 * Math.PI / N) * 10;
g.nodes.push({
id: 8672,
label: 'MEMBER: Patrick Ave',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_5270-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patrick-ave/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288672,
size: 0.5,
source: 230628,
target: 8672 });
// adding node
var x_node = Math.cos(2 * 2935 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2935 * Math.PI / N) * 10;
g.nodes.push({
id: 8668,
label: 'MEMBER: David Briand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_37639-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-briand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288668,
size: 0.5,
source: 230628,
target: 8668 });
// adding node
var x_node = Math.cos(2 * 2936 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2936 * Math.PI / N) * 10;
g.nodes.push({
id: 8671,
label: 'MEMBER: Cyril Gitiaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_image11-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyril-gitiaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288671,
size: 0.5,
source: 230628,
target: 8671 });
// adding node
var x_node = Math.cos(2 * 2937 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2937 * Math.PI / N) * 10;
g.nodes.push({
id: 8677,
label: 'MEMBER: Sabine Maurin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_sabine-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sabine-maurin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288677,
size: 0.5,
source: 230628,
target: 8677 });
// adding node
var x_node = Math.cos(2 * 2938 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2938 * Math.PI / N) * 10;
g.nodes.push({
id: 8678,
label: 'MEMBER: Cécile Saint Cloment',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_img_0527-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cecile-saint-cloment/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288678,
size: 0.5,
source: 230628,
target: 8678 });
// adding node
var x_node = Math.cos(2 * 2939 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2939 * Math.PI / N) * 10;
g.nodes.push({
id: 8676,
label: 'MEMBER: Tarek Sharshar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_img_20151120_154248-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tarek-sharshar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288676,
size: 0.5,
source: 230628,
target: 8676 });
// adding node
var x_node = Math.cos(2 * 2940 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2940 * Math.PI / N) * 10;
g.nodes.push({
id: 8684,
label: 'MEMBER: Véronique Mayau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_véro2013-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/veronique-mayau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288684,
size: 0.5,
source: 230628,
target: 8684 });
// adding node
var x_node = Math.cos(2 * 2941 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2941 * Math.PI / N) * 10;
g.nodes.push({
id: 8682,
label: 'MEMBER: Angèle Schiavo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/angele-schiavo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288682,
size: 0.5,
source: 230628,
target: 8682 });
// adding node
var x_node = Math.cos(2 * 2942 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2942 * Math.PI / N) * 10;
g.nodes.push({
id: 8689,
label: 'MEMBER: Bérengère Hugot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/11/research_pasteur-photo-le-14-11-2017-a-15.59-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/berengere-hugot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288689,
size: 0.5,
source: 230628,
target: 8689 });
// adding node
var x_node = Math.cos(2 * 2943 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2943 * Math.PI / N) * 10;
g.nodes.push({
id: 8690,
label: 'MEMBER: Sophie Abelanet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_sophieabelanet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-abelanet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288690,
size: 0.5,
source: 230628,
target: 8690 });
// adding node
var x_node = Math.cos(2 * 2944 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2944 * Math.PI / N) * 10;
g.nodes.push({
id: 8686,
label: 'MEMBER: Fabrice Lemaitre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_fab2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabrice-lemaitre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288686,
size: 0.5,
source: 230628,
target: 8686 });
// adding node
var x_node = Math.cos(2 * 2945 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2945 * Math.PI / N) * 10;
g.nodes.push({
id: 8688,
label: 'MEMBER: Zacarias Garcia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/zacarias-garcia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288688,
size: 0.5,
source: 230628,
target: 8688 });
// adding node
var x_node = Math.cos(2 * 2946 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2946 * Math.PI / N) * 10;
g.nodes.push({
id: 8697,
label: 'MEMBER: Bernadette Polomack',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_bernadette-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bernadette-polomack/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288697,
size: 0.5,
source: 230628,
target: 8697 });
// adding node
var x_node = Math.cos(2 * 2947 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2947 * Math.PI / N) * 10;
g.nodes.push({
id: 8693,
label: 'MEMBER: Mélanie Denizon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/melanie-denizon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288693,
size: 0.5,
source: 230628,
target: 8693 });
// adding node
var x_node = Math.cos(2 * 2948 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2948 * Math.PI / N) * 10;
g.nodes.push({
id: 8691,
label: 'MEMBER: Benjamin King',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_bk_profilephotocr-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benjamin-king/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288691,
size: 0.5,
source: 230628,
target: 8691 });
// adding node
var x_node = Math.cos(2 * 2949 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2949 * Math.PI / N) * 10;
g.nodes.push({
id: 8692,
label: 'MEMBER: Aude Terrade',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aude-terrade/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288692,
size: 0.5,
source: 230628,
target: 8692 });
// adding node
var x_node = Math.cos(2 * 2950 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2950 * Math.PI / N) * 10;
g.nodes.push({
id: 8700,
label: 'MEMBER: Isabelle Poquet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isabelle-poquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288700,
size: 0.5,
source: 230628,
target: 8700 });
// adding node
var x_node = Math.cos(2 * 2951 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2951 * Math.PI / N) * 10;
g.nodes.push({
id: 8706,
label: 'MEMBER: Rafel Simo Vicens',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rafel-simo-vicens/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288706,
size: 0.5,
source: 230628,
target: 8706 });
// adding node
var x_node = Math.cos(2 * 2952 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2952 * Math.PI / N) * 10;
g.nodes.push({
id: 8708,
label: 'MEMBER: Karima Medjebeur',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/karima-medjebeur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288708,
size: 0.5,
source: 230628,
target: 8708 });
// adding node
var x_node = Math.cos(2 * 2953 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2953 * Math.PI / N) * 10;
g.nodes.push({
id: 8699,
label: 'MEMBER: Sophie Dulauroy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_dulauroy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-dulauroy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288699,
size: 0.5,
source: 230628,
target: 8699 });
// adding node
var x_node = Math.cos(2 * 2954 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2954 * Math.PI / N) * 10;
g.nodes.push({
id: 8702,
label: 'MEMBER: Corinne Jallet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/corinne-jallet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306288702,
size: 0.5,
source: 230628,
target: 8702 });
// adding node
var x_node = Math.cos(2 * 2955 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2955 * Math.PI / N) * 10;
g.nodes.push({
id: 6784,
label: 'MEMBER: Isabelle Fleurance',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fleurance-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-fleurance/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286784,
size: 0.5,
source: 230628,
target: 6784 });
// adding node
var x_node = Math.cos(2 * 2956 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2956 * Math.PI / N) * 10;
g.nodes.push({
id: 6801,
label: 'MEMBER: François Rimlinger',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/francois-rimlinger/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286801,
size: 0.5,
source: 230628,
target: 6801 });
// adding node
var x_node = Math.cos(2 * 2957 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2957 * Math.PI / N) * 10;
g.nodes.push({
id: 6816,
label: 'MEMBER: Clementine Schilte',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-clementine-schilte-photo-2022-scaled-e1692277761405-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clementine-schilte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286816,
size: 0.5,
source: 230628,
target: 6816 });
// adding node
var x_node = Math.cos(2 * 2958 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2958 * Math.PI / N) * 10;
g.nodes.push({
id: 6817,
label: 'MEMBER: Raquel Hurtado Ortiz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-raquel-hurtado-ortiz-foto-perfil-rho-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/raquel-hurtado-ortiz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286817,
size: 0.5,
source: 230628,
target: 6817 });
// adding node
var x_node = Math.cos(2 * 2959 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2959 * Math.PI / N) * 10;
g.nodes.push({
id: 6818,
label: 'MEMBER: Evelyne Begaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo_eb_2_2013-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/evelyne-begaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286818,
size: 0.5,
source: 230628,
target: 6818 });
// adding node
var x_node = Math.cos(2 * 2960 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2960 * Math.PI / N) * 10;
g.nodes.push({
id: 6813,
label: 'MEMBER: Bruno Iannascoli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_bruno-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bruno-iannascoli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286813,
size: 0.5,
source: 230628,
target: 6813 });
// adding node
var x_node = Math.cos(2 * 2961 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2961 * Math.PI / N) * 10;
g.nodes.push({
id: 6814,
label: 'MEMBER: Danièle Sinnaya',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_daniele-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniele-sinnaya/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286814,
size: 0.5,
source: 230628,
target: 6814 });
// adding node
var x_node = Math.cos(2 * 2962 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2962 * Math.PI / N) * 10;
g.nodes.push({
id: 6815,
label: 'MEMBER: Odile Richard-Le Goff',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_odile-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/odile-richard-le-goff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286815,
size: 0.5,
source: 230628,
target: 6815 });
// adding node
var x_node = Math.cos(2 * 2963 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2963 * Math.PI / N) * 10;
g.nodes.push({
id: 6819,
label: 'MEMBER: Chantal Bizet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_institutpasteur_33760-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chantal-bizet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286819,
size: 0.5,
source: 230628,
target: 6819 });
// adding node
var x_node = Math.cos(2 * 2964 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2964 * Math.PI / N) * 10;
g.nodes.push({
id: 6820,
label: 'MEMBER: Hervé Menager',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_face-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/herve-menager/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286820,
size: 0.5,
source: 230628,
target: 6820 });
// adding node
var x_node = Math.cos(2 * 2965 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2965 * Math.PI / N) * 10;
g.nodes.push({
id: 6821,
label: 'MEMBER: Nahla Chaibi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nahla-chaibi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286821,
size: 0.5,
source: 230628,
target: 6821 });
// adding node
var x_node = Math.cos(2 * 2966 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2966 * Math.PI / N) * 10;
g.nodes.push({
id: 6822,
label: 'MEMBER: Corinne Maufrais',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig36-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/corinne-maufrais/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286822,
size: 0.5,
source: 230628,
target: 6822 });
// adding node
var x_node = Math.cos(2 * 2967 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2967 * Math.PI / N) * 10;
g.nodes.push({
id: 6823,
label: 'MEMBER: Olivia Doppelt-Azeroual',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_olivia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivia-doppelt-azeroual/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286823,
size: 0.5,
source: 230628,
target: 6823 });
// adding node
var x_node = Math.cos(2 * 2968 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2968 * Math.PI / N) * 10;
g.nodes.push({
id: 6824,
label: 'MEMBER: Eric Deveaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_edeveaud-copy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eric-deveaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286824,
size: 0.5,
source: 230628,
target: 6824 });
// adding node
var x_node = Math.cos(2 * 2969 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2969 * Math.PI / N) * 10;
g.nodes.push({
id: 6833,
label: 'MEMBER: Bertrand Néron',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_avatar-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bertrand-neron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286833,
size: 0.5,
source: 230628,
target: 6833 });
// adding node
var x_node = Math.cos(2 * 2970 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2970 * Math.PI / N) * 10;
g.nodes.push({
id: 6826,
label: 'MEMBER: Sophie Créno',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophie-creno/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286826,
size: 0.5,
source: 230628,
target: 6826 });
// adding node
var x_node = Math.cos(2 * 2971 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2971 * Math.PI / N) * 10;
g.nodes.push({
id: 6828,
label: 'MEMBER: Véronique Legrand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_legrand_0014bd-copy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/veronique-legrand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286828,
size: 0.5,
source: 230628,
target: 6828 });
// adding node
var x_node = Math.cos(2 * 2972 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2972 * Math.PI / N) * 10;
g.nodes.push({
id: 6829,
label: 'MEMBER: Louis Jones',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_loulou-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/louis-jones/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286829,
size: 0.5,
source: 230628,
target: 6829 });
// adding node
var x_node = Math.cos(2 * 2973 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2973 * Math.PI / N) * 10;
g.nodes.push({
id: 6830,
label: 'MEMBER: Fabien Mareuil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_imag0560_1_2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabien-mareuil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286830,
size: 0.5,
source: 230628,
target: 6830 });
// adding node
var x_node = Math.cos(2 * 2974 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2974 * Math.PI / N) * 10;
g.nodes.push({
id: 6837,
label: 'MEMBER: Elodie Brient-Litzler',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-photoebl2019-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elodie-brient-litzler/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286837,
size: 0.5,
source: 230628,
target: 6837 });
// adding node
var x_node = Math.cos(2 * 2975 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2975 * Math.PI / N) * 10;
g.nodes.push({
id: 6839,
label: 'MEMBER: François Déjardin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-francois-avril-2015-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-dejardin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286839,
size: 0.5,
source: 230628,
target: 6839 });
// adding node
var x_node = Math.cos(2 * 2976 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2976 * Math.PI / N) * 10;
g.nodes.push({
id: 6834,
label: 'MEMBER: Samy Gobaa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-samy-gobaa-gobaa-samy-1510-e1634550888980-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/samy-gobaa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286834,
size: 0.5,
source: 230628,
target: 6834 });
// adding node
var x_node = Math.cos(2 * 2977 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2977 * Math.PI / N) * 10;
g.nodes.push({
id: 6835,
label: 'MEMBER: Catherine Blanc',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-blanc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286835,
size: 0.5,
source: 230628,
target: 6835 });
// adding node
var x_node = Math.cos(2 * 2978 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2978 * Math.PI / N) * 10;
g.nodes.push({
id: 6845,
label: 'MEMBER: Muriel Gugger',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_muriel-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/muriel-gugger/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286845,
size: 0.5,
source: 230628,
target: 6845 });
// adding node
var x_node = Math.cos(2 * 2979 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2979 * Math.PI / N) * 10;
g.nodes.push({
id: 6846,
label: 'MEMBER: Thierry Laurent',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig9-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thierry-laurent/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286846,
size: 0.5,
source: 230628,
target: 6846 });
// adding node
var x_node = Math.cos(2 * 2980 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2980 * Math.PI / N) * 10;
g.nodes.push({
id: 6842,
label: 'MEMBER: Marie-Bénédicte Benedic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-marie-benedicte-benedic-bb-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-benedicte-benedic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286842,
size: 0.5,
source: 230628,
target: 6842 });
// adding node
var x_node = Math.cos(2 * 2981 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2981 * Math.PI / N) * 10;
g.nodes.push({
id: 6847,
label: 'MEMBER: Nathalie Sassoon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig8-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-sassoon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286847,
size: 0.5,
source: 230628,
target: 6847 });
// adding node
var x_node = Math.cos(2 * 2982 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2982 * Math.PI / N) * 10;
g.nodes.push({
id: 6875,
label: 'MEMBER: Caroline Charlier-Woerther',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_pic_room_esppano_sol1_sol1-5.jpeg',
page_url: 'https://research.pasteur.fr/en/member/caroline-charlier-woerther/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286875,
size: 0.5,
source: 230628,
target: 6875 });
// adding node
var x_node = Math.cos(2 * 2983 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2983 * Math.PI / N) * 10;
g.nodes.push({
id: 6909,
label: 'MEMBER: Margaret Buckingham',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_margaret-buckingham-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/margaret-buckingham/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286909,
size: 0.5,
source: 230628,
target: 6909 });
// adding node
var x_node = Math.cos(2 * 2984 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2984 * Math.PI / N) * 10;
g.nodes.push({
id: 6916,
label: 'MEMBER: Philip Avner',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_avner-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/philip-avner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286916,
size: 0.5,
source: 230628,
target: 6916 });
// adding node
var x_node = Math.cos(2 * 2985 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2985 * Math.PI / N) * 10;
g.nodes.push({
id: 6917,
label: 'MEMBER: Pierre-André Cazenave',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pierre-andre-cazenave/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286917,
size: 0.5,
source: 230628,
target: 6917 });
// adding node
var x_node = Math.cos(2 * 2986 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2986 * Math.PI / N) * 10;
g.nodes.push({
id: 6918,
label: 'MEMBER: Bernard David',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_l_allergie_ou_la_demesure_hypersensible_david_bernard-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bernard-david/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286918,
size: 0.5,
source: 230628,
target: 6918 });
// adding node
var x_node = Math.cos(2 * 2987 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2987 * Math.PI / N) * 10;
g.nodes.push({
id: 6926,
label: 'MEMBER: Marie-Annick Buendia',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-annick-buendia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286926,
size: 0.5,
source: 230628,
target: 6926 });
// adding node
var x_node = Math.cos(2 * 2988 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2988 * Math.PI / N) * 10;
g.nodes.push({
id: 6923,
label: 'MEMBER: Jean-Pierre Bourgeois',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-pierre-bourgeois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286923,
size: 0.5,
source: 230628,
target: 6923 });
// adding node
var x_node = Math.cos(2 * 2989 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2989 * Math.PI / N) * 10;
g.nodes.push({
id: 6924,
label: 'MEMBER: Henri Buc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_institutpasteur_26509-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/henri-buc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286924,
size: 0.5,
source: 230628,
target: 6924 });
// adding node
var x_node = Math.cos(2 * 2990 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2990 * Math.PI / N) * 10;
g.nodes.push({
id: 6921,
label: 'MEMBER: Michel Goldberg',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_goldberg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/michel-goldberg/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286921,
size: 0.5,
source: 230628,
target: 6921 });
// adding node
var x_node = Math.cos(2 * 2991 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2991 * Math.PI / N) * 10;
g.nodes.push({
id: 6927,
label: 'MEMBER: Michel Chignard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/michel-chignard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286927,
size: 0.5,
source: 230628,
target: 6927 });
// adding node
var x_node = Math.cos(2 * 2992 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2992 * Math.PI / N) * 10;
g.nodes.push({
id: 6928,
label: 'MEMBER: Gianfranco Pancino',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_gianfranco-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gianfranco-pancino/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286928,
size: 0.5,
source: 230628,
target: 6928 });
// adding node
var x_node = Math.cos(2 * 2993 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2993 * Math.PI / N) * 10;
g.nodes.push({
id: 6931,
label: 'MEMBER: Anne Lecroisey',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anne-lecroisey/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286931,
size: 0.5,
source: 230628,
target: 6931 });
// adding node
var x_node = Math.cos(2 * 2994 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2994 * Math.PI / N) * 10;
g.nodes.push({
id: 6938,
label: 'MEMBER: Jean-Louis Guenet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-louis-guenet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286938,
size: 0.5,
source: 230628,
target: 6938 });
// adding node
var x_node = Math.cos(2 * 2995 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2995 * Math.PI / N) * 10;
g.nodes.push({
id: 6939,
label: 'MEMBER: Nancy Guillen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-nancy-guillen-nancy-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/nancy-guillen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286939,
size: 0.5,
source: 230628,
target: 6939 });
// adding node
var x_node = Math.cos(2 * 2996 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2996 * Math.PI / N) * 10;
g.nodes.push({
id: 6940,
label: 'MEMBER: François Rougeon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_rougeon-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-rougeon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286940,
size: 0.5,
source: 230628,
target: 6940 });
// adding node
var x_node = Math.cos(2 * 2997 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2997 * Math.PI / N) * 10;
g.nodes.push({
id: 6946,
label: 'MEMBER: Elisabeth Ferquel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elisabeth-ferquel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286946,
size: 0.5,
source: 230628,
target: 6946 });
// adding node
var x_node = Math.cos(2 * 2998 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2998 * Math.PI / N) * 10;
g.nodes.push({
id: 6947,
label: 'MEMBER: Odile Kalogeropoulos',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/odile-kalogeropoulos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286947,
size: 0.5,
source: 230628,
target: 6947 });
// adding node
var x_node = Math.cos(2 * 2999 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 2999 * Math.PI / N) * 10;
g.nodes.push({
id: 6942,
label: 'MEMBER: Anne-Marie Gilles',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anne-marie-gilles/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286942,
size: 0.5,
source: 230628,
target: 6942 });
// adding node
var x_node = Math.cos(2 * 3000 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3000 * Math.PI / N) * 10;
g.nodes.push({
id: 6943,
label: 'MEMBER: Michèle Fevrier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/michele-fevrier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286943,
size: 0.5,
source: 230628,
target: 6943 });
// adding node
var x_node = Math.cos(2 * 3001 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3001 * Math.PI / N) * 10;
g.nodes.push({
id: 6957,
label: 'MEMBER: Moshe Yaniv',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_institutpasteur_28821-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/moshe-yaniv/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286957,
size: 0.5,
source: 230628,
target: 6957 });
// adding node
var x_node = Math.cos(2 * 3002 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3002 * Math.PI / N) * 10;
g.nodes.push({
id: 6951,
label: 'MEMBER: Delphine Guy-Grand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha10-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/delphine-guy-grand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286951,
size: 0.5,
source: 230628,
target: 6951 });
// adding node
var x_node = Math.cos(2 * 3003 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3003 * Math.PI / N) * 10;
g.nodes.push({
id: 6952,
label: 'MEMBER: Nicole Guiso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_nicole-guiso-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicole-guiso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286952,
size: 0.5,
source: 230628,
target: 6952 });
// adding node
var x_node = Math.cos(2 * 3004 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3004 * Math.PI / N) * 10;
g.nodes.push({
id: 6955,
label: 'MEMBER: Geneviève Milon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/genevieve-milon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286955,
size: 0.5,
source: 230628,
target: 6955 });
// adding node
var x_node = Math.cos(2 * 3005 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3005 * Math.PI / N) * 10;
g.nodes.push({
id: 6966,
label: 'MEMBER: Florence Pasticier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig32-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-pasticier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286966,
size: 0.5,
source: 230628,
target: 6966 });
// adding node
var x_node = Math.cos(2 * 3006 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3006 * Math.PI / N) * 10;
g.nodes.push({
id: 6962,
label: 'MEMBER: Gilles Marchal',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/gilles-marchal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286962,
size: 0.5,
source: 230628,
target: 6962 });
// adding node
var x_node = Math.cos(2 * 3007 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3007 * Math.PI / N) * 10;
g.nodes.push({
id: 6980,
label: 'MEMBER: Dominique Clermont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dominique-clermont-bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/dominique-clermont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286980,
size: 0.5,
source: 230628,
target: 6980 });
// adding node
var x_node = Math.cos(2 * 3008 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3008 * Math.PI / N) * 10;
g.nodes.push({
id: 6978,
label: 'MEMBER: Sabine Alladeen',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sabine-alladeen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286978,
size: 0.5,
source: 230628,
target: 6978 });
// adding node
var x_node = Math.cos(2 * 3009 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3009 * Math.PI / N) * 10;
g.nodes.push({
id: 6989,
label: 'MEMBER: Sabine Garconnet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sabine-garconnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286989,
size: 0.5,
source: 230628,
target: 6989 });
// adding node
var x_node = Math.cos(2 * 3010 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3010 * Math.PI / N) * 10;
g.nodes.push({
id: 6984,
label: 'MEMBER: Gogoa Marthe Goly',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_marthe-goly-bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gogoa-marthe-goly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286984,
size: 0.5,
source: 230628,
target: 6984 });
// adding node
var x_node = Math.cos(2 * 3011 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3011 * Math.PI / N) * 10;
g.nodes.push({
id: 6985,
label: 'MEMBER: Maïté Gomard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/maite-gomard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286985,
size: 0.5,
source: 230628,
target: 6985 });
// adding node
var x_node = Math.cos(2 * 3012 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3012 * Math.PI / N) * 10;
g.nodes.push({
id: 6986,
label: 'MEMBER: Estelle Mühle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_20150904_152255-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/estelle-muhle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286986,
size: 0.5,
source: 230628,
target: 6986 });
// adding node
var x_node = Math.cos(2 * 3013 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3013 * Math.PI / N) * 10;
g.nodes.push({
id: 6983,
label: 'MEMBER: Valentina Gligorijevic',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/valentina-gligorijevic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286983,
size: 0.5,
source: 230628,
target: 6983 });
// adding node
var x_node = Math.cos(2 * 3014 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3014 * Math.PI / N) * 10;
g.nodes.push({
id: 6997,
label: 'MEMBER: Nadine Peyrolo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig42-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nadine-peyrolo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286997,
size: 0.5,
source: 230628,
target: 6997 });
// adding node
var x_node = Math.cos(2 * 3015 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3015 * Math.PI / N) * 10;
g.nodes.push({
id: 6998,
label: 'MEMBER: Marion Doucet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marion-doucet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286998,
size: 0.5,
source: 230628,
target: 6998 });
// adding node
var x_node = Math.cos(2 * 3016 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3016 * Math.PI / N) * 10;
g.nodes.push({
id: 6999,
label: 'MEMBER: Myriam Rebeyrotte',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig41-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/myriam-rebeyrotte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286999,
size: 0.5,
source: 230628,
target: 6999 });
// adding node
var x_node = Math.cos(2 * 3017 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3017 * Math.PI / N) * 10;
g.nodes.push({
id: 7000,
label: 'MEMBER: Nathalie Feuillet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-feuillet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287000,
size: 0.5,
source: 230628,
target: 7000 });
// adding node
var x_node = Math.cos(2 * 3018 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3018 * Math.PI / N) * 10;
g.nodes.push({
id: 7022,
label: 'MEMBER: Maryse Brandt',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_brandt-maryse-2014-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maryse-brandt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287022,
size: 0.5,
source: 230628,
target: 7022 });
// adding node
var x_node = Math.cos(2 * 3019 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3019 * Math.PI / N) * 10;
g.nodes.push({
id: 7026,
label: 'MEMBER: Clemire Cimper',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/clemire-cimper/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287026,
size: 0.5,
source: 230628,
target: 7026 });
// adding node
var x_node = Math.cos(2 * 3020 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3020 * Math.PI / N) * 10;
g.nodes.push({
id: 7023,
label: 'MEMBER: Didier Montarras',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_montarras-photo-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/didier-montarras/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287023,
size: 0.5,
source: 230628,
target: 7023 });
// adding node
var x_node = Math.cos(2 * 3021 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3021 * Math.PI / N) * 10;
g.nodes.push({
id: 7033,
label: 'MEMBER: Hervé Lecoeur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-herve-lecoeur-herve-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/herve-lecoeur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287033,
size: 0.5,
source: 230628,
target: 7033 });
// adding node
var x_node = Math.cos(2 * 3022 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3022 * Math.PI / N) * 10;
g.nodes.push({
id: 7038,
label: 'MEMBER: François Huetz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-francois-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-huetz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287038,
size: 0.5,
source: 230628,
target: 7038 });
// adding node
var x_node = Math.cos(2 * 3023 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3023 * Math.PI / N) * 10;
g.nodes.push({
id: 7039,
label: 'MEMBER: Marie-Laure Goupil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-marie-laure-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-laure-goupil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287039,
size: 0.5,
source: 230628,
target: 7039 });
// adding node
var x_node = Math.cos(2 * 3024 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3024 * Math.PI / N) * 10;
g.nodes.push({
id: 7050,
label: 'MEMBER: Florence Dumonteil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-florence-dumonteil-capture-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-dumonteil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287050,
size: 0.5,
source: 230628,
target: 7050 });
// adding node
var x_node = Math.cos(2 * 3025 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3025 * Math.PI / N) * 10;
g.nodes.push({
id: 7047,
label: 'MEMBER: Florence Bugault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_florence-bugault-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-bugault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287047,
size: 0.5,
source: 230628,
target: 7047 });
// adding node
var x_node = Math.cos(2 * 3026 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3026 * Math.PI / N) * 10;
g.nodes.push({
id: 7049,
label: 'MEMBER: Marie-Christine Cumont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_marie_christine-cumont-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-christine-cumont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287049,
size: 0.5,
source: 230628,
target: 7049 });
// adding node
var x_node = Math.cos(2 * 3027 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3027 * Math.PI / N) * 10;
g.nodes.push({
id: 7054,
label: 'MEMBER: Ana Cova Rodrigues',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_anacova-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ana-cova-rodrigues/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287054,
size: 0.5,
source: 230628,
target: 7054 });
// adding node
var x_node = Math.cos(2 * 3028 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3028 * Math.PI / N) * 10;
g.nodes.push({
id: 7063,
label: 'MEMBER: Monica Sala',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-monica-sala-research-pasteur-monica-sala-monicaphoto2020-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/monica-sala/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287063,
size: 0.5,
source: 230628,
target: 7063 });
// adding node
var x_node = Math.cos(2 * 3029 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3029 * Math.PI / N) * 10;
g.nodes.push({
id: 7059,
label: 'MEMBER: Maxime Schwartz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_photo-m.-schwartz-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maxime-schwartz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287059,
size: 0.5,
source: 230628,
target: 7059 });
// adding node
var x_node = Math.cos(2 * 3030 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3030 * Math.PI / N) * 10;
g.nodes.push({
id: 7060,
label: 'MEMBER: Alain Israël',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_alain-israel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alain-israel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287060,
size: 0.5,
source: 230628,
target: 7060 });
// adding node
var x_node = Math.cos(2 * 3031 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3031 * Math.PI / N) * 10;
g.nodes.push({
id: 7071,
label: 'MEMBER: Isabelle Buckle',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/isabelle-buckle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287071,
size: 0.5,
source: 230628,
target: 7071 });
// adding node
var x_node = Math.cos(2 * 3032 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3032 * Math.PI / N) * 10;
g.nodes.push({
id: 7065,
label: 'MEMBER: Valérie Monceaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_valerie-monceaux-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-monceaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287065,
size: 0.5,
source: 230628,
target: 7065 });
// adding node
var x_node = Math.cos(2 * 3033 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3033 * Math.PI / N) * 10;
g.nodes.push({
id: 7067,
label: 'MEMBER: Odile Gelpi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_og-pasteur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/odile-gelpi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287067,
size: 0.5,
source: 230628,
target: 7067 });
// adding node
var x_node = Math.cos(2 * 3034 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3034 * Math.PI / N) * 10;
g.nodes.push({
id: 7090,
label: 'MEMBER: Mariana Mesel-Lemoine',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mariana-mesel-lemoine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287090,
size: 0.5,
source: 230628,
target: 7090 });
// adding node
var x_node = Math.cos(2 * 3035 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3035 * Math.PI / N) * 10;
g.nodes.push({
id: 7134,
label: 'MEMBER: Pierre Legrain',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-pierre-legrain-photo-2016-web-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-legrain/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287134,
size: 0.5,
source: 230628,
target: 7134 });
// adding node
var x_node = Math.cos(2 * 3036 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3036 * Math.PI / N) * 10;
g.nodes.push({
id: 7144,
label: 'MEMBER: Nadia Khelef',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha53-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nadia-khelef/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287144,
size: 0.5,
source: 230628,
target: 7144 });
// adding node
var x_node = Math.cos(2 * 3037 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3037 * Math.PI / N) * 10;
g.nodes.push({
id: 7140,
label: 'MEMBER: Pierre Tiollais',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pierre-tiollais/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287140,
size: 0.5,
source: 230628,
target: 7140 });
// adding node
var x_node = Math.cos(2 * 3038 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3038 * Math.PI / N) * 10;
g.nodes.push({
id: 7142,
label: 'MEMBER: Christian Bréchot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/0305_CB-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christian-brechot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287142,
size: 0.5,
source: 230628,
target: 7142 });
// adding node
var x_node = Math.cos(2 * 3039 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3039 * Math.PI / N) * 10;
g.nodes.push({
id: 7170,
label: 'MEMBER: Marc Jouan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marc-jouan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287170,
size: 0.5,
source: 230628,
target: 7170 });
// adding node
var x_node = Math.cos(2 * 3040 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3040 * Math.PI / N) * 10;
g.nodes.push({
id: 7172,
label: 'MEMBER: Olivier Rescaniere',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_olivier20r202-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-rescaniere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287172,
size: 0.5,
source: 230628,
target: 7172 });
// adding node
var x_node = Math.cos(2 * 3041 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3041 * Math.PI / N) * 10;
g.nodes.push({
id: 7190,
label: 'MEMBER: Willy Bourdeaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig33-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/willy-bourdeaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287190,
size: 0.5,
source: 230628,
target: 7190 });
// adding node
var x_node = Math.cos(2 * 3042 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3042 * Math.PI / N) * 10;
g.nodes.push({
id: 7199,
label: 'MEMBER: Hervé Waxin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_herve-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/herve-waxin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287199,
size: 0.5,
source: 230628,
target: 7199 });
// adding node
var x_node = Math.cos(2 * 3043 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3043 * Math.PI / N) * 10;
g.nodes.push({
id: 7209,
label: 'MEMBER: Philippe Glaser',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha41-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/philippe-glaser/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306287209,
size: 0.5,
source: 230628,
target: 7209 });
// adding node
var x_node = Math.cos(2 * 3044 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3044 * Math.PI / N) * 10;
g.nodes.push({
id: 6398,
label: 'MEMBER: Paul Reiter',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig51-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paul-reiter/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286398,
size: 0.5,
source: 230628,
target: 6398 });
// adding node
var x_node = Math.cos(2 * 3045 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3045 * Math.PI / N) * 10;
g.nodes.push({
id: 6391,
label: 'MEMBER: Marie-Louise Michel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_marie-louise-michel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-louise-michel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286391,
size: 0.5,
source: 230628,
target: 6391 });
// adding node
var x_node = Math.cos(2 * 3046 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3046 * Math.PI / N) * 10;
g.nodes.push({
id: 6388,
label: 'MEMBER: Benoit Robert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_portraitbr-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benoit-robert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286388,
size: 0.5,
source: 230628,
target: 6388 });
// adding node
var x_node = Math.cos(2 * 3047 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3047 * Math.PI / N) * 10;
g.nodes.push({
id: 6385,
label: 'MEMBER: Didier Guillemot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_didier-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/didier-guillemot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286385,
size: 0.5,
source: 230628,
target: 6385 });
// adding node
var x_node = Math.cos(2 * 3048 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3048 * Math.PI / N) * 10;
g.nodes.push({
id: 6382,
label: 'MEMBER: Fabrice Chretien',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_sans-titre1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabrice-chretien/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286382,
size: 0.5,
source: 230628,
target: 6382 });
// adding node
var x_node = Math.cos(2 * 3049 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3049 * Math.PI / N) * 10;
g.nodes.push({
id: 6375,
label: 'MEMBER: Françoise Barre-Sinoussi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_francoise2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francoise-barre-sinoussi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286375,
size: 0.5,
source: 230628,
target: 6375 });
// adding node
var x_node = Math.cos(2 * 3050 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3050 * Math.PI / N) * 10;
g.nodes.push({
id: 6371,
label: 'MEMBER: Pauline Speder',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_dsc5160_2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pauline-speder/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286371,
size: 0.5,
source: 230628,
target: 6371 });
// adding node
var x_node = Math.cos(2 * 3051 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3051 * Math.PI / N) * 10;
g.nodes.push({
id: 6368,
label: 'MEMBER: Giulia Manina',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-giulia-manina-giulia-manina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/giulia-manina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286368,
size: 0.5,
source: 230628,
target: 6368 });
// adding node
var x_node = Math.cos(2 * 3052 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3052 * Math.PI / N) * 10;
g.nodes.push({
id: 6365,
label: 'MEMBER: Pierre Goossens',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-plg-2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/pierre-goossens/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286365,
size: 0.5,
source: 230628,
target: 6365 });
// adding node
var x_node = Math.cos(2 * 3053 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3053 * Math.PI / N) * 10;
g.nodes.push({
id: 6362,
label: 'MEMBER: Bernard Dujon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_dujon-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bernard-dujon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306286362,
size: 0.5,
source: 230628,
target: 6362 });
// adding node
var x_node = Math.cos(2 * 3054 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3054 * Math.PI / N) * 10;
g.nodes.push({
id: 3899,
label: 'MEMBER: Aurélie Bisiaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_aurelie.jpeg',
page_url: 'https://research.pasteur.fr/en/member/aurelie-bisiaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283899,
size: 0.5,
source: 230628,
target: 3899 });
// adding node
var x_node = Math.cos(2 * 3055 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3055 * Math.PI / N) * 10;
g.nodes.push({
id: 3900,
label: 'MEMBER: Vincent Bondet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_vincent-bondet-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vincent-bondet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283900,
size: 0.5,
source: 230628,
target: 3900 });
// adding node
var x_node = Math.cos(2 * 3056 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3056 * Math.PI / N) * 10;
g.nodes.push({
id: 3901,
label: 'MEMBER: Hélène Saklani',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-du-18-11-14-à-18.20-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-saklani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283901,
size: 0.5,
source: 230628,
target: 3901 });
// adding node
var x_node = Math.cos(2 * 3057 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3057 * Math.PI / N) * 10;
g.nodes.push({
id: 3911,
label: 'MEMBER: Victor Navas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_screen-shot-2015-09-28-at-11.31.10-am-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/victor-navas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283911,
size: 0.5,
source: 230628,
target: 3911 });
// adding node
var x_node = Math.cos(2 * 3058 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3058 * Math.PI / N) * 10;
g.nodes.push({
id: 3905,
label: 'MEMBER: Scott William Werneke',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_swerneke-photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/scott-william-werneke/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283905,
size: 0.5,
source: 230628,
target: 3905 });
// adding node
var x_node = Math.cos(2 * 3059 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3059 * Math.PI / N) * 10;
g.nodes.push({
id: 3906,
label: 'MEMBER: Sonia Aguera Gonzalez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sonia-aguera-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sonia-aguera-gonzalez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283906,
size: 0.5,
source: 230628,
target: 3906 });
// adding node
var x_node = Math.cos(2 * 3060 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3060 * Math.PI / N) * 10;
g.nodes.push({
id: 3907,
label: 'MEMBER: Andres Alcover',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-andres-dinner-cs-2016-03_coupee_grde3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/andres-alcover/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283907,
size: 0.5,
source: 230628,
target: 3907 });
// adding node
var x_node = Math.cos(2 * 3061 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3061 * Math.PI / N) * 10;
g.nodes.push({
id: 3908,
label: 'MEMBER: Jérôme Bouchet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_njg2nzqy-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jerome-bouchet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283908,
size: 0.5,
source: 230628,
target: 3908 });
// adding node
var x_node = Math.cos(2 * 3062 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3062 * Math.PI / N) * 10;
g.nodes.push({
id: 3910,
label: 'MEMBER: Vincenzo Di Bartolo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_vdibartolo_pic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vincenzo-di-bartolo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283910,
size: 0.5,
source: 230628,
target: 3910 });
// adding node
var x_node = Math.cos(2 * 3063 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3063 * Math.PI / N) * 10;
g.nodes.push({
id: 3903,
label: 'MEMBER: Molly Ingersoll',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_icdphoto-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/molly-ingersoll/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283903,
size: 0.5,
source: 230628,
target: 3903 });
// adding node
var x_node = Math.cos(2 * 3064 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3064 * Math.PI / N) * 10;
g.nodes.push({
id: 3904,
label: 'MEMBER: Pierre-Emmanuel Joubert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_p-e_joubert-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-emmanuel-joubert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283904,
size: 0.5,
source: 230628,
target: 3904 });
// adding node
var x_node = Math.cos(2 * 3065 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3065 * Math.PI / N) * 10;
g.nodes.push({
id: 3920,
label: 'MEMBER: Anne Marie Wehenkel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-enanne-marie-wehenkelfrannemarie-wehenkel-research-pasteur-enanne-marie-wehenkelfrannemarie-wehenkel-wehenkel-photo-2021-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/annemarie-wehenkel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283920,
size: 0.5,
source: 230628,
target: 3920 });
// adding node
var x_node = Math.cos(2 * 3066 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3066 * Math.PI / N) * 10;
g.nodes.push({
id: 3912,
label: 'MEMBER: Jean-Michel Betton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_jmbetton-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-michel-betton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283912,
size: 0.5,
source: 230628,
target: 3912 });
// adding node
var x_node = Math.cos(2 * 3067 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3067 * Math.PI / N) * 10;
g.nodes.push({
id: 3913,
label: 'MEMBER: Claudine Mayer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_claudine_photo.001-001-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claudine-mayer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283913,
size: 0.5,
source: 230628,
target: 3913 });
// adding node
var x_node = Math.cos(2 * 3068 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3068 * Math.PI / N) * 10;
g.nodes.push({
id: 3915,
label: 'MEMBER: Marco Bellinzoni',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-marco-bellinzoni-img-0074-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marco-bellinzoni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283915,
size: 0.5,
source: 230628,
target: 3915 });
// adding node
var x_node = Math.cos(2 * 3069 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3069 * Math.PI / N) * 10;
g.nodes.push({
id: 3917,
label: 'MEMBER: Natalia Lisa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_nlisa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/natalia-lisa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283917,
size: 0.5,
source: 230628,
target: 3917 });
// adding node
var x_node = Math.cos(2 * 3070 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3070 * Math.PI / N) * 10;
g.nodes.push({
id: 3918,
label: 'MEMBER: Brigitte Vulliez-Le Normand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_brigitte-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/brigitte-vulliez-le-normand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283918,
size: 0.5,
source: 230628,
target: 3918 });
// adding node
var x_node = Math.cos(2 * 3071 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3071 * Math.PI / N) * 10;
g.nodes.push({
id: 3925,
label: 'MEMBER: Balveer Singh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/balveer-singh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283925,
size: 0.5,
source: 230628,
target: 3925 });
// adding node
var x_node = Math.cos(2 * 3072 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3072 * Math.PI / N) * 10;
g.nodes.push({
id: 3927,
label: 'MEMBER: Catherine Schurra',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_schurra-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/catherine-schurra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283927,
size: 0.5,
source: 230628,
target: 3927 });
// adding node
var x_node = Math.cos(2 * 3073 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3073 * Math.PI / N) * 10;
g.nodes.push({
id: 3928,
label: 'MEMBER: Fernando Arenzana-Seisdedos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig60-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fernando-arenzana-seisdedos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283928,
size: 0.5,
source: 230628,
target: 3928 });
// adding node
var x_node = Math.cos(2 * 3074 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3074 * Math.PI / N) * 10;
g.nodes.push({
id: 3929,
label: 'MEMBER: Anne Brelot',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anne-brelot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283929,
size: 0.5,
source: 230628,
target: 3929 });
// adding node
var x_node = Math.cos(2 * 3075 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3075 * Math.PI / N) * 10;
g.nodes.push({
id: 3921,
label: 'MEMBER: Stefania Francesconi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/stefania-francesconi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283921,
size: 0.5,
source: 230628,
target: 3921 });
// adding node
var x_node = Math.cos(2 * 3076 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3076 * Math.PI / N) * 10;
g.nodes.push({
id: 3922,
label: 'MEMBER: Serge Gangloff',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_serge-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/serge-gangloff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283922,
size: 0.5,
source: 230628,
target: 3922 });
// adding node
var x_node = Math.cos(2 * 3077 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3077 * Math.PI / N) * 10;
g.nodes.push({
id: 3923,
label: 'MEMBER: Benoit Arcangioli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_benoit-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/benoit-arcangioli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283923,
size: 0.5,
source: 230628,
target: 3923 });
// adding node
var x_node = Math.cos(2 * 3078 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3078 * Math.PI / N) * 10;
g.nodes.push({
id: 3936,
label: 'MEMBER: Alexandre Nouel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alexandre-nouel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283936,
size: 0.5,
source: 230628,
target: 3936 });
// adding node
var x_node = Math.cos(2 * 3079 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3079 * Math.PI / N) * 10;
g.nodes.push({
id: 3931,
label: 'MEMBER: Lisa Chakrabarti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_lc2-photo-medium-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lisa-chakrabarti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283931,
size: 0.5,
source: 230628,
target: 3931 });
// adding node
var x_node = Math.cos(2 * 3080 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3080 * Math.PI / N) * 10;
g.nodes.push({
id: 3932,
label: 'MEMBER: Philippe Colin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/philippe-colin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283932,
size: 0.5,
source: 230628,
target: 3932 });
// adding node
var x_node = Math.cos(2 * 3081 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3081 * Math.PI / N) * 10;
g.nodes.push({
id: 3934,
label: 'MEMBER: Paméla Gasse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_portrait-pam-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pamela-gasse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283934,
size: 0.5,
source: 230628,
target: 3934 });
// adding node
var x_node = Math.cos(2 * 3082 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3082 * Math.PI / N) * 10;
g.nodes.push({
id: 3942,
label: 'MEMBER: Jean-Marc Reynes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-marc-reynes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283942,
size: 0.5,
source: 230628,
target: 3942 });
// adding node
var x_node = Math.cos(2 * 3083 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3083 * Math.PI / N) * 10;
g.nodes.push({
id: 3944,
label: 'MEMBER: Sylvain Baize',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sylvain-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvain-baize/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283944,
size: 0.5,
source: 230628,
target: 3944 });
// adding node
var x_node = Math.cos(2 * 3084 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3084 * Math.PI / N) * 10;
g.nodes.push({
id: 3945,
label: 'MEMBER: Xavier Carnec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_xavier-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/xavier-carnec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283945,
size: 0.5,
source: 230628,
target: 3945 });
// adding node
var x_node = Math.cos(2 * 3085 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3085 * Math.PI / N) * 10;
g.nodes.push({
id: 3940,
label: 'MEMBER: Isabelle Staropoli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_image-32-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-staropoli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283940,
size: 0.5,
source: 230628,
target: 3940 });
// adding node
var x_node = Math.cos(2 * 3086 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3086 * Math.PI / N) * 10;
g.nodes.push({
id: 3957,
label: 'MEMBER: David Bikard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_photo_cropped-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-bikard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283957,
size: 0.5,
source: 230628,
target: 3957 });
// adding node
var x_node = Math.cos(2 * 3087 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3087 * Math.PI / N) * 10;
g.nodes.push({
id: 3953,
label: 'MEMBER: Brice Rotureau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_photo-id-rotureau-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/brice-rotureau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283953,
size: 0.5,
source: 230628,
target: 3953 });
// adding node
var x_node = Math.cos(2 * 3088 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3088 * Math.PI / N) * 10;
g.nodes.push({
id: 3949,
label: 'MEMBER: Philippe Bastin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_philippe_bastin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/philippe-bastin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283949,
size: 0.5,
source: 230628,
target: 3949 });
// adding node
var x_node = Math.cos(2 * 3089 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3089 * Math.PI / N) * 10;
g.nodes.push({
id: 3950,
label: 'MEMBER: Serge Bonnefoy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_photo-web-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/serge-bonnefoy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283950,
size: 0.5,
source: 230628,
target: 3950 });
// adding node
var x_node = Math.cos(2 * 3090 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3090 * Math.PI / N) * 10;
g.nodes.push({
id: 3952,
label: 'MEMBER: Christelle Travaillé',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-christelle-travaille-20240607-145817-e1717766347618-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christelle-travaille/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283952,
size: 0.5,
source: 230628,
target: 3952 });
// adding node
var x_node = Math.cos(2 * 3091 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3091 * Math.PI / N) * 10;
g.nodes.push({
id: 3947,
label: 'MEMBER: Mathieu Mateo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-mathieu-mateo-mathieu-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathieu-mateo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283947,
size: 0.5,
source: 230628,
target: 3947 });
// adding node
var x_node = Math.cos(2 * 3092 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3092 * Math.PI / N) * 10;
g.nodes.push({
id: 3963,
label: 'MEMBER: Marion Benabou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_benabou-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marion-benabou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283963,
size: 0.5,
source: 230628,
target: 3963 });
// adding node
var x_node = Math.cos(2 * 3093 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3093 * Math.PI / N) * 10;
g.nodes.push({
id: 3964,
label: 'MEMBER: Isabelle Cloëz-Tayarani',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-photo-i.-cloez-tayarani-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-cloez-tayarani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283964,
size: 0.5,
source: 230628,
target: 3964 });
// adding node
var x_node = Math.cos(2 * 3094 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3094 * Math.PI / N) * 10;
g.nodes.push({
id: 3959,
label: 'MEMBER: Florence Depardieu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-depardieu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283959,
size: 0.5,
source: 230628,
target: 3959 });
// adding node
var x_node = Math.cos(2 * 3095 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3095 * Math.PI / N) * 10;
g.nodes.push({
id: 3960,
label: 'MEMBER: Alexandre Mathieu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_mathieua-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/alexandre-mathieu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283960,
size: 0.5,
source: 230628,
target: 3960 });
// adding node
var x_node = Math.cos(2 * 3096 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3096 * Math.PI / N) * 10;
g.nodes.push({
id: 3972,
label: 'MEMBER: Julien Buratti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_buratti-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/julien-buratti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283972,
size: 0.5,
source: 230628,
target: 3972 });
// adding node
var x_node = Math.cos(2 * 3097 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3097 * Math.PI / N) * 10;
g.nodes.push({
id: 3974,
label: 'MEMBER: Sophie Calderari',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sophie-calderari/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283974,
size: 0.5,
source: 230628,
target: 3974 });
// adding node
var x_node = Math.cos(2 * 3098 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3098 * Math.PI / N) * 10;
g.nodes.push({
id: 3968,
label: 'MEMBER: Roberto Toro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_toror-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/roberto-toro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283968,
size: 0.5,
source: 230628,
target: 3968 });
// adding node
var x_node = Math.cos(2 * 3099 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3099 * Math.PI / N) * 10;
g.nodes.push({
id: 3971,
label: 'MEMBER: Laura Gouder Desjardin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_gouder-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/laura-gouder-desjardin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283971,
size: 0.5,
source: 230628,
target: 3971 });
// adding node
var x_node = Math.cos(2 * 3100 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3100 * Math.PI / N) * 10;
g.nodes.push({
id: 3967,
label: 'MEMBER: Thomas Rolland',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-photo_tr_small2-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-rolland/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283967,
size: 0.5,
source: 230628,
target: 3967 });
// adding node
var x_node = Math.cos(2 * 3101 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3101 * Math.PI / N) * 10;
g.nodes.push({
id: 3982,
label: 'MEMBER: Philippe Bousso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photopb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/philippe-bousso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283982,
size: 0.5,
source: 230628,
target: 3982 });
// adding node
var x_node = Math.cos(2 * 3102 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3102 * Math.PI / N) * 10;
g.nodes.push({
id: 3977,
label: 'MEMBER: Hervé Bourhy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig50-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/herve-bourhy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283977,
size: 0.5,
source: 230628,
target: 3977 });
// adding node
var x_node = Math.cos(2 * 3103 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3103 * Math.PI / N) * 10;
g.nodes.push({
id: 3978,
label: 'MEMBER: Cécile Troupin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/cecile-troupin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283978,
size: 0.5,
source: 230628,
target: 3978 });
// adding node
var x_node = Math.cos(2 * 3104 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3104 * Math.PI / N) * 10;
g.nodes.push({
id: 3979,
label: 'MEMBER: Benoît Besson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_312430_10200646885036834_671494965_n-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benoit-besson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283979,
size: 0.5,
source: 230628,
target: 3979 });
// adding node
var x_node = Math.cos(2 * 3105 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3105 * Math.PI / N) * 10;
g.nodes.push({
id: 3980,
label: 'MEMBER: Florian Sonthonnax',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-florian-s3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florian-sonthonnax/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283980,
size: 0.5,
source: 230628,
target: 3980 });
// adding node
var x_node = Math.cos(2 * 3106 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3106 * Math.PI / N) * 10;
g.nodes.push({
id: 3981,
label: 'MEMBER: Florence Larrous',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-photo-flo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-larrous/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283981,
size: 0.5,
source: 230628,
target: 3981 });
// adding node
var x_node = Math.cos(2 * 3107 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3107 * Math.PI / N) * 10;
g.nodes.push({
id: 3975,
label: 'MEMBER: Laurent Dacheux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-dsc5234-e1498809574771-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurent-dacheux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283975,
size: 0.5,
source: 230628,
target: 3975 });
// adding node
var x_node = Math.cos(2 * 3108 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3108 * Math.PI / N) * 10;
g.nodes.push({
id: 3976,
label: 'MEMBER: Perrine Parize',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-perrine-p1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/perrine-parize/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283976,
size: 0.5,
source: 230628,
target: 3976 });
// adding node
var x_node = Math.cos(2 * 3109 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3109 * Math.PI / N) * 10;
g.nodes.push({
id: 3989,
label: 'MEMBER: David Michonneau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_fullsizerender11-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-michonneau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283989,
size: 0.5,
source: 230628,
target: 3989 });
// adding node
var x_node = Math.cos(2 * 3110 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3110 * Math.PI / N) * 10;
g.nodes.push({
id: 3991,
label: 'MEMBER: Eva Boritsch',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_20150928mip_6626--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eva-boritsch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283991,
size: 0.5,
source: 230628,
target: 3991 });
// adding node
var x_node = Math.cos(2 * 3111 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3111 * Math.PI / N) * 10;
g.nodes.push({
id: 3986,
label: 'MEMBER: Susanna Celli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sc-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/susanna-celli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283986,
size: 0.5,
source: 230628,
target: 3986 });
// adding node
var x_node = Math.cos(2 * 3112 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3112 * Math.PI / N) * 10;
g.nodes.push({
id: 3987,
label: 'MEMBER: Capucine Grandjean',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-screen-shot-2017-09-21-at-11.49.52-2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/capucine-grandjean/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283987,
size: 0.5,
source: 230628,
target: 3987 });
// adding node
var x_node = Math.cos(2 * 3113 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3113 * Math.PI / N) * 10;
g.nodes.push({
id: 4001,
label: 'MEMBER: Caitlin Gillis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_caitlin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caitlin-gillis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284001,
size: 0.5,
source: 230628,
target: 4001 });
// adding node
var x_node = Math.cos(2 * 3114 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3114 * Math.PI / N) * 10;
g.nodes.push({
id: 3998,
label: 'MEMBER: Alexandre Pawlik',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_20150928mip_6643--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandre-pawlik/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283998,
size: 0.5,
source: 230628,
target: 3998 });
// adding node
var x_node = Math.cos(2 * 3115 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3115 * Math.PI / N) * 10;
g.nodes.push({
id: 4000,
label: 'MEMBER: Friederike Jönsson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-jonsson-friederike-4626-cooperate-small-3-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/friederike-jonsson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284000,
size: 0.5,
source: 230628,
target: 4000 });
// adding node
var x_node = Math.cos(2 * 3116 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3116 * Math.PI / N) * 10;
g.nodes.push({
id: 3992,
label: 'MEMBER: Roland Brosch',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_roland1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/roland-brosch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283992,
size: 0.5,
source: 230628,
target: 3992 });
// adding node
var x_node = Math.cos(2 * 3117 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3117 * Math.PI / N) * 10;
g.nodes.push({
id: 3993,
label: 'MEMBER: Laleh Majlessi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-photo-lm-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/laleh-majlessi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283993,
size: 0.5,
source: 230628,
target: 3993 });
// adding node
var x_node = Math.cos(2 * 3118 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3118 * Math.PI / N) * 10;
g.nodes.push({
id: 3994,
label: 'MEMBER: Fadel Sayes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_20150928mip_6622--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fadel-sayes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283994,
size: 0.5,
source: 230628,
target: 3994 });
// adding node
var x_node = Math.cos(2 * 3119 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3119 * Math.PI / N) * 10;
g.nodes.push({
id: 3995,
label: 'MEMBER: Roxane Simeone',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_20151029mip_7088-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/roxane-simeone/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283995,
size: 0.5,
source: 230628,
target: 3995 });
// adding node
var x_node = Math.cos(2 * 3120 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3120 * Math.PI / N) * 10;
g.nodes.push({
id: 3996,
label: 'MEMBER: Fabien Le Chevalier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_20150928mip_6639--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fabien-le-chevalier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283996,
size: 0.5,
source: 230628,
target: 3996 });
// adding node
var x_node = Math.cos(2 * 3121 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3121 * Math.PI / N) * 10;
g.nodes.push({
id: 3997,
label: 'MEMBER: Nadine Honore',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nadine-honore/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283997,
size: 0.5,
source: 230628,
target: 3997 });
// adding node
var x_node = Math.cos(2 * 3122 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3122 * Math.PI / N) * 10;
g.nodes.push({
id: 4007,
label: 'MEMBER: Priscila Pini Zenatti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_priscila-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/priscila-pini-zenatti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284007,
size: 0.5,
source: 230628,
target: 4007 });
// adding node
var x_node = Math.cos(2 * 3123 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3123 * Math.PI / N) * 10;
g.nodes.push({
id: 4009,
label: 'MEMBER: Carmen Buchrieser',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_carmen1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carmen-buchrieser/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284009,
size: 0.5,
source: 230628,
target: 4009 });
// adding node
var x_node = Math.cos(2 * 3124 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3124 * Math.PI / N) * 10;
g.nodes.push({
id: 4010,
label: 'MEMBER: Pedro Escoll',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_escoll-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/pedro-escoll-guerrero/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284010,
size: 0.5,
source: 230628,
target: 4010 });
// adding node
var x_node = Math.cos(2 * 3125 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3125 * Math.PI / N) * 10;
g.nodes.push({
id: 4005,
label: 'MEMBER: Ophélie Godon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_ophelie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ophelie-godon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284005,
size: 0.5,
source: 230628,
target: 4005 });
// adding node
var x_node = Math.cos(2 * 3126 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3126 * Math.PI / N) * 10;
g.nodes.push({
id: 4006,
label: 'MEMBER: Lydia Madjene',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_celia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lydia-madjene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284006,
size: 0.5,
source: 230628,
target: 4006 });
// adding node
var x_node = Math.cos(2 * 3127 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3127 * Math.PI / N) * 10;
g.nodes.push({
id: 4017,
label: 'MEMBER: Christophe Rusniok',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_rusniok-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/christophe-rusniok/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284017,
size: 0.5,
source: 230628,
target: 4017 });
// adding node
var x_node = Math.cos(2 * 3128 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3128 * Math.PI / N) * 10;
g.nodes.push({
id: 4018,
label: 'MEMBER: Tobias Sahr',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_tobias-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/tobias-sahr/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284018,
size: 0.5,
source: 230628,
target: 4018 });
// adding node
var x_node = Math.cos(2 * 3129 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3129 * Math.PI / N) * 10;
g.nodes.push({
id: 4019,
label: 'MEMBER: Anne-Sophie Le Guern',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_photo-aslg-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/anne-sophie-le-guern/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284019,
size: 0.5,
source: 230628,
target: 4019 });
// adding node
var x_node = Math.cos(2 * 3130 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3130 * Math.PI / N) * 10;
g.nodes.push({
id: 4013,
label: 'MEMBER: Sonia Soledad Mondino',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_mondino-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sonia-soledad-mondino/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284013,
size: 0.5,
source: 230628,
target: 4013 });
// adding node
var x_node = Math.cos(2 * 3131 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3131 * Math.PI / N) * 10;
g.nodes.push({
id: 4014,
label: 'MEMBER: Giulia Oliva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_go2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/giulia-oliva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284014,
size: 0.5,
source: 230628,
target: 4014 });
// adding node
var x_node = Math.cos(2 * 3132 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3132 * Math.PI / N) * 10;
g.nodes.push({
id: 4015,
label: 'MEMBER: Monica Rolando',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sans-titre-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/monica-rolando/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284015,
size: 0.5,
source: 230628,
target: 4015 });
// adding node
var x_node = Math.cos(2 * 3133 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3133 * Math.PI / N) * 10;
g.nodes.push({
id: 4016,
label: 'MEMBER: Viviane Chenal-Francisque',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_viviane-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/viviane-chenal-francisque/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284016,
size: 0.5,
source: 230628,
target: 4016 });
// adding node
var x_node = Math.cos(2 * 3134 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3134 * Math.PI / N) * 10;
g.nodes.push({
id: 4011,
label: 'MEMBER: Laura Gomez Valero',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_gomez-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/laura-gomez-valero/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284011,
size: 0.5,
source: 230628,
target: 4011 });
// adding node
var x_node = Math.cos(2 * 3135 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3135 * Math.PI / N) * 10;
g.nodes.push({
id: 4026,
label: 'MEMBER: Cyril Savin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_j4d_538761-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cyril-savin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284026,
size: 0.5,
source: 230628,
target: 4026 });
// adding node
var x_node = Math.cos(2 * 3136 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3136 * Math.PI / N) * 10;
g.nodes.push({
id: 4028,
label: 'MEMBER: Simon Cauchemez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig45-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/simon-cauchemez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284028,
size: 0.5,
source: 230628,
target: 4028 });
// adding node
var x_node = Math.cos(2 * 3137 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3137 * Math.PI / N) * 10;
g.nodes.push({
id: 4022,
label: 'MEMBER: Christian Demeure',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_c.-demeure-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christian-demeure/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284022,
size: 0.5,
source: 230628,
target: 4022 });
// adding node
var x_node = Math.cos(2 * 3138 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3138 * Math.PI / N) * 10;
g.nodes.push({
id: 4024,
label: 'MEMBER: Aurelien Leroy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aurelien-leroy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284024,
size: 0.5,
source: 230628,
target: 4024 });
// adding node
var x_node = Math.cos(2 * 3139 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3139 * Math.PI / N) * 10;
g.nodes.push({
id: 4025,
label: 'MEMBER: Anne Derbise',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_photo-du-10-06-15-à-17.10-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-derbise/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284025,
size: 0.5,
source: 230628,
target: 4025 });
// adding node
var x_node = Math.cos(2 * 3140 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3140 * Math.PI / N) * 10;
g.nodes.push({
id: 4020,
label: 'MEMBER: Rym Bagga',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rym-bagga/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284020,
size: 0.5,
source: 230628,
target: 4020 });
// adding node
var x_node = Math.cos(2 * 3141 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3141 * Math.PI / N) * 10;
g.nodes.push({
id: 4021,
label: 'MEMBER: Elisabeth Carniel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_elisabeth-carniel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elisabeth-carniel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284021,
size: 0.5,
source: 230628,
target: 4021 });
// adding node
var x_node = Math.cos(2 * 3142 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3142 * Math.PI / N) * 10;
g.nodes.push({
id: 4032,
label: 'MEMBER: Jean-Marc Cavaillon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_cavaillon-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-marc-cavaillon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284032,
size: 0.5,
source: 230628,
target: 4032 });
// adding node
var x_node = Math.cos(2 * 3143 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3143 * Math.PI / N) * 10;
g.nodes.push({
id: 4033,
label: 'MEMBER: Noëlle Doyen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_noelle-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/noelle-doyen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284033,
size: 0.5,
source: 230628,
target: 4033 });
// adding node
var x_node = Math.cos(2 * 3144 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3144 * Math.PI / N) * 10;
g.nodes.push({
id: 4034,
label: 'MEMBER: Oumaima Granet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_me1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/oumaima-granet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284034,
size: 0.5,
source: 230628,
target: 4034 });
// adding node
var x_node = Math.cos(2 * 3145 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3145 * Math.PI / N) * 10;
g.nodes.push({
id: 4035,
label: 'MEMBER: Françoise Guinet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_francoise.guinet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francoise-guinet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284035,
size: 0.5,
source: 230628,
target: 4035 });
// adding node
var x_node = Math.cos(2 * 3146 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3146 * Math.PI / N) * 10;
g.nodes.push({
id: 4031,
label: 'MEMBER: Henrik Salje',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_h_salje_pic1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/henrik-salje/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284031,
size: 0.5,
source: 230628,
target: 4031 });
// adding node
var x_node = Math.cos(2 * 3147 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3147 * Math.PI / N) * 10;
g.nodes.push({
id: 4044,
label: 'MEMBER: Egor Vorontsov',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_p1080528_1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/egor-vorontsov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284044,
size: 0.5,
source: 230628,
target: 4044 });
// adding node
var x_node = Math.cos(2 * 3148 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3148 * Math.PI / N) * 10;
g.nodes.push({
id: 4039,
label: 'MEMBER: Sarah Wong',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/07/research_pasteur-sarah1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sarah-wong/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284039,
size: 0.5,
source: 230628,
target: 4039 });
// adding node
var x_node = Math.cos(2 * 3149 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3149 * Math.PI / N) * 10;
g.nodes.push({
id: 4041,
label: 'MEMBER: Julia Chamot-Rooke',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_dsc4714-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/julia-chamot-rooke/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284041,
size: 0.5,
source: 230628,
target: 4041 });
// adding node
var x_node = Math.cos(2 * 3150 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3150 * Math.PI / N) * 10;
g.nodes.push({
id: 4043,
label: 'MEMBER: Martial Rey',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_img_7701-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/martial-rey/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284043,
size: 0.5,
source: 230628,
target: 4043 });
// adding node
var x_node = Math.cos(2 * 3151 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3151 * Math.PI / N) * 10;
g.nodes.push({
id: 4038,
label: 'MEMBER: Mariko Matsui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_mariko.matsui-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariko-matsui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284038,
size: 0.5,
source: 230628,
target: 4038 });
// adding node
var x_node = Math.cos(2 * 3152 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3152 * Math.PI / N) * 10;
g.nodes.push({
id: 4052,
label: 'MEMBER: Francesca Di Nunzio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/01/research_pasteur-dscf1697-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francesca-di-nunzio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284052,
size: 0.5,
source: 230628,
target: 4052 });
// adding node
var x_node = Math.cos(2 * 3153 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3153 * Math.PI / N) * 10;
g.nodes.push({
id: 4053,
label: 'MEMBER: Marc Lavigne',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marc-lavigne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284053,
size: 0.5,
source: 230628,
target: 4053 });
// adding node
var x_node = Math.cos(2 * 3154 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3154 * Math.PI / N) * 10;
g.nodes.push({
id: 4051,
label: 'MEMBER: Pierre Charneau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig10-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/pierre-charneau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284051,
size: 0.5,
source: 230628,
target: 4051 });
// adding node
var x_node = Math.cos(2 * 3155 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3155 * Math.PI / N) * 10;
g.nodes.push({
id: 4046,
label: 'MEMBER: Sébastien Brier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-dsc_1803_hd.jpg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sebastien-brier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284046,
size: 0.5,
source: 230628,
target: 4046 });
// adding node
var x_node = Math.cos(2 * 3156 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3156 * Math.PI / N) * 10;
g.nodes.push({
id: 4062,
label: 'MEMBER: Micheline Guillotte-Blisnick',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_micheline-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/micheline-guillotte-blisnick/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284062,
size: 0.5,
source: 230628,
target: 4062 });
// adding node
var x_node = Math.cos(2 * 3157 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3157 * Math.PI / N) * 10;
g.nodes.push({
id: 4056,
label: 'MEMBER: Philippe Souque',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/philippe-souque/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284056,
size: 0.5,
source: 230628,
target: 4056 });
// adding node
var x_node = Math.cos(2 * 3158 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3158 * Math.PI / N) * 10;
g.nodes.push({
id: 4058,
label: 'MEMBER: Chetan Chitnis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_chitnis_photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chetan-chitnis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284058,
size: 0.5,
source: 230628,
target: 4058 });
// adding node
var x_node = Math.cos(2 * 3159 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3159 * Math.PI / N) * 10;
g.nodes.push({
id: 4059,
label: 'MEMBER: Shailja Singh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_photo-on-24-12-15-at-17.17-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/shailja-singh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284059,
size: 0.5,
source: 230628,
target: 4059 });
// adding node
var x_node = Math.cos(2 * 3160 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3160 * Math.PI / N) * 10;
g.nodes.push({
id: 4065,
label: 'MEMBER: Jean Mantz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-mantz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284065,
size: 0.5,
source: 230628,
target: 4065 });
// adding node
var x_node = Math.cos(2 * 3161 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3161 * Math.PI / N) * 10;
g.nodes.push({
id: 4063,
label: 'MEMBER: Christèle Huon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_img_0517bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christele-huon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284063,
size: 0.5,
source: 230628,
target: 4063 });
// adding node
var x_node = Math.cos(2 * 3162 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3162 * Math.PI / N) * 10;
g.nodes.push({
id: 4075,
label: 'MEMBER: Catherine Van Renterghem-Lalan',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-van-renterghem-lalan/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284075,
size: 0.5,
source: 230628,
target: 4075 });
// adding node
var x_node = Math.cos(2 * 3163 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3163 * Math.PI / N) * 10;
g.nodes.push({
id: 4076,
label: 'MEMBER: Grazyna Faure-Kuzminska',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_gf-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/grazyna-faure-kuzminska/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284076,
size: 0.5,
source: 230628,
target: 4076 });
// adding node
var x_node = Math.cos(2 * 3164 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3164 * Math.PI / N) * 10;
g.nodes.push({
id: 4071,
label: 'MEMBER: David Hardy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-photo-hardy-david-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-hardy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284071,
size: 0.5,
source: 230628,
target: 4071 });
// adding node
var x_node = Math.cos(2 * 3165 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3165 * Math.PI / N) * 10;
g.nodes.push({
id: 4073,
label: 'MEMBER: Franck Verdonk',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_uge3dfb5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/franck-verdonk/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284073,
size: 0.5,
source: 230628,
target: 4073 });
// adding node
var x_node = Math.cos(2 * 3166 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3166 * Math.PI / N) * 10;
g.nodes.push({
id: 4081,
label: 'MEMBER: Olivier Dussurget',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_dussurget-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-dussurget/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284081,
size: 0.5,
source: 230628,
target: 4081 });
// adding node
var x_node = Math.cos(2 * 3167 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3167 * Math.PI / N) * 10;
g.nodes.push({
id: 4082,
label: 'MEMBER: David Ribet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_photo-identite-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-ribet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284082,
size: 0.5,
source: 230628,
target: 4082 });
// adding node
var x_node = Math.cos(2 * 3168 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3168 * Math.PI / N) * 10;
g.nodes.push({
id: 4084,
label: 'MEMBER: Christophe Becavin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-christophe-becavin-shoot-03_10_18-174-edit-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-becavin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284084,
size: 0.5,
source: 230628,
target: 4084 });
// adding node
var x_node = Math.cos(2 * 3169 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3169 * Math.PI / N) * 10;
g.nodes.push({
id: 4089,
label: 'MEMBER: Sabrina Jabs',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sabrina_4218b_-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sabrina-jabs/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284089,
size: 0.5,
source: 230628,
target: 4089 });
// adding node
var x_node = Math.cos(2 * 3170 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3170 * Math.PI / N) * 10;
g.nodes.push({
id: 4092,
label: 'MEMBER: Alessandro Pagliuso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_pagliuso-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/alessandro-pagliuso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284092,
size: 0.5,
source: 230628,
target: 4092 });
// adding node
var x_node = Math.cos(2 * 3171 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3171 * Math.PI / N) * 10;
g.nodes.push({
id: 4101,
label: 'MEMBER: Marie-Anne Nahori',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_nahori-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-anne-nahori/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284101,
size: 0.5,
source: 230628,
target: 4101 });
// adding node
var x_node = Math.cos(2 * 3172 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3172 * Math.PI / N) * 10;
g.nodes.push({
id: 4087,
label: 'MEMBER: Mélanie Hamon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_p1010312-version-2-4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melanie-hamon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284087,
size: 0.5,
source: 230628,
target: 4087 });
// adding node
var x_node = Math.cos(2 * 3173 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3173 * Math.PI / N) * 10;
g.nodes.push({
id: 4097,
label: 'MEMBER: Yulia Redko Hamel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_redko-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/yulia-redko-hamel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284097,
size: 0.5,
source: 230628,
target: 4097 });
// adding node
var x_node = Math.cos(2 * 3174 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3174 * Math.PI / N) * 10;
g.nodes.push({
id: 4099,
label: 'MEMBER: Julien Karim Malet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_karin-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/julien-karim-malet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284099,
size: 0.5,
source: 230628,
target: 4099 });
// adding node
var x_node = Math.cos(2 * 3175 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3175 * Math.PI / N) * 10;
g.nodes.push({
id: 4109,
label: 'MEMBER: Guilhem Janbon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-img_0255r-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guilhem-janbon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284109,
size: 0.5,
source: 230628,
target: 4109 });
// adding node
var x_node = Math.cos(2 * 3176 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3176 * Math.PI / N) * 10;
g.nodes.push({
id: 4110,
label: 'MEMBER: Anne Neville',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_neville-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anne-neville/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284110,
size: 0.5,
source: 230628,
target: 4110 });
// adding node
var x_node = Math.cos(2 * 3177 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3177 * Math.PI / N) * 10;
g.nodes.push({
id: 4094,
label: 'MEMBER: Javier Pizarro-Cerda',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-javier-pizarro-cerda-javier-pizarro-1300-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/javier-pizarro-cerda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284094,
size: 0.5,
source: 230628,
target: 4094 });
// adding node
var x_node = Math.cos(2 * 3178 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3178 * Math.PI / N) * 10;
g.nodes.push({
id: 4095,
label: 'MEMBER: Juan Jose Quereda Torres',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_juan-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/juan-jose-quereda-torres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284095,
size: 0.5,
source: 230628,
target: 4095 });
// adding node
var x_node = Math.cos(2 * 3179 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3179 * Math.PI / N) * 10;
g.nodes.push({
id: 4105,
label: 'MEMBER: Sophie Bachellier-Bassi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sophie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-bachellier-bassi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284105,
size: 0.5,
source: 230628,
target: 4105 });
// adding node
var x_node = Math.cos(2 * 3180 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3180 * Math.PI / N) * 10;
g.nodes.push({
id: 4106,
label: 'MEMBER: Virginia Basso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_basso-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/virginia-basso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284106,
size: 0.5,
source: 230628,
target: 4106 });
// adding node
var x_node = Math.cos(2 * 3181 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3181 * Math.PI / N) * 10;
g.nodes.push({
id: 4107,
label: 'MEMBER: Christophe D’Enfert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/denfert_0-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-denfert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284107,
size: 0.5,
source: 230628,
target: 4107 });
// adding node
var x_node = Math.cos(2 * 3182 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3182 * Math.PI / N) * 10;
g.nodes.push({
id: 4108,
label: 'MEMBER: Arturo Hernandez Cervantes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_hernandez-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arturo-hernandez-cervantes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284108,
size: 0.5,
source: 230628,
target: 4108 });
// adding node
var x_node = Math.cos(2 * 3183 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3183 * Math.PI / N) * 10;
g.nodes.push({
id: 4103,
label: 'MEMBER: Marie-Elisabeth Bougnoux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_eli-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elisabeth-bougnoux-andremont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284103,
size: 0.5,
source: 230628,
target: 4103 });
// adding node
var x_node = Math.cos(2 * 3184 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3184 * Math.PI / N) * 10;
g.nodes.push({
id: 4104,
label: 'MEMBER: Mélanie Legrand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_melanie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/melanie-legrand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284104,
size: 0.5,
source: 230628,
target: 4104 });
// adding node
var x_node = Math.cos(2 * 3185 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3185 * Math.PI / N) * 10;
g.nodes.push({
id: 4116,
label: 'MEMBER: Josette Raymond',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/josette-raymond/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284116,
size: 0.5,
source: 230628,
target: 4116 });
// adding node
var x_node = Math.cos(2 * 3186 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3186 * Math.PI / N) * 10;
g.nodes.push({
id: 4118,
label: 'MEMBER: Hilde De Reuse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_hilde_de_reuse-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hilde-de-reuse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284118,
size: 0.5,
source: 230628,
target: 4118 });
// adding node
var x_node = Math.cos(2 * 3187 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3187 * Math.PI / N) * 10;
g.nodes.push({
id: 4112,
label: 'MEMBER: Adeline Feri',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_feri-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adeline-feri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284112,
size: 0.5,
source: 230628,
target: 4112 });
// adding node
var x_node = Math.cos(2 * 3188 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3188 * Math.PI / N) * 10;
g.nodes.push({
id: 4114,
label: 'MEMBER: Alice Dautry',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_institutpasteur_28222-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alice-dautry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284114,
size: 0.5,
source: 230628,
target: 4114 });
// adding node
var x_node = Math.cos(2 * 3189 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3189 * Math.PI / N) * 10;
g.nodes.push({
id: 4115,
label: 'MEMBER: Paul Lazarow',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/paul-lazarow/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284115,
size: 0.5,
source: 230628,
target: 4115 });
// adding node
var x_node = Math.cos(2 * 3190 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3190 * Math.PI / N) * 10;
g.nodes.push({
id: 4111,
label: 'MEMBER: Sadri Znaidi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_znaidi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sadri-znaidi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284111,
size: 0.5,
source: 230628,
target: 4111 });
// adding node
var x_node = Math.cos(2 * 3191 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3191 * Math.PI / N) * 10;
g.nodes.push({
id: 4125,
label: 'MEMBER: Anne Dejean',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/03/research.pasteur.fr_anne-dejean-4-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/anne-dejean/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284125,
size: 0.5,
source: 230628,
target: 4125 });
// adding node
var x_node = Math.cos(2 * 3192 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3192 * Math.PI / N) * 10;
g.nodes.push({
id: 4127,
label: 'MEMBER: Ying Cao',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_me-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ying-cao/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284127,
size: 0.5,
source: 230628,
target: 4127 });
// adding node
var x_node = Math.cos(2 * 3193 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3193 * Math.PI / N) * 10;
g.nodes.push({
id: 4121,
label: 'MEMBER: Eliette Touati',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_diapositive15-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eliette-touati/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284121,
size: 0.5,
source: 230628,
target: 4121 });
// adding node
var x_node = Math.cos(2 * 3194 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3194 * Math.PI / N) * 10;
g.nodes.push({
id: 4120,
label: 'MEMBER: Frédéric Fischer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_photo-fred-f-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/frederic-fischer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284120,
size: 0.5,
source: 230628,
target: 4120 });
// adding node
var x_node = Math.cos(2 * 3195 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3195 * Math.PI / N) * 10;
g.nodes.push({
id: 4135,
label: 'MEMBER: Jacob Seeler',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_jjjjjjjjjjaaaaacccooo-copie-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jacob-seeler/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284135,
size: 0.5,
source: 230628,
target: 4135 });
// adding node
var x_node = Math.cos(2 * 3196 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3196 * Math.PI / N) * 10;
g.nodes.push({
id: 4136,
label: 'MEMBER: Thibaut Snollaerts',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/thibaut-snollaerts/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284136,
size: 0.5,
source: 230628,
target: 4136 });
// adding node
var x_node = Math.cos(2 * 3197 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3197 * Math.PI / N) * 10;
g.nodes.push({
id: 4137,
label: 'MEMBER: Agnès Marchio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sans-titre2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/agnes-marchio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284137,
size: 0.5,
source: 230628,
target: 4137 });
// adding node
var x_node = Math.cos(2 * 3198 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3198 * Math.PI / N) * 10;
g.nodes.push({
id: 4138,
label: 'MEMBER: Marc Delarue',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_marc2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marc-delarue/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284138,
size: 0.5,
source: 230628,
target: 4138 });
// adding node
var x_node = Math.cos(2 * 3199 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3199 * Math.PI / N) * 10;
g.nodes.push({
id: 4130,
label: 'MEMBER: Pablo Garcia Gutierrez',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pablo-garcia-gutierrez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284130,
size: 0.5,
source: 230628,
target: 4130 });
// adding node
var x_node = Math.cos(2 * 3200 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3200 * Math.PI / N) * 10;
g.nodes.push({
id: 4131,
label: 'MEMBER: Yoon Ra Her',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yoon-ra-her/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284131,
size: 0.5,
source: 230628,
target: 4131 });
// adding node
var x_node = Math.cos(2 * 3201 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3201 * Math.PI / N) * 10;
g.nodes.push({
id: 4133,
label: 'MEMBER: Pascal Pineau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ef317547742df3f889_l_1e91c-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pascal-pineau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284133,
size: 0.5,
source: 230628,
target: 4133 });
// adding node
var x_node = Math.cos(2 * 3202 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3202 * Math.PI / N) * 10;
g.nodes.push({
id: 4128,
label: 'MEMBER: Eleftheria (Elma) Chalatsi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eleftheria-chalatsi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284128,
size: 0.5,
source: 230628,
target: 4128 });
// adding node
var x_node = Math.cos(2 * 3203 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3203 * Math.PI / N) * 10;
g.nodes.push({
id: 4129,
label: 'MEMBER: Jack Christophe Cossec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photowebsite2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jack-christophe-cossec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284129,
size: 0.5,
source: 230628,
target: 4129 });
// adding node
var x_node = Math.cos(2 * 3204 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3204 * Math.PI / N) * 10;
g.nodes.push({
id: 4147,
label: 'MEMBER: Florence Cordier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-photo_flo_2019.06.25a_crop-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-cordier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284147,
size: 0.5,
source: 230628,
target: 4147 });
// adding node
var x_node = Math.cos(2 * 3205 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3205 * Math.PI / N) * 10;
g.nodes.push({
id: 4148,
label: 'MEMBER: Nadia Izadi-Pruneyre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_photo_site-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nadia-izadi-pruneyre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284148,
size: 0.5,
source: 230628,
target: 4148 });
// adding node
var x_node = Math.cos(2 * 3206 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3206 * Math.PI / N) * 10;
g.nodes.push({
id: 4145,
label: 'MEMBER: Denise Derhy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/denise-derhy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284145,
size: 0.5,
source: 230628,
target: 4145 });
// adding node
var x_node = Math.cos(2 * 3207 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3207 * Math.PI / N) * 10;
g.nodes.push({
id: 4146,
label: 'MEMBER: Muriel Delepierre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig6-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/muriel-delepierre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284146,
size: 0.5,
source: 230628,
target: 4146 });
// adding node
var x_node = Math.cos(2 * 3208 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3208 * Math.PI / N) * 10;
g.nodes.push({
id: 4143,
label: 'MEMBER: Ludovic Sauguet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-ludovic-sauguet-photo-sauguet-ludovic-scaled-e1650635785861-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ludovic-sauguet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284143,
size: 0.5,
source: 230628,
target: 4143 });
// adding node
var x_node = Math.cos(2 * 3209 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3209 * Math.PI / N) * 10;
g.nodes.push({
id: 4156,
label: 'MEMBER: Nicolas Wolff',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-du-30-09-2015-a-09.47-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-wolff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284156,
size: 0.5,
source: 230628,
target: 4156 });
// adding node
var x_node = Math.cos(2 * 3210 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3210 * Math.PI / N) * 10;
g.nodes.push({
id: 4152,
label: 'MEMBER: Alphonse Garcia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-alphonse-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alphonse-garcia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284152,
size: 0.5,
source: 230628,
target: 4152 });
// adding node
var x_node = Math.cos(2 * 3211 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3211 * Math.PI / N) * 10;
g.nodes.push({
id: 4153,
label: 'MEMBER: Iñaki Guijarro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/05/research_pasteur-photo4-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/inaki-guijarro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284153,
size: 0.5,
source: 230628,
target: 4153 });
// adding node
var x_node = Math.cos(2 * 3212 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3212 * Math.PI / N) * 10;
g.nodes.push({
id: 4154,
label: 'MEMBER: Aracelys Lopez Castilla',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_profile-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aracelys-lopez-castilla/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284154,
size: 0.5,
source: 230628,
target: 4154 });
// adding node
var x_node = Math.cos(2 * 3213 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3213 * Math.PI / N) * 10;
g.nodes.push({
id: 4149,
label: 'MEMBER: Célia Caillet-Saguy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-celia-caillet-saguy-img-20240421-203216-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celia-caillet-saguy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284149,
size: 0.5,
source: 230628,
target: 4149 });
// adding node
var x_node = Math.cos(2 * 3214 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3214 * Math.PI / N) * 10;
g.nodes.push({
id: 4150,
label: 'MEMBER: Alain Chaffotte',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/alain-chaffotte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284150,
size: 0.5,
source: 230628,
target: 4150 });
// adding node
var x_node = Math.cos(2 * 3215 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3215 * Math.PI / N) * 10;
g.nodes.push({
id: 4166,
label: 'MEMBER: Claire Muslin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/claire-muslin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284166,
size: 0.5,
source: 230628,
target: 4166 });
// adding node
var x_node = Math.cos(2 * 3216 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3216 * Math.PI / N) * 10;
g.nodes.push({
id: 4162,
label: 'MEMBER: Francis Delpeyroux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_photo-mooc-cv-fr.delp_.-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francis-delpeyroux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284162,
size: 0.5,
source: 230628,
target: 4162 });
// adding node
var x_node = Math.cos(2 * 3217 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3217 * Math.PI / N) * 10;
g.nodes.push({
id: 4163,
label: 'MEMBER: Bruno Blondel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_p1000035rec-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bruno-blondel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284163,
size: 0.5,
source: 230628,
target: 4163 });
// adding node
var x_node = Math.cos(2 * 3218 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3218 * Math.PI / N) * 10;
g.nodes.push({
id: 4164,
label: 'MEMBER: Carmen Mirabelli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_p1000034rec-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carmen-mirabelli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284164,
size: 0.5,
source: 230628,
target: 4164 });
// adding node
var x_node = Math.cos(2 * 3219 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3219 * Math.PI / N) * 10;
g.nodes.push({
id: 4158,
label: 'MEMBER: Bruno Vitorge',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_bruno_vitorge-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bruno-vitorge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284158,
size: 0.5,
source: 230628,
target: 4158 });
// adding node
var x_node = Math.cos(2 * 3220 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3220 * Math.PI / N) * 10;
g.nodes.push({
id: 4160,
label: 'MEMBER: Ada Prochnicka-Chalufour',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_maphoto-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ada-prochnicka-chalufour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284160,
size: 0.5,
source: 230628,
target: 4160 });
// adding node
var x_node = Math.cos(2 * 3221 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3221 * Math.PI / N) * 10;
g.nodes.push({
id: 4172,
label: 'MEMBER: Laure Guenin-Mace',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/04/research.pasteur.fr_photo-laure-pasteur-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laure-guenin-mace/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284172,
size: 0.5,
source: 230628,
target: 4172 });
// adding node
var x_node = Math.cos(2 * 3222 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3222 * Math.PI / N) * 10;
g.nodes.push({
id: 4173,
label: 'MEMBER: Fatoumata Niang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_capture-d’écran-2015-08-04-à-14.21.09-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/fatoumata-niang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284173,
size: 0.5,
source: 230628,
target: 4173 });
// adding node
var x_node = Math.cos(2 * 3223 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3223 * Math.PI / N) * 10;
g.nodes.push({
id: 4174,
label: 'MEMBER: Reid Oldenburg',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_capture-d’écran-2015-08-04-à-14.19.41-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/reid-oldenburg/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284174,
size: 0.5,
source: 230628,
target: 4174 });
// adding node
var x_node = Math.cos(2 * 3224 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3224 * Math.PI / N) * 10;
g.nodes.push({
id: 4167,
label: 'MEMBER: Jean Balanant',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/jean-balanant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284167,
size: 0.5,
source: 230628,
target: 4167 });
// adding node
var x_node = Math.cos(2 * 3225 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3225 * Math.PI / N) * 10;
g.nodes.push({
id: 4168,
label: 'MEMBER: Marie-Line Joffret',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_diapositive112-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-line-joffret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284168,
size: 0.5,
source: 230628,
target: 4168 });
// adding node
var x_node = Math.cos(2 * 3226 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3226 * Math.PI / N) * 10;
g.nodes.push({
id: 4169,
label: 'MEMBER: Isabelle Pelletier-Doucement',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_isa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-pelletier-doucement/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284169,
size: 0.5,
source: 230628,
target: 4169 });
// adding node
var x_node = Math.cos(2 * 3227 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3227 * Math.PI / N) * 10;
g.nodes.push({
id: 4171,
label: 'MEMBER: Caroline Demangel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-caroline-demangel-id-caro2-2018-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caroline-demangel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284171,
size: 0.5,
source: 230628,
target: 4171 });
// adding node
var x_node = Math.cos(2 * 3228 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3228 * Math.PI / N) * 10;
g.nodes.push({
id: 4183,
label: 'MEMBER: Silvia Lopez Lastra',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/silvia-lopez-lastra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284183,
size: 0.5,
source: 230628,
target: 4183 });
// adding node
var x_node = Math.cos(2 * 3229 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3229 * Math.PI / N) * 10;
g.nodes.push({
id: 4178,
label: 'MEMBER: Wei Yu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_profile-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/wei-yu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284178,
size: 0.5,
source: 230628,
target: 4178 });
// adding node
var x_node = Math.cos(2 * 3230 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3230 * Math.PI / N) * 10;
g.nodes.push({
id: 4180,
label: 'MEMBER: James Di Santo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_photojd-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/james-di-santo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284180,
size: 0.5,
source: 230628,
target: 4180 });
// adding node
var x_node = Math.cos(2 * 3231 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3231 * Math.PI / N) * 10;
g.nodes.push({
id: 4176,
label: 'MEMBER: Ludovic Deriano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/07/research.pasteur.fr_sans-titre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ludovic-deriano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284176,
size: 0.5,
source: 230628,
target: 4176 });
// adding node
var x_node = Math.cos(2 * 3232 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3232 * Math.PI / N) * 10;
g.nodes.push({
id: 4177,
label: 'MEMBER: Chloé Lescale',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo_chloé-bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-lescale/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284177,
size: 0.5,
source: 230628,
target: 4177 });
// adding node
var x_node = Math.cos(2 * 3233 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3233 * Math.PI / N) * 10;
g.nodes.push({
id: 4189,
label: 'MEMBER: Thomas Verrier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_img_4452-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-verrier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284189,
size: 0.5,
source: 230628,
target: 4189 });
// adding node
var x_node = Math.cos(2 * 3234 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3234 * Math.PI / N) * 10;
g.nodes.push({
id: 4191,
label: 'MEMBER: Erwan Corcuff',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/erwan-corcuff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284191,
size: 0.5,
source: 230628,
target: 4191 });
// adding node
var x_node = Math.cos(2 * 3235 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3235 * Math.PI / N) * 10;
g.nodes.push({
id: 4184,
label: 'MEMBER: Guillemette Masse-Ranson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillemette-masse-ranson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284184,
size: 0.5,
source: 230628,
target: 4184 });
// adding node
var x_node = Math.cos(2 * 3236 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3236 * Math.PI / N) * 10;
g.nodes.push({
id: 4185,
label: 'MEMBER: Nicolas Serafini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_photo-du-28-08-2015-a-18.55-11-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-serafini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284185,
size: 0.5,
source: 230628,
target: 4185 });
// adding node
var x_node = Math.cos(2 * 3237 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3237 * Math.PI / N) * 10;
g.nodes.push({
id: 4186,
label: 'MEMBER: Hélène Strick-Marchand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_helena-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-strick-marchand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284186,
size: 0.5,
source: 230628,
target: 4186 });
// adding node
var x_node = Math.cos(2 * 3238 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3238 * Math.PI / N) * 10;
g.nodes.push({
id: 4187,
label: 'MEMBER: Christian Vosshenrich',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_c-vossenrich-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christian-vosshenrich/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284187,
size: 0.5,
source: 230628,
target: 4187 });
// adding node
var x_node = Math.cos(2 * 3239 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3239 * Math.PI / N) * 10;
g.nodes.push({
id: 4200,
label: 'MEMBER: Francisco José Urra Quiroz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_untitled-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francisco-jose-urra-quiroz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284200,
size: 0.5,
source: 230628,
target: 4200 });
// adding node
var x_node = Math.cos(2 * 3240 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3240 * Math.PI / N) * 10;
g.nodes.push({
id: 4196,
label: 'MEMBER: Gaël Moneron',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_gael-moneron2-e1442504490400-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gael-moneron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284196,
size: 0.5,
source: 230628,
target: 4196 });
// adding node
var x_node = Math.cos(2 * 3241 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3241 * Math.PI / N) * 10;
g.nodes.push({
id: 4199,
label: 'MEMBER: Florian Ruckerl',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/08/research.pasteur.fr_florianr-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florian-ruckerl/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284199,
size: 0.5,
source: 230628,
target: 4199 });
// adding node
var x_node = Math.cos(2 * 3242 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3242 * Math.PI / N) * 10;
g.nodes.push({
id: 4194,
label: 'MEMBER: Alessandro Barri',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_img_05362-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alessandro-barri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284194,
size: 0.5,
source: 230628,
target: 4194 });
// adding node
var x_node = Math.cos(2 * 3243 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3243 * Math.PI / N) * 10;
g.nodes.push({
id: 4207,
label: 'MEMBER: Alexandre Alanio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/03/research_pasteur-alanio_2018_88830011-copie-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/alexandre-alanio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284207,
size: 0.5,
source: 230628,
target: 4207 });
// adding node
var x_node = Math.cos(2 * 3244 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3244 * Math.PI / N) * 10;
g.nodes.push({
id: 4208,
label: 'MEMBER: Marie Desnos-Ollivier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_mdo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marie-desnos-ollivier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284208,
size: 0.5,
source: 230628,
target: 4208 });
// adding node
var x_node = Math.cos(2 * 3245 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3245 * Math.PI / N) * 10;
g.nodes.push({
id: 4209,
label: 'MEMBER: Dea Garcia-Hermoso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_dgh-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/dea-garcia-hermoso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284209,
size: 0.5,
source: 230628,
target: 4209 });
// adding node
var x_node = Math.cos(2 * 3246 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3246 * Math.PI / N) * 10;
g.nodes.push({
id: 4203,
label: 'MEMBER: Olivier Lortholary',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sans-titre-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/olivier-lortholary/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284203,
size: 0.5,
source: 230628,
target: 4203 });
// adding node
var x_node = Math.cos(2 * 3247 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3247 * Math.PI / N) * 10;
g.nodes.push({
id: 4204,
label: 'MEMBER: Françoise Dromer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/04/research_pasteur-phototetefd_042019-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francoise-dromer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284204,
size: 0.5,
source: 230628,
target: 4204 });
// adding node
var x_node = Math.cos(2 * 3248 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3248 * Math.PI / N) * 10;
g.nodes.push({
id: 4206,
label: 'MEMBER: Eveline Snelders',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_picture-pasteur-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/eveline-snelders/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284206,
size: 0.5,
source: 230628,
target: 4206 });
// adding node
var x_node = Math.cos(2 * 3249 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3249 * Math.PI / N) * 10;
g.nodes.push({
id: 4201,
label: 'MEMBER: Karine Boukris-Sitbon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/07/research_pasteur-karine1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/karine-boukris-sitbon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284201,
size: 0.5,
source: 230628,
target: 4201 });
// adding node
var x_node = Math.cos(2 * 3250 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3250 * Math.PI / N) * 10;
g.nodes.push({
id: 4219,
label: 'MEMBER: Marc Monot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_marc_icone-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marc-monot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284219,
size: 0.5,
source: 230628,
target: 4219 });
// adding node
var x_node = Math.cos(2 * 3251 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3251 * Math.PI / N) * 10;
g.nodes.push({
id: 4217,
label: 'MEMBER: Nicolas Kint',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/09/research.pasteur.fr_unnamed-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/nicolas-kint/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284217,
size: 0.5,
source: 230628,
target: 4217 });
// adding node
var x_node = Math.cos(2 * 3252 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3252 * Math.PI / N) * 10;
g.nodes.push({
id: 4211,
label: 'MEMBER: Isabelle Martin-Verstraete',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-isabelle.martin-verstraete-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/isabelle-martin-verstraete/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284211,
size: 0.5,
source: 230628,
target: 4211 });
// adding node
var x_node = Math.cos(2 * 3253 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3253 * Math.PI / N) * 10;
g.nodes.push({
id: 4214,
label: 'MEMBER: Bruno Dupuy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_bruno_id-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bruno-dupuy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284214,
size: 0.5,
source: 230628,
target: 4214 });
// adding node
var x_node = Math.cos(2 * 3254 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3254 * Math.PI / N) * 10;
g.nodes.push({
id: 4210,
label: 'MEMBER: Frédérique Vernel-Pauillac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fvp-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/frederique-vernel-pauillac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284210,
size: 0.5,
source: 230628,
target: 4210 });
// adding node
var x_node = Math.cos(2 * 3255 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3255 * Math.PI / N) * 10;
g.nodes.push({
id: 4229,
label: 'MEMBER: Lucie Peduto',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_lp-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lucie-peduto/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284229,
size: 0.5,
source: 230628,
target: 4229 });
// adding node
var x_node = Math.cos(2 * 3256 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3256 * Math.PI / N) * 10;
g.nodes.push({
id: 4224,
label: 'MEMBER: Selene Di Carlo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_di-carlo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/selene-di-carlo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284224,
size: 0.5,
source: 230628,
target: 4224 });
// adding node
var x_node = Math.cos(2 * 3257 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3257 * Math.PI / N) * 10;
g.nodes.push({
id: 4225,
label: 'MEMBER: Gérard Eberl',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_eberl-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gerard-eberl/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284225,
size: 0.5,
source: 230628,
target: 4225 });
// adding node
var x_node = Math.cos(2 * 3258 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3258 * Math.PI / N) * 10;
g.nodes.push({
id: 4237,
label: 'MEMBER: Jost Enninga',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/06/research.pasteur.fr_jost2015-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jost-enninga/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284237,
size: 0.5,
source: 230628,
target: 4237 });
// adding node
var x_node = Math.cos(2 * 3259 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3259 * Math.PI / N) * 10;
g.nodes.push({
id: 4232,
label: 'MEMBER: Stéphane Fremont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fremont-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/stephane-fremont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284232,
size: 0.5,
source: 230628,
target: 4232 });
// adding node
var x_node = Math.cos(2 * 3260 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3260 * Math.PI / N) * 10;
g.nodes.push({
id: 4233,
label: 'MEMBER: Kerstin Klinkert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_img_3269-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kerstin-klinkert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284233,
size: 0.5,
source: 230628,
target: 4233 });
// adding node
var x_node = Math.cos(2 * 3261 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3261 * Math.PI / N) * 10;
g.nodes.push({
id: 4234,
label: 'MEMBER: Alexandra Kumichel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_kumichel-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/alexandra-kumichel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284234,
size: 0.5,
source: 230628,
target: 4234 });
// adding node
var x_node = Math.cos(2 * 3262 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3262 * Math.PI / N) * 10;
g.nodes.push({
id: 4236,
label: 'MEMBER: Laura Barrio Cano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-laura-barrio-cano-barrio-cano-laura-9014-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laura-barrio-cano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284236,
size: 0.5,
source: 230628,
target: 4236 });
// adding node
var x_node = Math.cos(2 * 3263 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3263 * Math.PI / N) * 10;
g.nodes.push({
id: 4230,
label: 'MEMBER: Neetu Gupta-Rossi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_gupta-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/neetu-gupta/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284230,
size: 0.5,
source: 230628,
target: 4230 });
// adding node
var x_node = Math.cos(2 * 3264 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3264 * Math.PI / N) * 10;
g.nodes.push({
id: 4248,
label: 'MEMBER: Franck Coumailleau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig13-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/franck-coumailleau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284248,
size: 0.5,
source: 230628,
target: 4248 });
// adding node
var x_node = Math.cos(2 * 3265 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3265 * Math.PI / N) * 10;
g.nodes.push({
id: 4244,
label: 'MEMBER: Nora Mellouk',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-photonora-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nora-mellouk/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284244,
size: 0.5,
source: 230628,
target: 4244 });
// adding node
var x_node = Math.cos(2 * 3266 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3266 * Math.PI / N) * 10;
g.nodes.push({
id: 4245,
label: 'MEMBER: Batiste Boeda',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/batiste-boeda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284245,
size: 0.5,
source: 230628,
target: 4245 });
// adding node
var x_node = Math.cos(2 * 3267 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3267 * Math.PI / N) * 10;
g.nodes.push({
id: 4246,
label: 'MEMBER: Sandrine Etienne-Manneville',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_sandrine_etienne-manneville-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sandrine-etienne-manneville/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284246,
size: 0.5,
source: 230628,
target: 4246 });
// adding node
var x_node = Math.cos(2 * 3268 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3268 * Math.PI / N) * 10;
g.nodes.push({
id: 4242,
label: 'MEMBER: Patricia Latour-Lambert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_latourlambert-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patricia-latour-lambert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284242,
size: 0.5,
source: 230628,
target: 4242 });
// adding node
var x_node = Math.cos(2 * 3269 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3269 * Math.PI / N) * 10;
g.nodes.push({
id: 4254,
label: 'MEMBER: Célestine Atyame Nten',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_celestine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celestine-atyame-nten/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284254,
size: 0.5,
source: 230628,
target: 4254 });
// adding node
var x_node = Math.cos(2 * 3270 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3270 * Math.PI / N) * 10;
g.nodes.push({
id: 4257,
label: 'MEMBER: Faustine Louis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_faustine_louis_0-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/faustine-louis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284257,
size: 0.5,
source: 230628,
target: 4257 });
// adding node
var x_node = Math.cos(2 * 3271 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3271 * Math.PI / N) * 10;
g.nodes.push({
id: 4251,
label: 'MEMBER: Flora Llense',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/flora-llense/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284251,
size: 0.5,
source: 230628,
target: 4251 });
// adding node
var x_node = Math.cos(2 * 3272 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3272 * Math.PI / N) * 10;
g.nodes.push({
id: 4263,
label: 'MEMBER: Yoann Madec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_madec-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yoann-madec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284263,
size: 0.5,
source: 230628,
target: 4263 });
// adding node
var x_node = Math.cos(2 * 3273 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3273 * Math.PI / N) * 10;
g.nodes.push({
id: 4265,
label: 'MEMBER: Claire Rekacewicz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/claire-rekacewicz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284265,
size: 0.5,
source: 230628,
target: 4265 });
// adding node
var x_node = Math.cos(2 * 3274 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3274 * Math.PI / N) * 10;
g.nodes.push({
id: 4266,
label: 'MEMBER: Laura Schaeffer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_schaeffer-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laura-schaeffer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284266,
size: 0.5,
source: 230628,
target: 4266 });
// adding node
var x_node = Math.cos(2 * 3275 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3275 * Math.PI / N) * 10;
g.nodes.push({
id: 4260,
label: 'MEMBER: Marie Vazeille',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_marie2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-vazeille/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284260,
size: 0.5,
source: 230628,
target: 4260 });
// adding node
var x_node = Math.cos(2 * 3276 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3276 * Math.PI / N) * 10;
g.nodes.push({
id: 4261,
label: 'MEMBER: Mohand Ait Ahmed',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-mohand-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/mohand-ait-ahmed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284261,
size: 0.5,
source: 230628,
target: 4261 });
// adding node
var x_node = Math.cos(2 * 3277 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3277 * Math.PI / N) * 10;
g.nodes.push({
id: 4262,
label: 'MEMBER: Agathe De Lauzanne',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/agathe-de-lauzanne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284262,
size: 0.5,
source: 230628,
target: 4262 });
// adding node
var x_node = Math.cos(2 * 3278 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3278 * Math.PI / N) * 10;
g.nodes.push({
id: 4272,
label: 'MEMBER: Muriel Vray',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_vray-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/muriel-vray/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284272,
size: 0.5,
source: 230628,
target: 4272 });
// adding node
var x_node = Math.cos(2 * 3279 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3279 * Math.PI / N) * 10;
g.nodes.push({
id: 4273,
label: 'MEMBER: Romulus Breban',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_breban-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/romulus-breban/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284273,
size: 0.5,
source: 230628,
target: 4273 });
// adding node
var x_node = Math.cos(2 * 3280 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3280 * Math.PI / N) * 10;
g.nodes.push({
id: 4269,
label: 'MEMBER: Sarah Vozlinsky',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_sarah-vozlinsky-e1450459287513-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sarah-vozlinsky/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284269,
size: 0.5,
source: 230628,
target: 4269 });
// adding node
var x_node = Math.cos(2 * 3281 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3281 * Math.PI / N) * 10;
g.nodes.push({
id: 4267,
label: 'MEMBER: Laura Tondeur',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_research.pasteur.fr_tondeur-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laura-tondeur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284267,
size: 0.5,
source: 230628,
target: 4267 });
// adding node
var x_node = Math.cos(2 * 3282 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3282 * Math.PI / N) * 10;
g.nodes.push({
id: 4282,
label: 'MEMBER: Laurent Debarbieux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_ld-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurent-debarbieux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284282,
size: 0.5,
source: 230628,
target: 4282 });
// adding node
var x_node = Math.cos(2 * 3283 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3283 * Math.PI / N) * 10;
g.nodes.push({
id: 4277,
label: 'MEMBER: Yusuke Shimakawa',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_yusuke-shimakawa-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yusuke-shimakawa/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284277,
size: 0.5,
source: 230628,
target: 4277 });
// adding node
var x_node = Math.cos(2 * 3284 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3284 * Math.PI / N) * 10;
g.nodes.push({
id: 4278,
label: 'MEMBER: Luisa Antunes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_luisa-antunes-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/luisa-antunes/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284278,
size: 0.5,
source: 230628,
target: 4278 });
// adding node
var x_node = Math.cos(2 * 3285 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3285 * Math.PI / N) * 10;
g.nodes.push({
id: 4279,
label: 'MEMBER: Pierre Beguin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_pierre_beguin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-beguin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284279,
size: 0.5,
source: 230628,
target: 4279 });
// adding node
var x_node = Math.cos(2 * 3286 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3286 * Math.PI / N) * 10;
g.nodes.push({
id: 4275,
label: 'MEMBER: Tamara Giles-Vernick',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dsc6500-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tamara-giles-vernick/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284275,
size: 0.5,
source: 230628,
target: 4275 });
// adding node
var x_node = Math.cos(2 * 3287 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3287 * Math.PI / N) * 10;
g.nodes.push({
id: 4286,
label: 'MEMBER: Simonetta Gribaldo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/10/research_pasteur-photo-simo2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/simonetta-gribaldo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284286,
size: 0.5,
source: 230628,
target: 4286 });
// adding node
var x_node = Math.cos(2 * 3288 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3288 * Math.PI / N) * 10;
g.nodes.push({
id: 4287,
label: 'MEMBER: Mart Krupovic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-mart_krupovic-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mart-krupovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284287,
size: 0.5,
source: 230628,
target: 4287 });
// adding node
var x_node = Math.cos(2 * 3289 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3289 * Math.PI / N) * 10;
g.nodes.push({
id: 4289,
label: 'MEMBER: David Prangishvili',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_dav-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-prangishvili/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284289,
size: 0.5,
source: 230628,
target: 4289 });
// adding node
var x_node = Math.cos(2 * 3290 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3290 * Math.PI / N) * 10;
g.nodes.push({
id: 4284,
label: 'MEMBER: Patrick Forterre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_patrick-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patrick-forterre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284284,
size: 0.5,
source: 230628,
target: 4284 });
// adding node
var x_node = Math.cos(2 * 3291 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3291 * Math.PI / N) * 10;
g.nodes.push({
id: 4300,
label: 'MEMBER: Magali Lago',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_magali-lago-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/magali-lago/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284300,
size: 0.5,
source: 230628,
target: 4300 });
// adding node
var x_node = Math.cos(2 * 3292 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3292 * Math.PI / N) * 10;
g.nodes.push({
id: 4301,
label: 'MEMBER: Ingrid Guilvout',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_ingrid-guilvout-new-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ingrid-guilvout/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284301,
size: 0.5,
source: 230628,
target: 4301 });
// adding node
var x_node = Math.cos(2 * 3293 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3293 * Math.PI / N) * 10;
g.nodes.push({
id: 4302,
label: 'MEMBER: Antonio Bandeira Ferreira',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ab-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antonio-bandeira-ferreira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284302,
size: 0.5,
source: 230628,
target: 4302 });
// adding node
var x_node = Math.cos(2 * 3294 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3294 * Math.PI / N) * 10;
g.nodes.push({
id: 4296,
label: 'MEMBER: Evelyne Richet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_evelyne-richet-new-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/evelyne-richet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284296,
size: 0.5,
source: 230628,
target: 4296 });
// adding node
var x_node = Math.cos(2 * 3295 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3295 * Math.PI / N) * 10;
g.nodes.push({
id: 4297,
label: 'MEMBER: Olivera Francetic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_o-francetic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivera-francetic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284297,
size: 0.5,
source: 230628,
target: 4297 });
// adding node
var x_node = Math.cos(2 * 3296 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3296 * Math.PI / N) * 10;
g.nodes.push({
id: 4299,
label: 'MEMBER: Françoise Norel-Bozouklian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_fnorel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francoise-norel-bozouklian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284299,
size: 0.5,
source: 230628,
target: 4299 });
// adding node
var x_node = Math.cos(2 * 3297 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3297 * Math.PI / N) * 10;
g.nodes.push({
id: 4294,
label: 'MEMBER: Soizick Lucas-Staat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_soizick_lucas-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/soizick-lucas-staat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284294,
size: 0.5,
source: 230628,
target: 4294 });
// adding node
var x_node = Math.cos(2 * 3298 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3298 * Math.PI / N) * 10;
g.nodes.push({
id: 4311,
label: 'MEMBER: Pedro Goncalves',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha18-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/pedro-goncalves/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284311,
size: 0.5,
source: 230628,
target: 4311 });
// adding node
var x_node = Math.cos(2 * 3299 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3299 * Math.PI / N) * 10;
g.nodes.push({
id: 4308,
label: 'MEMBER: Antonio Freitas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_freitas1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antonio-freitas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284308,
size: 0.5,
source: 230628,
target: 4308 });
// adding node
var x_node = Math.cos(2 * 3300 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3300 * Math.PI / N) * 10;
g.nodes.push({
id: 4309,
label: 'MEMBER: Sylvie Garcia',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284309,
size: 0.5,
source: 230628,
target: 4309 });
// adding node
var x_node = Math.cos(2 * 3301 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3301 * Math.PI / N) * 10;
g.nodes.push({
id: 4310,
label: 'MEMBER: Florence Vasseur',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/florence-vasseur/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284310,
size: 0.5,
source: 230628,
target: 4310 });
// adding node
var x_node = Math.cos(2 * 3302 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3302 * Math.PI / N) * 10;
g.nodes.push({
id: 4304,
label: 'MEMBER: Marie Anson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha15-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-anson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284304,
size: 0.5,
source: 230628,
target: 4304 });
// adding node
var x_node = Math.cos(2 * 3303 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3303 * Math.PI / N) * 10;
g.nodes.push({
id: 4305,
label: 'MEMBER: Jean-Hervé Colle',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_colle-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-herve-colle/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284305,
size: 0.5,
source: 230628,
target: 4305 });
// adding node
var x_node = Math.cos(2 * 3304 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3304 * Math.PI / N) * 10;
g.nodes.push({
id: 4307,
label: 'MEMBER: Sary El Daker',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha16-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/sary-el-daker/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284307,
size: 0.5,
source: 230628,
target: 4307 });
// adding node
var x_node = Math.cos(2 * 3305 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3305 * Math.PI / N) * 10;
g.nodes.push({
id: 4303,
label: 'MEMBER: Benedita Rocha',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/benedita-rocha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284303,
size: 0.5,
source: 230628,
target: 4303 });
// adding node
var x_node = Math.cos(2 * 3306 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3306 * Math.PI / N) * 10;
g.nodes.push({
id: 4318,
label: 'MEMBER: Chiara Rapisarda',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/chiara-rapisarda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284318,
size: 0.5,
source: 230628,
target: 4318 });
// adding node
var x_node = Math.cos(2 * 3307 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3307 * Math.PI / N) * 10;
g.nodes.push({
id: 4320,
label: 'MEMBER: Edgar Badell-Ocando',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dsc0028_rev2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/edgar-badell-ocando/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284320,
size: 0.5,
source: 230628,
target: 4320 });
// adding node
var x_node = Math.cos(2 * 3308 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3308 * Math.PI / N) * 10;
g.nodes.push({
id: 4321,
label: 'MEMBER: Valérie Bouchez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/06/research_pasteur-valerie_bouchez_ptmmh-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-bouchez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284321,
size: 0.5,
source: 230628,
target: 4321 });
// adding node
var x_node = Math.cos(2 * 3309 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3309 * Math.PI / N) * 10;
g.nodes.push({
id: 4314,
label: 'MEMBER: Eric Durand',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eric-durand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284314,
size: 0.5,
source: 230628,
target: 4314 });
// adding node
var x_node = Math.cos(2 * 3310 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3310 * Math.PI / N) * 10;
g.nodes.push({
id: 4315,
label: 'MEMBER: Francesca Gubellini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-francesca-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francesca-gubellini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284315,
size: 0.5,
source: 230628,
target: 4315 });
// adding node
var x_node = Math.cos(2 * 3311 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3311 * Math.PI / N) * 10;
g.nodes.push({
id: 4316,
label: 'MEMBER: Calum Johnston',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/calum-johnston/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284316,
size: 0.5,
source: 230628,
target: 4316 });
// adding node
var x_node = Math.cos(2 * 3312 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3312 * Math.PI / N) * 10;
g.nodes.push({
id: 4317,
label: 'MEMBER: Petya Violinova Krasteva',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/petya-violinova-krasteva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284317,
size: 0.5,
source: 230628,
target: 4317 });
// adding node
var x_node = Math.cos(2 * 3313 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3313 * Math.PI / N) * 10;
g.nodes.push({
id: 4313,
label: 'MEMBER: Amy Diallo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/amy-diallo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284313,
size: 0.5,
source: 230628,
target: 4313 });
// adding node
var x_node = Math.cos(2 * 3314 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3314 * Math.PI / N) * 10;
g.nodes.push({
id: 4328,
label: 'MEMBER: Antoine Gessain',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_a.g-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antoine-gessain/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284328,
size: 0.5,
source: 230628,
target: 4328 });
// adding node
var x_node = Math.cos(2 * 3315 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3315 * Math.PI / N) * 10;
g.nodes.push({
id: 4324,
label: 'MEMBER: Pierre-Emmanuel Ceccaldi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_pephoto-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-emmanuel-ceccaldi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284324,
size: 0.5,
source: 230628,
target: 4324 });
// adding node
var x_node = Math.cos(2 * 3316 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3316 * Math.PI / N) * 10;
g.nodes.push({
id: 4325,
label: 'MEMBER: Philippe Afonso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-philippe-afonso-unknown-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/philippe-afonso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284325,
size: 0.5,
source: 230628,
target: 4325 });
// adding node
var x_node = Math.cos(2 * 3317 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3317 * Math.PI / N) * 10;
g.nodes.push({
id: 4326,
label: 'MEMBER: Florence Buseyne',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-florence-buseyne-photofbtalensoft-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florence-buseyne/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284326,
size: 0.5,
source: 230628,
target: 4326 });
// adding node
var x_node = Math.cos(2 * 3318 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3318 * Math.PI / N) * 10;
g.nodes.push({
id: 4327,
label: 'MEMBER: Olivier Cassar',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_oc-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-cassar/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284327,
size: 0.5,
source: 230628,
target: 4327 });
// adding node
var x_node = Math.cos(2 * 3319 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3319 * Math.PI / N) * 10;
g.nodes.push({
id: 4322,
label: 'MEMBER: Sandra Corre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sandra-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sandra-corre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284322,
size: 0.5,
source: 230628,
target: 4322 });
// adding node
var x_node = Math.cos(2 * 3320 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3320 * Math.PI / N) * 10;
g.nodes.push({
id: 4340,
label: 'MEMBER: Franziska Stressmann',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_franziska2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/franziska-stressmann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284340,
size: 0.5,
source: 230628,
target: 4340 });
// adding node
var x_node = Math.cos(2 * 3321 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3321 * Math.PI / N) * 10;
g.nodes.push({
id: 4335,
label: 'MEMBER: Christophe Beloin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_christophe2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-beloin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284335,
size: 0.5,
source: 230628,
target: 4335 });
// adding node
var x_node = Math.cos(2 * 3322 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3322 * Math.PI / N) * 10;
g.nodes.push({
id: 4336,
label: 'MEMBER: Joaquin Bernal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_joaquin2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/joaquin-bernal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284336,
size: 0.5,
source: 230628,
target: 4336 });
// adding node
var x_node = Math.cos(2 * 3323 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3323 * Math.PI / N) * 10;
g.nodes.push({
id: 4337,
label: 'MEMBER: Jean-Marc Ghigo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-ghigo-jean-marc-recad.lg_-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-marc-ghigo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284337,
size: 0.5,
source: 230628,
target: 4337 });
// adding node
var x_node = Math.cos(2 * 3324 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3324 * Math.PI / N) * 10;
g.nodes.push({
id: 4338,
label: 'MEMBER: Marta Martinez-Gil Vazquez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_marta2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marta-martinez-gil-vazquez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284338,
size: 0.5,
source: 230628,
target: 4338 });
// adding node
var x_node = Math.cos(2 * 3325 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3325 * Math.PI / N) * 10;
g.nodes.push({
id: 4349,
label: 'MEMBER: Maria Virginia Buchieri',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_buchieri-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maria-virginia-buchieri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284349,
size: 0.5,
source: 230628,
target: 4349 });
// adding node
var x_node = Math.cos(2 * 3326 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3326 * Math.PI / N) * 10;
g.nodes.push({
id: 4345,
label: 'MEMBER: Sylvie Létoffé',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_sylvie2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-letoffe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284345,
size: 0.5,
source: 230628,
target: 4345 });
// adding node
var x_node = Math.cos(2 * 3327 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3327 * Math.PI / N) * 10;
g.nodes.push({
id: 4346,
label: 'MEMBER: Catherine Pierre-Audigier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_pierre-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/catherine-pierre-audigier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284346,
size: 0.5,
source: 230628,
target: 4346 });
// adding node
var x_node = Math.cos(2 * 3328 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3328 * Math.PI / N) * 10;
g.nodes.push({
id: 4347,
label: 'MEMBER: Amel Kévin Alame Emane',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_amel-alame-emane1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/amel-kevin-alame-emane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284347,
size: 0.5,
source: 230628,
target: 4347 });
// adding node
var x_node = Math.cos(2 * 3329 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3329 * Math.PI / N) * 10;
g.nodes.push({
id: 4348,
label: 'MEMBER: Noelia Alonso Rodriguez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_alonso-rodriguez-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/noelia-alonso-rodriguez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284348,
size: 0.5,
source: 230628,
target: 4348 });
// adding node
var x_node = Math.cos(2 * 3330 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3330 * Math.PI / N) * 10;
g.nodes.push({
id: 4358,
label: 'MEMBER: Olivier Danot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_od4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-danot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284358,
size: 0.5,
source: 230628,
target: 4358 });
// adding node
var x_node = Math.cos(2 * 3331 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3331 * Math.PI / N) * 10;
g.nodes.push({
id: 4344,
label: 'MEMBER: Bianca Audrain',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_bianca2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bianca-audrain/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284344,
size: 0.5,
source: 230628,
target: 4344 });
// adding node
var x_node = Math.cos(2 * 3332 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3332 * Math.PI / N) * 10;
g.nodes.push({
id: 4354,
label: 'MEMBER: Elisa Gomez Perdiguero',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_portrait-gomezperdiguero-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elisa-gomez-perdiguero/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284354,
size: 0.5,
source: 230628,
target: 4354 });
// adding node
var x_node = Math.cos(2 * 3333 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3333 * Math.PI / N) * 10;
g.nodes.push({
id: 4355,
label: 'MEMBER: Ivo Gomperts Boneca',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-ivo-gomperts-boneca-p9090188-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ivo-gomperts-boneca/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284355,
size: 0.5,
source: 230628,
target: 4355 });
// adding node
var x_node = Math.cos(2 * 3334 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3334 * Math.PI / N) * 10;
g.nodes.push({
id: 4357,
label: 'MEMBER: Nienke Buddelmeijer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_nienke3a-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nienke-buddelmeijer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284357,
size: 0.5,
source: 230628,
target: 4357 });
// adding node
var x_node = Math.cos(2 * 3335 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3335 * Math.PI / N) * 10;
g.nodes.push({
id: 4352,
label: 'MEMBER: Laetitia Petit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_laetitia-petit-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laetitia-petit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284352,
size: 0.5,
source: 230628,
target: 4352 });
// adding node
var x_node = Math.cos(2 * 3336 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3336 * Math.PI / N) * 10;
g.nodes.push({
id: 4353,
label: 'MEMBER: Mena Cimino',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_cimino-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/mena-cimino/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284353,
size: 0.5,
source: 230628,
target: 4353 });
// adding node
var x_node = Math.cos(2 * 3337 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3337 * Math.PI / N) * 10;
g.nodes.push({
id: 4365,
label: 'MEMBER: Marie-Lise Gougeon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_marie-lise-gougeon-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-lise-gougeon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284365,
size: 0.5,
source: 230628,
target: 4365 });
// adding node
var x_node = Math.cos(2 * 3338 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3338 * Math.PI / N) * 10;
g.nodes.push({
id: 4350,
label: 'MEMBER: Brigitte Gicquel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_gicquel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/brigitte-gicquel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284350,
size: 0.5,
source: 230628,
target: 4350 });
// adding node
var x_node = Math.cos(2 * 3339 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3339 * Math.PI / N) * 10;
g.nodes.push({
id: 4351,
label: 'MEMBER: Ludovic Tailleux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ludovic-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/ludovic-tailleux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284351,
size: 0.5,
source: 230628,
target: 4351 });
// adding node
var x_node = Math.cos(2 * 3340 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3340 * Math.PI / N) * 10;
g.nodes.push({
id: 4360,
label: 'MEMBER: Richard Wheeler',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_photo-for-lab-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/richard-wheeler/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284360,
size: 0.5,
source: 230628,
target: 4360 });
// adding node
var x_node = Math.cos(2 * 3341 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3341 * Math.PI / N) * 10;
g.nodes.push({
id: 4359,
label: 'MEMBER: Catherine Werts',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_cwerts-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/catherine-werts/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284359,
size: 0.5,
source: 230628,
target: 4359 });
// adding node
var x_node = Math.cos(2 * 3342 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3342 * Math.PI / N) * 10;
g.nodes.push({
id: 4371,
label: 'MEMBER: Béatrice Poirier-Beaudouin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/beatrice-poirier-beaudouin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284371,
size: 0.5,
source: 230628,
target: 4371 });
// adding node
var x_node = Math.cos(2 * 3343 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3343 * Math.PI / N) * 10;
g.nodes.push({
id: 4372,
label: 'MEMBER: Malvina Schatz',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/malvina-schatz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284372,
size: 0.5,
source: 230628,
target: 4372 });
// adding node
var x_node = Math.cos(2 * 3344 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3344 * Math.PI / N) * 10;
g.nodes.push({
id: 4373,
label: 'MEMBER: Joao Firmino',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/joao-firmino/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284373,
size: 0.5,
source: 230628,
target: 4373 });
// adding node
var x_node = Math.cos(2 * 3345 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3345 * Math.PI / N) * 10;
g.nodes.push({
id: 4374,
label: 'MEMBER: Jérôme Gros',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_yia-gros_01-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jerome-gros/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284374,
size: 0.5,
source: 230628,
target: 4374 });
// adding node
var x_node = Math.cos(2 * 3346 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3346 * Math.PI / N) * 10;
g.nodes.push({
id: 4366,
label: 'MEMBER: Nicole Prada',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_nicole-prada-pic-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicole-prada/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284366,
size: 0.5,
source: 230628,
target: 4366 });
// adding node
var x_node = Math.cos(2 * 3347 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3347 * Math.PI / N) * 10;
g.nodes.push({
id: 4367,
label: 'MEMBER: Héla Saidi',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/hela-saidi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284367,
size: 0.5,
source: 230628,
target: 4367 });
// adding node
var x_node = Math.cos(2 * 3348 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3348 * Math.PI / N) * 10;
g.nodes.push({
id: 4368,
label: 'MEMBER: Assaf Mizrahi-Chalom',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/assaf-mizrahi-chalom/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284368,
size: 0.5,
source: 230628,
target: 4368 });
// adding node
var x_node = Math.cos(2 * 3349 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3349 * Math.PI / N) * 10;
g.nodes.push({
id: 4369,
label: 'MEMBER: Marie-Laurence Baron-Niel',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/marie-laurence-baron-niel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284369,
size: 0.5,
source: 230628,
target: 4369 });
// adding node
var x_node = Math.cos(2 * 3350 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3350 * Math.PI / N) * 10;
g.nodes.push({
id: 4370,
label: 'MEMBER: Laurence Dupuis',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laurence-dupuis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284370,
size: 0.5,
source: 230628,
target: 4370 });
// adding node
var x_node = Math.cos(2 * 3351 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3351 * Math.PI / N) * 10;
g.nodes.push({
id: 4379,
label: 'MEMBER: Bich-Tram Huynh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_bth-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bich-tram-huynh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284379,
size: 0.5,
source: 230628,
target: 4379 });
// adding node
var x_node = Math.cos(2 * 3352 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3352 * Math.PI / N) * 10;
g.nodes.push({
id: 4380,
label: 'MEMBER: Lénaig Le Fouler',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_lle_fouler_photo-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/lenaig-le-fouler/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284380,
size: 0.5,
source: 230628,
target: 4380 });
// adding node
var x_node = Math.cos(2 * 3353 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3353 * Math.PI / N) * 10;
g.nodes.push({
id: 4381,
label: 'MEMBER: Annick Opinel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-ao-17-11-a-4-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/annick-opinel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284381,
size: 0.5,
source: 230628,
target: 4381 });
// adding node
var x_node = Math.cos(2 * 3354 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3354 * Math.PI / N) * 10;
g.nodes.push({
id: 4382,
label: 'MEMBER: Bénédicte Aldabe',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ba2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benedicte-aldabe/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284382,
size: 0.5,
source: 230628,
target: 4382 });
// adding node
var x_node = Math.cos(2 * 3355 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3355 * Math.PI / N) * 10;
g.nodes.push({
id: 4375,
label: 'MEMBER: Mehdi Saadaoui',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/mehdi-saadaoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284375,
size: 0.5,
source: 230628,
target: 4375 });
// adding node
var x_node = Math.cos(2 * 3356 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3356 * Math.PI / N) * 10;
g.nodes.push({
id: 4377,
label: 'MEMBER: Chloé Moreau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_chloe-moreau-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chloe-moreau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284377,
size: 0.5,
source: 230628,
target: 4377 });
// adding node
var x_node = Math.cos(2 * 3357 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3357 * Math.PI / N) * 10;
g.nodes.push({
id: 4378,
label: 'MEMBER: Didier Rocancourt',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/didier-rocancourt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284378,
size: 0.5,
source: 230628,
target: 4378 });
// adding node
var x_node = Math.cos(2 * 3358 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3358 * Math.PI / N) * 10;
g.nodes.push({
id: 4384,
label: 'MEMBER: Laurence Watier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-p9231562-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-watier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284384,
size: 0.5,
source: 230628,
target: 4384 });
// adding node
var x_node = Math.cos(2 * 3359 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3359 * Math.PI / N) * 10;
g.nodes.push({
id: 4385,
label: 'MEMBER: Michael Padget',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_mpa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/michael-padget/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284385,
size: 0.5,
source: 230628,
target: 4385 });
// adding node
var x_node = Math.cos(2 * 3360 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3360 * Math.PI / N) * 10;
g.nodes.push({
id: 4387,
label: 'MEMBER: Clotilde Couderc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_cc-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/clotilde-couderc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284387,
size: 0.5,
source: 230628,
target: 4387 });
// adding node
var x_node = Math.cos(2 * 3361 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3361 * Math.PI / N) * 10;
g.nodes.push({
id: 4388,
label: 'MEMBER: Malamine Gassama',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_mg-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/malamine-gassama/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284388,
size: 0.5,
source: 230628,
target: 4388 });
// adding node
var x_node = Math.cos(2 * 3362 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3362 * Math.PI / N) * 10;
g.nodes.push({
id: 4389,
label: 'MEMBER: Lucie Guimier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/lucie-guimier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284389,
size: 0.5,
source: 230628,
target: 4389 });
// adding node
var x_node = Math.cos(2 * 3363 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3363 * Math.PI / N) * 10;
g.nodes.push({
id: 4394,
label: 'MEMBER: Philippe Herbomel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_philcarre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/philippe-herbomel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284394,
size: 0.5,
source: 230628,
target: 4394 });
// adding node
var x_node = Math.cos(2 * 3364 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3364 * Math.PI / N) * 10;
g.nodes.push({
id: 4395,
label: 'MEMBER: Emma Colucci',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_colucci-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/emma-colucci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284395,
size: 0.5,
source: 230628,
target: 4395 });
// adding node
var x_node = Math.cos(2 * 3365 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3365 * Math.PI / N) * 10;
g.nodes.push({
id: 4397,
label: 'MEMBER: Jean-Pierre Levraud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_jplevraud-portrait-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-pierre-levraud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284397,
size: 0.5,
source: 230628,
target: 4397 });
// adding node
var x_node = Math.cos(2 * 3366 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3366 * Math.PI / N) * 10;
g.nodes.push({
id: 4393,
label: 'MEMBER: Emi Carlot-Murayama',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_emi-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/emi-carlot-murayama/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284393,
size: 0.5,
source: 230628,
target: 4393 });
// adding node
var x_node = Math.cos(2 * 3367 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3367 * Math.PI / N) * 10;
g.nodes.push({
id: 4411,
label: 'MEMBER: Cosmin Saveanu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-cosmin-saveanu-img-20230106-112459small-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cosmin-saveanu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284411,
size: 0.5,
source: 230628,
target: 4411 });
// adding node
var x_node = Math.cos(2 * 3368 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3368 * Math.PI / N) * 10;
g.nodes.push({
id: 4406,
label: 'MEMBER: Gwenaël Badis-Breard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_badis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gwenael-badis-breard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284406,
size: 0.5,
source: 230628,
target: 4406 });
// adding node
var x_node = Math.cos(2 * 3369 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3369 * Math.PI / N) * 10;
g.nodes.push({
id: 4407,
label: 'MEMBER: Micheline Fromont-Racine',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_photos_mfr-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/micheline-fromont-racine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284407,
size: 0.5,
source: 230628,
target: 4407 });
// adding node
var x_node = Math.cos(2 * 3370 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3370 * Math.PI / N) * 10;
g.nodes.push({
id: 4408,
label: 'MEMBER: Alain Jacquier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_identite-alain-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alain-jacquier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284408,
size: 0.5,
source: 230628,
target: 4408 });
// adding node
var x_node = Math.cos(2 * 3371 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3371 * Math.PI / N) * 10;
g.nodes.push({
id: 4409,
label: 'MEMBER: Quentin Defenouillere',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_quentin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/quentin-defenouillere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284409,
size: 0.5,
source: 230628,
target: 4409 });
// adding node
var x_node = Math.cos(2 * 3372 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3372 * Math.PI / N) * 10;
g.nodes.push({
id: 4403,
label: 'MEMBER: Laurent Boucontet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_boucontet-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/laurent-boucontet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284403,
size: 0.5,
source: 230628,
target: 4403 });
// adding node
var x_node = Math.cos(2 * 3373 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3373 * Math.PI / N) * 10;
g.nodes.push({
id: 4404,
label: 'MEMBER: Thomas Kergrohen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_thomas-kergrohen-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-kergrohen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284404,
size: 0.5,
source: 230628,
target: 4404 });
// adding node
var x_node = Math.cos(2 * 3374 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3374 * Math.PI / N) * 10;
g.nodes.push({
id: 4405,
label: 'MEMBER: Simon Malesys',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-pasteur-profile-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/simon-malesys/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284405,
size: 0.5,
source: 230628,
target: 4405 });
// adding node
var x_node = Math.cos(2 * 3375 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3375 * Math.PI / N) * 10;
g.nodes.push({
id: 4421,
label: 'MEMBER: Martial Marbouty',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-martial-marbouty-fullsizerender-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/martial-marbouty/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284421,
size: 0.5,
source: 230628,
target: 4421 });
// adding node
var x_node = Math.cos(2 * 3376 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3376 * Math.PI / N) * 10;
g.nodes.push({
id: 4415,
label: 'MEMBER: Christophe Malabat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_img_08311-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-malabat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284415,
size: 0.5,
source: 230628,
target: 4415 });
// adding node
var x_node = Math.cos(2 * 3377 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3377 * Math.PI / N) * 10;
g.nodes.push({
id: 4418,
label: 'MEMBER: Romain Koszul',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_romain-koszul-sc201-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/romain-koszul/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284418,
size: 0.5,
source: 230628,
target: 4418 });
// adding node
var x_node = Math.cos(2 * 3378 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3378 * Math.PI / N) * 10;
g.nodes.push({
id: 4419,
label: 'MEMBER: Emmanuelle Fabre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_emmanuelle-fabre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emmanuelle-fabre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284419,
size: 0.5,
source: 230628,
target: 4419 });
// adding node
var x_node = Math.cos(2 * 3379 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3379 * Math.PI / N) * 10;
g.nodes.push({
id: 4427,
label: 'MEMBER: Sara Elisabetta Cannella',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dsc_0055-1-41-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sara-elisabetta-cannella/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284427,
size: 0.5,
source: 230628,
target: 4427 });
// adding node
var x_node = Math.cos(2 * 3380 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3380 * Math.PI / N) * 10;
g.nodes.push({
id: 4428,
label: 'MEMBER: Alexandre Chenal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_ed99e55a775a81d45a_l_843ae-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandre-chenal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284428,
size: 0.5,
source: 230628,
target: 4428 });
// adding node
var x_node = Math.cos(2 * 3381 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3381 * Math.PI / N) * 10;
g.nodes.push({
id: 4429,
label: 'MEMBER: Gouzel Karimova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_img_20150803_202736-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gouzel-karimova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284429,
size: 0.5,
source: 230628,
target: 4429 });
// adding node
var x_node = Math.cos(2 * 3382 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3382 * Math.PI / N) * 10;
g.nodes.push({
id: 4424,
label: 'MEMBER: Axel Cournac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-axel-cournac-photo6-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/axel-cournac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284424,
size: 0.5,
source: 230628,
target: 4424 });
// adding node
var x_node = Math.cos(2 * 3383 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3383 * Math.PI / N) * 10;
g.nodes.push({
id: 4426,
label: 'MEMBER: Daniel Ladant',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_dl-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/daniel-ladant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284426,
size: 0.5,
source: 230628,
target: 4426 });
// adding node
var x_node = Math.cos(2 * 3384 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3384 * Math.PI / N) * 10;
g.nodes.push({
id: 4437,
label: 'MEMBER: Sandrine VITRY',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/02/research_pasteur-photo_sandrine_labo_bis-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sandrine-vitry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284437,
size: 0.5,
source: 230628,
target: 4437 });
// adding node
var x_node = Math.cos(2 * 3385 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3385 * Math.PI / N) * 10;
g.nodes.push({
id: 4435,
label: 'MEMBER: Monique Lafon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_m-lafon-site-web-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/monique-lafon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284435,
size: 0.5,
source: 230628,
target: 4435 });
// adding node
var x_node = Math.cos(2 * 3386 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3386 * Math.PI / N) * 10;
g.nodes.push({
id: 4436,
label: 'MEMBER: Christophe Prehaud',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_c-prehaud-site-web--150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-prehaud/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284436,
size: 0.5,
source: 230628,
target: 4436 });
// adding node
var x_node = Math.cos(2 * 3387 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3387 * Math.PI / N) * 10;
g.nodes.push({
id: 4430,
label: 'MEMBER: Undine Mechold',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/03/research_pasteur-img_20200330_183045-2-scaled-e1585586558624-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/undine-mechold/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284430,
size: 0.5,
source: 230628,
target: 4430 });
// adding node
var x_node = Math.cos(2 * 3388 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3388 * Math.PI / N) * 10;
g.nodes.push({
id: 4432,
label: 'MEMBER: Emilie Gauliard',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emilie-gauliard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284432,
size: 0.5,
source: 230628,
target: 4432 });
// adding node
var x_node = Math.cos(2 * 3389 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3389 * Math.PI / N) * 10;
g.nodes.push({
id: 4447,
label: 'MEMBER: Thierry Fontaine',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-20190614_185922_crop-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thierry-fontaine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284447,
size: 0.5,
source: 230628,
target: 4447 });
// adding node
var x_node = Math.cos(2 * 3390 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3390 * Math.PI / N) * 10;
g.nodes.push({
id: 4441,
label: 'MEMBER: Sebastian Lequime',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_lequime-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sebastian-lequime/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284441,
size: 0.5,
source: 230628,
target: 4441 });
// adding node
var x_node = Math.cos(2 * 3391 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3391 * Math.PI / N) * 10;
g.nodes.push({
id: 4442,
label: 'MEMBER: Albin Fontaine',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_albin-150x150.gif',
page_url: 'https://research.pasteur.fr/en/member/albin-fontaine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284442,
size: 0.5,
source: 230628,
target: 4442 });
// adding node
var x_node = Math.cos(2 * 3392 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3392 * Math.PI / N) * 10;
g.nodes.push({
id: 4443,
label: 'MEMBER: Vishu Kumar Aimanianda Bopaiah',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-photo-4cm-essai-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vishu-kumar-aimanianda-bopaiah/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284443,
size: 0.5,
source: 230628,
target: 4443 });
// adding node
var x_node = Math.cos(2 * 3393 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3393 * Math.PI / N) * 10;
g.nodes.push({
id: 4438,
label: 'MEMBER: Louis Lambrechts',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-louis-lambrechts-dsc6143-cropped-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/louis-lambrechts/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284438,
size: 0.5,
source: 230628,
target: 4438 });
// adding node
var x_node = Math.cos(2 * 3394 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3394 * Math.PI / N) * 10;
g.nodes.push({
id: 4440,
label: 'MEMBER: Vincent Raquin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_vincent-150x150.gif',
page_url: 'https://research.pasteur.fr/en/member/vincent-raquin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284440,
size: 0.5,
source: 230628,
target: 4440 });
// adding node
var x_node = Math.cos(2 * 3395 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3395 * Math.PI / N) * 10;
g.nodes.push({
id: 4457,
label: 'MEMBER: Gilles Dadaglio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gilles-dadaglio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284457,
size: 0.5,
source: 230628,
target: 4457 });
// adding node
var x_node = Math.cos(2 * 3396 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3396 * Math.PI / N) * 10;
g.nodes.push({
id: 4453,
label: 'MEMBER: Pauline Robinet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_pauline-robinet-2015-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pauline-robinet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284453,
size: 0.5,
source: 230628,
target: 4453 });
// adding node
var x_node = Math.cos(2 * 3397 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3397 * Math.PI / N) * 10;
g.nodes.push({
id: 4449,
label: 'MEMBER: Jean-Paul Latge',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig55-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-paul-latge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284449,
size: 0.5,
source: 230628,
target: 4449 });
// adding node
var x_node = Math.cos(2 * 3398 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3398 * Math.PI / N) * 10;
g.nodes.push({
id: 4450,
label: 'MEMBER: Isabelle Mouyna',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_isabelle-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-mouyna/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284450,
size: 0.5,
source: 230628,
target: 4450 });
// adding node
var x_node = Math.cos(2 * 3399 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3399 * Math.PI / N) * 10;
g.nodes.push({
id: 4458,
label: 'MEMBER: Claude Leclerc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_claude_leclerc-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claude-leclerc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284458,
size: 0.5,
source: 230628,
target: 4458 });
// adding node
var x_node = Math.cos(2 * 3400 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3400 * Math.PI / N) * 10;
g.nodes.push({
id: 4473,
label: 'MEMBER: Thérèse Couderc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_a-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/therese-couderc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284473,
size: 0.5,
source: 230628,
target: 4473 });
// adding node
var x_node = Math.cos(2 * 3401 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3401 * Math.PI / N) * 10;
g.nodes.push({
id: 4474,
label: 'MEMBER: Marc Eloit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_eloit-marc-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marc-eloit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284474,
size: 0.5,
source: 230628,
target: 4474 });
// adding node
var x_node = Math.cos(2 * 3402 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3402 * Math.PI / N) * 10;
g.nodes.push({
id: 4468,
label: 'MEMBER: Alexandre Leclercq',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo12-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandre-leclercq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284468,
size: 0.5,
source: 230628,
target: 4468 });
// adding node
var x_node = Math.cos(2 * 3403 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3403 * Math.PI / N) * 10;
g.nodes.push({
id: 4469,
label: 'MEMBER: Olivier Disson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig91-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-disson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284469,
size: 0.5,
source: 230628,
target: 4469 });
// adding node
var x_node = Math.cos(2 * 3404 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3404 * Math.PI / N) * 10;
g.nodes.push({
id: 4470,
label: 'MEMBER: Marc Lecuit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-sans-titre-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marc-lecuit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284470,
size: 0.5,
source: 230628,
target: 4470 });
// adding node
var x_node = Math.cos(2 * 3405 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3405 * Math.PI / N) * 10;
g.nodes.push({
id: 4485,
label: 'MEMBER: Gilles Gheusi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_ggheusi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gilles-gheusi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284485,
size: 0.5,
source: 230628,
target: 4485 });
// adding node
var x_node = Math.cos(2 * 3406 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3406 * Math.PI / N) * 10;
g.nodes.push({
id: 4481,
label: 'MEMBER: Laetitia Travier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-img_2309rognee-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laetitia-travier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284481,
size: 0.5,
source: 230628,
target: 4481 });
// adding node
var x_node = Math.cos(2 * 3407 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3407 * Math.PI / N) * 10;
g.nodes.push({
id: 4482,
label: 'MEMBER: Sabela Bua Aguin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sabela_small-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sabela-bua-aguin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284482,
size: 0.5,
source: 230628,
target: 4482 });
// adding node
var x_node = Math.cos(2 * 3408 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3408 * Math.PI / N) * 10;
g.nodes.push({
id: 4483,
label: 'MEMBER: Han Li',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_han_li_small-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/han-li/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284483,
size: 0.5,
source: 230628,
target: 4483 });
// adding node
var x_node = Math.cos(2 * 3409 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3409 * Math.PI / N) * 10;
g.nodes.push({
id: 4484,
label: 'MEMBER: Olinda Alegria-Prevot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-capture-decran-2019-07-29-a-12.27.42-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/olinda-alegria-prevot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284484,
size: 0.5,
source: 230628,
target: 4484 });
// adding node
var x_node = Math.cos(2 * 3410 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3410 * Math.PI / N) * 10;
g.nodes.push({
id: 4478,
label: 'MEMBER: Alexandra Moura',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_research.pasteur.fr_photo_serious-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/alexandra-moura/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284478,
size: 0.5,
source: 230628,
target: 4478 });
// adding node
var x_node = Math.cos(2 * 3411 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3411 * Math.PI / N) * 10;
g.nodes.push({
id: 4479,
label: 'MEMBER: Philippe Pérot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_1fece50-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/philippe-perot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284479,
size: 0.5,
source: 230628,
target: 4479 });
// adding node
var x_node = Math.cos(2 * 3412 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3412 * Math.PI / N) * 10;
g.nodes.push({
id: 4489,
label: 'MEMBER: Françoise Lazarini-Serandour',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_francoise-lazarini-serandour-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francoise-lazarini-serandour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284489,
size: 0.5,
source: 230628,
target: 4489 });
// adding node
var x_node = Math.cos(2 * 3413 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3413 * Math.PI / N) * 10;
g.nodes.push({
id: 4490,
label: 'MEMBER: Gabriel Lepousez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_gabriel-lepousez1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/gabriel-lepousez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284490,
size: 0.5,
source: 230628,
target: 4490 });
// adding node
var x_node = Math.cos(2 * 3414 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3414 * Math.PI / N) * 10;
g.nodes.push({
id: 4492,
label: 'MEMBER: Kurt Sailor',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_kurt-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/kurt-sailor/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284492,
size: 0.5,
source: 230628,
target: 4492 });
// adding node
var x_node = Math.cos(2 * 3415 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3415 * Math.PI / N) * 10;
g.nodes.push({
id: 4487,
label: 'MEMBER: Antoine Nissant',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_img_6385-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/antoine-nissant/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284487,
size: 0.5,
source: 230628,
target: 4487 });
// adding node
var x_node = Math.cos(2 * 3416 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3416 * Math.PI / N) * 10;
g.nodes.push({
id: 4488,
label: 'MEMBER: Mariana Alonso',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_foto-website-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariana-alonso/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284488,
size: 0.5,
source: 230628,
target: 4488 });
// adding node
var x_node = Math.cos(2 * 3417 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3417 * Math.PI / N) * 10;
g.nodes.push({
id: 4503,
label: 'MEMBER: Valérie Caro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/07/research_pasteur-valerie_2020-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-caro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284503,
size: 0.5,
source: 230628,
target: 4503 });
// adding node
var x_node = Math.cos(2 * 3418 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3418 * Math.PI / N) * 10;
g.nodes.push({
id: 4501,
label: 'MEMBER: Christophe Batejat',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_christophe-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-batejat/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284501,
size: 0.5,
source: 230628,
target: 4501 });
// adding node
var x_node = Math.cos(2 * 3419 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3419 * Math.PI / N) * 10;
g.nodes.push({
id: 4496,
label: 'MEMBER: Sébastien Wagner',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sebastien-wagner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284496,
size: 0.5,
source: 230628,
target: 4496 });
// adding node
var x_node = Math.cos(2 * 3420 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3420 * Math.PI / N) * 10;
g.nodes.push({
id: 4506,
label: 'MEMBER: Valérie Choumet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_dsc3750-coupe-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/valerie-choumet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284506,
size: 0.5,
source: 230628,
target: 4506 });
// adding node
var x_node = Math.cos(2 * 3421 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3421 * Math.PI / N) * 10;
g.nodes.push({
id: 4508,
label: 'MEMBER: Jean-Claude Manuguerra',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig43-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-claude-manuguerra/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284508,
size: 0.5,
source: 230628,
target: 4508 });
// adding node
var x_node = Math.cos(2 * 3422 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3422 * Math.PI / N) * 10;
g.nodes.push({
id: 4510,
label: 'MEMBER: Jessica Vanhomwegen',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-jessica-vanhomwegen-photo-j-vanhomwegen-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jessica-vanhomwegen/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284510,
size: 0.5,
source: 230628,
target: 4510 });
// adding node
var x_node = Math.cos(2 * 3423 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3423 * Math.PI / N) * 10;
g.nodes.push({
id: 4505,
label: 'MEMBER: India Leclercq',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_india-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/india-leclercq/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284505,
size: 0.5,
source: 230628,
target: 4505 });
// adding node
var x_node = Math.cos(2 * 3424 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3424 * Math.PI / N) * 10;
g.nodes.push({
id: 4519,
label: 'MEMBER: Anne Le Fleche',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anne-le-fleche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284519,
size: 0.5,
source: 230628,
target: 4519 });
// adding node
var x_node = Math.cos(2 * 3425 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3425 * Math.PI / N) * 10;
g.nodes.push({
id: 4520,
label: 'MEMBER: Jean-Michel Thiberge',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/12/research_pasteur-019180-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-michel-thiberge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284520,
size: 0.5,
source: 230628,
target: 4520 });
// adding node
var x_node = Math.cos(2 * 3426 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3426 * Math.PI / N) * 10;
g.nodes.push({
id: 4515,
label: 'MEMBER: Nicolas Berthet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicolas-berthet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284515,
size: 0.5,
source: 230628,
target: 4515 });
// adding node
var x_node = Math.cos(2 * 3427 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3427 * Math.PI / N) * 10;
g.nodes.push({
id: 4517,
label: 'MEMBER: Laure Diancourt',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/laure-diancourt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284517,
size: 0.5,
source: 230628,
target: 4517 });
// adding node
var x_node = Math.cos(2 * 3428 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3428 * Math.PI / N) * 10;
g.nodes.push({
id: 4518,
label: 'MEMBER: Aurélia Kwasiborski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-aurelia-kwasiborski-photo-ak-bis-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/aurelia-kwasiborski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284518,
size: 0.5,
source: 230628,
target: 4518 });
// adding node
var x_node = Math.cos(2 * 3429 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3429 * Math.PI / N) * 10;
g.nodes.push({
id: 4530,
label: 'MEMBER: Stéphanie Pons',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/stephanie-pons/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284530,
size: 0.5,
source: 230628,
target: 4530 });
// adding node
var x_node = Math.cos(2 * 3430 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3430 * Math.PI / N) * 10;
g.nodes.push({
id: 4532,
label: 'MEMBER: Marie-Eve Val',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-marie-eve-val-marie-eve-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-eve-kennedy-val/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284532,
size: 0.5,
source: 230628,
target: 4532 });
// adding node
var x_node = Math.cos(2 * 3431 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3431 * Math.PI / N) * 10;
g.nodes.push({
id: 4525,
label: 'MEMBER: Benoît Forget',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_picturebencv-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benoit-forget/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284525,
size: 0.5,
source: 230628,
target: 4525 });
// adding node
var x_node = Math.cos(2 * 3432 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3432 * Math.PI / N) * 10;
g.nodes.push({
id: 4523,
label: 'MEMBER: Morgane Besson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-capture-decran-2017-07-22-a-17.21.36-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/morgane-besson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284523,
size: 0.5,
source: 230628,
target: 4523 });
// adding node
var x_node = Math.cos(2 * 3433 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3433 * Math.PI / N) * 10;
g.nodes.push({
id: 4539,
label: 'MEMBER: Deshmukh Gopaul',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dgopaul-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/deshmukh-gopaul/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284539,
size: 0.5,
source: 230628,
target: 4539 });
// adding node
var x_node = Math.cos(2 * 3434 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3434 * Math.PI / N) * 10;
g.nodes.push({
id: 4541,
label: 'MEMBER: Didier Mazel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-didier-mazel-img-6478-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/didier-mazel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284541,
size: 0.5,
source: 230628,
target: 4541 });
// adding node
var x_node = Math.cos(2 * 3435 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3435 * Math.PI / N) * 10;
g.nodes.push({
id: 4535,
label: 'MEMBER: Zeynep Baharoglu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_zb-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/zeynep-baharoglu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284535,
size: 0.5,
source: 230628,
target: 4535 });
// adding node
var x_node = Math.cos(2 * 3436 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3436 * Math.PI / N) * 10;
g.nodes.push({
id: 4533,
label: 'MEMBER: Céline Loot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_img_21712-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/celine-loot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284533,
size: 0.5,
source: 230628,
target: 4533 });
// adding node
var x_node = Math.cos(2 * 3437 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3437 * Math.PI / N) * 10;
g.nodes.push({
id: 4551,
label: 'MEMBER: Kenneth McElreavey',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig44-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kenneth-mcelreavey/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284551,
size: 0.5,
source: 230628,
target: 4551 });
// adding node
var x_node = Math.cos(2 * 3438 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3438 * Math.PI / N) * 10;
g.nodes.push({
id: 4546,
label: 'MEMBER: Evelyne Krin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_img_1058-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/evelyne-krin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284546,
size: 0.5,
source: 230628,
target: 4546 });
// adding node
var x_node = Math.cos(2 * 3439 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3439 * Math.PI / N) * 10;
g.nodes.push({
id: 4547,
label: 'MEMBER: Anu Bashamboo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig62-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anu-bashamboo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284547,
size: 0.5,
source: 230628,
target: 4547 });
// adding node
var x_node = Math.cos(2 * 3440 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3440 * Math.PI / N) * 10;
g.nodes.push({
id: 4563,
label: 'MEMBER: Anthony Bouillon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-anthony-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anthony-bouillon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284563,
size: 0.5,
source: 230628,
target: 4563 });
// adding node
var x_node = Math.cos(2 * 3441 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3441 * Math.PI / N) * 10;
g.nodes.push({
id: 4564,
label: 'MEMBER: Sabine Thiberge',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284564,
size: 0.5,
source: 230628,
target: 4564 });
// adding node
var x_node = Math.cos(2 * 3442 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3442 * Math.PI / N) * 10;
g.nodes.push({
id: 4558,
label: 'MEMBER: Rogerio Amino',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_unnamed-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rogerio-amino/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284558,
size: 0.5,
source: 230628,
target: 4558 });
// adding node
var x_node = Math.cos(2 * 3443 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3443 * Math.PI / N) * 10;
g.nodes.push({
id: 4553,
label: 'MEMBER: Sigolène Meilhac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-sigolene-meilhac-meilhac-sigolene-6578c-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sigolene-meilhac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284553,
size: 0.5,
source: 230628,
target: 4553 });
// adding node
var x_node = Math.cos(2 * 3444 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3444 * Math.PI / N) * 10;
g.nodes.push({
id: 4557,
label: 'MEMBER: Jean-Christophe Barale',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo_jcbarale-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-christophe-barale/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284557,
size: 0.5,
source: 230628,
target: 4557 });
// adding node
var x_node = Math.cos(2 * 3445 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3445 * Math.PI / N) * 10;
g.nodes.push({
id: 4575,
label: 'MEMBER: Hugo Mouquet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/05/research_pasteur-mouquet_id-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/hugo-mouquet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284575,
size: 0.5,
source: 230628,
target: 4575 });
// adding node
var x_node = Math.cos(2 * 3446 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3446 * Math.PI / N) * 10;
g.nodes.push({
id: 4571,
label: 'MEMBER: Thierry Lang',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_thierry-new-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thierry-lang/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284571,
size: 0.5,
source: 230628,
target: 4571 });
// adding node
var x_node = Math.cos(2 * 3447 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3447 * Math.PI / N) * 10;
g.nodes.push({
id: 4572,
label: 'MEMBER: Paola Minoprio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_paola-minoprio-e1453991996442-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paola-minoprio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284572,
size: 0.5,
source: 230628,
target: 4572 });
// adding node
var x_node = Math.cos(2 * 3448 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3448 * Math.PI / N) * 10;
g.nodes.push({
id: 4566,
label: 'MEMBER: Eliane Meurs',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig59-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eliane-meurs/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284566,
size: 0.5,
source: 230628,
target: 4566 });
// adding node
var x_node = Math.cos(2 * 3449 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3449 * Math.PI / N) * 10;
g.nodes.push({
id: 4568,
label: 'MEMBER: Stéphanie Dabo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/07/research_pasteur-stephanie_dabo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephanie-dabo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284568,
size: 0.5,
source: 230628,
target: 4568 });
// adding node
var x_node = Math.cos(2 * 3450 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3450 * Math.PI / N) * 10;
g.nodes.push({
id: 4589,
label: 'MEMBER: Laurence Mulard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig5-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/laurence-mulard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284589,
size: 0.5,
source: 230628,
target: 4589 });
// adding node
var x_node = Math.cos(2 * 3451 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3451 * Math.PI / N) * 10;
g.nodes.push({
id: 4586,
label: 'MEMBER: Sylvie Bay',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_sylviebay-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvie-bay/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284586,
size: 0.5,
source: 230628,
target: 4586 });
// adding node
var x_node = Math.cos(2 * 3452 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3452 * Math.PI / N) * 10;
g.nodes.push({
id: 4596,
label: 'MEMBER: Nicolas Huot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo13-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicolas-huot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284596,
size: 0.5,
source: 230628,
target: 4596 });
// adding node
var x_node = Math.cos(2 * 3453 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3453 * Math.PI / N) * 10;
g.nodes.push({
id: 4597,
label: 'MEMBER: Michaela Muller-Trutwin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_michaela-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/michaela-muller-trutwin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284597,
size: 0.5,
source: 230628,
target: 4597 });
// adding node
var x_node = Math.cos(2 * 3454 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3454 * Math.PI / N) * 10;
g.nodes.push({
id: 4592,
label: 'MEMBER: Yves-Marie Coic',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/yves-marie-coic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284592,
size: 0.5,
source: 230628,
target: 4592 });
// adding node
var x_node = Math.cos(2 * 3455 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3455 * Math.PI / N) * 10;
g.nodes.push({
id: 4604,
label: 'MEMBER: Philippe Clerc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-capture-decran-2019-08-01-a-13.12.17-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/philippe-clerc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284604,
size: 0.5,
source: 230628,
target: 4604 });
// adding node
var x_node = Math.cos(2 * 3456 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3456 * Math.PI / N) * 10;
g.nodes.push({
id: 4605,
label: 'MEMBER: Nicola Festuccia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-capture-decran-2019-08-01-a-13.26.30-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/nicola-festuccia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284605,
size: 0.5,
source: 230628,
target: 4605 });
// adding node
var x_node = Math.cos(2 * 3457 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3457 * Math.PI / N) * 10;
g.nodes.push({
id: 4606,
label: 'MEMBER: Pablo Navarro Gil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/10/research_pasteur-institut-pasteur_portraits-studio_gcc_162-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pablo-navarro-gil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284606,
size: 0.5,
source: 230628,
target: 4606 });
// adding node
var x_node = Math.cos(2 * 3458 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3458 * Math.PI / N) * 10;
g.nodes.push({
id: 4600,
label: 'MEMBER: Asier Sáez-Cirión',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_dsc2316-e1441290951360-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/asier-saez-cirion/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284600,
size: 0.5,
source: 230628,
target: 4600 });
// adding node
var x_node = Math.cos(2 * 3459 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3459 * Math.PI / N) * 10;
g.nodes.push({
id: 4603,
label: 'MEMBER: Béatrice Jacquelin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_web3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/beatrice-jacquelin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284603,
size: 0.5,
source: 230628,
target: 4603 });
// adding node
var x_node = Math.cos(2 * 3460 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3460 * Math.PI / N) * 10;
g.nodes.push({
id: 4615,
label: 'MEMBER: Arnaud Blondel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-id-a_blondel-c-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arnaud-blondel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284615,
size: 0.5,
source: 230628,
target: 4615 });
// adding node
var x_node = Math.cos(2 * 3461 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3461 * Math.PI / N) * 10;
g.nodes.push({
id: 4616,
label: 'MEMBER: Guillaume Bouvier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/03/research.pasteur.fr_profile_1-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillaume-bouvier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284616,
size: 0.5,
source: 230628,
target: 4616 });
// adding node
var x_node = Math.cos(2 * 3462 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3462 * Math.PI / N) * 10;
g.nodes.push({
id: 4598,
label: 'MEMBER: Caroline Pereira Bittencourt Passaes',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/05/research_pasteur-caroline-passaes-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/caroline-pereira-bittencourt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284598,
size: 0.5,
source: 230628,
target: 4598 });
// adding node
var x_node = Math.cos(2 * 3463 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3463 * Math.PI / N) * 10;
g.nodes.push({
id: 4610,
label: 'MEMBER: Quang Tru Huynh',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/quang-tru-huynh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284610,
size: 0.5,
source: 230628,
target: 4610 });
// adding node
var x_node = Math.cos(2 * 3464 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3464 * Math.PI / N) * 10;
g.nodes.push({
id: 4611,
label: 'MEMBER: Benjamin Bardiaux',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_bardiaux-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benjamin-bardiaux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284611,
size: 0.5,
source: 230628,
target: 4611 });
// adding node
var x_node = Math.cos(2 * 3465 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3465 * Math.PI / N) * 10;
g.nodes.push({
id: 4612,
label: 'MEMBER: Thérèse Malliavin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_3ccf6f5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/therese-malliavin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284612,
size: 0.5,
source: 230628,
target: 4612 });
// adding node
var x_node = Math.cos(2 * 3466 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3466 * Math.PI / N) * 10;
g.nodes.push({
id: 4613,
label: 'MEMBER: Edouard Yeramian',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-edouard-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/edouard-yeramian/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284613,
size: 0.5,
source: 230628,
target: 4613 });
// adding node
var x_node = Math.cos(2 * 3467 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3467 * Math.PI / N) * 10;
g.nodes.push({
id: 4608,
label: 'MEMBER: Victor Heurtier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-capture-decran-2019-08-01-a-13.25.43-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/victor-heurtier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284608,
size: 0.5,
source: 230628,
target: 4608 });
// adding node
var x_node = Math.cos(2 * 3468 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3468 * Math.PI / N) * 10;
g.nodes.push({
id: 4609,
label: 'MEMBER: Agnès Dubois',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/09/research_pasteur-agnes-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/agnes-dubois/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284609,
size: 0.5,
source: 230628,
target: 4609 });
// adding node
var x_node = Math.cos(2 * 3469 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3469 * Math.PI / N) * 10;
g.nodes.push({
id: 4607,
label: 'MEMBER: Alexandra Tachtsidi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/08/research_pasteur-capture-decran-2019-08-01-a-13.26.07-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/alexandra-tachtsidi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284607,
size: 0.5,
source: 230628,
target: 4607 });
// adding node
var x_node = Math.cos(2 * 3470 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3470 * Math.PI / N) * 10;
g.nodes.push({
id: 4623,
label: 'MEMBER: Michael Nilges',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/02/research.pasteur.fr_dsc3513-copy-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/michael-nilges/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284623,
size: 0.5,
source: 230628,
target: 4623 });
// adding node
var x_node = Math.cos(2 * 3471 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3471 * Math.PI / N) * 10;
g.nodes.push({
id: 4624,
label: 'MEMBER: Riccardo Pellarin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_myself1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/riccardo-pellarin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284624,
size: 0.5,
source: 230628,
target: 4624 });
// adding node
var x_node = Math.cos(2 * 3472 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3472 * Math.PI / N) * 10;
g.nodes.push({
id: 4618,
label: 'MEMBER: Pak-Lee Chau',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/pak-lee-chau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284618,
size: 0.5,
source: 230628,
target: 4618 });
// adding node
var x_node = Math.cos(2 * 3473 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3473 * Math.PI / N) * 10;
g.nodes.push({
id: 4630,
label: 'MEMBER: Thibault Lagache',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_p10400571-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thibault-lagache/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284630,
size: 0.5,
source: 230628,
target: 4630 });
// adding node
var x_node = Math.cos(2 * 3474 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3474 * Math.PI / N) * 10;
g.nodes.push({
id: 4627,
label: 'MEMBER: Nathalie Duclert-Savatier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nathalie-duclert-savatier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284627,
size: 0.5,
source: 230628,
target: 4627 });
// adding node
var x_node = Math.cos(2 * 3475 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3475 * Math.PI / N) * 10;
g.nodes.push({
id: 4642,
label: 'MEMBER: Jean Jaubert',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_jaubert-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-jaubert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284642,
size: 0.5,
source: 230628,
target: 4642 });
// adding node
var x_node = Math.cos(2 * 3476 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3476 * Math.PI / N) * 10;
g.nodes.push({
id: 4637,
label: 'MEMBER: Michel Cohen-Tannoudji',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_dsc8515-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/michel-cohen-tannoudji/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284637,
size: 0.5,
source: 230628,
target: 4637 });
// adding node
var x_node = Math.cos(2 * 3477 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3477 * Math.PI / N) * 10;
g.nodes.push({
id: 4638,
label: 'MEMBER: Denis Houzelstein',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_denis_1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/denis-houzelstein/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284638,
size: 0.5,
source: 230628,
target: 4638 });
// adding node
var x_node = Math.cos(2 * 3478 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3478 * Math.PI / N) * 10;
g.nodes.push({
id: 4640,
label: 'MEMBER: Sylvain Bessonnard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_img_0296b-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvain-bessonnard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284640,
size: 0.5,
source: 230628,
target: 4640 });
// adding node
var x_node = Math.cos(2 * 3479 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3479 * Math.PI / N) * 10;
g.nodes.push({
id: 4636,
label: 'MEMBER: Vannary Meas-Yedid Hardy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_measyedidvannary-250x145-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/vannary-meas-yedid-hardy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284636,
size: 0.5,
source: 230628,
target: 4636 });
// adding node
var x_node = Math.cos(2 * 3480 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3480 * Math.PI / N) * 10;
g.nodes.push({
id: 4649,
label: 'MEMBER: Sandrine Vandormael-Pournin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_mdiwmjm3-2.jpg',
page_url: 'https://research.pasteur.fr/en/member/sandrine-vandormael-pournin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284649,
size: 0.5,
source: 230628,
target: 4649 });
// adding node
var x_node = Math.cos(2 * 3481 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3481 * Math.PI / N) * 10;
g.nodes.push({
id: 4650,
label: 'MEMBER: Sandra Pellegrini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_sandra-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sandra-pellegrini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284650,
size: 0.5,
source: 230628,
target: 4650 });
// adding node
var x_node = Math.cos(2 * 3482 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3482 * Math.PI / N) * 10;
g.nodes.push({
id: 4652,
label: 'MEMBER: Frédérique Michel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_img_3370-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/frederique-michel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284652,
size: 0.5,
source: 230628,
target: 4652 });
// adding node
var x_node = Math.cos(2 * 3483 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3483 * Math.PI / N) * 10;
g.nodes.push({
id: 4645,
label: 'MEMBER: Leonard Jarzebowski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_leojarze-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/leonard-jarzebowski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284645,
size: 0.5,
source: 230628,
target: 4645 });
// adding node
var x_node = Math.cos(2 * 3484 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3484 * Math.PI / N) * 10;
g.nodes.push({
id: 4646,
label: 'MEMBER: Aurélien Raveux',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aurelien-raveux/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284646,
size: 0.5,
source: 230628,
target: 4646 });
// adding node
var x_node = Math.cos(2 * 3485 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3485 * Math.PI / N) * 10;
g.nodes.push({
id: 4644,
label: 'MEMBER: Xavier Montagutelli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-xavier-montagutelli-xm-web-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/xavier-montagutelli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284644,
size: 0.5,
source: 230628,
target: 4644 });
// adding node
var x_node = Math.cos(2 * 3486 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3486 * Math.PI / N) * 10;
g.nodes.push({
id: 4662,
label: 'MEMBER: Aziz El Amraoui',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-aziz-el-amraoui-aziz-el-amraoui-dsp-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/aziz-el-amraoui/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284662,
size: 0.5,
source: 230628,
target: 4662 });
// adding node
var x_node = Math.cos(2 * 3487 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3487 * Math.PI / N) * 10;
g.nodes.push({
id: 4655,
label: 'MEMBER: Virginie Wong Jun Tai',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/virginie-wong-jun-tai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284655,
size: 0.5,
source: 230628,
target: 4655 });
// adding node
var x_node = Math.cos(2 * 3488 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3488 * Math.PI / N) * 10;
g.nodes.push({
id: 4659,
label: 'MEMBER: Saaid Safieddine',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/saaid-safieddine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284659,
size: 0.5,
source: 230628,
target: 4659 });
// adding node
var x_node = Math.cos(2 * 3489 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3489 * Math.PI / N) * 10;
g.nodes.push({
id: 4653,
label: 'MEMBER: Françoise Vuillier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_fvuilliez-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francoise-vuillier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284653,
size: 0.5,
source: 230628,
target: 4653 });
// adding node
var x_node = Math.cos(2 * 3490 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3490 * Math.PI / N) * 10;
g.nodes.push({
id: 4654,
label: 'MEMBER: Zhi Li',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_lisa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/zhi-li/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284654,
size: 0.5,
source: 230628,
target: 4654 });
// adding node
var x_node = Math.cos(2 * 3491 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3491 * Math.PI / N) * 10;
g.nodes.push({
id: 4675,
label: 'MEMBER: Isabelle Perfettini',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-isabelle-perfettini-i-perfettini--150x150.png',
page_url: 'https://research.pasteur.fr/en/member/isabelle-perfettini/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284675,
size: 0.5,
source: 230628,
target: 4675 });
// adding node
var x_node = Math.cos(2 * 3492 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3492 * Math.PI / N) * 10;
g.nodes.push({
id: 4676,
label: 'MEMBER: Sedigheh Delmaghani',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/sedigheh-delmaghani/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284676,
size: 0.5,
source: 230628,
target: 4676 });
// adding node
var x_node = Math.cos(2 * 3493 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3493 * Math.PI / N) * 10;
g.nodes.push({
id: 4673,
label: 'MEMBER: Jacques Boutet De Monvel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/01/research.pasteur.fr_jbdm_photo_id-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jacques-boutet-de-monvel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284673,
size: 0.5,
source: 230628,
target: 4673 });
// adding node
var x_node = Math.cos(2 * 3494 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3494 * Math.PI / N) * 10;
g.nodes.push({
id: 4668,
label: 'MEMBER: Elisabeth Verpy',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/elisabeth-verpy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284668,
size: 0.5,
source: 230628,
target: 4668 });
// adding node
var x_node = Math.cos(2 * 3495 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3495 * Math.PI / N) * 10;
g.nodes.push({
id: 4663,
label: 'MEMBER: Andrea Lelli',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/andrea-lelli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284663,
size: 0.5,
source: 230628,
target: 4663 });
// adding node
var x_node = Math.cos(2 * 3496 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3496 * Math.PI / N) * 10;
g.nodes.push({
id: 4664,
label: 'MEMBER: Nicolas Michalski',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicolas-michalski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284664,
size: 0.5,
source: 230628,
target: 4664 });
// adding node
var x_node = Math.cos(2 * 3497 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3497 * Math.PI / N) * 10;
g.nodes.push({
id: 4684,
label: 'MEMBER: Eduardo Rocha',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_eduardo_rocha-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eduardo-rocha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284684,
size: 0.5,
source: 230628,
target: 4684 });
// adding node
var x_node = Math.cos(2 * 3498 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3498 * Math.PI / N) * 10;
g.nodes.push({
id: 4679,
label: 'MEMBER: Nadia Benaroudj',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/10/research.pasteur.fr_benaroudj-nadia-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nadia-benaroudj/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284679,
size: 0.5,
source: 230628,
target: 4679 });
// adding node
var x_node = Math.cos(2 * 3499 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3499 * Math.PI / N) * 10;
g.nodes.push({
id: 4681,
label: 'MEMBER: Mathieu Picardeau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_mp1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mathieu-picardeau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284681,
size: 0.5,
source: 230628,
target: 4681 });
// adding node
var x_node = Math.cos(2 * 3500 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3500 * Math.PI / N) * 10;
g.nodes.push({
id: 4682,
label: 'MEMBER: Pascale Bourhy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_pascale-bourhy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pascale-bourhy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284682,
size: 0.5,
source: 230628,
target: 4682 });
// adding node
var x_node = Math.cos(2 * 3501 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3501 * Math.PI / N) * 10;
g.nodes.push({
id: 4677,
label: 'MEMBER: Typhaine Dupont',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/typhaine-dupont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284677,
size: 0.5,
source: 230628,
target: 4677 });
// adding node
var x_node = Math.cos(2 * 3502 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3502 * Math.PI / N) * 10;
g.nodes.push({
id: 4693,
label: 'MEMBER: Hélène Munier-Lehmann',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-hml-recadre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/helene-munier-lehmann/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284693,
size: 0.5,
source: 230628,
target: 4693 });
// adding node
var x_node = Math.cos(2 * 3503 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3503 * Math.PI / N) * 10;
g.nodes.push({
id: 4694,
label: 'MEMBER: Sylvie Pochet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sans-titre2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/sylvie-pochet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284694,
size: 0.5,
source: 230628,
target: 4694 });
// adding node
var x_node = Math.cos(2 * 3504 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3504 * Math.PI / N) * 10;
g.nodes.push({
id: 4695,
label: 'MEMBER: Sophie Vichier-Guerre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_photo-web-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-vichier-guerre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284695,
size: 0.5,
source: 230628,
target: 4695 });
// adding node
var x_node = Math.cos(2 * 3505 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3505 * Math.PI / N) * 10;
g.nodes.push({
id: 4689,
label: 'MEMBER: Mylène Maury',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/06/research_pasteur-portrait-mylenemaury-square1000p-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mylene-maury/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284689,
size: 0.5,
source: 230628,
target: 4689 });
// adding node
var x_node = Math.cos(2 * 3506 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3506 * Math.PI / N) * 10;
g.nodes.push({
id: 4685,
label: 'MEMBER: Marie Touchon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_touchon-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marie-touchon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284685,
size: 0.5,
source: 230628,
target: 4685 });
// adding node
var x_node = Math.cos(2 * 3507 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3507 * Math.PI / N) * 10;
g.nodes.push({
id: 4697,
label: 'MEMBER: Frédéric Bonhomme',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_20150827_132948-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/frederic-bonhomme/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284697,
size: 0.5,
source: 230628,
target: 4697 });
// adding node
var x_node = Math.cos(2 * 3508 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3508 * Math.PI / N) * 10;
g.nodes.push({
id: 4710,
label: 'MEMBER: Annick Robert-Pillot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_photo-annick-final-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/annick-robert-pillot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284710,
size: 0.5,
source: 230628,
target: 4710 });
// adding node
var x_node = Math.cos(2 * 3509 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3509 * Math.PI / N) * 10;
g.nodes.push({
id: 4706,
label: 'MEMBER: Marie-Laure Quilici',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_photo-mlq-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marie-laure-quilici/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284706,
size: 0.5,
source: 230628,
target: 4706 });
// adding node
var x_node = Math.cos(2 * 3510 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3510 * Math.PI / N) * 10;
g.nodes.push({
id: 4708,
label: 'MEMBER: Francois-Xavier Weill',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-weill-francois-xavier-34recadre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-xavier-weill/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284708,
size: 0.5,
source: 230628,
target: 4708 });
// adding node
var x_node = Math.cos(2 * 3511 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3511 * Math.PI / N) * 10;
g.nodes.push({
id: 4715,
label: 'MEMBER: Lluis Quintana-Murci',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_quintana_photo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lluis-quintana-murci/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284715,
size: 0.5,
source: 230628,
target: 4715 });
// adding node
var x_node = Math.cos(2 * 3512 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3512 * Math.PI / N) * 10;
g.nodes.push({
id: 4716,
label: 'MEMBER: Guillaume Laval',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_guillaume2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/guillaume-laval/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284716,
size: 0.5,
source: 230628,
target: 4716 });
// adding node
var x_node = Math.cos(2 * 3513 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3513 * Math.PI / N) * 10;
g.nodes.push({
id: 4717,
label: 'MEMBER: Maxime Rotival',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-twitterphotorussia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maxime-rotival/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284717,
size: 0.5,
source: 230628,
target: 4717 });
// adding node
var x_node = Math.cos(2 * 3514 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3514 * Math.PI / N) * 10;
g.nodes.push({
id: 4714,
label: 'MEMBER: Etienne Patin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-etienne-patin-patin-portrait-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/etienne-patin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284714,
size: 0.5,
source: 230628,
target: 4714 });
// adding node
var x_node = Math.cos(2 * 3515 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3515 * Math.PI / N) * 10;
g.nodes.push({
id: 4711,
label: 'MEMBER: Christelle Mazuet',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christelle-mazuet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284711,
size: 0.5,
source: 230628,
target: 4711 });
// adding node
var x_node = Math.cos(2 * 3516 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3516 * Math.PI / N) * 10;
g.nodes.push({
id: 4712,
label: 'MEMBER: Laétitia Fabre',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_photo-laetitia-final-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laetitia-fabre/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284712,
size: 0.5,
source: 230628,
target: 4712 });
// adding node
var x_node = Math.cos(2 * 3517 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3517 * Math.PI / N) * 10;
g.nodes.push({
id: 4713,
label: 'MEMBER: Elisabeth Njamkepo Nguemkam',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_photo-elisabeth-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elisabeth-njamkepo-nguemkam/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284713,
size: 0.5,
source: 230628,
target: 4713 });
// adding node
var x_node = Math.cos(2 * 3518 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3518 * Math.PI / N) * 10;
g.nodes.push({
id: 4726,
label: 'MEMBER: Marie-Christine Vaney',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_marie-christine-vaney2.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-christine-vaney/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284726,
size: 0.5,
source: 230628,
target: 4726 });
// adding node
var x_node = Math.cos(2 * 3519 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3519 * Math.PI / N) * 10;
g.nodes.push({
id: 4722,
label: 'MEMBER: Nora Zidane',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nora-zidane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284722,
size: 0.5,
source: 230628,
target: 4722 });
// adding node
var x_node = Math.cos(2 * 3520 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3520 * Math.PI / N) * 10;
g.nodes.push({
id: 4723,
label: 'MEMBER: Jessica Quintin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_pasteurweb-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jessica-quintin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284723,
size: 0.5,
source: 230628,
target: 4723 });
// adding node
var x_node = Math.cos(2 * 3521 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3521 * Math.PI / N) * 10;
g.nodes.push({
id: 4724,
label: 'MEMBER: Félix A. Rey',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-enfelix-a-reyfrfelix-rey-portrait-felixrey-1-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/felix-rey/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284724,
size: 0.5,
source: 230628,
target: 4724 });
// adding node
var x_node = Math.cos(2 * 3522 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3522 * Math.PI / N) * 10;
g.nodes.push({
id: 4732,
label: 'MEMBER: Marie Flamand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_marie_flamand-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-flamand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284732,
size: 0.5,
source: 230628,
target: 4732 });
// adding node
var x_node = Math.cos(2 * 3523 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3523 * Math.PI / N) * 10;
g.nodes.push({
id: 4727,
label: 'MEMBER: Marija Backovic',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-marija-backovic-img-3538-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/marija-backovic/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284727,
size: 0.5,
source: 230628,
target: 4727 });
// adding node
var x_node = Math.cos(2 * 3524 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3524 * Math.PI / N) * 10;
g.nodes.push({
id: 4728,
label: 'MEMBER: Giovanna Barba-Spaeth',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-giovanna-barba-spaeth-screenshot-2023-02-02-at-21.17.34-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/giovanna-barba-spaeth/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284728,
size: 0.5,
source: 230628,
target: 4728 });
// adding node
var x_node = Math.cos(2 * 3525 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3525 * Math.PI / N) * 10;
g.nodes.push({
id: 4729,
label: 'MEMBER: Marina Caillet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_marina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marina-caillet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284729,
size: 0.5,
source: 230628,
target: 4729 });
// adding node
var x_node = Math.cos(2 * 3526 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3526 * Math.PI / N) * 10;
g.nodes.push({
id: 4745,
label: 'MEMBER: Annalisa Meola',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_annalisa_meola-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/annalisa-meola/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284745,
size: 0.5,
source: 230628,
target: 4745 });
// adding node
var x_node = Math.cos(2 * 3527 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3527 * Math.PI / N) * 10;
g.nodes.push({
id: 4755,
label: 'MEMBER: Lars Rogge',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_rogge-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/lars-rogge/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284755,
size: 0.5,
source: 230628,
target: 4755 });
// adding node
var x_node = Math.cos(2 * 3528 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3528 * Math.PI / N) * 10;
g.nodes.push({
id: 4756,
label: 'MEMBER: Hanane Yahia',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_hanane-yahia-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hanane-yahia/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284756,
size: 0.5,
source: 230628,
target: 4756 });
// adding node
var x_node = Math.cos(2 * 3529 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3529 * Math.PI / N) * 10;
g.nodes.push({
id: 4758,
label: 'MEMBER: Claire Leloup',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_2015-09-28-16.31.281-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claire-leloup/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284758,
size: 0.5,
source: 230628,
target: 4758 });
// adding node
var x_node = Math.cos(2 * 3530 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3530 * Math.PI / N) * 10;
g.nodes.push({
id: 4753,
label: 'MEMBER: Elisabetta Bianchi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_elisabetta-bianchi-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/elisabetta-bianchi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284753,
size: 0.5,
source: 230628,
target: 4753 });
// adding node
var x_node = Math.cos(2 * 3531 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3531 * Math.PI / N) * 10;
g.nodes.push({
id: 4763,
label: 'MEMBER: Christian Roussilhon',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christian-roussilhon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284763,
size: 0.5,
source: 230628,
target: 4763 });
// adding node
var x_node = Math.cos(2 * 3532 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3532 * Math.PI / N) * 10;
g.nodes.push({
id: 4764,
label: 'MEMBER: Anavaj Sakuntabhai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_l1000961-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anavaj-sakuntabhai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284764,
size: 0.5,
source: 230628,
target: 4764 });
// adding node
var x_node = Math.cos(2 * 3533 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3533 * Math.PI / N) * 10;
g.nodes.push({
id: 4765,
label: 'MEMBER: Etienne Simon-Loriere',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_e.simon-loriere_1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/etienne-simon-loriere/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284765,
size: 0.5,
source: 230628,
target: 4765 });
// adding node
var x_node = Math.cos(2 * 3534 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3534 * Math.PI / N) * 10;
g.nodes.push({
id: 4759,
label: 'MEMBER: Catherine Bourgouin',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/catherine-bourgouin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284759,
size: 0.5,
source: 230628,
target: 4759 });
// adding node
var x_node = Math.cos(2 * 3535 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3535 * Math.PI / N) * 10;
g.nodes.push({
id: 4760,
label: 'MEMBER: Jean-François Bureau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/10/research_pasteur-jfb2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/jean-francois-bureau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284760,
size: 0.5,
source: 230628,
target: 4760 });
// adding node
var x_node = Math.cos(2 * 3536 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3536 * Math.PI / N) * 10;
g.nodes.push({
id: 4761,
label: 'MEMBER: Richard Paul',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_endmovember-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/richard-paul/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284761,
size: 0.5,
source: 230628,
target: 4761 });
// adding node
var x_node = Math.cos(2 * 3537 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3537 * Math.PI / N) * 10;
g.nodes.push({
id: 4762,
label: 'MEMBER: Claude Roth',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_cr-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claude-roth/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284762,
size: 0.5,
source: 230628,
target: 4762 });
// adding node
var x_node = Math.cos(2 * 3538 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3538 * Math.PI / N) * 10;
g.nodes.push({
id: 4769,
label: 'MEMBER: Marie Nguyen-De Bernon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo_badge_2015-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-nguyen-de-bernon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284769,
size: 0.5,
source: 230628,
target: 4769 });
// adding node
var x_node = Math.cos(2 * 3539 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3539 * Math.PI / N) * 10;
g.nodes.push({
id: 4768,
label: 'MEMBER: Isabelle Casademont',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/04/research.pasteur.fr_photoic-1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/isabelle-casademont/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284768,
size: 0.5,
source: 230628,
target: 4768 });
// adding node
var x_node = Math.cos(2 * 3540 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3540 * Math.PI / N) * 10;
g.nodes.push({
id: 4777,
label: 'MEMBER: Lionel Frangeul',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha77-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/lionel-frangeul/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284777,
size: 0.5,
source: 230628,
target: 4777 });
// adding node
var x_node = Math.cos(2 * 3541 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3541 * Math.PI / N) * 10;
g.nodes.push({
id: 4778,
label: 'MEMBER: Giulia Nigro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_nigro-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/giulia-nigro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284778,
size: 0.5,
source: 230628,
target: 4778 });
// adding node
var x_node = Math.cos(2 * 3542 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3542 * Math.PI / N) * 10;
g.nodes.push({
id: 4779,
label: 'MEMBER: Thierry Planchenault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_thierry_identité-light1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thierry-planchenault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284779,
size: 0.5,
source: 230628,
target: 4779 });
// adding node
var x_node = Math.cos(2 * 3544 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3544 * Math.PI / N) * 10;
g.nodes.push({
id: 4781,
label: 'MEMBER: Benoît Marteyn',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_benoit2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benoit-marteyn/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284781,
size: 0.5,
source: 230628,
target: 4781 });
// adding node
var x_node = Math.cos(2 * 3545 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3545 * Math.PI / N) * 10;
g.nodes.push({
id: 4775,
label: 'MEMBER: Carla Saleh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha68-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carla-saleh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284775,
size: 0.5,
source: 230628,
target: 4775 });
// adding node
var x_node = Math.cos(2 * 3546 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3546 * Math.PI / N) * 10;
g.nodes.push({
id: 4789,
label: 'MEMBER: Claude Parsot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_parsot-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claude-parsot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284789,
size: 0.5,
source: 230628,
target: 4789 });
// adding node
var x_node = Math.cos(2 * 3547 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3547 * Math.PI / N) * 10;
g.nodes.push({
id: 4790,
label: 'MEMBER: Armelle Phalipon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_phalipon-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/armelle-phalipon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284790,
size: 0.5,
source: 230628,
target: 4790 });
// adding node
var x_node = Math.cos(2 * 3548 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3548 * Math.PI / N) * 10;
g.nodes.push({
id: 4787,
label: 'MEMBER: Mariana Ferrari',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-mariana-ferrari-ferrari-mariana-2957-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/mariana-ferrari/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284787,
size: 0.5,
source: 230628,
target: 4787 });
// adding node
var x_node = Math.cos(2 * 3549 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3549 * Math.PI / N) * 10;
g.nodes.push({
id: 4783,
label: 'MEMBER: Régis Tournebize',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dsc02236_rt2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/regis-tournebize/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284783,
size: 0.5,
source: 230628,
target: 4783 });
// adding node
var x_node = Math.cos(2 * 3550 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3550 * Math.PI / N) * 10;
g.nodes.push({
id: 4798,
label: 'MEMBER: Thierry Pedron',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_pedron-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/thierry-pedron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284798,
size: 0.5,
source: 230628,
target: 4798 });
// adding node
var x_node = Math.cos(2 * 3551 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3551 * Math.PI / N) * 10;
g.nodes.push({
id: 4792,
label: 'MEMBER: Nathalie Sauvonnet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/11/research.pasteur.fr_nathaliesauvonnet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-sauvonnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284792,
size: 0.5,
source: 230628,
target: 4792 });
// adding node
var x_node = Math.cos(2 * 3552 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3552 * Math.PI / N) * 10;
g.nodes.push({
id: 4793,
label: 'MEMBER: Aline Stedman',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_stedman-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/aline-stedman/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284793,
size: 0.5,
source: 230628,
target: 4793 });
// adding node
var x_node = Math.cos(2 * 3553 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3553 * Math.PI / N) * 10;
g.nodes.push({
id: 4794,
label: 'MEMBER: Pascale Vonasch',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_pascale1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pascale-vonasch/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284794,
size: 0.5,
source: 230628,
target: 4794 });
// adding node
var x_node = Math.cos(2 * 3554 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3554 * Math.PI / N) * 10;
g.nodes.push({
id: 4802,
label: 'MEMBER: Artur Scherf',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284802,
size: 0.5,
source: 230628,
target: 4802 });
// adding node
var x_node = Math.cos(2 * 3555 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3555 * Math.PI / N) * 10;
g.nodes.push({
id: 4803,
label: 'MEMBER: Jessica Bryant',
x: x_node,
y: y_node,
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/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284803,
size: 0.5,
source: 230628,
target: 4803 });
// adding node
var x_node = Math.cos(2 * 3556 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3556 * Math.PI / N) * 10;
g.nodes.push({
id: 4808,
label: 'MEMBER: Denise Mattei',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_denise-mattei-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/denise-mattei/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284808,
size: 0.5,
source: 230628,
target: 4808 });
// adding node
var x_node = Math.cos(2 * 3557 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3557 * Math.PI / N) * 10;
g.nodes.push({
id: 4821,
label: 'MEMBER: Olivier Schwartz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-o.schwartz-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-schwartz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284821,
size: 0.5,
source: 230628,
target: 4821 });
// adding node
var x_node = Math.cos(2 * 3558 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3558 * Math.PI / N) * 10;
g.nodes.push({
id: 4817,
label: 'MEMBER: Timothée Bruel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-photo2-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/timothee-bruel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284817,
size: 0.5,
source: 230628,
target: 4817 });
// adding node
var x_node = Math.cos(2 * 3559 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3559 * Math.PI / N) * 10;
g.nodes.push({
id: 4818,
label: 'MEMBER: Nicoletta Casartelli',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/06/research_pasteur-682135-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nicoletta-casartelli/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284818,
size: 0.5,
source: 230628,
target: 4818 });
// adding node
var x_node = Math.cos(2 * 3560 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3560 * Math.PI / N) * 10;
g.nodes.push({
id: 4829,
label: 'MEMBER: M’hamed Khallil Mazouni',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_mazouni-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/mhamed-khallil-mazouni/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284829,
size: 0.5,
source: 230628,
target: 4829 });
// adding node
var x_node = Math.cos(2 * 3561 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3561 * Math.PI / N) * 10;
g.nodes.push({
id: 4824,
label: 'MEMBER: François Schweisguth',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/05/research_pasteur-fs3-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francois-schweisguth/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284824,
size: 0.5,
source: 230628,
target: 4824 });
// adding node
var x_node = Math.cos(2 * 3562 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3562 * Math.PI / N) * 10;
g.nodes.push({
id: 4837,
label: 'MEMBER: Paulo Vieira',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_paulo-vieira-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/paulo-vieira/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284837,
size: 0.5,
source: 230628,
target: 4837 });
// adding node
var x_node = Math.cos(2 * 3563 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3563 * Math.PI / N) * 10;
g.nodes.push({
id: 4838,
label: 'MEMBER: Pablo Pereira Esteva',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_pablo-pereira-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pablo-pereira-esteva/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284838,
size: 0.5,
source: 230628,
target: 4838 });
// adding node
var x_node = Math.cos(2 * 3564 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3564 * Math.PI / N) * 10;
g.nodes.push({
id: 4832,
label: 'MEMBER: Benno Schwikowski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_photo-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/benno-schwikowski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284832,
size: 0.5,
source: 230628,
target: 4832 });
// adding node
var x_node = Math.cos(2 * 3565 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3565 * Math.PI / N) * 10;
g.nodes.push({
id: 4833,
label: 'MEMBER: Ana Cumano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_ana-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ana-cumano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284833,
size: 0.5,
source: 230628,
target: 4833 });
// adding node
var x_node = Math.cos(2 * 3566 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3566 * Math.PI / N) * 10;
g.nodes.push({
id: 4835,
label: 'MEMBER: Rachel Golub',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-rachel-golub-unknown-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/rachel-golub/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284835,
size: 0.5,
source: 230628,
target: 4835 });
// adding node
var x_node = Math.cos(2 * 3567 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3567 * Math.PI / N) * 10;
g.nodes.push({
id: 4836,
label: 'MEMBER: Aleksandr Barinov',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/aleksandr-barinov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284836,
size: 0.5,
source: 230628,
target: 4836 });
// adding node
var x_node = Math.cos(2 * 3568 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3568 * Math.PI / N) * 10;
g.nodes.push({
id: 4851,
label: 'MEMBER: Agathe Subtil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_photo-a-subtil-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/agathe-subtil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284851,
size: 0.5,
source: 230628,
target: 4851 });
// adding node
var x_node = Math.cos(2 * 3569 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3569 * Math.PI / N) * 10;
g.nodes.push({
id: 4853,
label: 'MEMBER: Yongzheng Wu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-dscf0007-5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/yongzheng-wu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284853,
size: 0.5,
source: 230628,
target: 4853 });
// adding node
var x_node = Math.cos(2 * 3570 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3570 * Math.PI / N) * 10;
g.nodes.push({
id: 4847,
label: 'MEMBER: Eric Prina',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_eric-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eric-prina/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284847,
size: 0.5,
source: 230628,
target: 4847 });
// adding node
var x_node = Math.cos(2 * 3571 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3571 * Math.PI / N) * 10;
g.nodes.push({
id: 4848,
label: 'MEMBER: Gérald Spaeth',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-gerald-spaeth-portrait-gfs-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gerald-spaeth/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284848,
size: 0.5,
source: 230628,
target: 4848 });
// adding node
var x_node = Math.cos(2 * 3572 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3572 * Math.PI / N) * 10;
g.nodes.push({
id: 4849,
label: 'MEMBER: Pascale Pescher',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/02/research_pasteur-pescher-pascale-12_crop-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/pascale-pescher/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284849,
size: 0.5,
source: 230628,
target: 4849 });
// adding node
var x_node = Math.cos(2 * 3573 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3573 * Math.PI / N) * 10;
g.nodes.push({
id: 4850,
label: 'MEMBER: Najma Rachidi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_najma-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/najma-rachidi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284850,
size: 0.5,
source: 230628,
target: 4850 });
// adding node
var x_node = Math.cos(2 * 3574 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3574 * Math.PI / N) * 10;
g.nodes.push({
id: 4859,
label: 'MEMBER: Ala-Eddine Deghmane',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/ala-eddine-deghmane/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284859,
size: 0.5,
source: 230628,
target: 4859 });
// adding node
var x_node = Math.cos(2 * 3575 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3575 * Math.PI / N) * 10;
g.nodes.push({
id: 4860,
label: 'MEMBER: Muhamed-Kheir Taha',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig52-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/muhamed-kheir-taha/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284860,
size: 0.5,
source: 230628,
target: 4860 });
// adding node
var x_node = Math.cos(2 * 3576 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3576 * Math.PI / N) * 10;
g.nodes.push({
id: 4861,
label: 'MEMBER: Nouria Belkacem',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nouria-belkacem/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284861,
size: 0.5,
source: 230628,
target: 4861 });
// adding node
var x_node = Math.cos(2 * 3577 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3577 * Math.PI / N) * 10;
g.nodes.push({
id: 4869,
label: 'MEMBER: Brendan Evano',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-brendan-evano-photo-evano-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/brendan-evano/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284869,
size: 0.5,
source: 230628,
target: 4869 });
// adding node
var x_node = Math.cos(2 * 3578 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3578 * Math.PI / N) * 10;
g.nodes.push({
id: 4867,
label: 'MEMBER: Glenda Comai',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_comai-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/glenda-comai/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284867,
size: 0.5,
source: 230628,
target: 4867 });
// adding node
var x_node = Math.cos(2 * 3579 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3579 * Math.PI / N) * 10;
g.nodes.push({
id: 4880,
label: 'MEMBER: Nolwenn Jouvenet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_nolwenn-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/nolwenn-jouvenet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284880,
size: 0.5,
source: 230628,
target: 4880 });
// adding node
var x_node = Math.cos(2 * 3580 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3580 * Math.PI / N) * 10;
g.nodes.push({
id: 4863,
label: 'MEMBER: Eva Hong',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/eva-hong/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284863,
size: 0.5,
source: 230628,
target: 4863 });
// adding node
var x_node = Math.cos(2 * 3581 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3581 * Math.PI / N) * 10;
g.nodes.push({
id: 4876,
label: 'MEMBER: Shahragim Tajbakhsh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-shahragim-tajbakhsh-tajbakhsh-photo2024-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/shahragim-tajbakhsh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284876,
size: 0.5,
source: 230628,
target: 4876 });
// adding node
var x_node = Math.cos(2 * 3582 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3582 * Math.PI / N) * 10;
g.nodes.push({
id: 4870,
label: 'MEMBER: Barbara Gayraud-Morel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_morel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/barbara-gayraud-morel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284870,
size: 0.5,
source: 230628,
target: 4870 });
// adding node
var x_node = Math.cos(2 * 3583 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3583 * Math.PI / N) * 10;
g.nodes.push({
id: 4873,
label: 'MEMBER: Miria Ricchetti',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/05/research.pasteur.fr_miria-ricchetti-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/miria-ricchetti/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284873,
size: 0.5,
source: 230628,
target: 4873 });
// adding node
var x_node = Math.cos(2 * 3584 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3584 * Math.PI / N) * 10;
g.nodes.push({
id: 4887,
label: 'MEMBER: Anastasia V. Komarova',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_ak-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anastasia-komarova/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284887,
size: 0.5,
source: 230628,
target: 4887 });
// adding node
var x_node = Math.cos(2 * 3585 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3585 * Math.PI / N) * 10;
g.nodes.push({
id: 4881,
label: 'MEMBER: Frédéric Tangy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig11-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/frederic-tangy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284881,
size: 0.5,
source: 230628,
target: 4881 });
// adding node
var x_node = Math.cos(2 * 3586 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3586 * Math.PI / N) * 10;
g.nodes.push({
id: 4883,
label: 'MEMBER: Nicolas Escriou',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/nicolas-escriou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284883,
size: 0.5,
source: 230628,
target: 4883 });
// adding node
var x_node = Math.cos(2 * 3587 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3587 * Math.PI / N) * 10;
g.nodes.push({
id: 4884,
label: 'MEMBER: Phanramphoei Frantz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_lab-12-11-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/phanramphoei-frantz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284884,
size: 0.5,
source: 230628,
target: 4884 });
// adding node
var x_node = Math.cos(2 * 3588 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3588 * Math.PI / N) * 10;
g.nodes.push({
id: 4893,
label: 'MEMBER: Marie Mura',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_photo-marie-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/marie-mura/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284893,
size: 0.5,
source: 230628,
target: 4893 });
// adding node
var x_node = Math.cos(2 * 3589 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3589 * Math.PI / N) * 10;
g.nodes.push({
id: 4894,
label: 'MEMBER: Maxime Chazal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/02/research.pasteur.fr_photo-pasteur-website-3-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/maxime-chazal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284894,
size: 0.5,
source: 230628,
target: 4894 });
// adding node
var x_node = Math.cos(2 * 3590 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3590 * Math.PI / N) * 10;
g.nodes.push({
id: 4900,
label: 'MEMBER: Noël Tordo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig58-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/noel-tordo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284900,
size: 0.5,
source: 230628,
target: 4900 });
// adding node
var x_node = Math.cos(2 * 3591 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3591 * Math.PI / N) * 10;
g.nodes.push({
id: 4902,
label: 'MEMBER: Claire Poyart',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha30-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/claire-poyart/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284902,
size: 0.5,
source: 230628,
target: 4902 });
// adding node
var x_node = Math.cos(2 * 3592 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3592 * Math.PI / N) * 10;
g.nodes.push({
id: 4898,
label: 'MEMBER: Myriam Ermonval',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/myriam-ermonval/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284898,
size: 0.5,
source: 230628,
target: 4898 });
// adding node
var x_node = Math.cos(2 * 3593 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3593 * Math.PI / N) * 10;
g.nodes.push({
id: 4899,
label: 'MEMBER: Kirill Nemirov',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/kirill-nemirov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284899,
size: 0.5,
source: 230628,
target: 4899 });
// adding node
var x_node = Math.cos(2 * 3594 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3594 * Math.PI / N) * 10;
g.nodes.push({
id: 4913,
label: 'MEMBER: Patrick Trieu-Cuot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_photo_p_trieu_cuot_aout01-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patrick-trieu-cuot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284913,
size: 0.5,
source: 230628,
target: 4913 });
// adding node
var x_node = Math.cos(2 * 3595 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3595 * Math.PI / N) * 10;
g.nodes.push({
id: 4909,
label: 'MEMBER: Tarek Msadek',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha36-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/tarek-msadek/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284909,
size: 0.5,
source: 230628,
target: 4909 });
// adding node
var x_node = Math.cos(2 * 3596 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3596 * Math.PI / N) * 10;
g.nodes.push({
id: 4910,
label: 'MEMBER: Bruno Perichon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha32-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bruno-perichon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284910,
size: 0.5,
source: 230628,
target: 4910 });
// adding node
var x_node = Math.cos(2 * 3597 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3597 * Math.PI / N) * 10;
g.nodes.push({
id: 4911,
label: 'MEMBER: Isabelle Rosinski-Chupin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha44-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/isabelle-rosinski-chupin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284911,
size: 0.5,
source: 230628,
target: 4911 });
// adding node
var x_node = Math.cos(2 * 3598 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3598 * Math.PI / N) * 10;
g.nodes.push({
id: 4905,
label: 'MEMBER: Shaynoor Dramsi',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-shaynoor-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/shaynoor-dramsi/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284905,
size: 0.5,
source: 230628,
target: 4905 });
// adding node
var x_node = Math.cos(2 * 3599 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3599 * Math.PI / N) * 10;
g.nodes.push({
id: 4906,
label: 'MEMBER: Sarah Dubrac',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha37-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sarah-dubrac/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284906,
size: 0.5,
source: 230628,
target: 4906 });
// adding node
var x_node = Math.cos(2 * 3600 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3600 * Math.PI / N) * 10;
g.nodes.push({
id: 4907,
label: 'MEMBER: Arnaud Firon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_photo-9-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arnaud-firon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284907,
size: 0.5,
source: 230628,
target: 4907 });
// adding node
var x_node = Math.cos(2 * 3601 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3601 * Math.PI / N) * 10;
g.nodes.push({
id: 4908,
label: 'MEMBER: Pierre Alexandr Kaminski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_ha25-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-alexandr-kaminski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284908,
size: 0.5,
source: 230628,
target: 4908 });
// adding node
var x_node = Math.cos(2 * 3602 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3602 * Math.PI / N) * 10;
g.nodes.push({
id: 4919,
label: 'MEMBER: Vincent Enouf',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_fdf-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vincent-enouf/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284919,
size: 0.5,
source: 230628,
target: 4919 });
// adding node
var x_node = Math.cos(2 * 3603 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3603 * Math.PI / N) * 10;
g.nodes.push({
id: 4920,
label: 'MEMBER: Sylvie van Der Werf',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/07/research_pasteur-photo_sylvie-vdw1-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/sylvie-van-der-werf/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284920,
size: 0.5,
source: 230628,
target: 4920 });
// adding node
var x_node = Math.cos(2 * 3604 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3604 * Math.PI / N) * 10;
g.nodes.push({
id: 4923,
label: 'MEMBER: Nadia Naffakh',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/08/research.pasteur.fr_photo_web1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nadia-naffakh/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284923,
size: 0.5,
source: 230628,
target: 4923 });
// adding node
var x_node = Math.cos(2 * 3605 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3605 * Math.PI / N) * 10;
g.nodes.push({
id: 4926,
label: 'MEMBER: Caroline Demeret',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_dscn7482-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/caroline-demeret/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284926,
size: 0.5,
source: 230628,
target: 4926 });
// adding node
var x_node = Math.cos(2 * 3606 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3606 * Math.PI / N) * 10;
g.nodes.push({
id: 4922,
label: 'MEMBER: Sandie Munier',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_sandiemunier-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sandie-munier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284922,
size: 0.5,
source: 230628,
target: 4922 });
// adding node
var x_node = Math.cos(2 * 3607 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3607 * Math.PI / N) * 10;
g.nodes.push({
id: 4935,
label: 'MEMBER: Bernadette Crescenzo',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/bernadette-crescenzo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284935,
size: 0.5,
source: 230628,
target: 4935 });
// adding node
var x_node = Math.cos(2 * 3608 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3608 * Math.PI / N) * 10;
g.nodes.push({
id: 4934,
label: 'MEMBER: Patricia Cassonnet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_rimg4902-original-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patricia-cassonnet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284934,
size: 0.5,
source: 230628,
target: 4934 });
// adding node
var x_node = Math.cos(2 * 3609 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3609 * Math.PI / N) * 10;
g.nodes.push({
id: 4929,
label: 'MEMBER: Annette Martin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_annettemartin-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/annette-martin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284929,
size: 0.5,
source: 230628,
target: 4929 });
// adding node
var x_node = Math.cos(2 * 3610 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3610 * Math.PI / N) * 10;
g.nodes.push({
id: 4943,
label: 'MEMBER: Adrien Pain',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/11/research.pasteur.fr_dsc_8827_2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adrien-pain/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284943,
size: 0.5,
source: 230628,
target: 4943 });
// adding node
var x_node = Math.cos(2 * 3611 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3611 * Math.PI / N) * 10;
g.nodes.push({
id: 4942,
label: 'MEMBER: Eric Legrand',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/12/research_pasteur-photo-eric-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/eric-legrand/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284942,
size: 0.5,
source: 230628,
target: 4942 });
// adding node
var x_node = Math.cos(2 * 3612 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3612 * Math.PI / N) * 10;
g.nodes.push({
id: 4951,
label: 'MEMBER: Inge Holm',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/inge-holm/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284951,
size: 0.5,
source: 230628,
target: 4951 });
// adding node
var x_node = Math.cos(2 * 3613 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3613 * Math.PI / N) * 10;
g.nodes.push({
id: 4947,
label: 'MEMBER: Christian Mitri',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_photo-chris-15-10-15-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christian-mitri/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284947,
size: 0.5,
source: 230628,
target: 4947 });
// adding node
var x_node = Math.cos(2 * 3614 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3614 * Math.PI / N) * 10;
g.nodes.push({
id: 4949,
label: 'MEMBER: Kenneth Vernick',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_kenneth-vernick-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/kenneth-vernick__trashed/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284949,
size: 0.5,
source: 230628,
target: 4949 });
// adding node
var x_node = Math.cos(2 * 3615 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3615 * Math.PI / N) * 10;
g.nodes.push({
id: 4950,
label: 'MEMBER: Emmanuel Bischoff',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/emmanuel-bischoff/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284950,
size: 0.5,
source: 230628,
target: 4950 });
// adding node
var x_node = Math.cos(2 * 3616 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3616 * Math.PI / N) * 10;
g.nodes.push({
id: 4946,
label: 'MEMBER: Karin Eiglmeier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/karin-eiglmeier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284946,
size: 0.5,
source: 230628,
target: 4946 });
// adding node
var x_node = Math.cos(2 * 3617 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3617 * Math.PI / N) * 10;
g.nodes.push({
id: 4961,
label: 'MEMBER: Rodolphe Suspene',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/rodolphe-suspene/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284961,
size: 0.5,
source: 230628,
target: 4961 });
// adding node
var x_node = Math.cos(2 * 3618 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3618 * Math.PI / N) * 10;
g.nodes.push({
id: 4958,
label: 'MEMBER: Laurence Arowas',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/01/research_pasteur-la-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laurence-arowas/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284958,
size: 0.5,
source: 230628,
target: 4958 });
// adding node
var x_node = Math.cos(2 * 3619 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3619 * Math.PI / N) * 10;
g.nodes.push({
id: 4959,
label: 'MEMBER: Vincent Caval',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-vincent-caval-img-6316-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/vincent-caval/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284959,
size: 0.5,
source: 230628,
target: 4959 });
// adding node
var x_node = Math.cos(2 * 3620 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3620 * Math.PI / N) * 10;
g.nodes.push({
id: 4969,
label: 'MEMBER: Robert Weil',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_group5-img003-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/robert-weil/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284969,
size: 0.5,
source: 230628,
target: 4969 });
// adding node
var x_node = Math.cos(2 * 3621 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3621 * Math.PI / N) * 10;
g.nodes.push({
id: 4970,
label: 'MEMBER: Christel Brou',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-chrystel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christel-brou/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284970,
size: 0.5,
source: 230628,
target: 4970 });
// adding node
var x_node = Math.cos(2 * 3622 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3622 * Math.PI / N) * 10;
g.nodes.push({
id: 4963,
label: 'MEMBER: Simon Wain-Hobson',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_fig2-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/simon-wain-hobson/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284963,
size: 0.5,
source: 230628,
target: 4963 });
// adding node
var x_node = Math.cos(2 * 3623 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3623 * Math.PI / N) * 10;
g.nodes.push({
id: 4966,
label: 'MEMBER: Valérie Thiers',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/valerie-thiers/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284966,
size: 0.5,
source: 230628,
target: 4966 });
// adding node
var x_node = Math.cos(2 * 3624 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3624 * Math.PI / N) * 10;
g.nodes.push({
id: 4975,
label: 'MEMBER: Andrey Aristov',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-andrey-aristov-img-2727-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/andrey-aristov/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284975,
size: 0.5,
source: 230628,
target: 4975 });
// adding node
var x_node = Math.cos(2 * 3625 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3625 * Math.PI / N) * 10;
g.nodes.push({
id: 4976,
label: 'MEMBER: Florian Muller',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-florian-muller-mueller-florian-picture-2023-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/florian-muller/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284976,
size: 0.5,
source: 230628,
target: 4976 });
// adding node
var x_node = Math.cos(2 * 3626 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3626 * Math.PI / N) * 10;
g.nodes.push({
id: 4977,
label: 'MEMBER: Christophe Zimmer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-christophe-zimmer-chz-photo-resized-bw-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christophe-zimmer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284977,
size: 0.5,
source: 230628,
target: 4977 });
// adding node
var x_node = Math.cos(2 * 3627 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3627 * Math.PI / N) * 10;
g.nodes.push({
id: 4981,
label: 'MEMBER: Mickael Lelek',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_mickael-lelek-1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mickael-lelek/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284981,
size: 0.5,
source: 230628,
target: 4981 });
// adding node
var x_node = Math.cos(2 * 3628 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3628 * Math.PI / N) * 10;
g.nodes.push({
id: 4982,
label: 'MEMBER: Christian Weber',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_christianweber-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christian-weber/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284982,
size: 0.5,
source: 230628,
target: 4982 });
// adding node
var x_node = Math.cos(2 * 3629 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3629 * Math.PI / N) * 10;
g.nodes.push({
id: 4990,
label: 'MEMBER: Stéphanie Lebreton',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-stephanie_2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/stephanie-lebreton/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284990,
size: 0.5,
source: 230628,
target: 4990 });
// adding node
var x_node = Math.cos(2 * 3630 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3630 * Math.PI / N) * 10;
g.nodes.push({
id: 4987,
label: 'MEMBER: Chiara Zurzolo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/11/research_pasteur-chiara-zurzolo-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chiara-zurzolo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306284987,
size: 0.5,
source: 230628,
target: 4987 });
// adding node
var x_node = Math.cos(2 * 3631 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3631 * Math.PI / N) * 10;
g.nodes.push({
id: 3895,
label: 'MEMBER: Vincent Rouilly',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-vincent-rouilly-portrait-vincentrouilly-20200909-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/vincent-rouilly/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283895,
size: 0.5,
source: 230628,
target: 3895 });
// adding node
var x_node = Math.cos(2 * 3632 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3632 * Math.PI / N) * 10;
g.nodes.push({
id: 3875,
label: 'MEMBER: Nader Yatim',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/10/research.pasteur.fr_nader2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nader-yatim/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283875,
size: 0.5,
source: 230628,
target: 3875 });
// adding node
var x_node = Math.cos(2 * 3633 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3633 * Math.PI / N) * 10;
g.nodes.push({
id: 3815,
label: 'MEMBER: Christine Petit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_cpetitweb-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christine-petit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283815,
size: 0.5,
source: 230628,
target: 3815 });
// adding node
var x_node = Math.cos(2 * 3634 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3634 * Math.PI / N) * 10;
g.nodes.push({
id: 3806,
label: 'MEMBER: Pierre-Marie Lledo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-pierre-marie-lledo-lledo-pierre-marie-6653-copie-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-marie-lledo/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283806,
size: 0.5,
source: 230628,
target: 3806 });
// adding node
var x_node = Math.cos(2 * 3635 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3635 * Math.PI / N) * 10;
g.nodes.push({
id: 3801,
label: 'MEMBER: Uwe Maskos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/12/research.pasteur.fr_um_1-3-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/uwe-maskos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283801,
size: 0.5,
source: 230628,
target: 3801 });
// adding node
var x_node = Math.cos(2 * 3636 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3636 * Math.PI / N) * 10;
g.nodes.push({
id: 3793,
label: 'MEMBER: Pierre-Jean Corringer',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/02/research_pasteur-photo_corringer-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-jean-corringer/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283793,
size: 0.5,
source: 230628,
target: 3793 });
// adding node
var x_node = Math.cos(2 * 3637 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3637 * Math.PI / N) * 10;
g.nodes.push({
id: 3788,
label: 'MEMBER: Arnaud Echard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research_pasteur-arnaud-echard-aechard-v2-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arnaud-echard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283788,
size: 0.5,
source: 230628,
target: 3788 });
// adding node
var x_node = Math.cos(2 * 3638 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3638 * Math.PI / N) * 10;
g.nodes.push({
id: 3783,
label: 'MEMBER: Pascale Cossart',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_pascale-cossart-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pascale-cossart/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283783,
size: 0.5,
source: 230628,
target: 3783 });
// adding node
var x_node = Math.cos(2 * 3639 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3639 * Math.PI / N) * 10;
g.nodes.push({
id: 3770,
label: 'MEMBER: Thomas Bourgeron',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/05/research.pasteur.fr_thomas-bourgeron-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thomas-bourgeron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283770,
size: 0.5,
source: 230628,
target: 3770 });
// adding node
var x_node = Math.cos(2 * 3640 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3640 * Math.PI / N) * 10;
g.nodes.push({
id: 3005,
label: 'MEMBER: Sylvain Golba',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/DSC9357-e1433491302499-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvain-golba/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306283005,
size: 0.5,
source: 230628,
target: 3005 });
// adding node
var x_node = Math.cos(2 * 3641 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3641 * Math.PI / N) * 10;
g.nodes.push({
id: 2998,
label: 'MEMBER: Sophie Chaouche',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/DSC9338-e1433491257143-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-chaouche/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282998,
size: 0.5,
source: 230628,
target: 2998 });
// adding node
var x_node = Math.cos(2 * 3642 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3642 * Math.PI / N) * 10;
g.nodes.push({
id: 2982,
label: 'MEMBER: Catherine Thouvenot',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/DSC9318-e1433491323135-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/catherine-thouvenot/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282982,
size: 0.5,
source: 230628,
target: 2982 });
// adding node
var x_node = Math.cos(2 * 3643 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3643 * Math.PI / N) * 10;
g.nodes.push({
id: 2921,
label: 'MEMBER: Christine Girard-Blanc',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/research_pasteur-enchristine-girard-blancfrchristine-girard-blanc-img-20190215-151538-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christine-girard-blanc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282921,
size: 0.5,
source: 230628,
target: 2921 });
// adding node
var x_node = Math.cos(2 * 3644 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3644 * Math.PI / N) * 10;
g.nodes.push({
id: 2890,
label: 'MEMBER: Evelyne Dufour',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/08/research_pasteur-evelynd2018quar-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/evelyne-dufour/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282890,
size: 0.5,
source: 230628,
target: 2890 });
// adding node
var x_node = Math.cos(2 * 3645 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3645 * Math.PI / N) * 10;
g.nodes.push({
id: 2669,
label: 'MEMBER: Sean Kennedy',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/Kennedy-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sean-kennedy/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282669,
size: 0.5,
source: 230628,
target: 2669 });
// adding node
var x_node = Math.cos(2 * 3646 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3646 * Math.PI / N) * 10;
g.nodes.push({
id: 2606,
label: 'MEMBER: Stéphane Petres',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/11/research_pasteur-img_1660-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/stephane-petres/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282606,
size: 0.5,
source: 230628,
target: 2606 });
// adding node
var x_node = Math.cos(2 * 3647 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3647 * Math.PI / N) * 10;
g.nodes.push({
id: 2504,
label: 'MEMBER: Pierre Bruhns',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2019/12/research_pasteur-pierre-bruhns-nb-zoomed-in-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-bruhns/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282504,
size: 0.5,
source: 230628,
target: 2504 });
// adding node
var x_node = Math.cos(2 * 3648 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3648 * Math.PI / N) * 10;
g.nodes.push({
id: 2495,
label: 'MEMBER: Sylvain Brisse',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/9c960524567ea360a3_l_2ae2a-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylvain-brisse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282495,
size: 0.5,
source: 230628,
target: 2495 });
// adding node
var x_node = Math.cos(2 * 3649 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3649 * Math.PI / N) * 10;
g.nodes.push({
id: 2489,
label: 'MEMBER: David DiGregorio',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/david-protrait-2011-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/david-digregorio/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282489,
size: 0.5,
source: 230628,
target: 2489 });
// adding node
var x_node = Math.cos(2 * 3650 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3650 * Math.PI / N) * 10;
g.nodes.push({
id: 2487,
label: 'MEMBER: Pedro Alzari',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/palzari-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pedro-alzari/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282487,
size: 0.5,
source: 230628,
target: 2487 });
// adding node
var x_node = Math.cos(2 * 3651 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3651 * Math.PI / N) * 10;
g.nodes.push({
id: 2268,
label: 'MEMBER: Patrick Weber',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/Patrick-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patrick-weber/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282268,
size: 0.5,
source: 230628,
target: 2268 });
// adding node
var x_node = Math.cos(2 * 3652 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3652 * Math.PI / N) * 10;
g.nodes.push({
id: 2259,
label: 'MEMBER: Cédric Pissis',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/Cédric-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/cedric-pissis/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282259,
size: 0.5,
source: 230628,
target: 2259 });
// adding node
var x_node = Math.cos(2 * 3653 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3653 * Math.PI / N) * 10;
g.nodes.push({
id: 2255,
label: 'MEMBER: Brigitte David-Watine',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/brigitte-david-watine/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282255,
size: 0.5,
source: 230628,
target: 2255 });
// adding node
var x_node = Math.cos(2 * 3654 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3654 * Math.PI / N) * 10;
g.nodes.push({
id: 2237,
label: 'MEMBER: Hugo Varet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/IMG_5255-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/hugo-varet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282237,
size: 0.5,
source: 230628,
target: 2237 });
// adding node
var x_node = Math.cos(2 * 3655 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3655 * Math.PI / N) * 10;
g.nodes.push({
id: 2238,
label: 'MEMBER: Frederick Saul',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/fsaul-copie1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/frederick-saul/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282238,
size: 0.5,
source: 230628,
target: 2238 });
// adding node
var x_node = Math.cos(2 * 3656 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3656 * Math.PI / N) * 10;
g.nodes.push({
id: 2232,
label: 'MEMBER: Nathalie Aulner',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_dsc03316-150x150.jpeg',
page_url: 'https://research.pasteur.fr/en/member/nathalie-aulner/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282232,
size: 0.5,
source: 230628,
target: 2232 });
// adding node
var x_node = Math.cos(2 * 3657 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3657 * Math.PI / N) * 10;
g.nodes.push({
id: 2226,
label: 'MEMBER: Audrey Salles',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/research_pasteur-audrey-salles-audrey-202-crop-300-v5-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/audrey-salles/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282226,
size: 0.5,
source: 230628,
target: 2226 });
// adding node
var x_node = Math.cos(2 * 3658 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3658 * Math.PI / N) * 10;
g.nodes.push({
id: 2211,
label: 'MEMBER: Rafael Navaza',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/Rafaël-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/rafael-navaza/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282211,
size: 0.5,
source: 230628,
target: 2211 });
// adding node
var x_node = Math.cos(2 * 3659 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3659 * Math.PI / N) * 10;
g.nodes.push({
id: 1734,
label: 'MEMBER: Agnès Zettor',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/DSC9333-e1433491207149-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/agnes-zettor/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281734,
size: 0.5,
source: 230628,
target: 1734 });
// adding node
var x_node = Math.cos(2 * 3660 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3660 * Math.PI / N) * 10;
g.nodes.push({
id: 1637,
label: 'MEMBER: Magali Tichit',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_tichit-magali-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/magali-tichit/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281637,
size: 0.5,
source: 230628,
target: 1637 });
// adding node
var x_node = Math.cos(2 * 3661 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3661 * Math.PI / N) * 10;
g.nodes.push({
id: 1635,
label: 'MEMBER: Laurence Ma',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/research_pasteur-laurence-ma-lma-2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/laurence-ma/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281635,
size: 0.5,
source: 230628,
target: 1635 });
// adding node
var x_node = Math.cos(2 * 3662 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3662 * Math.PI / N) * 10;
g.nodes.push({
id: 1633,
label: 'MEMBER: Christiane Bouchier',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/christiane-bouchier/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281633,
size: 0.5,
source: 230628,
target: 1633 });
// adding node
var x_node = Math.cos(2 * 3663 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3663 * Math.PI / N) * 10;
g.nodes.push({
id: 1589,
label: 'MEMBER: Spencer Shorte',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/spencer-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/spencer-shorte/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281589,
size: 0.5,
source: 230628,
target: 1589 });
// adding node
var x_node = Math.cos(2 * 3664 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3664 * Math.PI / N) * 10;
g.nodes.push({
id: 1585,
label: 'MEMBER: Anne Danckaert',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anne-danckaert/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281585,
size: 0.5,
source: 230628,
target: 1585 });
// adding node
var x_node = Math.cos(2 * 3665 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3665 * Math.PI / N) * 10;
g.nodes.push({
id: 1581,
label: 'MEMBER: Jean-Yves Tinevez',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/JYT-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-yves-tinevez/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281581,
size: 0.5,
source: 230628,
target: 1581 });
// adding node
var x_node = Math.cos(2 * 3666 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3666 * Math.PI / N) * 10;
g.nodes.push({
id: 1578,
label: 'MEMBER: Anne-Marie Balazuc',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/anne-marie-balazuc/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281578,
size: 0.5,
source: 230628,
target: 1578 });
// adding node
var x_node = Math.cos(2 * 3667 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3667 * Math.PI / N) * 10;
g.nodes.push({
id: 1565,
label: 'MEMBER: Christine Schmitt',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/research_pasteur-christine-schmitt-christine-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/christine-schmitt/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281565,
size: 0.5,
source: 230628,
target: 1565 });
// adding node
var x_node = Math.cos(2 * 3668 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3668 * Math.PI / N) * 10;
g.nodes.push({
id: 1563,
label: 'MEMBER: Anna Sartori-Rupp',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-foto-mia-cut-2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/anna-sartori-rupp/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281563,
size: 0.5,
source: 230628,
target: 1563 });
// adding node
var x_node = Math.cos(2 * 3669 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3669 * Math.PI / N) * 10;
g.nodes.push({
id: 1561,
label: 'MEMBER: Martin Sachse',
x: x_node,
y: y_node,
type: 'image',
url: '',
page_url: 'https://research.pasteur.fr/en/member/martin-sachse/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281561,
size: 0.5,
source: 230628,
target: 1561 });
// adding node
var x_node = Math.cos(2 * 3670 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3670 * Math.PI / N) * 10;
g.nodes.push({
id: 1559,
label: 'MEMBER: Gérard Pehau-Arnaudet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/04/research_pasteur-gpa-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gerard-pehau-arnaudet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281559,
size: 0.5,
source: 230628,
target: 1559 });
// adding node
var x_node = Math.cos(2 * 3671 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3671 * Math.PI / N) * 10;
g.nodes.push({
id: 1557,
label: 'MEMBER: Maryse Moya-Nilges',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/research_pasteur-maryse-moya-nilges-maryse-e1670856755775-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/maryse-moya-nilges/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281557,
size: 0.5,
source: 230628,
target: 1557 });
// adding node
var x_node = Math.cos(2 * 3672 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3672 * Math.PI / N) * 10;
g.nodes.push({
id: 1555,
label: 'MEMBER: Adeline Mallet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/research_pasteur-adeline-mallet-sans-titre-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/adeline-mallet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281555,
size: 0.5,
source: 230628,
target: 1555 });
// adding node
var x_node = Math.cos(2 * 3673 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3673 * Math.PI / N) * 10;
g.nodes.push({
id: 1553,
label: 'MEMBER: Olivier Gorgette',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/04/Olivier-Gorgette-IM011-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/olivier-gorgette/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281553,
size: 0.5,
source: 230628,
target: 1553 });
// adding node
var x_node = Math.cos(2 * 3674 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3674 * Math.PI / N) * 10;
g.nodes.push({
id: 1551,
label: 'MEMBER: Nadège Cayet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2017/09/research_pasteur-nadege-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/nadege-cayet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281551,
size: 0.5,
source: 230628,
target: 1551 });
// adding node
var x_node = Math.cos(2 * 3675 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3675 * Math.PI / N) * 10;
g.nodes.push({
id: 1546,
label: 'MEMBER: Perrine Bomme',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2016/01/research.pasteur.fr_image1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/perrine-bomme/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281546,
size: 0.5,
source: 230628,
target: 1546 });
// adding node
var x_node = Math.cos(2 * 3676 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3676 * Math.PI / N) * 10;
g.nodes.push({
id: 1066,
label: 'MEMBER: Véronique Hourdel',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/research_pasteur-veronique-hourdel-vhourdel-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/veronique-hourdel/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281066,
size: 0.5,
source: 230628,
target: 1066 });
// adding node
var x_node = Math.cos(2 * 3677 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3677 * Math.PI / N) * 10;
g.nodes.push({
id: 1061,
label: 'MEMBER: Magalie Duchateau',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/research_pasteur-magalie-duchateau-institutpasteur-citech-029-ter-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/magalie-duchateau/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281061,
size: 0.5,
source: 230628,
target: 1061 });
// adding node
var x_node = Math.cos(2 * 3678 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3678 * Math.PI / N) * 10;
g.nodes.push({
id: 1056,
label: 'MEMBER: Mariette Matondo',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/Mariette_Matondo-e1424076805247-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mariette-matondo-bouzanda/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281056,
size: 0.5,
source: 230628,
target: 1056 });
// adding node
var x_node = Math.cos(2 * 3679 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3679 * Math.PI / N) * 10;
g.nodes.push({
id: 1043,
label: 'MEMBER: Pascal Bochet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_pascal-bochet-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pascal-bochet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281043,
size: 0.5,
source: 230628,
target: 1043 });
// adding node
var x_node = Math.cos(2 * 3680 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3680 * Math.PI / N) * 10;
g.nodes.push({
id: 1041,
label: 'MEMBER: Sophie Goyard',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/research_pasteur-sophie-goyard-goyard-sophie-0463-scaled-e1666255960637-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sophie-goyard/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281041,
size: 0.5,
source: 230628,
target: 1041 });
// adding node
var x_node = Math.cos(2 * 3681 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3681 * Math.PI / N) * 10;
g.nodes.push({
id: 1035,
label: 'MEMBER: Bertrand Raynal',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/Bertrand1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bertrand-raynal/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281035,
size: 0.5,
source: 230628,
target: 1035 });
// adding node
var x_node = Math.cos(2 * 3682 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3682 * Math.PI / N) * 10;
g.nodes.push({
id: 1033,
label: 'MEMBER: Sylviane Hoos',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/Sylviane1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/sylviane-hoos/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281033,
size: 0.5,
source: 230628,
target: 1033 });
// adding node
var x_node = Math.cos(2 * 3683 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3683 * Math.PI / N) * 10;
g.nodes.push({
id: 1031,
label: 'MEMBER: Bruno Baron',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/Bruno1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bruno-baron/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281031,
size: 0.5,
source: 230628,
target: 1031 });
// adding node
var x_node = Math.cos(2 * 3684 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3684 * Math.PI / N) * 10;
g.nodes.push({
id: 1022,
label: 'MEMBER: Patrick England',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/Patrick1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/patrick-england/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281022,
size: 0.5,
source: 230628,
target: 1022 });
// adding node
var x_node = Math.cos(2 * 3685 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3685 * Math.PI / N) * 10;
g.nodes.push({
id: 1004,
label: 'MEMBER: Laure Lemee',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2020/06/research_pasteur-20200515_191840-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/laure-lemee/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306281004,
size: 0.5,
source: 230628,
target: 1004 });
// adding node
var x_node = Math.cos(2 * 3686 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3686 * Math.PI / N) * 10;
g.nodes.push({
id: 996,
label: 'MEMBER: Béatrice Regnault',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/06/research.pasteur.fr_br-986x1024-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/beatrice-regnault/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628996,
size: 0.5,
source: 230628,
target: 996 });
// adding node
var x_node = Math.cos(2 * 3687 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3687 * Math.PI / N) * 10;
g.nodes.push({
id: 982,
label: 'MEMBER: Carine Moigneu',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/Moigneu1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/carine-moigneu/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628982,
size: 0.5,
source: 230628,
target: 982 });
// adding node
var x_node = Math.cos(2 * 3688 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3688 * Math.PI / N) * 10;
g.nodes.push({
id: 976,
label: 'MEMBER: Gaëlle Chauveau-Le Friec',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/chauveau1-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/gaelle-chauveau-le-friec/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628976,
size: 0.5,
source: 230628,
target: 976 });
// adding node
var x_node = Math.cos(2 * 3689 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3689 * Math.PI / N) * 10;
g.nodes.push({
id: 951,
label: 'MEMBER: Emmanuel Frachon',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/research_pasteur-emmanuel-frachon-perso2021-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/emmanuel-frachon/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628951,
size: 0.5,
source: 230628,
target: 951 });
// adding node
var x_node = Math.cos(2 * 3690 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3690 * Math.PI / N) * 10;
g.nodes.push({
id: 948,
label: 'MEMBER: Mireille Nowakowski',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/Mireille-Nowakowski-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/mireille-nowakowski/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628948,
size: 0.5,
source: 230628,
target: 948 });
// adding node
var x_node = Math.cos(2 * 3691 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3691 * Math.PI / N) * 10;
g.nodes.push({
id: 917,
label: 'MEMBER: Odile Sismeiro',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/OdileSismeiro-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/odile-sismeiro/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628917,
size: 0.5,
source: 230628,
target: 917 });
// adding node
var x_node = Math.cos(2 * 3692 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3692 * Math.PI / N) * 10;
g.nodes.push({
id: 912,
label: 'MEMBER: Bernd Jagla',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/research_pasteur-bernd-jagla-jagla-bernd-9029-scaled-e1619704164657-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/bernd-jagla/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628912,
size: 0.5,
source: 230628,
target: 912 });
// adding node
var x_node = Math.cos(2 * 3693 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3693 * Math.PI / N) * 10;
g.nodes.push({
id: 906,
label: 'MEMBER: Marie-Agnès Dillies',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/09/research_pasteur-photomadillies2-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/marie-agnes-dillies/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628906,
size: 0.5,
source: 230628,
target: 906 });
// adding node
var x_node = Math.cos(2 * 3694 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3694 * Math.PI / N) * 10;
g.nodes.push({
id: 867,
label: 'MEMBER: Francina Langa Vives',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/Francina-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/francina-langa-vives/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628867,
size: 0.5,
source: 230628,
target: 867 });
// adding node
var x_node = Math.cos(2 * 3695 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3695 * Math.PI / N) * 10;
g.nodes.push({
id: 840,
label: 'MEMBER: Jean-Yves Coppee',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/03/IMG_5253-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/jean-yves-coppee/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628840,
size: 0.5,
source: 230628,
target: 840 });
// adding node
var x_node = Math.cos(2 * 3696 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3696 * Math.PI / N) * 10;
g.nodes.push({
id: 836,
label: 'MEMBER: Thierry Rose',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/02/Thierry_Rose-e1423234985507-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/thierry-rose/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628836,
size: 0.5,
source: 230628,
target: 836 });
// adding node
var x_node = Math.cos(2 * 3697 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3697 * Math.PI / N) * 10;
g.nodes.push({
id: 796,
label: 'MEMBER: Ahmed Haouz',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/04/ahmed-haouz-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/ahmed-haouz/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628796,
size: 0.5,
source: 230628,
target: 796 });
// adding node
var x_node = Math.cos(2 * 3698 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3698 * Math.PI / N) * 10;
g.nodes.push({
id: 749,
label: 'MEMBER: Pierre Lafaye',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/01/Lafaye-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/pierre-lafaye/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628749,
size: 0.5,
source: 230628,
target: 749 });
// adding node
var x_node = Math.cos(2 * 3699 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3699 * Math.PI / N) * 10;
g.nodes.push({
id: 2624,
label: 'MEMBER: Arnaud Fontanet',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/07/research.pasteur.fr_arnaud-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/arnaud-fontanet/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 2306282624,
size: 0.5,
source: 230628,
target: 2624 });
// adding node
var x_node = Math.cos(2 * 3700 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3700 * Math.PI / N) * 10;
g.nodes.push({
id: 388,
label: 'MEMBER: Jean-Christophe Olivo-Marin',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2018/04/research_pasteur-photojcom_2016_2-150x150.png',
page_url: 'https://research.pasteur.fr/en/member/jean-christophe-olivo-marin/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 230628388,
size: 0.5,
source: 230628,
target: 388 });
// adding node
var x_node = Math.cos(2 * 3701 * Math.PI / N) * 10;
var y_node = Math.sin(2 * 3701 * Math.PI / N) * 10;
g.nodes.push({
id: 37097,
label: 'MEMBER: Chantal Henry',
x: x_node,
y: y_node,
type: 'image',
url: 'https://research.pasteur.fr/wp-content/uploads/2015/09/research.pasteur.fr_capture-d’écran-2015-09-18-à-18.07.01-150x150.jpg',
page_url: 'https://research.pasteur.fr/en/member/chantal-henry/',
size: 10,
color: '#DDDDDD'
});
//link content to central post
g.edges.push({
id: 23062837097,
size: 0.5,
source: 230628,
target: 37097 });
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: 30,
mouseWheelEnabled: false,
font: 'Montserrat',
labelThreshold:25,
borderSize:1,
defaultNodeBorderColor: '#333',
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;
//console.log(n.id);
//console.log(s.graph.nodes(n.id));
});
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: 5,
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) {
});