-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnet.html
201 lines (158 loc) · 109 KB
/
net.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </script>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<style type="text/css">
#mynetwork {
width: 700;
height: 700;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 700;
height: 700;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div id = "mynetwork"></div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var network;
var container;
var options, data;
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"id": "Lauren M Petrick", "label": "Lauren M Petrick", "shape": "dot", "title": "Lauren M Petrick"}, {"id": "Karan Uppal", "label": "Karan Uppal", "shape": "dot", "title": "Karan Uppal"}, {"id": "William E Funk", "label": "William E Funk", "shape": "dot", "title": "William E Funk"}, {"id": "Citlalli Osorio-Y\u00e1\u00f1ez", "label": "Citlalli Osorio-Y\u00e1\u00f1ez", "shape": "dot", "title": "Citlalli Osorio-Y\u00e1\u00f1ez"}, {"id": "Martine Vrijheid", "label": "Martine Vrijheid", "shape": "dot", "title": "Martine Vrijheid"}, {"id": "Tiffany C Yang", "label": "Tiffany C Yang", "shape": "dot", "title": "Tiffany C Yang"}, {"id": "Jordi Sunyer", "label": "Jordi Sunyer", "shape": "dot", "title": "Jordi Sunyer"}, {"id": "Martha Vives-Usano", "label": "Martha Vives-Usano", "shape": "dot", "title": "Martha Vives-Usano"}, {"id": "Michelle Plusquin", "label": "Michelle Plusquin", "shape": "dot", "title": "Michelle Plusquin"}, {"id": "David Martinez", "label": "David Martinez", "shape": "dot", "title": "David Martinez"}, {"id": "Lea Maitre", "label": "Lea Maitre", "shape": "dot", "title": "Lea Maitre"}, {"id": "Kristine B G\u00fctzkow", "label": "Kristine B G\u00fctzkow", "shape": "dot", "title": "Kristine B G\u00fctzkow"}, {"id": "Leda Chatzi", "label": "Leda Chatzi", "shape": "dot", "title": "Leda Chatzi"}, {"id": "Maribel Casas", "label": "Maribel Casas", "shape": "dot", "title": "Maribel Casas"}, {"id": "Diana B P Clemente", "label": "Diana B P Clemente", "shape": "dot", "title": "Diana B P Clemente"}, {"id": "Jose Urquiza", "label": "Jose Urquiza", "shape": "dot", "title": "Jose Urquiza"}, {"id": "Tim S Nawrot", "label": "Tim S Nawrot", "shape": "dot", "title": "Tim S Nawrot"}, {"id": "Cathrine Thomsen", "label": "Cathrine Thomsen", "shape": "dot", "title": "Cathrine Thomsen"}, {"id": "Rosemary C McEachan", "label": "Rosemary C McEachan", "shape": "dot", "title": "Rosemary C McEachan"}, {"id": "Ibon Tamayo", "label": "Ibon Tamayo", "shape": "dot", "title": "Ibon Tamayo"}, {"id": "Marina Vafeiadi", "label": "Marina Vafeiadi", "shape": "dot", "title": "Marina Vafeiadi"}, {"id": "Dries S Martens", "label": "Dries S Martens", "shape": "dot", "title": "Dries S Martens"}, {"id": "Mariona Bustamante", "label": "Mariona Bustamante", "shape": "dot", "title": "Mariona Bustamante"}, {"id": "Regina Grazuleviciene", "label": "Regina Grazuleviciene", "shape": "dot", "title": "Regina Grazuleviciene"}, {"id": "Remy Slama", "label": "Remy Slama", "shape": "dot", "title": "Remy Slama"}, {"id": "Jan Alexander", "label": "Jan Alexander", "shape": "dot", "title": "Jan Alexander"}, {"id": "John Wright", "label": "John Wright", "shape": "dot", "title": "John Wright"}, {"id": "Sigrid Jall", "label": "Sigrid Jall", "shape": "dot", "title": "Sigrid Jall"}, {"id": "Meri De Angelis", "label": "Meri De Angelis", "shape": "dot", "title": "Meri De Angelis"}, {"id": "Matthias H Tsch\u00f6p", "label": "Matthias H Tsch\u00f6p", "shape": "dot", "title": "Matthias H Tsch\u00f6p"}, {"id": "Stephan Sachs", "label": "Stephan Sachs", "shape": "dot", "title": "Stephan Sachs"}, {"id": "Trine S Nicolaisen", "label": "Trine S Nicolaisen", "shape": "dot", "title": "Trine S Nicolaisen"}, {"id": "Aaron Novikoff", "label": "Aaron Novikoff", "shape": "dot", "title": "Aaron Novikoff"}, {"id": "Bente Kiens", "label": "Bente Kiens", "shape": "dot", "title": "Bente Kiens"}, {"id": "Karl-Werner Schramm", "label": "Karl-Werner Schramm", "shape": "dot", "title": "Karl-Werner Schramm"}, {"id": "Christoffer Clemmensen", "label": "Christoffer Clemmensen", "shape": "dot", "title": "Christoffer Clemmensen"}, {"id": "Erik A Richter", "label": "Erik A Richter", "shape": "dot", "title": "Erik A Richter"}, {"id": "Anders B Klein", "label": "Anders B Klein", "shape": "dot", "title": "Anders B Klein"}, {"id": "Timo D M\u00fcller", "label": "Timo D M\u00fcller", "shape": "dot", "title": "Timo D M\u00fcller"}, {"id": "Andreas M Fritzen", "label": "Andreas M Fritzen", "shape": "dot", "title": "Andreas M Fritzen"}, {"id": "Kerstin Stemmer", "label": "Kerstin Stemmer", "shape": "dot", "title": "Kerstin Stemmer"}, {"id": "Maximilian Kleinert", "label": "Maximilian Kleinert", "shape": "dot", "title": "Maximilian Kleinert"}, {"id": "Anne-Marie Lundsgaard", "label": "Anne-Marie Lundsgaard", "shape": "dot", "title": "Anne-Marie Lundsgaard"}, {"id": "Brunella Del Re", "label": "Brunella Del Re", "shape": "dot", "title": "Brunella Del Re"}, {"id": "Gianfranco Giorgi", "label": "Gianfranco Giorgi", "shape": "dot", "title": "Gianfranco Giorgi"}, {"id": "Rok Novak", "label": "Rok Novak", "shape": "dot", "title": "Rok Novak"}, {"id": "David Kocman", "label": "David Kocman", "shape": "dot", "title": "David Kocman"}, {"id": "Tja\u0161a Kandu\u010d", "label": "Tja\u0161a Kandu\u010d", "shape": "dot", "title": "Tja\u0161a Kandu\u010d"}, {"id": "Milena Horvat", "label": "Milena Horvat", "shape": "dot", "title": "Milena Horvat"}, {"id": "Johanna Amalia Robinson", "label": "Johanna Amalia Robinson", "shape": "dot", "title": "Johanna Amalia Robinson"}, {"id": "Dimosthenis Sarigiannis", "label": "Dimosthenis Sarigiannis", "shape": "dot", "title": "Dimosthenis Sarigiannis"}, {"id": "Elom K Aglago", "label": "Elom K Aglago", "shape": "dot", "title": "Elom K Aglago"}, {"id": "Corinne Casagrande", "label": "Corinne Casagrande", "shape": "dot", "title": "Corinne Casagrande"}, {"id": "Eva Ardanaz", "label": "Eva Ardanaz", "shape": "dot", "title": "Eva Ardanaz"}, {"id": "Georgia Martimianaki", "label": "Georgia Martimianaki", "shape": "dot", "title": "Georgia Martimianaki"}, {"id": "Tobias Pischon", "label": "Tobias Pischon", "shape": "dot", "title": "Tobias Pischon"}, {"id": "Domenico Palli", "label": "Domenico Palli", "shape": "dot", "title": "Domenico Palli"}, {"id": "Elisabete Weiderpass", "label": "Elisabete Weiderpass", "shape": "dot", "title": "Elisabete Weiderpass"}, {"id": "Anna Karakatsani", "label": "Anna Karakatsani", "shape": "dot", "title": "Anna Karakatsani"}, {"id": "Bethany Van Guelpen", "label": "Bethany Van Guelpen", "shape": "dot", "title": "Bethany Van Guelpen"}, {"id": "Christina C Dahm", "label": "Christina C Dahm", "shape": "dot", "title": "Christina C Dahm"}, {"id": "Inge Huybrechts", "label": "Inge Huybrechts", "shape": "dot", "title": "Inge Huybrechts"}, {"id": "Gianluca Severi", "label": "Gianluca Severi", "shape": "dot", "title": "Gianluca Severi"}, {"id": "Genevieve Nicolas", "label": "Genevieve Nicolas", "shape": "dot", "title": "Genevieve Nicolas"}, {"id": "Bodil Ohlsson", "label": "Bodil Ohlsson", "shape": "dot", "title": "Bodil Ohlsson"}, {"id": "Tilman K\u00fchn", "label": "Tilman K\u00fchn", "shape": "dot", "title": "Tilman K\u00fchn"}, {"id": "Anja Olsen", "label": "Anja Olsen", "shape": "dot", "title": "Anja Olsen"}, {"id": "Antonio Agudo", "label": "Antonio Agudo", "shape": "dot", "title": "Antonio Agudo"}, {"id": "Cristina Lasheras", "label": "Cristina Lasheras", "shape": "dot", "title": "Cristina Lasheras"}, {"id": "Aurora Perez-Cornago", "label": "Aurora Perez-Cornago", "shape": "dot", "title": "Aurora Perez-Cornago"}, {"id": "Anne May", "label": "Anne May", "shape": "dot", "title": "Anne May"}, {"id": "Sophie Hellstrand", "label": "Sophie Hellstrand", "shape": "dot", "title": "Sophie Hellstrand"}, {"id": "Antonia Trichopoulou", "label": "Antonia Trichopoulou", "shape": "dot", "title": "Antonia Trichopoulou"}, {"id": "Jeroen W G Derksen", "label": "Jeroen W G Derksen", "shape": "dot", "title": "Jeroen W G Derksen"}, {"id": "Elio Riboli", "label": "Elio Riboli", "shape": "dot", "title": "Elio Riboli"}, {"id": "Agn\u00e8s Fournier", "label": "Agn\u00e8s Fournier", "shape": "dot", "title": "Agn\u00e8s Fournier"}, {"id": "Veronique Chajes", "label": "Veronique Chajes", "shape": "dot", "title": "Veronique Chajes"}, {"id": "Veronika Fedirko", "label": "Veronika Fedirko", "shape": "dot", "title": "Veronika Fedirko"}, {"id": "Neil Murphy", "label": "Neil Murphy", "shape": "dot", "title": "Neil Murphy"}, {"id": "Marie-Christine Boutron-Ruault", "label": "Marie-Christine Boutron-Ruault", "shape": "dot", "title": "Marie-Christine Boutron-Ruault"}, {"id": "Teresa Norat", "label": "Teresa Norat", "shape": "dot", "title": "Teresa Norat"}, {"id": "Maria Wennberg", "label": "Maria Wennberg", "shape": "dot", "title": "Maria Wennberg"}, {"id": "Alessio Naccarati", "label": "Alessio Naccarati", "shape": "dot", "title": "Alessio Naccarati"}, {"id": "Kim Overvad", "label": "Kim Overvad", "shape": "dot", "title": "Kim Overvad"}, {"id": "Amanda J Cross", "label": "Amanda J Cross", "shape": "dot", "title": "Amanda J Cross"}, {"id": "Salvatore Panico", "label": "Salvatore Panico", "shape": "dot", "title": "Salvatore Panico"}, {"id": "Guri Skeie", "label": "Guri Skeie", "shape": "dot", "title": "Guri Skeie"}, {"id": "Anne Tj\u00f8nneland", "label": "Anne Tj\u00f8nneland", "shape": "dot", "title": "Anne Tj\u00f8nneland"}, {"id": "Jos\u00e9 Maria Huerta", "label": "Jos\u00e9 Maria Huerta", "shape": "dot", "title": "Jos\u00e9 Maria Huerta"}, {"id": "Magritt Brustad", "label": "Magritt Brustad", "shape": "dot", "title": "Magritt Brustad"}, {"id": "Maria-Jose S\u00e1nchez", "label": "Maria-Jose S\u00e1nchez", "shape": "dot", "title": "Maria-Jose S\u00e1nchez"}, {"id": "Valeria Pala", "label": "Valeria Pala", "shape": "dot", "title": "Valeria Pala"}, {"id": "Pilar Amiano", "label": "Pilar Amiano", "shape": "dot", "title": "Pilar Amiano"}, {"id": "Bas Bueno-de-Mesquita", "label": "Bas Bueno-de-Mesquita", "shape": "dot", "title": "Bas Bueno-de-Mesquita"}, {"id": "Heather Ward", "label": "Heather Ward", "shape": "dot", "title": "Heather Ward"}, {"id": "Marc J Gunter", "label": "Marc J Gunter", "shape": "dot", "title": "Marc J Gunter"}, {"id": "Verena Katzke", "label": "Verena Katzke", "shape": "dot", "title": "Verena Katzke"}, {"id": "Rosario Tumino", "label": "Rosario Tumino", "shape": "dot", "title": "Rosario Tumino"}, {"id": "Xu Yang", "label": "Xu Yang", "shape": "dot", "title": "Xu Yang"}, {"id": "Yusheng Guan", "label": "Yusheng Guan", "shape": "dot", "title": "Yusheng Guan"}, {"id": "Mingzhi Zhang", "label": "Mingzhi Zhang", "shape": "dot", "title": "Mingzhi Zhang"}, {"id": "Minjian Chen", "label": "Minjian Chen", "shape": "dot", "title": "Minjian Chen"}, {"id": "Ting Lu", "label": "Ting Lu", "shape": "dot", "title": "Ting Lu"}, {"id": "Ting Zhang", "label": "Ting Zhang", "shape": "dot", "title": "Ting Zhang"}, {"id": "Shiyao Chen", "label": "Shiyao Chen", "shape": "dot", "title": "Shiyao Chen"}, {"id": "Yankai Xia", "label": "Yankai Xia", "shape": "dot", "title": "Yankai Xia"}, {"id": "Xinru Wang", "label": "Xinru Wang", "shape": "dot", "title": "Xinru Wang"}, {"id": "Bo Hang", "label": "Bo Hang", "shape": "dot", "title": "Bo Hang"}, {"id": "Ying Chen", "label": "Ying Chen", "shape": "dot", "title": "Ying Chen"}, {"id": "Rongli Sun", "label": "Rongli Sun", "shape": "dot", "title": "Rongli Sun"}, {"id": "Xian Sun", "label": "Xian Sun", "shape": "dot", "title": "Xian Sun"}, {"id": "Yiyun Zhang", "label": "Yiyun Zhang", "shape": "dot", "title": "Yiyun Zhang"}, {"id": "Konstantinos C Makris", "label": "Konstantinos C Makris", "shape": "dot", "title": "Konstantinos C Makris"}, {"id": "Anastasia Perikkou", "label": "Anastasia Perikkou", "shape": "dot", "title": "Anastasia Perikkou"}, {"id": "Costas A Christophi", "label": "Costas A Christophi", "shape": "dot", "title": "Costas A Christophi"}, {"id": "Ana B Zdravic", "label": "Ana B Zdravic", "shape": "dot", "title": "Ana B Zdravic"}, {"id": "Corina Konstantinou", "label": "Corina Konstantinou", "shape": "dot", "title": "Corina Konstantinou"}, {"id": "German Cano-Sancho", "label": "German Cano-Sancho", "shape": "dot", "title": "German Cano-Sancho"}, {"id": "Clair-Yves Boquien", "label": "Clair-Yves Boquien", "shape": "dot", "title": "Clair-Yves Boquien"}, {"id": "H\u00e9l\u00e8ne Billard", "label": "H\u00e9l\u00e8ne Billard", "shape": "dot", "title": "H\u00e9l\u00e8ne Billard"}, {"id": "Jean-Christophe Roz\u00e9", "label": "Jean-Christophe Roz\u00e9", "shape": "dot", "title": "Jean-Christophe Roz\u00e9"}, {"id": "Dominique Darmaun", "label": "Dominique Darmaun", "shape": "dot", "title": "Dominique Darmaun"}, {"id": "Jean-Philippe Antignac", "label": "Jean-Philippe Antignac", "shape": "dot", "title": "Jean-Philippe Antignac"}, {"id": "Thomas Moyon", "label": "Thomas Moyon", "shape": "dot", "title": "Thomas Moyon"}, {"id": "Anne-Lise Royer", "label": "Anne-Lise Royer", "shape": "dot", "title": "Anne-Lise Royer"}, {"id": "Marie-C\u00e9cile Alexandre-Gouabau", "label": "Marie-C\u00e9cile Alexandre-Gouabau", "shape": "dot", "title": "Marie-C\u00e9cile Alexandre-Gouabau"}, {"id": "Bruno Le Bizec", "label": "Bruno Le Bizec", "shape": "dot", "title": "Bruno Le Bizec"}, {"id": "Yann Guitton", "label": "Yann Guitton", "shape": "dot", "title": "Yann Guitton"}, {"id": "Marta F Gabriel", "label": "Marta F Gabriel", "shape": "dot", "title": "Marta F Gabriel"}, {"id": "Eduardo de Oliveira Fernandes", "label": "Eduardo de Oliveira Fernandes", "shape": "dot", "title": "Eduardo de Oliveira Fernandes"}, {"id": "Zenaida Mour\u00e3o", "label": "Zenaida Mour\u00e3o", "shape": "dot", "title": "Zenaida Mour\u00e3o"}, {"id": "F\u00e1tima Felgueiras", "label": "F\u00e1tima Felgueiras", "shape": "dot", "title": "F\u00e1tima Felgueiras"}, {"id": "Cl\u00e1udia Ribeiro", "label": "Cl\u00e1udia Ribeiro", "shape": "dot", "title": "Cl\u00e1udia Ribeiro"}, {"id": "Elisabete Ramos", "label": "Elisabete Ramos", "shape": "dot", "title": "Elisabete Ramos"}, {"id": "Miguel Fernandes", "label": "Miguel Fernandes", "shape": "dot", "title": "Miguel Fernandes"}]);
edges = new vis.DataSet([{"from": "Lauren M Petrick", "to": "Karan Uppal"}, {"from": "Lauren M Petrick", "to": "William E Funk"}, {"from": "Karan Uppal", "to": "William E Funk"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Martine Vrijheid"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Tiffany C Yang"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Jordi Sunyer"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Martha Vives-Usano"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Michelle Plusquin"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "David Martinez"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Lea Maitre"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Kristine B G\u00fctzkow"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Leda Chatzi"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Maribel Casas"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Diana B P Clemente"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Jose Urquiza"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Tim S Nawrot"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Cathrine Thomsen"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Rosemary C McEachan"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Ibon Tamayo"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Marina Vafeiadi"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Dries S Martens"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Mariona Bustamante"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Regina Grazuleviciene"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Remy Slama"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "Jan Alexander"}, {"from": "Citlalli Osorio-Y\u00e1\u00f1ez", "to": "John Wright"}, {"from": "Diana B P Clemente", "to": "Martine Vrijheid"}, {"from": "Diana B P Clemente", "to": "Tiffany C Yang"}, {"from": "Diana B P Clemente", "to": "Jordi Sunyer"}, {"from": "Diana B P Clemente", "to": "Martha Vives-Usano"}, {"from": "Diana B P Clemente", "to": "Michelle Plusquin"}, {"from": "Diana B P Clemente", "to": "David Martinez"}, {"from": "Diana B P Clemente", "to": "Lea Maitre"}, {"from": "Diana B P Clemente", "to": "Kristine B G\u00fctzkow"}, {"from": "Diana B P Clemente", "to": "Leda Chatzi"}, {"from": "Diana B P Clemente", "to": "Maribel Casas"}, {"from": "Diana B P Clemente", "to": "Jose Urquiza"}, {"from": "Diana B P Clemente", "to": "Tim S Nawrot"}, {"from": "Diana B P Clemente", "to": "Cathrine Thomsen"}, {"from": "Diana B P Clemente", "to": "Rosemary C McEachan"}, {"from": "Diana B P Clemente", "to": "Ibon Tamayo"}, {"from": "Diana B P Clemente", "to": "Marina Vafeiadi"}, {"from": "Diana B P Clemente", "to": "Dries S Martens"}, {"from": "Diana B P Clemente", "to": "Mariona Bustamante"}, {"from": "Diana B P Clemente", "to": "Regina Grazuleviciene"}, {"from": "Diana B P Clemente", "to": "Remy Slama"}, {"from": "Diana B P Clemente", "to": "Jan Alexander"}, {"from": "Diana B P Clemente", "to": "John Wright"}, {"from": "Lea Maitre", "to": "Martine Vrijheid"}, {"from": "Lea Maitre", "to": "Tiffany C Yang"}, {"from": "Lea Maitre", "to": "Jordi Sunyer"}, {"from": "Lea Maitre", "to": "Martha Vives-Usano"}, {"from": "Lea Maitre", "to": "Michelle Plusquin"}, {"from": "Lea Maitre", "to": "David Martinez"}, {"from": "Lea Maitre", "to": "Kristine B G\u00fctzkow"}, {"from": "Lea Maitre", "to": "Leda Chatzi"}, {"from": "Lea Maitre", "to": "Maribel Casas"}, {"from": "Lea Maitre", "to": "Jose Urquiza"}, {"from": "Lea Maitre", "to": "Tim S Nawrot"}, {"from": "Lea Maitre", "to": "Cathrine Thomsen"}, {"from": "Lea Maitre", "to": "Rosemary C McEachan"}, {"from": "Lea Maitre", "to": "Ibon Tamayo"}, {"from": "Lea Maitre", "to": "Marina Vafeiadi"}, {"from": "Lea Maitre", "to": "Dries S Martens"}, {"from": "Lea Maitre", "to": "Mariona Bustamante"}, {"from": "Lea Maitre", "to": "Regina Grazuleviciene"}, {"from": "Lea Maitre", "to": "Remy Slama"}, {"from": "Lea Maitre", "to": "Jan Alexander"}, {"from": "Lea Maitre", "to": "John Wright"}, {"from": "Martha Vives-Usano", "to": "Martine Vrijheid"}, {"from": "Martha Vives-Usano", "to": "Tiffany C Yang"}, {"from": "Martha Vives-Usano", "to": "Jordi Sunyer"}, {"from": "Martha Vives-Usano", "to": "Michelle Plusquin"}, {"from": "Martha Vives-Usano", "to": "David Martinez"}, {"from": "Martha Vives-Usano", "to": "Kristine B G\u00fctzkow"}, {"from": "Martha Vives-Usano", "to": "Leda Chatzi"}, {"from": "Martha Vives-Usano", "to": "Maribel Casas"}, {"from": "Martha Vives-Usano", "to": "Jose Urquiza"}, {"from": "Martha Vives-Usano", "to": "Tim S Nawrot"}, {"from": "Martha Vives-Usano", "to": "Cathrine Thomsen"}, {"from": "Martha Vives-Usano", "to": "Rosemary C McEachan"}, {"from": "Martha Vives-Usano", "to": "Ibon Tamayo"}, {"from": "Martha Vives-Usano", "to": "Marina Vafeiadi"}, {"from": "Martha Vives-Usano", "to": "Dries S Martens"}, {"from": "Martha Vives-Usano", "to": "Mariona Bustamante"}, {"from": "Martha Vives-Usano", "to": "Regina Grazuleviciene"}, {"from": "Martha Vives-Usano", "to": "Remy Slama"}, {"from": "Martha Vives-Usano", "to": "Jan Alexander"}, {"from": "Martha Vives-Usano", "to": "John Wright"}, {"from": "Mariona Bustamante", "to": "Martine Vrijheid"}, {"from": "Mariona Bustamante", "to": "Tiffany C Yang"}, {"from": "Mariona Bustamante", "to": "Jordi Sunyer"}, {"from": "Mariona Bustamante", "to": "Michelle Plusquin"}, {"from": "Mariona Bustamante", "to": "David Martinez"}, {"from": "Mariona Bustamante", "to": "Kristine B G\u00fctzkow"}, {"from": "Mariona Bustamante", "to": "Leda Chatzi"}, {"from": "Mariona Bustamante", "to": "Maribel Casas"}, {"from": "Mariona Bustamante", "to": "Jose Urquiza"}, {"from": "Mariona Bustamante", "to": "Tim S Nawrot"}, {"from": "Mariona Bustamante", "to": "Cathrine Thomsen"}, {"from": "Mariona Bustamante", "to": "Rosemary C McEachan"}, {"from": "Mariona Bustamante", "to": "Ibon Tamayo"}, {"from": "Mariona Bustamante", "to": "Marina Vafeiadi"}, {"from": "Mariona Bustamante", "to": "Dries S Martens"}, {"from": "Mariona Bustamante", "to": "Regina Grazuleviciene"}, {"from": "Mariona Bustamante", "to": "Remy Slama"}, {"from": "Mariona Bustamante", "to": "Jan Alexander"}, {"from": "Mariona Bustamante", "to": "John Wright"}, {"from": "David Martinez", "to": "Martine Vrijheid"}, {"from": "David Martinez", "to": "Tiffany C Yang"}, {"from": "David Martinez", "to": "Jordi Sunyer"}, {"from": "David Martinez", "to": "Michelle Plusquin"}, {"from": "David Martinez", "to": "Kristine B G\u00fctzkow"}, {"from": "David Martinez", "to": "Leda Chatzi"}, {"from": "David Martinez", "to": "Maribel Casas"}, {"from": "David Martinez", "to": "Jose Urquiza"}, {"from": "David Martinez", "to": "Tim S Nawrot"}, {"from": "David Martinez", "to": "Cathrine Thomsen"}, {"from": "David Martinez", "to": "Rosemary C McEachan"}, {"from": "David Martinez", "to": "Ibon Tamayo"}, {"from": "David Martinez", "to": "Marina Vafeiadi"}, {"from": "David Martinez", "to": "Dries S Martens"}, {"from": "David Martinez", "to": "Regina Grazuleviciene"}, {"from": "David Martinez", "to": "Remy Slama"}, {"from": "David Martinez", "to": "Jan Alexander"}, {"from": "David Martinez", "to": "John Wright"}, {"from": "Maribel Casas", "to": "Martine Vrijheid"}, {"from": "Maribel Casas", "to": "Tiffany C Yang"}, {"from": "Maribel Casas", "to": "Jordi Sunyer"}, {"from": "Maribel Casas", "to": "Michelle Plusquin"}, {"from": "Maribel Casas", "to": "Kristine B G\u00fctzkow"}, {"from": "Maribel Casas", "to": "Leda Chatzi"}, {"from": "Maribel Casas", "to": "Jose Urquiza"}, {"from": "Maribel Casas", "to": "Tim S Nawrot"}, {"from": "Maribel Casas", "to": "Cathrine Thomsen"}, {"from": "Maribel Casas", "to": "Rosemary C McEachan"}, {"from": "Maribel Casas", "to": "Ibon Tamayo"}, {"from": "Maribel Casas", "to": "Marina Vafeiadi"}, {"from": "Maribel Casas", "to": "Dries S Martens"}, {"from": "Maribel Casas", "to": "Regina Grazuleviciene"}, {"from": "Maribel Casas", "to": "Remy Slama"}, {"from": "Maribel Casas", "to": "Jan Alexander"}, {"from": "Maribel Casas", "to": "John Wright"}, {"from": "Jan Alexander", "to": "Martine Vrijheid"}, {"from": "Jan Alexander", "to": "Tiffany C Yang"}, {"from": "Jan Alexander", "to": "Jordi Sunyer"}, {"from": "Jan Alexander", "to": "Michelle Plusquin"}, {"from": "Jan Alexander", "to": "Kristine B G\u00fctzkow"}, {"from": "Jan Alexander", "to": "Leda Chatzi"}, {"from": "Jan Alexander", "to": "Jose Urquiza"}, {"from": "Jan Alexander", "to": "Tim S Nawrot"}, {"from": "Jan Alexander", "to": "Cathrine Thomsen"}, {"from": "Jan Alexander", "to": "Rosemary C McEachan"}, {"from": "Jan Alexander", "to": "Ibon Tamayo"}, {"from": "Jan Alexander", "to": "Marina Vafeiadi"}, {"from": "Jan Alexander", "to": "Dries S Martens"}, {"from": "Jan Alexander", "to": "Regina Grazuleviciene"}, {"from": "Jan Alexander", "to": "Remy Slama"}, {"from": "Jan Alexander", "to": "John Wright"}, {"from": "Cathrine Thomsen", "to": "Martine Vrijheid"}, {"from": "Cathrine Thomsen", "to": "Tiffany C Yang"}, {"from": "Cathrine Thomsen", "to": "Jordi Sunyer"}, {"from": "Cathrine Thomsen", "to": "Michelle Plusquin"}, {"from": "Cathrine Thomsen", "to": "Kristine B G\u00fctzkow"}, {"from": "Cathrine Thomsen", "to": "Leda Chatzi"}, {"from": "Cathrine Thomsen", "to": "Jose Urquiza"}, {"from": "Cathrine Thomsen", "to": "Tim S Nawrot"}, {"from": "Cathrine Thomsen", "to": "Rosemary C McEachan"}, {"from": "Cathrine Thomsen", "to": "Ibon Tamayo"}, {"from": "Cathrine Thomsen", "to": "Marina Vafeiadi"}, {"from": "Cathrine Thomsen", "to": "Dries S Martens"}, {"from": "Cathrine Thomsen", "to": "Regina Grazuleviciene"}, {"from": "Cathrine Thomsen", "to": "Remy Slama"}, {"from": "Cathrine Thomsen", "to": "John Wright"}, {"from": "Leda Chatzi", "to": "Martine Vrijheid"}, {"from": "Leda Chatzi", "to": "Tiffany C Yang"}, {"from": "Leda Chatzi", "to": "Jordi Sunyer"}, {"from": "Leda Chatzi", "to": "Michelle Plusquin"}, {"from": "Leda Chatzi", "to": "Kristine B G\u00fctzkow"}, {"from": "Leda Chatzi", "to": "Jose Urquiza"}, {"from": "Leda Chatzi", "to": "Tim S Nawrot"}, {"from": "Leda Chatzi", "to": "Rosemary C McEachan"}, {"from": "Leda Chatzi", "to": "Ibon Tamayo"}, {"from": "Leda Chatzi", "to": "Marina Vafeiadi"}, {"from": "Leda Chatzi", "to": "Dries S Martens"}, {"from": "Leda Chatzi", "to": "Regina Grazuleviciene"}, {"from": "Leda Chatzi", "to": "Remy Slama"}, {"from": "Leda Chatzi", "to": "John Wright"}, {"from": "Kristine B G\u00fctzkow", "to": "Martine Vrijheid"}, {"from": "Kristine B G\u00fctzkow", "to": "Tiffany C Yang"}, {"from": "Kristine B G\u00fctzkow", "to": "Jordi Sunyer"}, {"from": "Kristine B G\u00fctzkow", "to": "Michelle Plusquin"}, {"from": "Kristine B G\u00fctzkow", "to": "Jose Urquiza"}, {"from": "Kristine B G\u00fctzkow", "to": "Tim S Nawrot"}, {"from": "Kristine B G\u00fctzkow", "to": "Rosemary C McEachan"}, {"from": "Kristine B G\u00fctzkow", "to": "Ibon Tamayo"}, {"from": "Kristine B G\u00fctzkow", "to": "Marina Vafeiadi"}, {"from": "Kristine B G\u00fctzkow", "to": "Dries S Martens"}, {"from": "Kristine B G\u00fctzkow", "to": "Regina Grazuleviciene"}, {"from": "Kristine B G\u00fctzkow", "to": "Remy Slama"}, {"from": "Kristine B G\u00fctzkow", "to": "John Wright"}, {"from": "Regina Grazuleviciene", "to": "Martine Vrijheid"}, {"from": "Regina Grazuleviciene", "to": "Tiffany C Yang"}, {"from": "Regina Grazuleviciene", "to": "Jordi Sunyer"}, {"from": "Regina Grazuleviciene", "to": "Michelle Plusquin"}, {"from": "Regina Grazuleviciene", "to": "Jose Urquiza"}, {"from": "Regina Grazuleviciene", "to": "Tim S Nawrot"}, {"from": "Regina Grazuleviciene", "to": "Rosemary C McEachan"}, {"from": "Regina Grazuleviciene", "to": "Ibon Tamayo"}, {"from": "Regina Grazuleviciene", "to": "Marina Vafeiadi"}, {"from": "Regina Grazuleviciene", "to": "Dries S Martens"}, {"from": "Regina Grazuleviciene", "to": "Remy Slama"}, {"from": "Regina Grazuleviciene", "to": "John Wright"}, {"from": "Dries S Martens", "to": "Martine Vrijheid"}, {"from": "Dries S Martens", "to": "Tiffany C Yang"}, {"from": "Dries S Martens", "to": "Jordi Sunyer"}, {"from": "Dries S Martens", "to": "Michelle Plusquin"}, {"from": "Dries S Martens", "to": "Jose Urquiza"}, {"from": "Dries S Martens", "to": "Tim S Nawrot"}, {"from": "Dries S Martens", "to": "Rosemary C McEachan"}, {"from": "Dries S Martens", "to": "Ibon Tamayo"}, {"from": "Dries S Martens", "to": "Marina Vafeiadi"}, {"from": "Dries S Martens", "to": "Remy Slama"}, {"from": "Dries S Martens", "to": "John Wright"}, {"from": "Michelle Plusquin", "to": "Martine Vrijheid"}, {"from": "Michelle Plusquin", "to": "Tiffany C Yang"}, {"from": "Michelle Plusquin", "to": "Jordi Sunyer"}, {"from": "Michelle Plusquin", "to": "Jose Urquiza"}, {"from": "Michelle Plusquin", "to": "Tim S Nawrot"}, {"from": "Michelle Plusquin", "to": "Rosemary C McEachan"}, {"from": "Michelle Plusquin", "to": "Ibon Tamayo"}, {"from": "Michelle Plusquin", "to": "Marina Vafeiadi"}, {"from": "Michelle Plusquin", "to": "Remy Slama"}, {"from": "Michelle Plusquin", "to": "John Wright"}, {"from": "Remy Slama", "to": "Martine Vrijheid"}, {"from": "Remy Slama", "to": "Tiffany C Yang"}, {"from": "Remy Slama", "to": "Jordi Sunyer"}, {"from": "Remy Slama", "to": "Jose Urquiza"}, {"from": "Remy Slama", "to": "Tim S Nawrot"}, {"from": "Remy Slama", "to": "Rosemary C McEachan"}, {"from": "Remy Slama", "to": "Ibon Tamayo"}, {"from": "Remy Slama", "to": "Marina Vafeiadi"}, {"from": "Remy Slama", "to": "John Wright"}, {"from": "Rosemary C McEachan", "to": "Martine Vrijheid"}, {"from": "Rosemary C McEachan", "to": "Tiffany C Yang"}, {"from": "Rosemary C McEachan", "to": "Jordi Sunyer"}, {"from": "Rosemary C McEachan", "to": "Jose Urquiza"}, {"from": "Rosemary C McEachan", "to": "Tim S Nawrot"}, {"from": "Rosemary C McEachan", "to": "Ibon Tamayo"}, {"from": "Rosemary C McEachan", "to": "Marina Vafeiadi"}, {"from": "Rosemary C McEachan", "to": "John Wright"}, {"from": "John Wright", "to": "Martine Vrijheid"}, {"from": "John Wright", "to": "Tiffany C Yang"}, {"from": "John Wright", "to": "Jordi Sunyer"}, {"from": "John Wright", "to": "Jose Urquiza"}, {"from": "John Wright", "to": "Tim S Nawrot"}, {"from": "John Wright", "to": "Ibon Tamayo"}, {"from": "John Wright", "to": "Marina Vafeiadi"}, {"from": "Tiffany C Yang", "to": "Martine Vrijheid"}, {"from": "Tiffany C Yang", "to": "Jordi Sunyer"}, {"from": "Tiffany C Yang", "to": "Jose Urquiza"}, {"from": "Tiffany C Yang", "to": "Tim S Nawrot"}, {"from": "Tiffany C Yang", "to": "Ibon Tamayo"}, {"from": "Tiffany C Yang", "to": "Marina Vafeiadi"}, {"from": "Jose Urquiza", "to": "Martine Vrijheid"}, {"from": "Jose Urquiza", "to": "Jordi Sunyer"}, {"from": "Jose Urquiza", "to": "Tim S Nawrot"}, {"from": "Jose Urquiza", "to": "Ibon Tamayo"}, {"from": "Jose Urquiza", "to": "Marina Vafeiadi"}, {"from": "Ibon Tamayo", "to": "Martine Vrijheid"}, {"from": "Ibon Tamayo", "to": "Jordi Sunyer"}, {"from": "Ibon Tamayo", "to": "Tim S Nawrot"}, {"from": "Ibon Tamayo", "to": "Marina Vafeiadi"}, {"from": "Jordi Sunyer", "to": "Martine Vrijheid"}, {"from": "Jordi Sunyer", "to": "Tim S Nawrot"}, {"from": "Jordi Sunyer", "to": "Marina Vafeiadi"}, {"from": "Marina Vafeiadi", "to": "Martine Vrijheid"}, {"from": "Marina Vafeiadi", "to": "Tim S Nawrot"}, {"from": "Tim S Nawrot", "to": "Martine Vrijheid"}, {"from": "Sigrid Jall", "to": "Meri De Angelis"}, {"from": "Sigrid Jall", "to": "Matthias H Tsch\u00f6p"}, {"from": "Sigrid Jall", "to": "Stephan Sachs"}, {"from": "Sigrid Jall", "to": "Trine S Nicolaisen"}, {"from": "Sigrid Jall", "to": "Aaron Novikoff"}, {"from": "Sigrid Jall", "to": "Bente Kiens"}, {"from": "Sigrid Jall", "to": "Karl-Werner Schramm"}, {"from": "Sigrid Jall", "to": "Christoffer Clemmensen"}, {"from": "Sigrid Jall", "to": "Erik A Richter"}, {"from": "Sigrid Jall", "to": "Anders B Klein"}, {"from": "Sigrid Jall", "to": "Timo D M\u00fcller"}, {"from": "Sigrid Jall", "to": "Andreas M Fritzen"}, {"from": "Sigrid Jall", "to": "Kerstin Stemmer"}, {"from": "Sigrid Jall", "to": "Maximilian Kleinert"}, {"from": "Sigrid Jall", "to": "Anne-Marie Lundsgaard"}, {"from": "Meri De Angelis", "to": "Matthias H Tsch\u00f6p"}, {"from": "Meri De Angelis", "to": "Stephan Sachs"}, {"from": "Meri De Angelis", "to": "Trine S Nicolaisen"}, {"from": "Meri De Angelis", "to": "Aaron Novikoff"}, {"from": "Meri De Angelis", "to": "Bente Kiens"}, {"from": "Meri De Angelis", "to": "Karl-Werner Schramm"}, {"from": "Meri De Angelis", "to": "Christoffer Clemmensen"}, {"from": "Meri De Angelis", "to": "Erik A Richter"}, {"from": "Meri De Angelis", "to": "Anders B Klein"}, {"from": "Meri De Angelis", "to": "Timo D M\u00fcller"}, {"from": "Meri De Angelis", "to": "Andreas M Fritzen"}, {"from": "Meri De Angelis", "to": "Kerstin Stemmer"}, {"from": "Meri De Angelis", "to": "Maximilian Kleinert"}, {"from": "Meri De Angelis", "to": "Anne-Marie Lundsgaard"}, {"from": "Anne-Marie Lundsgaard", "to": "Stephan Sachs"}, {"from": "Anne-Marie Lundsgaard", "to": "Matthias H Tsch\u00f6p"}, {"from": "Anne-Marie Lundsgaard", "to": "Trine S Nicolaisen"}, {"from": "Anne-Marie Lundsgaard", "to": "Aaron Novikoff"}, {"from": "Anne-Marie Lundsgaard", "to": "Bente Kiens"}, {"from": "Anne-Marie Lundsgaard", "to": "Karl-Werner Schramm"}, {"from": "Anne-Marie Lundsgaard", "to": "Christoffer Clemmensen"}, {"from": "Anne-Marie Lundsgaard", "to": "Erik A Richter"}, {"from": "Anne-Marie Lundsgaard", "to": "Anders B Klein"}, {"from": "Anne-Marie Lundsgaard", "to": "Timo D M\u00fcller"}, {"from": "Anne-Marie Lundsgaard", "to": "Andreas M Fritzen"}, {"from": "Anne-Marie Lundsgaard", "to": "Kerstin Stemmer"}, {"from": "Anne-Marie Lundsgaard", "to": "Maximilian Kleinert"}, {"from": "Andreas M Fritzen", "to": "Stephan Sachs"}, {"from": "Andreas M Fritzen", "to": "Matthias H Tsch\u00f6p"}, {"from": "Andreas M Fritzen", "to": "Trine S Nicolaisen"}, {"from": "Andreas M Fritzen", "to": "Aaron Novikoff"}, {"from": "Andreas M Fritzen", "to": "Bente Kiens"}, {"from": "Andreas M Fritzen", "to": "Karl-Werner Schramm"}, {"from": "Andreas M Fritzen", "to": "Christoffer Clemmensen"}, {"from": "Andreas M Fritzen", "to": "Erik A Richter"}, {"from": "Andreas M Fritzen", "to": "Anders B Klein"}, {"from": "Andreas M Fritzen", "to": "Timo D M\u00fcller"}, {"from": "Andreas M Fritzen", "to": "Kerstin Stemmer"}, {"from": "Andreas M Fritzen", "to": "Maximilian Kleinert"}, {"from": "Trine S Nicolaisen", "to": "Stephan Sachs"}, {"from": "Trine S Nicolaisen", "to": "Matthias H Tsch\u00f6p"}, {"from": "Trine S Nicolaisen", "to": "Aaron Novikoff"}, {"from": "Trine S Nicolaisen", "to": "Bente Kiens"}, {"from": "Trine S Nicolaisen", "to": "Karl-Werner Schramm"}, {"from": "Trine S Nicolaisen", "to": "Christoffer Clemmensen"}, {"from": "Trine S Nicolaisen", "to": "Erik A Richter"}, {"from": "Trine S Nicolaisen", "to": "Anders B Klein"}, {"from": "Trine S Nicolaisen", "to": "Timo D M\u00fcller"}, {"from": "Trine S Nicolaisen", "to": "Kerstin Stemmer"}, {"from": "Trine S Nicolaisen", "to": "Maximilian Kleinert"}, {"from": "Anders B Klein", "to": "Stephan Sachs"}, {"from": "Anders B Klein", "to": "Matthias H Tsch\u00f6p"}, {"from": "Anders B Klein", "to": "Aaron Novikoff"}, {"from": "Anders B Klein", "to": "Bente Kiens"}, {"from": "Anders B Klein", "to": "Christoffer Clemmensen"}, {"from": "Anders B Klein", "to": "Erik A Richter"}, {"from": "Anders B Klein", "to": "Karl-Werner Schramm"}, {"from": "Anders B Klein", "to": "Timo D M\u00fcller"}, {"from": "Anders B Klein", "to": "Kerstin Stemmer"}, {"from": "Anders B Klein", "to": "Maximilian Kleinert"}, {"from": "Aaron Novikoff", "to": "Stephan Sachs"}, {"from": "Aaron Novikoff", "to": "Matthias H Tsch\u00f6p"}, {"from": "Aaron Novikoff", "to": "Bente Kiens"}, {"from": "Aaron Novikoff", "to": "Karl-Werner Schramm"}, {"from": "Aaron Novikoff", "to": "Christoffer Clemmensen"}, {"from": "Aaron Novikoff", "to": "Erik A Richter"}, {"from": "Aaron Novikoff", "to": "Timo D M\u00fcller"}, {"from": "Aaron Novikoff", "to": "Kerstin Stemmer"}, {"from": "Aaron Novikoff", "to": "Maximilian Kleinert"}, {"from": "Stephan Sachs", "to": "Matthias H Tsch\u00f6p"}, {"from": "Stephan Sachs", "to": "Bente Kiens"}, {"from": "Stephan Sachs", "to": "Karl-Werner Schramm"}, {"from": "Stephan Sachs", "to": "Christoffer Clemmensen"}, {"from": "Stephan Sachs", "to": "Erik A Richter"}, {"from": "Stephan Sachs", "to": "Timo D M\u00fcller"}, {"from": "Stephan Sachs", "to": "Kerstin Stemmer"}, {"from": "Stephan Sachs", "to": "Maximilian Kleinert"}, {"from": "Erik A Richter", "to": "Matthias H Tsch\u00f6p"}, {"from": "Erik A Richter", "to": "Bente Kiens"}, {"from": "Erik A Richter", "to": "Karl-Werner Schramm"}, {"from": "Erik A Richter", "to": "Christoffer Clemmensen"}, {"from": "Erik A Richter", "to": "Timo D M\u00fcller"}, {"from": "Erik A Richter", "to": "Kerstin Stemmer"}, {"from": "Erik A Richter", "to": "Maximilian Kleinert"}, {"from": "Bente Kiens", "to": "Matthias H Tsch\u00f6p"}, {"from": "Bente Kiens", "to": "Karl-Werner Schramm"}, {"from": "Bente Kiens", "to": "Christoffer Clemmensen"}, {"from": "Bente Kiens", "to": "Timo D M\u00fcller"}, {"from": "Bente Kiens", "to": "Kerstin Stemmer"}, {"from": "Bente Kiens", "to": "Maximilian Kleinert"}, {"from": "Karl-Werner Schramm", "to": "Matthias H Tsch\u00f6p"}, {"from": "Karl-Werner Schramm", "to": "Christoffer Clemmensen"}, {"from": "Karl-Werner Schramm", "to": "Timo D M\u00fcller"}, {"from": "Karl-Werner Schramm", "to": "Kerstin Stemmer"}, {"from": "Karl-Werner Schramm", "to": "Maximilian Kleinert"}, {"from": "Matthias H Tsch\u00f6p", "to": "Christoffer Clemmensen"}, {"from": "Matthias H Tsch\u00f6p", "to": "Timo D M\u00fcller"}, {"from": "Matthias H Tsch\u00f6p", "to": "Kerstin Stemmer"}, {"from": "Matthias H Tsch\u00f6p", "to": "Maximilian Kleinert"}, {"from": "Kerstin Stemmer", "to": "Christoffer Clemmensen"}, {"from": "Kerstin Stemmer", "to": "Timo D M\u00fcller"}, {"from": "Kerstin Stemmer", "to": "Maximilian Kleinert"}, {"from": "Christoffer Clemmensen", "to": "Timo D M\u00fcller"}, {"from": "Christoffer Clemmensen", "to": "Maximilian Kleinert"}, {"from": "Timo D M\u00fcller", "to": "Maximilian Kleinert"}, {"from": "Brunella Del Re", "to": "Gianfranco Giorgi"}, {"from": "Rok Novak", "to": "David Kocman"}, {"from": "Rok Novak", "to": "Tja\u0161a Kandu\u010d"}, {"from": "Rok Novak", "to": "Milena Horvat"}, {"from": "Rok Novak", "to": "Johanna Amalia Robinson"}, {"from": "Rok Novak", "to": "Dimosthenis Sarigiannis"}, {"from": "David Kocman", "to": "Tja\u0161a Kandu\u010d"}, {"from": "David Kocman", "to": "Milena Horvat"}, {"from": "David Kocman", "to": "Johanna Amalia Robinson"}, {"from": "David Kocman", "to": "Dimosthenis Sarigiannis"}, {"from": "Johanna Amalia Robinson", "to": "Tja\u0161a Kandu\u010d"}, {"from": "Johanna Amalia Robinson", "to": "Milena Horvat"}, {"from": "Johanna Amalia Robinson", "to": "Dimosthenis Sarigiannis"}, {"from": "Tja\u0161a Kandu\u010d", "to": "Milena Horvat"}, {"from": "Tja\u0161a Kandu\u010d", "to": "Dimosthenis Sarigiannis"}, {"from": "Dimosthenis Sarigiannis", "to": "Milena Horvat"}, {"from": "Elom K Aglago", "to": "Corinne Casagrande"}, {"from": "Elom K Aglago", "to": "Eva Ardanaz"}, {"from": "Elom K Aglago", "to": "Georgia Martimianaki"}, {"from": "Elom K Aglago", "to": "Tobias Pischon"}, {"from": "Elom K Aglago", "to": "Domenico Palli"}, {"from": "Elom K Aglago", "to": "Elisabete Weiderpass"}, {"from": "Elom K Aglago", "to": "Anna Karakatsani"}, {"from": "Elom K Aglago", "to": "Bethany Van Guelpen"}, {"from": "Elom K Aglago", "to": "Christina C Dahm"}, {"from": "Elom K Aglago", "to": "Inge Huybrechts"}, {"from": "Elom K Aglago", "to": "Gianluca Severi"}, {"from": "Elom K Aglago", "to": "Genevieve Nicolas"}, {"from": "Elom K Aglago", "to": "Bodil Ohlsson"}, {"from": "Elom K Aglago", "to": "Tilman K\u00fchn"}, {"from": "Elom K Aglago", "to": "Anja Olsen"}, {"from": "Elom K Aglago", "to": "Antonio Agudo"}, {"from": "Elom K Aglago", "to": "Cristina Lasheras"}, {"from": "Elom K Aglago", "to": "Aurora Perez-Cornago"}, {"from": "Elom K Aglago", "to": "Anne May"}, {"from": "Elom K Aglago", "to": "Sophie Hellstrand"}, {"from": "Elom K Aglago", "to": "Antonia Trichopoulou"}, {"from": "Elom K Aglago", "to": "Jeroen W G Derksen"}, {"from": "Elom K Aglago", "to": "Elio Riboli"}, {"from": "Elom K Aglago", "to": "Agn\u00e8s Fournier"}, {"from": "Elom K Aglago", "to": "Veronique Chajes"}, {"from": "Elom K Aglago", "to": "Veronika Fedirko"}, {"from": "Elom K Aglago", "to": "Neil Murphy"}, {"from": "Elom K Aglago", "to": "Marie-Christine Boutron-Ruault"}, {"from": "Elom K Aglago", "to": "Teresa Norat"}, {"from": "Elom K Aglago", "to": "Maria Wennberg"}, {"from": "Elom K Aglago", "to": "Alessio Naccarati"}, {"from": "Elom K Aglago", "to": "Kim Overvad"}, {"from": "Elom K Aglago", "to": "Amanda J Cross"}, {"from": "Elom K Aglago", "to": "Salvatore Panico"}, {"from": "Elom K Aglago", "to": "Guri Skeie"}, {"from": "Elom K Aglago", "to": "Anne Tj\u00f8nneland"}, {"from": "Elom K Aglago", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Elom K Aglago", "to": "Magritt Brustad"}, {"from": "Elom K Aglago", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Elom K Aglago", "to": "Valeria Pala"}, {"from": "Elom K Aglago", "to": "Pilar Amiano"}, {"from": "Elom K Aglago", "to": "Bas Bueno-de-Mesquita"}, {"from": "Elom K Aglago", "to": "Heather Ward"}, {"from": "Elom K Aglago", "to": "Marc J Gunter"}, {"from": "Elom K Aglago", "to": "Verena Katzke"}, {"from": "Elom K Aglago", "to": "Rosario Tumino"}, {"from": "Inge Huybrechts", "to": "Corinne Casagrande"}, {"from": "Inge Huybrechts", "to": "Eva Ardanaz"}, {"from": "Inge Huybrechts", "to": "Georgia Martimianaki"}, {"from": "Inge Huybrechts", "to": "Tobias Pischon"}, {"from": "Inge Huybrechts", "to": "Domenico Palli"}, {"from": "Inge Huybrechts", "to": "Elisabete Weiderpass"}, {"from": "Inge Huybrechts", "to": "Anna Karakatsani"}, {"from": "Inge Huybrechts", "to": "Bethany Van Guelpen"}, {"from": "Inge Huybrechts", "to": "Christina C Dahm"}, {"from": "Inge Huybrechts", "to": "Gianluca Severi"}, {"from": "Inge Huybrechts", "to": "Genevieve Nicolas"}, {"from": "Inge Huybrechts", "to": "Bodil Ohlsson"}, {"from": "Inge Huybrechts", "to": "Tilman K\u00fchn"}, {"from": "Inge Huybrechts", "to": "Anja Olsen"}, {"from": "Inge Huybrechts", "to": "Antonio Agudo"}, {"from": "Inge Huybrechts", "to": "Cristina Lasheras"}, {"from": "Inge Huybrechts", "to": "Aurora Perez-Cornago"}, {"from": "Inge Huybrechts", "to": "Anne May"}, {"from": "Inge Huybrechts", "to": "Sophie Hellstrand"}, {"from": "Inge Huybrechts", "to": "Antonia Trichopoulou"}, {"from": "Inge Huybrechts", "to": "Jeroen W G Derksen"}, {"from": "Inge Huybrechts", "to": "Elio Riboli"}, {"from": "Inge Huybrechts", "to": "Agn\u00e8s Fournier"}, {"from": "Inge Huybrechts", "to": "Veronique Chajes"}, {"from": "Inge Huybrechts", "to": "Veronika Fedirko"}, {"from": "Inge Huybrechts", "to": "Neil Murphy"}, {"from": "Inge Huybrechts", "to": "Marie-Christine Boutron-Ruault"}, {"from": "Inge Huybrechts", "to": "Teresa Norat"}, {"from": "Inge Huybrechts", "to": "Maria Wennberg"}, {"from": "Inge Huybrechts", "to": "Alessio Naccarati"}, {"from": "Inge Huybrechts", "to": "Kim Overvad"}, {"from": "Inge Huybrechts", "to": "Amanda J Cross"}, {"from": "Inge Huybrechts", "to": "Salvatore Panico"}, {"from": "Inge Huybrechts", "to": "Guri Skeie"}, {"from": "Inge Huybrechts", "to": "Anne Tj\u00f8nneland"}, {"from": "Inge Huybrechts", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Inge Huybrechts", "to": "Magritt Brustad"}, {"from": "Inge Huybrechts", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Inge Huybrechts", "to": "Valeria Pala"}, {"from": "Inge Huybrechts", "to": "Pilar Amiano"}, {"from": "Inge Huybrechts", "to": "Bas Bueno-de-Mesquita"}, {"from": "Inge Huybrechts", "to": "Heather Ward"}, {"from": "Inge Huybrechts", "to": "Marc J Gunter"}, {"from": "Inge Huybrechts", "to": "Verena Katzke"}, {"from": "Inge Huybrechts", "to": "Rosario Tumino"}, {"from": "Neil Murphy", "to": "Corinne Casagrande"}, {"from": "Neil Murphy", "to": "Eva Ardanaz"}, {"from": "Neil Murphy", "to": "Georgia Martimianaki"}, {"from": "Neil Murphy", "to": "Tobias Pischon"}, {"from": "Neil Murphy", "to": "Domenico Palli"}, {"from": "Neil Murphy", "to": "Elisabete Weiderpass"}, {"from": "Neil Murphy", "to": "Anna Karakatsani"}, {"from": "Neil Murphy", "to": "Bethany Van Guelpen"}, {"from": "Neil Murphy", "to": "Christina C Dahm"}, {"from": "Neil Murphy", "to": "Gianluca Severi"}, {"from": "Neil Murphy", "to": "Genevieve Nicolas"}, {"from": "Neil Murphy", "to": "Bodil Ohlsson"}, {"from": "Neil Murphy", "to": "Tilman K\u00fchn"}, {"from": "Neil Murphy", "to": "Anja Olsen"}, {"from": "Neil Murphy", "to": "Antonio Agudo"}, {"from": "Neil Murphy", "to": "Cristina Lasheras"}, {"from": "Neil Murphy", "to": "Aurora Perez-Cornago"}, {"from": "Neil Murphy", "to": "Anne May"}, {"from": "Neil Murphy", "to": "Sophie Hellstrand"}, {"from": "Neil Murphy", "to": "Antonia Trichopoulou"}, {"from": "Neil Murphy", "to": "Jeroen W G Derksen"}, {"from": "Neil Murphy", "to": "Elio Riboli"}, {"from": "Neil Murphy", "to": "Agn\u00e8s Fournier"}, {"from": "Neil Murphy", "to": "Veronique Chajes"}, {"from": "Neil Murphy", "to": "Veronika Fedirko"}, {"from": "Neil Murphy", "to": "Marie-Christine Boutron-Ruault"}, {"from": "Neil Murphy", "to": "Teresa Norat"}, {"from": "Neil Murphy", "to": "Maria Wennberg"}, {"from": "Neil Murphy", "to": "Alessio Naccarati"}, {"from": "Neil Murphy", "to": "Kim Overvad"}, {"from": "Neil Murphy", "to": "Amanda J Cross"}, {"from": "Neil Murphy", "to": "Salvatore Panico"}, {"from": "Neil Murphy", "to": "Guri Skeie"}, {"from": "Neil Murphy", "to": "Anne Tj\u00f8nneland"}, {"from": "Neil Murphy", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Neil Murphy", "to": "Magritt Brustad"}, {"from": "Neil Murphy", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Neil Murphy", "to": "Valeria Pala"}, {"from": "Neil Murphy", "to": "Pilar Amiano"}, {"from": "Neil Murphy", "to": "Bas Bueno-de-Mesquita"}, {"from": "Neil Murphy", "to": "Heather Ward"}, {"from": "Neil Murphy", "to": "Marc J Gunter"}, {"from": "Neil Murphy", "to": "Verena Katzke"}, {"from": "Neil Murphy", "to": "Rosario Tumino"}, {"from": "Corinne Casagrande", "to": "Eva Ardanaz"}, {"from": "Corinne Casagrande", "to": "Georgia Martimianaki"}, {"from": "Corinne Casagrande", "to": "Tobias Pischon"}, {"from": "Corinne Casagrande", "to": "Domenico Palli"}, {"from": "Corinne Casagrande", "to": "Elisabete Weiderpass"}, {"from": "Corinne Casagrande", "to": "Anna Karakatsani"}, {"from": "Corinne Casagrande", "to": "Bethany Van Guelpen"}, {"from": "Corinne Casagrande", "to": "Christina C Dahm"}, {"from": "Corinne Casagrande", "to": "Gianluca Severi"}, {"from": "Corinne Casagrande", "to": "Genevieve Nicolas"}, {"from": "Corinne Casagrande", "to": "Bodil Ohlsson"}, {"from": "Corinne Casagrande", "to": "Tilman K\u00fchn"}, {"from": "Corinne Casagrande", "to": "Anja Olsen"}, {"from": "Corinne Casagrande", "to": "Antonio Agudo"}, {"from": "Corinne Casagrande", "to": "Cristina Lasheras"}, {"from": "Corinne Casagrande", "to": "Aurora Perez-Cornago"}, {"from": "Corinne Casagrande", "to": "Anne May"}, {"from": "Corinne Casagrande", "to": "Sophie Hellstrand"}, {"from": "Corinne Casagrande", "to": "Antonia Trichopoulou"}, {"from": "Corinne Casagrande", "to": "Jeroen W G Derksen"}, {"from": "Corinne Casagrande", "to": "Elio Riboli"}, {"from": "Corinne Casagrande", "to": "Agn\u00e8s Fournier"}, {"from": "Corinne Casagrande", "to": "Veronique Chajes"}, {"from": "Corinne Casagrande", "to": "Veronika Fedirko"}, {"from": "Corinne Casagrande", "to": "Marie-Christine Boutron-Ruault"}, {"from": "Corinne Casagrande", "to": "Teresa Norat"}, {"from": "Corinne Casagrande", "to": "Maria Wennberg"}, {"from": "Corinne Casagrande", "to": "Alessio Naccarati"}, {"from": "Corinne Casagrande", "to": "Kim Overvad"}, {"from": "Corinne Casagrande", "to": "Amanda J Cross"}, {"from": "Corinne Casagrande", "to": "Salvatore Panico"}, {"from": "Corinne Casagrande", "to": "Guri Skeie"}, {"from": "Corinne Casagrande", "to": "Anne Tj\u00f8nneland"}, {"from": "Corinne Casagrande", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Corinne Casagrande", "to": "Magritt Brustad"}, {"from": "Corinne Casagrande", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Corinne Casagrande", "to": "Valeria Pala"}, {"from": "Corinne Casagrande", "to": "Pilar Amiano"}, {"from": "Corinne Casagrande", "to": "Bas Bueno-de-Mesquita"}, {"from": "Corinne Casagrande", "to": "Heather Ward"}, {"from": "Corinne Casagrande", "to": "Marc J Gunter"}, {"from": "Corinne Casagrande", "to": "Verena Katzke"}, {"from": "Corinne Casagrande", "to": "Rosario Tumino"}, {"from": "Genevieve Nicolas", "to": "Eva Ardanaz"}, {"from": "Genevieve Nicolas", "to": "Georgia Martimianaki"}, {"from": "Genevieve Nicolas", "to": "Tobias Pischon"}, {"from": "Genevieve Nicolas", "to": "Domenico Palli"}, {"from": "Genevieve Nicolas", "to": "Elisabete Weiderpass"}, {"from": "Genevieve Nicolas", "to": "Anna Karakatsani"}, {"from": "Genevieve Nicolas", "to": "Bethany Van Guelpen"}, {"from": "Genevieve Nicolas", "to": "Christina C Dahm"}, {"from": "Genevieve Nicolas", "to": "Gianluca Severi"}, {"from": "Genevieve Nicolas", "to": "Bodil Ohlsson"}, {"from": "Genevieve Nicolas", "to": "Tilman K\u00fchn"}, {"from": "Genevieve Nicolas", "to": "Anja Olsen"}, {"from": "Genevieve Nicolas", "to": "Antonio Agudo"}, {"from": "Genevieve Nicolas", "to": "Cristina Lasheras"}, {"from": "Genevieve Nicolas", "to": "Aurora Perez-Cornago"}, {"from": "Genevieve Nicolas", "to": "Anne May"}, {"from": "Genevieve Nicolas", "to": "Sophie Hellstrand"}, {"from": "Genevieve Nicolas", "to": "Antonia Trichopoulou"}, {"from": "Genevieve Nicolas", "to": "Jeroen W G Derksen"}, {"from": "Genevieve Nicolas", "to": "Elio Riboli"}, {"from": "Genevieve Nicolas", "to": "Agn\u00e8s Fournier"}, {"from": "Genevieve Nicolas", "to": "Veronique Chajes"}, {"from": "Genevieve Nicolas", "to": "Veronika Fedirko"}, {"from": "Genevieve Nicolas", "to": "Marie-Christine Boutron-Ruault"}, {"from": "Genevieve Nicolas", "to": "Teresa Norat"}, {"from": "Genevieve Nicolas", "to": "Maria Wennberg"}, {"from": "Genevieve Nicolas", "to": "Alessio Naccarati"}, {"from": "Genevieve Nicolas", "to": "Kim Overvad"}, {"from": "Genevieve Nicolas", "to": "Amanda J Cross"}, {"from": "Genevieve Nicolas", "to": "Salvatore Panico"}, {"from": "Genevieve Nicolas", "to": "Guri Skeie"}, {"from": "Genevieve Nicolas", "to": "Anne Tj\u00f8nneland"}, {"from": "Genevieve Nicolas", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Genevieve Nicolas", "to": "Magritt Brustad"}, {"from": "Genevieve Nicolas", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Genevieve Nicolas", "to": "Valeria Pala"}, {"from": "Genevieve Nicolas", "to": "Pilar Amiano"}, {"from": "Genevieve Nicolas", "to": "Bas Bueno-de-Mesquita"}, {"from": "Genevieve Nicolas", "to": "Heather Ward"}, {"from": "Genevieve Nicolas", "to": "Marc J Gunter"}, {"from": "Genevieve Nicolas", "to": "Verena Katzke"}, {"from": "Genevieve Nicolas", "to": "Rosario Tumino"}, {"from": "Tobias Pischon", "to": "Eva Ardanaz"}, {"from": "Tobias Pischon", "to": "Georgia Martimianaki"}, {"from": "Tobias Pischon", "to": "Domenico Palli"}, {"from": "Tobias Pischon", "to": "Elisabete Weiderpass"}, {"from": "Tobias Pischon", "to": "Anna Karakatsani"}, {"from": "Tobias Pischon", "to": "Bethany Van Guelpen"}, {"from": "Tobias Pischon", "to": "Christina C Dahm"}, {"from": "Tobias Pischon", "to": "Gianluca Severi"}, {"from": "Tobias Pischon", "to": "Bodil Ohlsson"}, {"from": "Tobias Pischon", "to": "Tilman K\u00fchn"}, {"from": "Tobias Pischon", "to": "Anja Olsen"}, {"from": "Tobias Pischon", "to": "Antonio Agudo"}, {"from": "Tobias Pischon", "to": "Cristina Lasheras"}, {"from": "Tobias Pischon", "to": "Aurora Perez-Cornago"}, {"from": "Tobias Pischon", "to": "Anne May"}, {"from": "Tobias Pischon", "to": "Sophie Hellstrand"}, {"from": "Tobias Pischon", "to": "Antonia Trichopoulou"}, {"from": "Tobias Pischon", "to": "Jeroen W G Derksen"}, {"from": "Tobias Pischon", "to": "Elio Riboli"}, {"from": "Tobias Pischon", "to": "Agn\u00e8s Fournier"}, {"from": "Tobias Pischon", "to": "Veronique Chajes"}, {"from": "Tobias Pischon", "to": "Veronika Fedirko"}, {"from": "Tobias Pischon", "to": "Marie-Christine Boutron-Ruault"}, {"from": "Tobias Pischon", "to": "Teresa Norat"}, {"from": "Tobias Pischon", "to": "Maria Wennberg"}, {"from": "Tobias Pischon", "to": "Alessio Naccarati"}, {"from": "Tobias Pischon", "to": "Kim Overvad"}, {"from": "Tobias Pischon", "to": "Amanda J Cross"}, {"from": "Tobias Pischon", "to": "Salvatore Panico"}, {"from": "Tobias Pischon", "to": "Guri Skeie"}, {"from": "Tobias Pischon", "to": "Anne Tj\u00f8nneland"}, {"from": "Tobias Pischon", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Tobias Pischon", "to": "Magritt Brustad"}, {"from": "Tobias Pischon", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Tobias Pischon", "to": "Valeria Pala"}, {"from": "Tobias Pischon", "to": "Pilar Amiano"}, {"from": "Tobias Pischon", "to": "Bas Bueno-de-Mesquita"}, {"from": "Tobias Pischon", "to": "Heather Ward"}, {"from": "Tobias Pischon", "to": "Marc J Gunter"}, {"from": "Tobias Pischon", "to": "Verena Katzke"}, {"from": "Tobias Pischon", "to": "Rosario Tumino"}, {"from": "Veronika Fedirko", "to": "Eva Ardanaz"}, {"from": "Veronika Fedirko", "to": "Georgia Martimianaki"}, {"from": "Veronika Fedirko", "to": "Domenico Palli"}, {"from": "Veronika Fedirko", "to": "Elisabete Weiderpass"}, {"from": "Veronika Fedirko", "to": "Anna Karakatsani"}, {"from": "Veronika Fedirko", "to": "Bethany Van Guelpen"}, {"from": "Veronika Fedirko", "to": "Christina C Dahm"}, {"from": "Veronika Fedirko", "to": "Gianluca Severi"}, {"from": "Veronika Fedirko", "to": "Bodil Ohlsson"}, {"from": "Veronika Fedirko", "to": "Tilman K\u00fchn"}, {"from": "Veronika Fedirko", "to": "Anja Olsen"}, {"from": "Veronika Fedirko", "to": "Antonio Agudo"}, {"from": "Veronika Fedirko", "to": "Cristina Lasheras"}, {"from": "Veronika Fedirko", "to": "Aurora Perez-Cornago"}, {"from": "Veronika Fedirko", "to": "Anne May"}, {"from": "Veronika Fedirko", "to": "Sophie Hellstrand"}, {"from": "Veronika Fedirko", "to": "Antonia Trichopoulou"}, {"from": "Veronika Fedirko", "to": "Jeroen W G Derksen"}, {"from": "Veronika Fedirko", "to": "Elio Riboli"}, {"from": "Veronika Fedirko", "to": "Agn\u00e8s Fournier"}, {"from": "Veronika Fedirko", "to": "Veronique Chajes"}, {"from": "Veronika Fedirko", "to": "Marie-Christine Boutron-Ruault"}, {"from": "Veronika Fedirko", "to": "Teresa Norat"}, {"from": "Veronika Fedirko", "to": "Maria Wennberg"}, {"from": "Veronika Fedirko", "to": "Alessio Naccarati"}, {"from": "Veronika Fedirko", "to": "Kim Overvad"}, {"from": "Veronika Fedirko", "to": "Amanda J Cross"}, {"from": "Veronika Fedirko", "to": "Salvatore Panico"}, {"from": "Veronika Fedirko", "to": "Guri Skeie"}, {"from": "Veronika Fedirko", "to": "Anne Tj\u00f8nneland"}, {"from": "Veronika Fedirko", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Veronika Fedirko", "to": "Magritt Brustad"}, {"from": "Veronika Fedirko", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Veronika Fedirko", "to": "Valeria Pala"}, {"from": "Veronika Fedirko", "to": "Pilar Amiano"}, {"from": "Veronika Fedirko", "to": "Bas Bueno-de-Mesquita"}, {"from": "Veronika Fedirko", "to": "Heather Ward"}, {"from": "Veronika Fedirko", "to": "Marc J Gunter"}, {"from": "Veronika Fedirko", "to": "Verena Katzke"}, {"from": "Veronika Fedirko", "to": "Rosario Tumino"}, {"from": "Gianluca Severi", "to": "Eva Ardanaz"}, {"from": "Gianluca Severi", "to": "Georgia Martimianaki"}, {"from": "Gianluca Severi", "to": "Domenico Palli"}, {"from": "Gianluca Severi", "to": "Elisabete Weiderpass"}, {"from": "Gianluca Severi", "to": "Anna Karakatsani"}, {"from": "Gianluca Severi", "to": "Bethany Van Guelpen"}, {"from": "Gianluca Severi", "to": "Christina C Dahm"}, {"from": "Gianluca Severi", "to": "Bodil Ohlsson"}, {"from": "Gianluca Severi", "to": "Tilman K\u00fchn"}, {"from": "Gianluca Severi", "to": "Anja Olsen"}, {"from": "Gianluca Severi", "to": "Antonio Agudo"}, {"from": "Gianluca Severi", "to": "Cristina Lasheras"}, {"from": "Gianluca Severi", "to": "Aurora Perez-Cornago"}, {"from": "Gianluca Severi", "to": "Anne May"}, {"from": "Gianluca Severi", "to": "Sophie Hellstrand"}, {"from": "Gianluca Severi", "to": "Antonia Trichopoulou"}, {"from": "Gianluca Severi", "to": "Jeroen W G Derksen"}, {"from": "Gianluca Severi", "to": "Elio Riboli"}, {"from": "Gianluca Severi", "to": "Agn\u00e8s Fournier"}, {"from": "Gianluca Severi", "to": "Veronique Chajes"}, {"from": "Gianluca Severi", "to": "Marie-Christine Boutron-Ruault"}, {"from": "Gianluca Severi", "to": "Teresa Norat"}, {"from": "Gianluca Severi", "to": "Maria Wennberg"}, {"from": "Gianluca Severi", "to": "Alessio Naccarati"}, {"from": "Gianluca Severi", "to": "Kim Overvad"}, {"from": "Gianluca Severi", "to": "Amanda J Cross"}, {"from": "Gianluca Severi", "to": "Salvatore Panico"}, {"from": "Gianluca Severi", "to": "Guri Skeie"}, {"from": "Gianluca Severi", "to": "Anne Tj\u00f8nneland"}, {"from": "Gianluca Severi", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Gianluca Severi", "to": "Magritt Brustad"}, {"from": "Gianluca Severi", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Gianluca Severi", "to": "Valeria Pala"}, {"from": "Gianluca Severi", "to": "Pilar Amiano"}, {"from": "Gianluca Severi", "to": "Bas Bueno-de-Mesquita"}, {"from": "Gianluca Severi", "to": "Heather Ward"}, {"from": "Gianluca Severi", "to": "Marc J Gunter"}, {"from": "Gianluca Severi", "to": "Verena Katzke"}, {"from": "Gianluca Severi", "to": "Rosario Tumino"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Eva Ardanaz"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Georgia Martimianaki"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Domenico Palli"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Elisabete Weiderpass"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Anna Karakatsani"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Bethany Van Guelpen"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Christina C Dahm"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Bodil Ohlsson"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Tilman K\u00fchn"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Anja Olsen"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Antonio Agudo"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Cristina Lasheras"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Aurora Perez-Cornago"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Anne May"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Sophie Hellstrand"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Antonia Trichopoulou"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Jeroen W G Derksen"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Elio Riboli"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Agn\u00e8s Fournier"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Veronique Chajes"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Teresa Norat"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Maria Wennberg"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Alessio Naccarati"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Kim Overvad"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Amanda J Cross"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Salvatore Panico"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Guri Skeie"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Anne Tj\u00f8nneland"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Magritt Brustad"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Valeria Pala"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Pilar Amiano"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Bas Bueno-de-Mesquita"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Heather Ward"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Marc J Gunter"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Verena Katzke"}, {"from": "Marie-Christine Boutron-Ruault", "to": "Rosario Tumino"}, {"from": "Agn\u00e8s Fournier", "to": "Eva Ardanaz"}, {"from": "Agn\u00e8s Fournier", "to": "Georgia Martimianaki"}, {"from": "Agn\u00e8s Fournier", "to": "Domenico Palli"}, {"from": "Agn\u00e8s Fournier", "to": "Elisabete Weiderpass"}, {"from": "Agn\u00e8s Fournier", "to": "Anna Karakatsani"}, {"from": "Agn\u00e8s Fournier", "to": "Bethany Van Guelpen"}, {"from": "Agn\u00e8s Fournier", "to": "Christina C Dahm"}, {"from": "Agn\u00e8s Fournier", "to": "Bodil Ohlsson"}, {"from": "Agn\u00e8s Fournier", "to": "Tilman K\u00fchn"}, {"from": "Agn\u00e8s Fournier", "to": "Anja Olsen"}, {"from": "Agn\u00e8s Fournier", "to": "Antonio Agudo"}, {"from": "Agn\u00e8s Fournier", "to": "Cristina Lasheras"}, {"from": "Agn\u00e8s Fournier", "to": "Aurora Perez-Cornago"}, {"from": "Agn\u00e8s Fournier", "to": "Anne May"}, {"from": "Agn\u00e8s Fournier", "to": "Sophie Hellstrand"}, {"from": "Agn\u00e8s Fournier", "to": "Antonia Trichopoulou"}, {"from": "Agn\u00e8s Fournier", "to": "Jeroen W G Derksen"}, {"from": "Agn\u00e8s Fournier", "to": "Elio Riboli"}, {"from": "Agn\u00e8s Fournier", "to": "Veronique Chajes"}, {"from": "Agn\u00e8s Fournier", "to": "Teresa Norat"}, {"from": "Agn\u00e8s Fournier", "to": "Maria Wennberg"}, {"from": "Agn\u00e8s Fournier", "to": "Alessio Naccarati"}, {"from": "Agn\u00e8s Fournier", "to": "Kim Overvad"}, {"from": "Agn\u00e8s Fournier", "to": "Amanda J Cross"}, {"from": "Agn\u00e8s Fournier", "to": "Salvatore Panico"}, {"from": "Agn\u00e8s Fournier", "to": "Guri Skeie"}, {"from": "Agn\u00e8s Fournier", "to": "Anne Tj\u00f8nneland"}, {"from": "Agn\u00e8s Fournier", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Agn\u00e8s Fournier", "to": "Magritt Brustad"}, {"from": "Agn\u00e8s Fournier", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Agn\u00e8s Fournier", "to": "Valeria Pala"}, {"from": "Agn\u00e8s Fournier", "to": "Pilar Amiano"}, {"from": "Agn\u00e8s Fournier", "to": "Bas Bueno-de-Mesquita"}, {"from": "Agn\u00e8s Fournier", "to": "Heather Ward"}, {"from": "Agn\u00e8s Fournier", "to": "Marc J Gunter"}, {"from": "Agn\u00e8s Fournier", "to": "Verena Katzke"}, {"from": "Agn\u00e8s Fournier", "to": "Rosario Tumino"}, {"from": "Verena Katzke", "to": "Eva Ardanaz"}, {"from": "Verena Katzke", "to": "Georgia Martimianaki"}, {"from": "Verena Katzke", "to": "Domenico Palli"}, {"from": "Verena Katzke", "to": "Elisabete Weiderpass"}, {"from": "Verena Katzke", "to": "Anna Karakatsani"}, {"from": "Verena Katzke", "to": "Bethany Van Guelpen"}, {"from": "Verena Katzke", "to": "Christina C Dahm"}, {"from": "Verena Katzke", "to": "Bodil Ohlsson"}, {"from": "Verena Katzke", "to": "Tilman K\u00fchn"}, {"from": "Verena Katzke", "to": "Anja Olsen"}, {"from": "Verena Katzke", "to": "Antonio Agudo"}, {"from": "Verena Katzke", "to": "Cristina Lasheras"}, {"from": "Verena Katzke", "to": "Aurora Perez-Cornago"}, {"from": "Verena Katzke", "to": "Anne May"}, {"from": "Verena Katzke", "to": "Sophie Hellstrand"}, {"from": "Verena Katzke", "to": "Antonia Trichopoulou"}, {"from": "Verena Katzke", "to": "Jeroen W G Derksen"}, {"from": "Verena Katzke", "to": "Elio Riboli"}, {"from": "Verena Katzke", "to": "Veronique Chajes"}, {"from": "Verena Katzke", "to": "Teresa Norat"}, {"from": "Verena Katzke", "to": "Maria Wennberg"}, {"from": "Verena Katzke", "to": "Alessio Naccarati"}, {"from": "Verena Katzke", "to": "Kim Overvad"}, {"from": "Verena Katzke", "to": "Amanda J Cross"}, {"from": "Verena Katzke", "to": "Salvatore Panico"}, {"from": "Verena Katzke", "to": "Guri Skeie"}, {"from": "Verena Katzke", "to": "Anne Tj\u00f8nneland"}, {"from": "Verena Katzke", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Verena Katzke", "to": "Magritt Brustad"}, {"from": "Verena Katzke", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Verena Katzke", "to": "Valeria Pala"}, {"from": "Verena Katzke", "to": "Pilar Amiano"}, {"from": "Verena Katzke", "to": "Bas Bueno-de-Mesquita"}, {"from": "Verena Katzke", "to": "Heather Ward"}, {"from": "Verena Katzke", "to": "Marc J Gunter"}, {"from": "Verena Katzke", "to": "Rosario Tumino"}, {"from": "Tilman K\u00fchn", "to": "Eva Ardanaz"}, {"from": "Tilman K\u00fchn", "to": "Georgia Martimianaki"}, {"from": "Tilman K\u00fchn", "to": "Domenico Palli"}, {"from": "Tilman K\u00fchn", "to": "Elisabete Weiderpass"}, {"from": "Tilman K\u00fchn", "to": "Anna Karakatsani"}, {"from": "Tilman K\u00fchn", "to": "Bethany Van Guelpen"}, {"from": "Tilman K\u00fchn", "to": "Christina C Dahm"}, {"from": "Tilman K\u00fchn", "to": "Bodil Ohlsson"}, {"from": "Tilman K\u00fchn", "to": "Anne May"}, {"from": "Tilman K\u00fchn", "to": "Anja Olsen"}, {"from": "Tilman K\u00fchn", "to": "Antonio Agudo"}, {"from": "Tilman K\u00fchn", "to": "Cristina Lasheras"}, {"from": "Tilman K\u00fchn", "to": "Aurora Perez-Cornago"}, {"from": "Tilman K\u00fchn", "to": "Sophie Hellstrand"}, {"from": "Tilman K\u00fchn", "to": "Antonia Trichopoulou"}, {"from": "Tilman K\u00fchn", "to": "Jeroen W G Derksen"}, {"from": "Tilman K\u00fchn", "to": "Elio Riboli"}, {"from": "Tilman K\u00fchn", "to": "Veronique Chajes"}, {"from": "Tilman K\u00fchn", "to": "Teresa Norat"}, {"from": "Tilman K\u00fchn", "to": "Maria Wennberg"}, {"from": "Tilman K\u00fchn", "to": "Alessio Naccarati"}, {"from": "Tilman K\u00fchn", "to": "Kim Overvad"}, {"from": "Tilman K\u00fchn", "to": "Amanda J Cross"}, {"from": "Tilman K\u00fchn", "to": "Salvatore Panico"}, {"from": "Tilman K\u00fchn", "to": "Guri Skeie"}, {"from": "Tilman K\u00fchn", "to": "Anne Tj\u00f8nneland"}, {"from": "Tilman K\u00fchn", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Tilman K\u00fchn", "to": "Magritt Brustad"}, {"from": "Tilman K\u00fchn", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Tilman K\u00fchn", "to": "Valeria Pala"}, {"from": "Tilman K\u00fchn", "to": "Pilar Amiano"}, {"from": "Tilman K\u00fchn", "to": "Bas Bueno-de-Mesquita"}, {"from": "Tilman K\u00fchn", "to": "Heather Ward"}, {"from": "Tilman K\u00fchn", "to": "Marc J Gunter"}, {"from": "Tilman K\u00fchn", "to": "Rosario Tumino"}, {"from": "Anja Olsen", "to": "Eva Ardanaz"}, {"from": "Anja Olsen", "to": "Georgia Martimianaki"}, {"from": "Anja Olsen", "to": "Domenico Palli"}, {"from": "Anja Olsen", "to": "Elisabete Weiderpass"}, {"from": "Anja Olsen", "to": "Anna Karakatsani"}, {"from": "Anja Olsen", "to": "Bethany Van Guelpen"}, {"from": "Anja Olsen", "to": "Christina C Dahm"}, {"from": "Anja Olsen", "to": "Bodil Ohlsson"}, {"from": "Anja Olsen", "to": "Anne May"}, {"from": "Anja Olsen", "to": "Antonio Agudo"}, {"from": "Anja Olsen", "to": "Cristina Lasheras"}, {"from": "Anja Olsen", "to": "Aurora Perez-Cornago"}, {"from": "Anja Olsen", "to": "Sophie Hellstrand"}, {"from": "Anja Olsen", "to": "Antonia Trichopoulou"}, {"from": "Anja Olsen", "to": "Jeroen W G Derksen"}, {"from": "Anja Olsen", "to": "Elio Riboli"}, {"from": "Anja Olsen", "to": "Veronique Chajes"}, {"from": "Anja Olsen", "to": "Teresa Norat"}, {"from": "Anja Olsen", "to": "Maria Wennberg"}, {"from": "Anja Olsen", "to": "Alessio Naccarati"}, {"from": "Anja Olsen", "to": "Kim Overvad"}, {"from": "Anja Olsen", "to": "Amanda J Cross"}, {"from": "Anja Olsen", "to": "Salvatore Panico"}, {"from": "Anja Olsen", "to": "Guri Skeie"}, {"from": "Anja Olsen", "to": "Anne Tj\u00f8nneland"}, {"from": "Anja Olsen", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Anja Olsen", "to": "Magritt Brustad"}, {"from": "Anja Olsen", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Anja Olsen", "to": "Valeria Pala"}, {"from": "Anja Olsen", "to": "Pilar Amiano"}, {"from": "Anja Olsen", "to": "Bas Bueno-de-Mesquita"}, {"from": "Anja Olsen", "to": "Heather Ward"}, {"from": "Anja Olsen", "to": "Marc J Gunter"}, {"from": "Anja Olsen", "to": "Rosario Tumino"}, {"from": "Anne Tj\u00f8nneland", "to": "Eva Ardanaz"}, {"from": "Anne Tj\u00f8nneland", "to": "Georgia Martimianaki"}, {"from": "Anne Tj\u00f8nneland", "to": "Domenico Palli"}, {"from": "Anne Tj\u00f8nneland", "to": "Elisabete Weiderpass"}, {"from": "Anne Tj\u00f8nneland", "to": "Anna Karakatsani"}, {"from": "Anne Tj\u00f8nneland", "to": "Bethany Van Guelpen"}, {"from": "Anne Tj\u00f8nneland", "to": "Christina C Dahm"}, {"from": "Anne Tj\u00f8nneland", "to": "Bodil Ohlsson"}, {"from": "Anne Tj\u00f8nneland", "to": "Antonio Agudo"}, {"from": "Anne Tj\u00f8nneland", "to": "Cristina Lasheras"}, {"from": "Anne Tj\u00f8nneland", "to": "Aurora Perez-Cornago"}, {"from": "Anne Tj\u00f8nneland", "to": "Anne May"}, {"from": "Anne Tj\u00f8nneland", "to": "Sophie Hellstrand"}, {"from": "Anne Tj\u00f8nneland", "to": "Antonia Trichopoulou"}, {"from": "Anne Tj\u00f8nneland", "to": "Jeroen W G Derksen"}, {"from": "Anne Tj\u00f8nneland", "to": "Elio Riboli"}, {"from": "Anne Tj\u00f8nneland", "to": "Veronique Chajes"}, {"from": "Anne Tj\u00f8nneland", "to": "Teresa Norat"}, {"from": "Anne Tj\u00f8nneland", "to": "Maria Wennberg"}, {"from": "Anne Tj\u00f8nneland", "to": "Alessio Naccarati"}, {"from": "Anne Tj\u00f8nneland", "to": "Kim Overvad"}, {"from": "Anne Tj\u00f8nneland", "to": "Amanda J Cross"}, {"from": "Anne Tj\u00f8nneland", "to": "Salvatore Panico"}, {"from": "Anne Tj\u00f8nneland", "to": "Guri Skeie"}, {"from": "Anne Tj\u00f8nneland", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Anne Tj\u00f8nneland", "to": "Magritt Brustad"}, {"from": "Anne Tj\u00f8nneland", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Anne Tj\u00f8nneland", "to": "Valeria Pala"}, {"from": "Anne Tj\u00f8nneland", "to": "Pilar Amiano"}, {"from": "Anne Tj\u00f8nneland", "to": "Bas Bueno-de-Mesquita"}, {"from": "Anne Tj\u00f8nneland", "to": "Heather Ward"}, {"from": "Anne Tj\u00f8nneland", "to": "Marc J Gunter"}, {"from": "Anne Tj\u00f8nneland", "to": "Rosario Tumino"}, {"from": "Christina C Dahm", "to": "Eva Ardanaz"}, {"from": "Christina C Dahm", "to": "Georgia Martimianaki"}, {"from": "Christina C Dahm", "to": "Domenico Palli"}, {"from": "Christina C Dahm", "to": "Elisabete Weiderpass"}, {"from": "Christina C Dahm", "to": "Anna Karakatsani"}, {"from": "Christina C Dahm", "to": "Bethany Van Guelpen"}, {"from": "Christina C Dahm", "to": "Bodil Ohlsson"}, {"from": "Christina C Dahm", "to": "Antonio Agudo"}, {"from": "Christina C Dahm", "to": "Cristina Lasheras"}, {"from": "Christina C Dahm", "to": "Aurora Perez-Cornago"}, {"from": "Christina C Dahm", "to": "Anne May"}, {"from": "Christina C Dahm", "to": "Sophie Hellstrand"}, {"from": "Christina C Dahm", "to": "Antonia Trichopoulou"}, {"from": "Christina C Dahm", "to": "Jeroen W G Derksen"}, {"from": "Christina C Dahm", "to": "Elio Riboli"}, {"from": "Christina C Dahm", "to": "Veronique Chajes"}, {"from": "Christina C Dahm", "to": "Teresa Norat"}, {"from": "Christina C Dahm", "to": "Maria Wennberg"}, {"from": "Christina C Dahm", "to": "Alessio Naccarati"}, {"from": "Christina C Dahm", "to": "Kim Overvad"}, {"from": "Christina C Dahm", "to": "Amanda J Cross"}, {"from": "Christina C Dahm", "to": "Salvatore Panico"}, {"from": "Christina C Dahm", "to": "Guri Skeie"}, {"from": "Christina C Dahm", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Christina C Dahm", "to": "Magritt Brustad"}, {"from": "Christina C Dahm", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Christina C Dahm", "to": "Valeria Pala"}, {"from": "Christina C Dahm", "to": "Pilar Amiano"}, {"from": "Christina C Dahm", "to": "Bas Bueno-de-Mesquita"}, {"from": "Christina C Dahm", "to": "Heather Ward"}, {"from": "Christina C Dahm", "to": "Marc J Gunter"}, {"from": "Christina C Dahm", "to": "Rosario Tumino"}, {"from": "Kim Overvad", "to": "Eva Ardanaz"}, {"from": "Kim Overvad", "to": "Georgia Martimianaki"}, {"from": "Kim Overvad", "to": "Domenico Palli"}, {"from": "Kim Overvad", "to": "Elisabete Weiderpass"}, {"from": "Kim Overvad", "to": "Anna Karakatsani"}, {"from": "Kim Overvad", "to": "Bethany Van Guelpen"}, {"from": "Kim Overvad", "to": "Bodil Ohlsson"}, {"from": "Kim Overvad", "to": "Antonio Agudo"}, {"from": "Kim Overvad", "to": "Cristina Lasheras"}, {"from": "Kim Overvad", "to": "Aurora Perez-Cornago"}, {"from": "Kim Overvad", "to": "Anne May"}, {"from": "Kim Overvad", "to": "Sophie Hellstrand"}, {"from": "Kim Overvad", "to": "Antonia Trichopoulou"}, {"from": "Kim Overvad", "to": "Jeroen W G Derksen"}, {"from": "Kim Overvad", "to": "Elio Riboli"}, {"from": "Kim Overvad", "to": "Veronique Chajes"}, {"from": "Kim Overvad", "to": "Teresa Norat"}, {"from": "Kim Overvad", "to": "Maria Wennberg"}, {"from": "Kim Overvad", "to": "Alessio Naccarati"}, {"from": "Kim Overvad", "to": "Amanda J Cross"}, {"from": "Kim Overvad", "to": "Salvatore Panico"}, {"from": "Kim Overvad", "to": "Guri Skeie"}, {"from": "Kim Overvad", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Kim Overvad", "to": "Magritt Brustad"}, {"from": "Kim Overvad", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Kim Overvad", "to": "Valeria Pala"}, {"from": "Kim Overvad", "to": "Pilar Amiano"}, {"from": "Kim Overvad", "to": "Bas Bueno-de-Mesquita"}, {"from": "Kim Overvad", "to": "Heather Ward"}, {"from": "Kim Overvad", "to": "Marc J Gunter"}, {"from": "Kim Overvad", "to": "Rosario Tumino"}, {"from": "Cristina Lasheras", "to": "Eva Ardanaz"}, {"from": "Cristina Lasheras", "to": "Georgia Martimianaki"}, {"from": "Cristina Lasheras", "to": "Domenico Palli"}, {"from": "Cristina Lasheras", "to": "Elisabete Weiderpass"}, {"from": "Cristina Lasheras", "to": "Anna Karakatsani"}, {"from": "Cristina Lasheras", "to": "Bethany Van Guelpen"}, {"from": "Cristina Lasheras", "to": "Bodil Ohlsson"}, {"from": "Cristina Lasheras", "to": "Antonio Agudo"}, {"from": "Cristina Lasheras", "to": "Aurora Perez-Cornago"}, {"from": "Cristina Lasheras", "to": "Anne May"}, {"from": "Cristina Lasheras", "to": "Sophie Hellstrand"}, {"from": "Cristina Lasheras", "to": "Antonia Trichopoulou"}, {"from": "Cristina Lasheras", "to": "Jeroen W G Derksen"}, {"from": "Cristina Lasheras", "to": "Elio Riboli"}, {"from": "Cristina Lasheras", "to": "Veronique Chajes"}, {"from": "Cristina Lasheras", "to": "Teresa Norat"}, {"from": "Cristina Lasheras", "to": "Maria Wennberg"}, {"from": "Cristina Lasheras", "to": "Alessio Naccarati"}, {"from": "Cristina Lasheras", "to": "Amanda J Cross"}, {"from": "Cristina Lasheras", "to": "Salvatore Panico"}, {"from": "Cristina Lasheras", "to": "Guri Skeie"}, {"from": "Cristina Lasheras", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Cristina Lasheras", "to": "Magritt Brustad"}, {"from": "Cristina Lasheras", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Cristina Lasheras", "to": "Valeria Pala"}, {"from": "Cristina Lasheras", "to": "Pilar Amiano"}, {"from": "Cristina Lasheras", "to": "Bas Bueno-de-Mesquita"}, {"from": "Cristina Lasheras", "to": "Heather Ward"}, {"from": "Cristina Lasheras", "to": "Marc J Gunter"}, {"from": "Cristina Lasheras", "to": "Rosario Tumino"}, {"from": "Antonio Agudo", "to": "Eva Ardanaz"}, {"from": "Antonio Agudo", "to": "Georgia Martimianaki"}, {"from": "Antonio Agudo", "to": "Domenico Palli"}, {"from": "Antonio Agudo", "to": "Elisabete Weiderpass"}, {"from": "Antonio Agudo", "to": "Anna Karakatsani"}, {"from": "Antonio Agudo", "to": "Bethany Van Guelpen"}, {"from": "Antonio Agudo", "to": "Bodil Ohlsson"}, {"from": "Antonio Agudo", "to": "Aurora Perez-Cornago"}, {"from": "Antonio Agudo", "to": "Anne May"}, {"from": "Antonio Agudo", "to": "Sophie Hellstrand"}, {"from": "Antonio Agudo", "to": "Antonia Trichopoulou"}, {"from": "Antonio Agudo", "to": "Jeroen W G Derksen"}, {"from": "Antonio Agudo", "to": "Elio Riboli"}, {"from": "Antonio Agudo", "to": "Veronique Chajes"}, {"from": "Antonio Agudo", "to": "Teresa Norat"}, {"from": "Antonio Agudo", "to": "Maria Wennberg"}, {"from": "Antonio Agudo", "to": "Alessio Naccarati"}, {"from": "Antonio Agudo", "to": "Amanda J Cross"}, {"from": "Antonio Agudo", "to": "Salvatore Panico"}, {"from": "Antonio Agudo", "to": "Guri Skeie"}, {"from": "Antonio Agudo", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Antonio Agudo", "to": "Magritt Brustad"}, {"from": "Antonio Agudo", "to": "Maria-Jose S\u00e1nchez"}, {"from": "Antonio Agudo", "to": "Valeria Pala"}, {"from": "Antonio Agudo", "to": "Pilar Amiano"}, {"from": "Antonio Agudo", "to": "Bas Bueno-de-Mesquita"}, {"from": "Antonio Agudo", "to": "Heather Ward"}, {"from": "Antonio Agudo", "to": "Marc J Gunter"}, {"from": "Antonio Agudo", "to": "Rosario Tumino"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Eva Ardanaz"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Georgia Martimianaki"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Domenico Palli"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Elisabete Weiderpass"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Anna Karakatsani"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Bethany Van Guelpen"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Bodil Ohlsson"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Aurora Perez-Cornago"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Anne May"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Sophie Hellstrand"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Antonia Trichopoulou"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Jeroen W G Derksen"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Elio Riboli"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Veronique Chajes"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Teresa Norat"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Maria Wennberg"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Alessio Naccarati"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Amanda J Cross"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Salvatore Panico"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Guri Skeie"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Magritt Brustad"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Valeria Pala"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Pilar Amiano"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Bas Bueno-de-Mesquita"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Heather Ward"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Marc J Gunter"}, {"from": "Maria-Jose S\u00e1nchez", "to": "Rosario Tumino"}, {"from": "Pilar Amiano", "to": "Eva Ardanaz"}, {"from": "Pilar Amiano", "to": "Georgia Martimianaki"}, {"from": "Pilar Amiano", "to": "Domenico Palli"}, {"from": "Pilar Amiano", "to": "Elisabete Weiderpass"}, {"from": "Pilar Amiano", "to": "Anna Karakatsani"}, {"from": "Pilar Amiano", "to": "Bethany Van Guelpen"}, {"from": "Pilar Amiano", "to": "Bodil Ohlsson"}, {"from": "Pilar Amiano", "to": "Aurora Perez-Cornago"}, {"from": "Pilar Amiano", "to": "Anne May"}, {"from": "Pilar Amiano", "to": "Sophie Hellstrand"}, {"from": "Pilar Amiano", "to": "Antonia Trichopoulou"}, {"from": "Pilar Amiano", "to": "Jeroen W G Derksen"}, {"from": "Pilar Amiano", "to": "Elio Riboli"}, {"from": "Pilar Amiano", "to": "Veronique Chajes"}, {"from": "Pilar Amiano", "to": "Teresa Norat"}, {"from": "Pilar Amiano", "to": "Maria Wennberg"}, {"from": "Pilar Amiano", "to": "Alessio Naccarati"}, {"from": "Pilar Amiano", "to": "Amanda J Cross"}, {"from": "Pilar Amiano", "to": "Salvatore Panico"}, {"from": "Pilar Amiano", "to": "Guri Skeie"}, {"from": "Pilar Amiano", "to": "Jos\u00e9 Maria Huerta"}, {"from": "Pilar Amiano", "to": "Magritt Brustad"}, {"from": "Pilar Amiano", "to": "Valeria Pala"}, {"from": "Pilar Amiano", "to": "Bas Bueno-de-Mesquita"}, {"from": "Pilar Amiano", "to": "Heather Ward"}, {"from": "Pilar Amiano", "to": "Marc J Gunter"}, {"from": "Pilar Amiano", "to": "Rosario Tumino"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Eva Ardanaz"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Georgia Martimianaki"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Domenico Palli"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Elisabete Weiderpass"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Anna Karakatsani"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Bethany Van Guelpen"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Bodil Ohlsson"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Aurora Perez-Cornago"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Anne May"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Sophie Hellstrand"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Antonia Trichopoulou"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Jeroen W G Derksen"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Elio Riboli"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Veronique Chajes"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Teresa Norat"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Maria Wennberg"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Alessio Naccarati"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Amanda J Cross"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Salvatore Panico"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Guri Skeie"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Magritt Brustad"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Valeria Pala"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Bas Bueno-de-Mesquita"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Heather Ward"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Marc J Gunter"}, {"from": "Jos\u00e9 Maria Huerta", "to": "Rosario Tumino"}, {"from": "Eva Ardanaz", "to": "Georgia Martimianaki"}, {"from": "Eva Ardanaz", "to": "Domenico Palli"}, {"from": "Eva Ardanaz", "to": "Elisabete Weiderpass"}, {"from": "Eva Ardanaz", "to": "Anna Karakatsani"}, {"from": "Eva Ardanaz", "to": "Bethany Van Guelpen"}, {"from": "Eva Ardanaz", "to": "Bodil Ohlsson"}, {"from": "Eva Ardanaz", "to": "Aurora Perez-Cornago"}, {"from": "Eva Ardanaz", "to": "Anne May"}, {"from": "Eva Ardanaz", "to": "Sophie Hellstrand"}, {"from": "Eva Ardanaz", "to": "Antonia Trichopoulou"}, {"from": "Eva Ardanaz", "to": "Jeroen W G Derksen"}, {"from": "Eva Ardanaz", "to": "Elio Riboli"}, {"from": "Eva Ardanaz", "to": "Veronique Chajes"}, {"from": "Eva Ardanaz", "to": "Teresa Norat"}, {"from": "Eva Ardanaz", "to": "Maria Wennberg"}, {"from": "Eva Ardanaz", "to": "Alessio Naccarati"}, {"from": "Eva Ardanaz", "to": "Amanda J Cross"}, {"from": "Eva Ardanaz", "to": "Salvatore Panico"}, {"from": "Eva Ardanaz", "to": "Guri Skeie"}, {"from": "Eva Ardanaz", "to": "Magritt Brustad"}, {"from": "Eva Ardanaz", "to": "Valeria Pala"}, {"from": "Eva Ardanaz", "to": "Bas Bueno-de-Mesquita"}, {"from": "Eva Ardanaz", "to": "Heather Ward"}, {"from": "Eva Ardanaz", "to": "Marc J Gunter"}, {"from": "Eva Ardanaz", "to": "Rosario Tumino"}, {"from": "Aurora Perez-Cornago", "to": "Georgia Martimianaki"}, {"from": "Aurora Perez-Cornago", "to": "Domenico Palli"}, {"from": "Aurora Perez-Cornago", "to": "Elisabete Weiderpass"}, {"from": "Aurora Perez-Cornago", "to": "Anna Karakatsani"}, {"from": "Aurora Perez-Cornago", "to": "Bethany Van Guelpen"}, {"from": "Aurora Perez-Cornago", "to": "Bodil Ohlsson"}, {"from": "Aurora Perez-Cornago", "to": "Anne May"}, {"from": "Aurora Perez-Cornago", "to": "Sophie Hellstrand"}, {"from": "Aurora Perez-Cornago", "to": "Antonia Trichopoulou"}, {"from": "Aurora Perez-Cornago", "to": "Jeroen W G Derksen"}, {"from": "Aurora Perez-Cornago", "to": "Elio Riboli"}, {"from": "Aurora Perez-Cornago", "to": "Veronique Chajes"}, {"from": "Aurora Perez-Cornago", "to": "Teresa Norat"}, {"from": "Aurora Perez-Cornago", "to": "Maria Wennberg"}, {"from": "Aurora Perez-Cornago", "to": "Alessio Naccarati"}, {"from": "Aurora Perez-Cornago", "to": "Amanda J Cross"}, {"from": "Aurora Perez-Cornago", "to": "Salvatore Panico"}, {"from": "Aurora Perez-Cornago", "to": "Guri Skeie"}, {"from": "Aurora Perez-Cornago", "to": "Magritt Brustad"}, {"from": "Aurora Perez-Cornago", "to": "Valeria Pala"}, {"from": "Aurora Perez-Cornago", "to": "Bas Bueno-de-Mesquita"}, {"from": "Aurora Perez-Cornago", "to": "Heather Ward"}, {"from": "Aurora Perez-Cornago", "to": "Marc J Gunter"}, {"from": "Aurora Perez-Cornago", "to": "Rosario Tumino"}, {"from": "Antonia Trichopoulou", "to": "Georgia Martimianaki"}, {"from": "Antonia Trichopoulou", "to": "Domenico Palli"}, {"from": "Antonia Trichopoulou", "to": "Elisabete Weiderpass"}, {"from": "Antonia Trichopoulou", "to": "Anna Karakatsani"}, {"from": "Antonia Trichopoulou", "to": "Bethany Van Guelpen"}, {"from": "Antonia Trichopoulou", "to": "Bodil Ohlsson"}, {"from": "Antonia Trichopoulou", "to": "Anne May"}, {"from": "Antonia Trichopoulou", "to": "Sophie Hellstrand"}, {"from": "Antonia Trichopoulou", "to": "Jeroen W G Derksen"}, {"from": "Antonia Trichopoulou", "to": "Elio Riboli"}, {"from": "Antonia Trichopoulou", "to": "Veronique Chajes"}, {"from": "Antonia Trichopoulou", "to": "Teresa Norat"}, {"from": "Antonia Trichopoulou", "to": "Maria Wennberg"}, {"from": "Antonia Trichopoulou", "to": "Alessio Naccarati"}, {"from": "Antonia Trichopoulou", "to": "Amanda J Cross"}, {"from": "Antonia Trichopoulou", "to": "Salvatore Panico"}, {"from": "Antonia Trichopoulou", "to": "Guri Skeie"}, {"from": "Antonia Trichopoulou", "to": "Magritt Brustad"}, {"from": "Antonia Trichopoulou", "to": "Valeria Pala"}, {"from": "Antonia Trichopoulou", "to": "Bas Bueno-de-Mesquita"}, {"from": "Antonia Trichopoulou", "to": "Heather Ward"}, {"from": "Antonia Trichopoulou", "to": "Marc J Gunter"}, {"from": "Antonia Trichopoulou", "to": "Rosario Tumino"}, {"from": "Anna Karakatsani", "to": "Georgia Martimianaki"}, {"from": "Anna Karakatsani", "to": "Domenico Palli"}, {"from": "Anna Karakatsani", "to": "Elisabete Weiderpass"}, {"from": "Anna Karakatsani", "to": "Bethany Van Guelpen"}, {"from": "Anna Karakatsani", "to": "Bodil Ohlsson"}, {"from": "Anna Karakatsani", "to": "Anne May"}, {"from": "Anna Karakatsani", "to": "Sophie Hellstrand"}, {"from": "Anna Karakatsani", "to": "Jeroen W G Derksen"}, {"from": "Anna Karakatsani", "to": "Elio Riboli"}, {"from": "Anna Karakatsani", "to": "Veronique Chajes"}, {"from": "Anna Karakatsani", "to": "Teresa Norat"}, {"from": "Anna Karakatsani", "to": "Maria Wennberg"}, {"from": "Anna Karakatsani", "to": "Alessio Naccarati"}, {"from": "Anna Karakatsani", "to": "Amanda J Cross"}, {"from": "Anna Karakatsani", "to": "Salvatore Panico"}, {"from": "Anna Karakatsani", "to": "Guri Skeie"}, {"from": "Anna Karakatsani", "to": "Magritt Brustad"}, {"from": "Anna Karakatsani", "to": "Valeria Pala"}, {"from": "Anna Karakatsani", "to": "Bas Bueno-de-Mesquita"}, {"from": "Anna Karakatsani", "to": "Heather Ward"}, {"from": "Anna Karakatsani", "to": "Marc J Gunter"}, {"from": "Anna Karakatsani", "to": "Rosario Tumino"}, {"from": "Georgia Martimianaki", "to": "Domenico Palli"}, {"from": "Georgia Martimianaki", "to": "Elisabete Weiderpass"}, {"from": "Georgia Martimianaki", "to": "Bethany Van Guelpen"}, {"from": "Georgia Martimianaki", "to": "Bodil Ohlsson"}, {"from": "Georgia Martimianaki", "to": "Anne May"}, {"from": "Georgia Martimianaki", "to": "Sophie Hellstrand"}, {"from": "Georgia Martimianaki", "to": "Jeroen W G Derksen"}, {"from": "Georgia Martimianaki", "to": "Elio Riboli"}, {"from": "Georgia Martimianaki", "to": "Veronique Chajes"}, {"from": "Georgia Martimianaki", "to": "Teresa Norat"}, {"from": "Georgia Martimianaki", "to": "Maria Wennberg"}, {"from": "Georgia Martimianaki", "to": "Alessio Naccarati"}, {"from": "Georgia Martimianaki", "to": "Amanda J Cross"}, {"from": "Georgia Martimianaki", "to": "Salvatore Panico"}, {"from": "Georgia Martimianaki", "to": "Guri Skeie"}, {"from": "Georgia Martimianaki", "to": "Magritt Brustad"}, {"from": "Georgia Martimianaki", "to": "Valeria Pala"}, {"from": "Georgia Martimianaki", "to": "Bas Bueno-de-Mesquita"}, {"from": "Georgia Martimianaki", "to": "Heather Ward"}, {"from": "Georgia Martimianaki", "to": "Marc J Gunter"}, {"from": "Georgia Martimianaki", "to": "Rosario Tumino"}, {"from": "Domenico Palli", "to": "Elisabete Weiderpass"}, {"from": "Domenico Palli", "to": "Bethany Van Guelpen"}, {"from": "Domenico Palli", "to": "Bodil Ohlsson"}, {"from": "Domenico Palli", "to": "Anne May"}, {"from": "Domenico Palli", "to": "Sophie Hellstrand"}, {"from": "Domenico Palli", "to": "Jeroen W G Derksen"}, {"from": "Domenico Palli", "to": "Elio Riboli"}, {"from": "Domenico Palli", "to": "Veronique Chajes"}, {"from": "Domenico Palli", "to": "Teresa Norat"}, {"from": "Domenico Palli", "to": "Maria Wennberg"}, {"from": "Domenico Palli", "to": "Alessio Naccarati"}, {"from": "Domenico Palli", "to": "Amanda J Cross"}, {"from": "Domenico Palli", "to": "Salvatore Panico"}, {"from": "Domenico Palli", "to": "Guri Skeie"}, {"from": "Domenico Palli", "to": "Magritt Brustad"}, {"from": "Domenico Palli", "to": "Valeria Pala"}, {"from": "Domenico Palli", "to": "Bas Bueno-de-Mesquita"}, {"from": "Domenico Palli", "to": "Heather Ward"}, {"from": "Domenico Palli", "to": "Marc J Gunter"}, {"from": "Domenico Palli", "to": "Rosario Tumino"}, {"from": "Valeria Pala", "to": "Elisabete Weiderpass"}, {"from": "Valeria Pala", "to": "Bethany Van Guelpen"}, {"from": "Valeria Pala", "to": "Bodil Ohlsson"}, {"from": "Valeria Pala", "to": "Anne May"}, {"from": "Valeria Pala", "to": "Sophie Hellstrand"}, {"from": "Valeria Pala", "to": "Jeroen W G Derksen"}, {"from": "Valeria Pala", "to": "Elio Riboli"}, {"from": "Valeria Pala", "to": "Veronique Chajes"}, {"from": "Valeria Pala", "to": "Teresa Norat"}, {"from": "Valeria Pala", "to": "Maria Wennberg"}, {"from": "Valeria Pala", "to": "Alessio Naccarati"}, {"from": "Valeria Pala", "to": "Amanda J Cross"}, {"from": "Valeria Pala", "to": "Salvatore Panico"}, {"from": "Valeria Pala", "to": "Guri Skeie"}, {"from": "Valeria Pala", "to": "Magritt Brustad"}, {"from": "Valeria Pala", "to": "Bas Bueno-de-Mesquita"}, {"from": "Valeria Pala", "to": "Heather Ward"}, {"from": "Valeria Pala", "to": "Marc J Gunter"}, {"from": "Valeria Pala", "to": "Rosario Tumino"}, {"from": "Rosario Tumino", "to": "Elisabete Weiderpass"}, {"from": "Rosario Tumino", "to": "Bethany Van Guelpen"}, {"from": "Rosario Tumino", "to": "Bodil Ohlsson"}, {"from": "Rosario Tumino", "to": "Anne May"}, {"from": "Rosario Tumino", "to": "Sophie Hellstrand"}, {"from": "Rosario Tumino", "to": "Jeroen W G Derksen"}, {"from": "Rosario Tumino", "to": "Elio Riboli"}, {"from": "Rosario Tumino", "to": "Veronique Chajes"}, {"from": "Rosario Tumino", "to": "Teresa Norat"}, {"from": "Rosario Tumino", "to": "Maria Wennberg"}, {"from": "Rosario Tumino", "to": "Alessio Naccarati"}, {"from": "Rosario Tumino", "to": "Amanda J Cross"}, {"from": "Rosario Tumino", "to": "Salvatore Panico"}, {"from": "Rosario Tumino", "to": "Guri Skeie"}, {"from": "Rosario Tumino", "to": "Magritt Brustad"}, {"from": "Rosario Tumino", "to": "Bas Bueno-de-Mesquita"}, {"from": "Rosario Tumino", "to": "Heather Ward"}, {"from": "Rosario Tumino", "to": "Marc J Gunter"}, {"from": "Alessio Naccarati", "to": "Elisabete Weiderpass"}, {"from": "Alessio Naccarati", "to": "Bethany Van Guelpen"}, {"from": "Alessio Naccarati", "to": "Bodil Ohlsson"}, {"from": "Alessio Naccarati", "to": "Anne May"}, {"from": "Alessio Naccarati", "to": "Sophie Hellstrand"}, {"from": "Alessio Naccarati", "to": "Jeroen W G Derksen"}, {"from": "Alessio Naccarati", "to": "Elio Riboli"}, {"from": "Alessio Naccarati", "to": "Veronique Chajes"}, {"from": "Alessio Naccarati", "to": "Teresa Norat"}, {"from": "Alessio Naccarati", "to": "Maria Wennberg"}, {"from": "Alessio Naccarati", "to": "Amanda J Cross"}, {"from": "Alessio Naccarati", "to": "Salvatore Panico"}, {"from": "Alessio Naccarati", "to": "Guri Skeie"}, {"from": "Alessio Naccarati", "to": "Magritt Brustad"}, {"from": "Alessio Naccarati", "to": "Bas Bueno-de-Mesquita"}, {"from": "Alessio Naccarati", "to": "Heather Ward"}, {"from": "Alessio Naccarati", "to": "Marc J Gunter"}, {"from": "Salvatore Panico", "to": "Elisabete Weiderpass"}, {"from": "Salvatore Panico", "to": "Bethany Van Guelpen"}, {"from": "Salvatore Panico", "to": "Bodil Ohlsson"}, {"from": "Salvatore Panico", "to": "Anne May"}, {"from": "Salvatore Panico", "to": "Sophie Hellstrand"}, {"from": "Salvatore Panico", "to": "Jeroen W G Derksen"}, {"from": "Salvatore Panico", "to": "Elio Riboli"}, {"from": "Salvatore Panico", "to": "Veronique Chajes"}, {"from": "Salvatore Panico", "to": "Teresa Norat"}, {"from": "Salvatore Panico", "to": "Maria Wennberg"}, {"from": "Salvatore Panico", "to": "Amanda J Cross"}, {"from": "Salvatore Panico", "to": "Guri Skeie"}, {"from": "Salvatore Panico", "to": "Magritt Brustad"}, {"from": "Salvatore Panico", "to": "Bas Bueno-de-Mesquita"}, {"from": "Salvatore Panico", "to": "Heather Ward"}, {"from": "Salvatore Panico", "to": "Marc J Gunter"}, {"from": "Bas Bueno-de-Mesquita", "to": "Elisabete Weiderpass"}, {"from": "Bas Bueno-de-Mesquita", "to": "Bethany Van Guelpen"}, {"from": "Bas Bueno-de-Mesquita", "to": "Bodil Ohlsson"}, {"from": "Bas Bueno-de-Mesquita", "to": "Anne May"}, {"from": "Bas Bueno-de-Mesquita", "to": "Sophie Hellstrand"}, {"from": "Bas Bueno-de-Mesquita", "to": "Jeroen W G Derksen"}, {"from": "Bas Bueno-de-Mesquita", "to": "Elio Riboli"}, {"from": "Bas Bueno-de-Mesquita", "to": "Veronique Chajes"}, {"from": "Bas Bueno-de-Mesquita", "to": "Teresa Norat"}, {"from": "Bas Bueno-de-Mesquita", "to": "Maria Wennberg"}, {"from": "Bas Bueno-de-Mesquita", "to": "Amanda J Cross"}, {"from": "Bas Bueno-de-Mesquita", "to": "Guri Skeie"}, {"from": "Bas Bueno-de-Mesquita", "to": "Magritt Brustad"}, {"from": "Bas Bueno-de-Mesquita", "to": "Heather Ward"}, {"from": "Bas Bueno-de-Mesquita", "to": "Marc J Gunter"}, {"from": "Anne May", "to": "Elisabete Weiderpass"}, {"from": "Anne May", "to": "Bethany Van Guelpen"}, {"from": "Anne May", "to": "Bodil Ohlsson"}, {"from": "Anne May", "to": "Sophie Hellstrand"}, {"from": "Anne May", "to": "Jeroen W G Derksen"}, {"from": "Anne May", "to": "Elio Riboli"}, {"from": "Anne May", "to": "Veronique Chajes"}, {"from": "Anne May", "to": "Teresa Norat"}, {"from": "Anne May", "to": "Maria Wennberg"}, {"from": "Anne May", "to": "Amanda J Cross"}, {"from": "Anne May", "to": "Guri Skeie"}, {"from": "Anne May", "to": "Magritt Brustad"}, {"from": "Anne May", "to": "Heather Ward"}, {"from": "Anne May", "to": "Marc J Gunter"}, {"from": "Jeroen W G Derksen", "to": "Elisabete Weiderpass"}, {"from": "Jeroen W G Derksen", "to": "Bethany Van Guelpen"}, {"from": "Jeroen W G Derksen", "to": "Bodil Ohlsson"}, {"from": "Jeroen W G Derksen", "to": "Sophie Hellstrand"}, {"from": "Jeroen W G Derksen", "to": "Elio Riboli"}, {"from": "Jeroen W G Derksen", "to": "Veronique Chajes"}, {"from": "Jeroen W G Derksen", "to": "Teresa Norat"}, {"from": "Jeroen W G Derksen", "to": "Maria Wennberg"}, {"from": "Jeroen W G Derksen", "to": "Amanda J Cross"}, {"from": "Jeroen W G Derksen", "to": "Guri Skeie"}, {"from": "Jeroen W G Derksen", "to": "Magritt Brustad"}, {"from": "Jeroen W G Derksen", "to": "Heather Ward"}, {"from": "Jeroen W G Derksen", "to": "Marc J Gunter"}, {"from": "Sophie Hellstrand", "to": "Elisabete Weiderpass"}, {"from": "Sophie Hellstrand", "to": "Bethany Van Guelpen"}, {"from": "Sophie Hellstrand", "to": "Bodil Ohlsson"}, {"from": "Sophie Hellstrand", "to": "Elio Riboli"}, {"from": "Sophie Hellstrand", "to": "Veronique Chajes"}, {"from": "Sophie Hellstrand", "to": "Teresa Norat"}, {"from": "Sophie Hellstrand", "to": "Maria Wennberg"}, {"from": "Sophie Hellstrand", "to": "Amanda J Cross"}, {"from": "Sophie Hellstrand", "to": "Guri Skeie"}, {"from": "Sophie Hellstrand", "to": "Magritt Brustad"}, {"from": "Sophie Hellstrand", "to": "Heather Ward"}, {"from": "Sophie Hellstrand", "to": "Marc J Gunter"}, {"from": "Bodil Ohlsson", "to": "Elisabete Weiderpass"}, {"from": "Bodil Ohlsson", "to": "Bethany Van Guelpen"}, {"from": "Bodil Ohlsson", "to": "Elio Riboli"}, {"from": "Bodil Ohlsson", "to": "Veronique Chajes"}, {"from": "Bodil Ohlsson", "to": "Teresa Norat"}, {"from": "Bodil Ohlsson", "to": "Maria Wennberg"}, {"from": "Bodil Ohlsson", "to": "Amanda J Cross"}, {"from": "Bodil Ohlsson", "to": "Guri Skeie"}, {"from": "Bodil Ohlsson", "to": "Magritt Brustad"}, {"from": "Bodil Ohlsson", "to": "Heather Ward"}, {"from": "Bodil Ohlsson", "to": "Marc J Gunter"}, {"from": "Maria Wennberg", "to": "Elisabete Weiderpass"}, {"from": "Maria Wennberg", "to": "Bethany Van Guelpen"}, {"from": "Maria Wennberg", "to": "Elio Riboli"}, {"from": "Maria Wennberg", "to": "Veronique Chajes"}, {"from": "Maria Wennberg", "to": "Teresa Norat"}, {"from": "Maria Wennberg", "to": "Amanda J Cross"}, {"from": "Maria Wennberg", "to": "Guri Skeie"}, {"from": "Maria Wennberg", "to": "Magritt Brustad"}, {"from": "Maria Wennberg", "to": "Heather Ward"}, {"from": "Maria Wennberg", "to": "Marc J Gunter"}, {"from": "Bethany Van Guelpen", "to": "Elisabete Weiderpass"}, {"from": "Bethany Van Guelpen", "to": "Elio Riboli"}, {"from": "Bethany Van Guelpen", "to": "Veronique Chajes"}, {"from": "Bethany Van Guelpen", "to": "Teresa Norat"}, {"from": "Bethany Van Guelpen", "to": "Amanda J Cross"}, {"from": "Bethany Van Guelpen", "to": "Guri Skeie"}, {"from": "Bethany Van Guelpen", "to": "Magritt Brustad"}, {"from": "Bethany Van Guelpen", "to": "Heather Ward"}, {"from": "Bethany Van Guelpen", "to": "Marc J Gunter"}, {"from": "Guri Skeie", "to": "Elisabete Weiderpass"}, {"from": "Guri Skeie", "to": "Elio Riboli"}, {"from": "Guri Skeie", "to": "Veronique Chajes"}, {"from": "Guri Skeie", "to": "Teresa Norat"}, {"from": "Guri Skeie", "to": "Amanda J Cross"}, {"from": "Guri Skeie", "to": "Magritt Brustad"}, {"from": "Guri Skeie", "to": "Heather Ward"}, {"from": "Guri Skeie", "to": "Marc J Gunter"}, {"from": "Magritt Brustad", "to": "Elisabete Weiderpass"}, {"from": "Magritt Brustad", "to": "Elio Riboli"}, {"from": "Magritt Brustad", "to": "Veronique Chajes"}, {"from": "Magritt Brustad", "to": "Teresa Norat"}, {"from": "Magritt Brustad", "to": "Amanda J Cross"}, {"from": "Magritt Brustad", "to": "Heather Ward"}, {"from": "Magritt Brustad", "to": "Marc J Gunter"}, {"from": "Elisabete Weiderpass", "to": "Elio Riboli"}, {"from": "Elisabete Weiderpass", "to": "Veronique Chajes"}, {"from": "Elisabete Weiderpass", "to": "Teresa Norat"}, {"from": "Elisabete Weiderpass", "to": "Amanda J Cross"}, {"from": "Elisabete Weiderpass", "to": "Heather Ward"}, {"from": "Elisabete Weiderpass", "to": "Marc J Gunter"}, {"from": "Amanda J Cross", "to": "Elio Riboli"}, {"from": "Amanda J Cross", "to": "Veronique Chajes"}, {"from": "Amanda J Cross", "to": "Teresa Norat"}, {"from": "Amanda J Cross", "to": "Heather Ward"}, {"from": "Amanda J Cross", "to": "Marc J Gunter"}, {"from": "Heather Ward", "to": "Elio Riboli"}, {"from": "Heather Ward", "to": "Veronique Chajes"}, {"from": "Heather Ward", "to": "Teresa Norat"}, {"from": "Heather Ward", "to": "Marc J Gunter"}, {"from": "Elio Riboli", "to": "Veronique Chajes"}, {"from": "Elio Riboli", "to": "Teresa Norat"}, {"from": "Elio Riboli", "to": "Marc J Gunter"}, {"from": "Teresa Norat", "to": "Veronique Chajes"}, {"from": "Teresa Norat", "to": "Marc J Gunter"}, {"from": "Veronique Chajes", "to": "Marc J Gunter"}, {"from": "Xu Yang", "to": "Yusheng Guan"}, {"from": "Xu Yang", "to": "Mingzhi Zhang"}, {"from": "Xu Yang", "to": "Minjian Chen"}, {"from": "Xu Yang", "to": "Ting Lu"}, {"from": "Xu Yang", "to": "Ting Zhang"}, {"from": "Xu Yang", "to": "Shiyao Chen"}, {"from": "Xu Yang", "to": "Yankai Xia"}, {"from": "Xu Yang", "to": "Xinru Wang"}, {"from": "Xu Yang", "to": "Bo Hang"}, {"from": "Xu Yang", "to": "Ying Chen"}, {"from": "Xu Yang", "to": "Rongli Sun"}, {"from": "Xu Yang", "to": "Xian Sun"}, {"from": "Xu Yang", "to": "Yiyun Zhang"}, {"from": "Mingzhi Zhang", "to": "Yusheng Guan"}, {"from": "Mingzhi Zhang", "to": "Minjian Chen"}, {"from": "Mingzhi Zhang", "to": "Ting Lu"}, {"from": "Mingzhi Zhang", "to": "Ting Zhang"}, {"from": "Mingzhi Zhang", "to": "Shiyao Chen"}, {"from": "Mingzhi Zhang", "to": "Yankai Xia"}, {"from": "Mingzhi Zhang", "to": "Xinru Wang"}, {"from": "Mingzhi Zhang", "to": "Bo Hang"}, {"from": "Mingzhi Zhang", "to": "Ying Chen"}, {"from": "Mingzhi Zhang", "to": "Rongli Sun"}, {"from": "Mingzhi Zhang", "to": "Xian Sun"}, {"from": "Mingzhi Zhang", "to": "Yiyun Zhang"}, {"from": "Ting Lu", "to": "Yusheng Guan"}, {"from": "Ting Lu", "to": "Minjian Chen"}, {"from": "Ting Lu", "to": "Ting Zhang"}, {"from": "Ting Lu", "to": "Shiyao Chen"}, {"from": "Ting Lu", "to": "Yankai Xia"}, {"from": "Ting Lu", "to": "Xinru Wang"}, {"from": "Ting Lu", "to": "Bo Hang"}, {"from": "Ting Lu", "to": "Ying Chen"}, {"from": "Ting Lu", "to": "Rongli Sun"}, {"from": "Ting Lu", "to": "Xian Sun"}, {"from": "Ting Lu", "to": "Yiyun Zhang"}, {"from": "Shiyao Chen", "to": "Yusheng Guan"}, {"from": "Shiyao Chen", "to": "Minjian Chen"}, {"from": "Shiyao Chen", "to": "Ting Zhang"}, {"from": "Shiyao Chen", "to": "Yankai Xia"}, {"from": "Shiyao Chen", "to": "Xinru Wang"}, {"from": "Shiyao Chen", "to": "Bo Hang"}, {"from": "Shiyao Chen", "to": "Ying Chen"}, {"from": "Shiyao Chen", "to": "Rongli Sun"}, {"from": "Shiyao Chen", "to": "Xian Sun"}, {"from": "Shiyao Chen", "to": "Yiyun Zhang"}, {"from": "Xian Sun", "to": "Yusheng Guan"}, {"from": "Xian Sun", "to": "Minjian Chen"}, {"from": "Xian Sun", "to": "Ting Zhang"}, {"from": "Xian Sun", "to": "Yankai Xia"}, {"from": "Xian Sun", "to": "Xinru Wang"}, {"from": "Xian Sun", "to": "Bo Hang"}, {"from": "Xian Sun", "to": "Ying Chen"}, {"from": "Xian Sun", "to": "Rongli Sun"}, {"from": "Xian Sun", "to": "Yiyun Zhang"}, {"from": "Yusheng Guan", "to": "Minjian Chen"}, {"from": "Yusheng Guan", "to": "Ting Zhang"}, {"from": "Yusheng Guan", "to": "Yankai Xia"}, {"from": "Yusheng Guan", "to": "Xinru Wang"}, {"from": "Yusheng Guan", "to": "Bo Hang"}, {"from": "Yusheng Guan", "to": "Ying Chen"}, {"from": "Yusheng Guan", "to": "Rongli Sun"}, {"from": "Yusheng Guan", "to": "Yiyun Zhang"}, {"from": "Yiyun Zhang", "to": "Minjian Chen"}, {"from": "Yiyun Zhang", "to": "Ting Zhang"}, {"from": "Yiyun Zhang", "to": "Yankai Xia"}, {"from": "Yiyun Zhang", "to": "Xinru Wang"}, {"from": "Yiyun Zhang", "to": "Bo Hang"}, {"from": "Yiyun Zhang", "to": "Ying Chen"}, {"from": "Yiyun Zhang", "to": "Rongli Sun"}, {"from": "Ting Zhang", "to": "Minjian Chen"}, {"from": "Ting Zhang", "to": "Yankai Xia"}, {"from": "Ting Zhang", "to": "Xinru Wang"}, {"from": "Ting Zhang", "to": "Bo Hang"}, {"from": "Ting Zhang", "to": "Ying Chen"}, {"from": "Ting Zhang", "to": "Rongli Sun"}, {"from": "Rongli Sun", "to": "Minjian Chen"}, {"from": "Rongli Sun", "to": "Yankai Xia"}, {"from": "Rongli Sun", "to": "Xinru Wang"}, {"from": "Rongli Sun", "to": "Bo Hang"}, {"from": "Rongli Sun", "to": "Ying Chen"}, {"from": "Bo Hang", "to": "Minjian Chen"}, {"from": "Bo Hang", "to": "Yankai Xia"}, {"from": "Bo Hang", "to": "Xinru Wang"}, {"from": "Bo Hang", "to": "Ying Chen"}, {"from": "Xinru Wang", "to": "Minjian Chen"}, {"from": "Xinru Wang", "to": "Yankai Xia"}, {"from": "Xinru Wang", "to": "Ying Chen"}, {"from": "Minjian Chen", "to": "Yankai Xia"}, {"from": "Minjian Chen", "to": "Ying Chen"}, {"from": "Ying Chen", "to": "Yankai Xia"}, {"from": "Konstantinos C Makris", "to": "Anastasia Perikkou"}, {"from": "Konstantinos C Makris", "to": "Costas A Christophi"}, {"from": "Konstantinos C Makris", "to": "Ana B Zdravic"}, {"from": "Konstantinos C Makris", "to": "Corina Konstantinou"}, {"from": "Corina Konstantinou", "to": "Anastasia Perikkou"}, {"from": "Corina Konstantinou", "to": "Costas A Christophi"}, {"from": "Corina Konstantinou", "to": "Ana B Zdravic"}, {"from": "Anastasia Perikkou", "to": "Costas A Christophi"}, {"from": "Anastasia Perikkou", "to": "Ana B Zdravic"}, {"from": "Ana B Zdravic", "to": "Costas A Christophi"}, {"from": "German Cano-Sancho", "to": "Clair-Yves Boquien"}, {"from": "German Cano-Sancho", "to": "H\u00e9l\u00e8ne Billard"}, {"from": "German Cano-Sancho", "to": "Jean-Christophe Roz\u00e9"}, {"from": "German Cano-Sancho", "to": "Dominique Darmaun"}, {"from": "German Cano-Sancho", "to": "Jean-Philippe Antignac"}, {"from": "German Cano-Sancho", "to": "Thomas Moyon"}, {"from": "German Cano-Sancho", "to": "Anne-Lise Royer"}, {"from": "German Cano-Sancho", "to": "Marie-C\u00e9cile Alexandre-Gouabau"}, {"from": "German Cano-Sancho", "to": "Bruno Le Bizec"}, {"from": "German Cano-Sancho", "to": "Yann Guitton"}, {"from": "Marie-C\u00e9cile Alexandre-Gouabau", "to": "Clair-Yves Boquien"}, {"from": "Marie-C\u00e9cile Alexandre-Gouabau", "to": "H\u00e9l\u00e8ne Billard"}, {"from": "Marie-C\u00e9cile Alexandre-Gouabau", "to": "Jean-Christophe Roz\u00e9"}, {"from": "Marie-C\u00e9cile Alexandre-Gouabau", "to": "Dominique Darmaun"}, {"from": "Marie-C\u00e9cile Alexandre-Gouabau", "to": "Jean-Philippe Antignac"}, {"from": "Marie-C\u00e9cile Alexandre-Gouabau", "to": "Thomas Moyon"}, {"from": "Marie-C\u00e9cile Alexandre-Gouabau", "to": "Anne-Lise Royer"}, {"from": "Marie-C\u00e9cile Alexandre-Gouabau", "to": "Bruno Le Bizec"}, {"from": "Marie-C\u00e9cile Alexandre-Gouabau", "to": "Yann Guitton"}, {"from": "Thomas Moyon", "to": "Clair-Yves Boquien"}, {"from": "Thomas Moyon", "to": "H\u00e9l\u00e8ne Billard"}, {"from": "Thomas Moyon", "to": "Jean-Christophe Roz\u00e9"}, {"from": "Thomas Moyon", "to": "Dominique Darmaun"}, {"from": "Thomas Moyon", "to": "Jean-Philippe Antignac"}, {"from": "Thomas Moyon", "to": "Anne-Lise Royer"}, {"from": "Thomas Moyon", "to": "Bruno Le Bizec"}, {"from": "Thomas Moyon", "to": "Yann Guitton"}, {"from": "Anne-Lise Royer", "to": "Clair-Yves Boquien"}, {"from": "Anne-Lise Royer", "to": "H\u00e9l\u00e8ne Billard"}, {"from": "Anne-Lise Royer", "to": "Jean-Christophe Roz\u00e9"}, {"from": "Anne-Lise Royer", "to": "Dominique Darmaun"}, {"from": "Anne-Lise Royer", "to": "Jean-Philippe Antignac"}, {"from": "Anne-Lise Royer", "to": "Bruno Le Bizec"}, {"from": "Anne-Lise Royer", "to": "Yann Guitton"}, {"from": "Yann Guitton", "to": "Clair-Yves Boquien"}, {"from": "Yann Guitton", "to": "H\u00e9l\u00e8ne Billard"}, {"from": "Yann Guitton", "to": "Jean-Christophe Roz\u00e9"}, {"from": "Yann Guitton", "to": "Dominique Darmaun"}, {"from": "Yann Guitton", "to": "Jean-Philippe Antignac"}, {"from": "Yann Guitton", "to": "Bruno Le Bizec"}, {"from": "H\u00e9l\u00e8ne Billard", "to": "Clair-Yves Boquien"}, {"from": "H\u00e9l\u00e8ne Billard", "to": "Jean-Christophe Roz\u00e9"}, {"from": "H\u00e9l\u00e8ne Billard", "to": "Dominique Darmaun"}, {"from": "H\u00e9l\u00e8ne Billard", "to": "Jean-Philippe Antignac"}, {"from": "H\u00e9l\u00e8ne Billard", "to": "Bruno Le Bizec"}, {"from": "Dominique Darmaun", "to": "Clair-Yves Boquien"}, {"from": "Dominique Darmaun", "to": "Jean-Christophe Roz\u00e9"}, {"from": "Dominique Darmaun", "to": "Jean-Philippe Antignac"}, {"from": "Dominique Darmaun", "to": "Bruno Le Bizec"}, {"from": "Jean-Christophe Roz\u00e9", "to": "Clair-Yves Boquien"}, {"from": "Jean-Christophe Roz\u00e9", "to": "Jean-Philippe Antignac"}, {"from": "Jean-Christophe Roz\u00e9", "to": "Bruno Le Bizec"}, {"from": "Clair-Yves Boquien", "to": "Jean-Philippe Antignac"}, {"from": "Clair-Yves Boquien", "to": "Bruno Le Bizec"}, {"from": "Bruno Le Bizec", "to": "Jean-Philippe Antignac"}, {"from": "Marta F Gabriel", "to": "Eduardo de Oliveira Fernandes"}, {"from": "Marta F Gabriel", "to": "Zenaida Mour\u00e3o"}, {"from": "Marta F Gabriel", "to": "F\u00e1tima Felgueiras"}, {"from": "Marta F Gabriel", "to": "Cl\u00e1udia Ribeiro"}, {"from": "Marta F Gabriel", "to": "Elisabete Ramos"}, {"from": "Marta F Gabriel", "to": "Miguel Fernandes"}, {"from": "F\u00e1tima Felgueiras", "to": "Eduardo de Oliveira Fernandes"}, {"from": "F\u00e1tima Felgueiras", "to": "Zenaida Mour\u00e3o"}, {"from": "F\u00e1tima Felgueiras", "to": "Cl\u00e1udia Ribeiro"}, {"from": "F\u00e1tima Felgueiras", "to": "Elisabete Ramos"}, {"from": "F\u00e1tima Felgueiras", "to": "Miguel Fernandes"}, {"from": "Miguel Fernandes", "to": "Eduardo de Oliveira Fernandes"}, {"from": "Miguel Fernandes", "to": "Zenaida Mour\u00e3o"}, {"from": "Miguel Fernandes", "to": "Cl\u00e1udia Ribeiro"}, {"from": "Miguel Fernandes", "to": "Elisabete Ramos"}, {"from": "Cl\u00e1udia Ribeiro", "to": "Eduardo de Oliveira Fernandes"}, {"from": "Cl\u00e1udia Ribeiro", "to": "Zenaida Mour\u00e3o"}, {"from": "Cl\u00e1udia Ribeiro", "to": "Elisabete Ramos"}, {"from": "Elisabete Ramos", "to": "Eduardo de Oliveira Fernandes"}, {"from": "Elisabete Ramos", "to": "Zenaida Mour\u00e3o"}, {"from": "Zenaida Mour\u00e3o", "to": "Eduardo de Oliveira Fernandes"}]);
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": false
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": false,
"type": "continuous"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>