forked from uzhdag/css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
756 lines (621 loc) · 39.9 KB
/
index.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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<!DOCTYPE html>
<html>
<title>Resilience and Performance of Networked Systems</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1,h2{font-family: "Raleway", sans-serif}
body, html {height: 100%}
p {line-height: 2}
.bgimg, .bgimg2 {
min-height: 100%;
background-position: center;
background-size: cover;
}
.bgimg { background-image: url("title-lightgrey-zoom.jpg"); background-color: light-yellow; background-blend-mode: lighten; }
.bgimg2 { background-image: url("title-lightgrey-zoom.jpg"); }
</style>
<body>
<!-- Header / Home-->
<header class="w3-display-container w3-wide bgimg w3-grayscale-min" id="home">
<div class="w3-display-top w3-text-red w3-center">
<h2 class="w3-center"></br><b>Resilience and Performance of Networked Systems</b></h2>
<h4 class="w3 w3-text-black"><br><b>
An interdisciplinary symposium celebrating 15 years of <a href="https://www.sg.ethz.ch">Systems Design at ETH Zürich</a></b></h4>
<h4 class="w3 w3-text-black"><br><b>
January 15-16, 2020</b></h4>
<h4 class="w3 w3-text-black"><b>
ETH Zürich, Main Building, D 3.2</b></h4>
</div>
</header>
<!-- Navbar (sticky bottom) -->
<div class="w3-bottom w3-hide-small w3-wide w3-center">
<div class="w3-bar w3-white w3-center w3-padding w3-opacity-min w3-hover-opacity-off">
<a href="#agenda" style="width:45%" class="w3-bar-item w3-button w3-hover-black">Program</a>
<a href="#rsvp" style="width:54%" class="w3-bar-item w3-button w3-hover-red">Registration</a>
</div>
</div>
<!-- Agenda
<h1 class="w3-center w3-text-red"><b>Program</b></h1>
-->
<div class="w3-container w3-padding-64 w3-Indigo w3-grayscale-min" id="agenda">
<div class="w3-content">
<table class="w3-table" style="width: 80%; margin:auto;" >
<tr class="w3-border">
<h4 class="w3-center w3-text-red"><b>Wednesday, 15 January 2020</b></h4>
<tr class="w3-border">
<td class="w3-border">14:00
</td>
<td style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Frank Schweitzer</b> | Chair of Systems Design, ETH Zürich </a><br />
<div class="w3-text-red" style="padding: 0pt" ><b>Opening </b></div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Session -->
<tr class="w3-border">
<td>
</td>
<td style="padding: 0px">
<table class="w3-table w3-text-grey" style="width: 100%;">
<tr>
<td style="padding: 5px"> <b><h3>Biological systems</h3>
<b />
</td>
</tr>
</table>
</td>
</tr>
<!-- Bascompte -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">14:30
</td>
<td style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td class="w3-light-gray" style="padding: 5px"><b>Jordi Bascompte</b> | Dept. of Evolutionary Biology and Environmental Studies, University of Zürich<br />
<div class="w3-text-red" style="padding: 0pt" ><b>Resilience of mutualistic networks in the face of climate change</b></div>
<button onclick="document.getElementById('abstract_bascompte').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_bascompte" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_bascompte').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
The mutualistic interactions between plants and the animals that pollinate them or disperse their seeds shape complex networks of mutual dependencies that can be regarded as the architecture of biodiversity. As a result of such interdependence, species extinctions induced by climate change may trigger coextinction cascades, thus driving extinct many more species than originally predicted by models of climate change. Recent work has shown a significant variability across pollination networks in plant extinction---and particularly the subsequent coextinction---rates, with much higher values in Mediterranean networks. While geographic location best predicts the probability of a plant species to be driven extinct by climate change, the local network of interactions best predicts subsequent coextinctions. Importantly, incorporating species interactions into our assessments of the effects of climate change not only increases the pool of species most likely being driven extinct. It also changes the way extant species are selected from the evolutionary and functional trees, with potential implications for the functioning and robustness of the resulting communities.
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Casiraghi -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">15:00
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Giona Casiraghi</b> | Chair of Systems Design, ETH Zürich<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" ><b>Resilience and control</b></div>
<button onclick="document.getElementById('abstract_casiraghi).style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_casiraghi" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_casiraghi).style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
The investigation of resilience through complex networks has become the focus of multiple disciplines. Nevertheless, important questions remain still open. For example, how much does the completeness of data on species-species interactions affects the study of resilience in ecological systems? Driven by the insight that systems can be hardly studied in isolation, the study of resilience has progressed from the analysis of single-layer to that of multi-layer networks. However, ecological systems are most often represented as bipartite networks, consisting of mutualistic interactions, e.g., between plants and their pollinators. Such a representation reflects only the interlayer of a larger multi-layer network and ignores intralayer interactions. Robustness against co-extinction cascades thus stems from this bipartite representation, and the error made by neglecting intralayer interactions is unknown. By systematically analysing synthetic multi-layer networks, we show that robustness depends on how hubs and peripheral nodes of different layers are coupled together. Further examining how these hubs and peripheral nodes contribute to the robustness of a system, we are able to identify driver nodes that can be targeted to prevent drop-out cascades. We show that by specifying diverse strategies to control central and peripheral nodes, such drop-out cascades are significantly reduced, and robustness is increased.
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Mora -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">15:30
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Bernat Bramon Mora</b> | Plant Ecology Group, ETH Zürich<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" ><b> Structure and dynamics of ecological communities: Comparing networks across space and time</b></div>
<button onclick="document.getElementById('abstract_mora').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_mora" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_mora').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
Networks provide a simple way to synthesize the heterogeneous nature of ecological systems. They depict ecological communities as graphs of species and their interactions, and they have been extensively used in ecology to study topics such as community stability, resilience, biodiversity, and global change. Untangling the complexity encoded within these objects is, however, far from straightforward. For example, ecologists have often relied on the use of general network metrics and mathematical models to study the structure and dynamics of such communities, respectively. An alternative approach that has yet to be fully explored is to exhaustively compare these along ecological gradients or within time series. By comparing networks within a changing environment, one can understand how the structure and roles of different species vary and change under different pressures. In my work, I use a network-comparison technique—network alignment—as a way to study ecological communities and shed light on their underlying dynamics. Network alignment essentially identifies species with analogous “positions” across communities, providing a comprehensive conceptual mapping of the changes in the communities and their many components. This mapping allows me to compare the structure of networks across environments and over time, providing insights into how ecological communities are structured and how such structure changes over time.
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Coffee break -->
<tr class="w3-border">
<td class="w3-border">16:00
</td>
<td style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"> <b>Coffee and posters<b />
</td>
</tr>
</table>
</td>
</tr>
<!-- Session -->
<tr class="w3-border">
<td>
</td>
<td style="padding: 0px">
<table class="w3-table w3-text-grey" style="width: 100%;">
<tr>
<td style="padding: 5px"> <b><h3>Spatial systems</h3>
<b />
</td>
</tr>
</table>
</td>
</tr>
<!-- Stanini -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">16:30
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Michele Starnini</b> | ISI Foundation, Torino<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" >
<b>The interconnected wealth of nations: Shock propagation on global trade-investment multiplex networks</b></div>
<button onclick="document.getElementById('abstract_starnini').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_starnini" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_starnini').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
The increasing integration of world economies, which organize in complex multilayer networks of interactions, is one of the critical factors for the global propagation of economic crises. We adopt the network science approach to quantify shock propagation on the global trade-investment multiplex network. To this aim, we propose a model that couples a spreading dynamics, describing how economic distress propagates between connected countries, with an internal contagion mechanism, describing the spreading of such economic distress within a given country. At the local level, we find that the interplay between trade and financial interactions influences the vulnerabilities of countries to shocks. On a large scale, we find a simple linear relation between the relative magnitude of a shock in a country and its global impact on the whole economic system, albeit the strength of internal contagion is country-dependent and the inter-country propagation dynamics is non-linear. Interestingly, this systemic impact can be associated with intra-layer and inter-layer scale factors that we name network multipliers, that are independent of the magnitude of the initial shock. Our model sets-up a quantitative framework to stress-test the robustness of individual countries and of the world economy
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Verginer -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">17:00
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Luca Verginer</b> | Chair of Systems Design, ETH Zürich<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" ><b>Scientists on the move and how cities benefit</b></div>
<button onclick="document.getElementById('abstract_verginer').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_verginer" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_verginer').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
Global mobility and migration of scientists is a significant modern phenomenon with economic and political implications.
The ability to attract and retain advanced human capital is a major source of competitive advantage in today's knowledge economy.
This is true both at the national and the city level.
Cities are becoming focal loci of economic and scientific activity, but the impact and importance of scientist mobility is under-researched mainly du to data limitations.
To investigate, brain drain/circulation, the superior performance of global cities and systemic properties of global scientist mobility, we reconstruct the career trajectories of 3.7 million scientists moving between 5 thousand cities.
We show, among other results that the superior scientific performance of global cities is fueled by a virtuous cycle of successful cities attracting successful researchers.
We show this first through an econometric approach and most notably through a data-driven and empirically calibrated agent-based model (ABM).
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr class="w3-border">
<td class="w3-border w3-light-gray">17:30
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Giovanni Sansavini</b> | Reliability and Risk Engineering, ETH Zürich<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" >
<b>Engineering Energy Networks Facing Global Transition: From Predicting Cascading Failures to Optimizing System Safety</b>
</div>
<button onclick="document.getElementById('abstract_sansavini').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_sansavini" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_sansavini').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
Aiming at a sustainable energy production and at securing their energy supply, many countries are about to transition from a fossil-dominated to a green energy mix encompassing sunlight, mechanical energy and heat together with fossil and synthetic fuels. At the same time, the energy infrastructure is evolving from a collection of independently built, isolated energy carrier networks towards globally-integrated multi-energy systems. The integration of networks is clearly beneficial in view of designing optimal sustainable energy systems, but their heavily interconnected nature makes them vulnerable to cascading failures with potentially catastrophic consequences. This talk addresses the grand challenges and presents the methodological developments necessary to guide the evolution of energy infrastructure through vulnerability-based evaluations. They encompass (i) the development of high-fidelity, efficient mathematical models for quantifying the risk of cascading failures in power systems; (ii) modeling interdependent electric and gas networks and quantifying the risks to their safe operations in renewable energy infrastructures; (iii) understanding the impact of the water-energy nexus on electrical energy conversion and mitigating its effect in the face of climate change; (iv) developing and validating early warning indicators of critical transitions and fault diagnosis tools in complex dynamical systems. Aside from presenting recent methodological developments, the future research challenges related to the engineering of resilient energy networks are also discussed.
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr class="w3-border">
<td class="w3-border">18:00
</td>
<td style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px">
<div class="w3-text-red" style="padding: 0pt" ><b>End </b></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<div class="w3-container w3-padding-64 w3-Indigo w3-grayscale-min" id="agenda">
<div class="w3-content">
<table class="w3-table" style="width: 80%; margin:auto;" >
<tr class="w3-border">
<h4 class="w3-center w3-text-red"><b>Thursday, 16 January 2020</b></h4>
<!-- Session -->
<tr class="w3-border">
<td>
</td>
<td style="padding: 0px">
<table class="w3-table w3-text-grey" style="width: 100%;">
<tr>
<td style="padding: 5px"> <b><h3>Social systems</h3>
<b />
</td>
</tr>
</table>
</td>
</tr>
<!-- Doerfler -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">09:00
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Florian Dörfler</b> | Automatic Control Laboratory, ETH Zürich<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" >
<b>Game theoretical inference of human behavior in social networks</b>
</div>
<button onclick="document.getElementById('abstract_doerfler').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_doerfler" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_doerfler').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
Social networks emerge as the result of actors’ linking decisions. We propose a novel game-theoretical model of socio-strategic network formation on directed weighted graphs, with continuous action spaces, in which every actors’ benefit is a parametric trade-off between centrality measure, brokerage opportunities, clustering coefficient, and sociological network patterns. Our objective is to infer the individuals' behavior from the network structure. Our theoretical analysis is based on variational inequalities and confirms results known for homogeneous rational agents and specific network motifs studied previously in isolation, yet it enables to precisely quantify the trade-offs in the space of user preferences. To deal with complex networks of heterogeneous and irrational actors, we construct a statistical behavior estimation method whose goal is to learn the parameters of the payoff functions constructing an inverse optimization problem by means of the equilibrium condition. In other words, it provides the most rational estimate (with confidence bounds analysis) of the heterogeneous individual parameters that can be deduced from an observed equilibrium state of the network. We provide evidence that our results are consistent with empirical, historical, and sociological observations on real-world data-sets. Furthermore, our method offers sociological and strategic interpretations of random network models, e.g., preferential attachment and small-world networks. This is joint work with Nicolò Pagan.
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Vaccario -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">09:30
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Giacomo Vaccario</b> | Chair of Systems Design, ETH Zürich<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" >
<b>Resilient cooperation: Mechanism design in an agent-based model</b>
</div>
<button onclick="document.getElementById('abstract_vaccario').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_vaccario" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_vaccario').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
Human societies rely on cooperating individuals.
But cooperation is an unstable system state because it is susceptible to exploitation by defectors.
To improve the resilience of cooperating systems, mechanism design, i.e. the targeted influence of individuals, plays an important role.
A prominent, yet costly measure is the punishment of individuals that do not cooperate. In contrast to this negative influence, we propose a mechanism that rewards cooperating individuals and study its influence in an agent-based model.
Agents interact in a game-theoretical setting and accumulate their payoffs as individual wealth.
Cooperating agents receive a varying bonus from a central authority, e.g. their government.
The costs incurred are compensated by a taxation of the agent's wealth and a subsequent redistribution mechanism, that also covers the costs of the government.
Part of the governmental effort is to detect those agents that should not receive a bonus because they defect.
While it is obvious that above a critical bonus level cooperation can be induded, it is less clear whether the government is able to pay this amount.
High levels of cooperation imply payments to many agents, i.e. decreasing bonuses, and a larger susceptibility to switch to defection.
Low levels of cooperation, on the other hand, result in larger bonuses needed to even maintain this level.
We demonstrate that a suitable combination of taxation scheme, redistribution mechanism and detection of defectors is indeed able to increase the resilience of a cooperating system. This also includes to regain a cooperating state once it was lost.
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Scholtes -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">10:00
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Ingo Scholtes</b> | Data Analytics Group, University of Wuppertal<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" >
<b>Networks in Space and Time</b>
</div>
<button onclick="document.getElementById('abstract_scholtes').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_scholtes" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_scholtes').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
lore ipsum
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Coffee break -->
<tr class="w3-border">
<td class="w3-border">10:30
</td>
<td style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"> <b>Coffee and posters<b />
</td>
</tr>
</table>
</td>
</tr>
<!-- Session
<tr class="w3-border">
<td>
</td>
<td style="padding: 0px">
<table class="w3-table w3-text-grey" style="width: 100%;">
<tr>
<td style="padding: 5px"> <b><h3>Social systems</h3>
<b />
</td>
</tr>
</table>
</td>
</tr>
-->
<!-- Garcia -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">11:00
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>David Garcia</b> | Section for Science of Complex Systems, Medical University of Vienna<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" >
<b>Hyperpolarization dynamics in social systems</b>
</div>
<button onclick="document.getElementById('abstract_garcia').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_garcia" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_garcia').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
Polarization is threatening the stability of democratic societies. Opinion dynamics research has focused on explaining how opinion extremeness
emerges in an issue, but this overlooks the correlation between different policy issues observed in empirical data. We explain the emergence of
hyperpolarization, i.e. the combination of extremeness and correlation between issues, through an agent-based model based on the theory of
cognitive balance. After calibrating the model with empirical data from the 2016 US National Election Survey, we show that our model is the first
to reproduce hyperpolarization without additional complex network structures or preexisting correlations between opinions. In this line, we
quantitatively captured how social media interaction is driven towards polarization using the Twitter backlash to the EAT-Lancet report as an example.
Large datasets of social media interaction bear the promise to empirically support opinion dynamics models, bridging the gap between computational
theory and empirical data analysis at scale.
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Brandenberger -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">11:30
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Laurence Brandenberger</b> | Chair of Systems Design, ETH Zürich<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" >
<b>Measuring political polarization in the Swiss parliament</b>
</div>
<button onclick="document.getElementById('abstract_brandenberger').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_brandenberger" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_brandenberger').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
A wave of polarization is drifting across western democracies. This political polarization wave is theorized to be driven by an increased competition among parties and their desire or need to differentiate themselves from each other. Empirical evidence shows that the Swiss political landscape is no exception to this trend.
In the Swiss multi-party system, the rise of the right party, SVP, is seen as the tipping point when the Swiss political system moved away from consensual party collaboration to party competition, driving polarization in the process. It is hypothesized that the SVP has gained power by bonding together, increasing their party coherence and presenting a more professional and united front.
We examine historical levels of political polarization and conflict in the Swiss parliament. Focusing on cooperative interactions among members of parliament from the same or different parties, we analyze which parliamentary bills (dt. Geschäfte) were a source of parliamentary strive between (and within) parties. In the process, we show which parties have increased their party unity over time and how their internal development affects cross-party collaborations. Our analysis is based on a new longitudinal data set on the proceedings of the Swiss Federal Assembly and includes over 15,000 legislative bills and over 300,000 support signatures among members of parliament and spans over 30 years.
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Lomi -->
<tr class="w3-border">
<td class="w3-border w3-light-gray">12:00
</td>
<td class="w3-light-gray" style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Alessandro Lomi</b> | Institute of Computational Science, University of Italian Switzerland, Lugano<br />
<div class="w3-light-gray w3-text-red" style="padding: 0pt" >
<b>Positive and negative relations in the production of contentious Wikipedia articles</b>
</div>
<button onclick="document.getElementById('abstract_lomi').style.display='block'" class="w3-light-gray w3-button" style="padding: 0pt" >(Abstract)</button>
<div id="abstract_lomi" class="w3-modal w3-animate-opacity">
<div class="w3-modal-content w3-card-4">
<header class="w3-container w3-dark-blue">
<span onclick="document.getElementById('abstract_lomi').style.display='none'"
class="w3-button w3-large w3-display-topright">×</span>
<h2>Abstract</h2>
</header>
<div class="w3-container">
<p>
lore ipsum
</p>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr class="w3-border">
<td class="w3-border">12:30
</td>
<td style="padding: 0px">
<table class="w3-table" style="width: 100%;">
<tr>
<td style="padding: 5px"><b>Frank Schweitzer</b> | Chair of Systems Design, ETH Zürich<br />
<div class="w3-text-red" style="padding: 0pt" ><b>Closing </b></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<!-- RSVP section -->
<div class="w3-container w3-padding-64 w3-Indigo w3-grayscale-min w3-center w3-wide" id="rsvp">
<div class="w3-content">
<h2 class="w3-text-red"><b>Registration</b></h2>
<p class="w3">Participation is free but seating is limited. <br> To facilitate our planning, kindly indicate your attendance using this form:
<br />
<form method="GET" enctype="text/plain" id="rsvpform">
<table class="w3-table" style="width: 80%; margin:auto;">
<tr>
<td>first name:</td>
<td><input type="text" id="firstname" style="width:250px;"></td>
</tr>
<tr>
<td>last name:</td>
<td><input type="text" id="lastname" style="width:250px;"></td>
</tr>
<tr>
<td>institution (optional):</td>
<td><input type="text" id="institution" style="width:250px;"></td>
</tr>
<tr>
<td></td><td><a href class="w3-button w3-light-grey w3-block" id="rsvpbtn" style="width:250px;">Submit registration</a></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</form>
<script>
$( "#rsvpbtn" ).click(function( event ) {
var firstname = $('#firstname').val();
var lastname = $('#lastname').val();
var institution = $('#institution').val();
if (institution == '')
institution = 'n/a';
if (firstname == '' || lastname == '')
{
alert('Please enter your first and last name!');
event.preventDefault();
}
else
$("#rsvpbtn").attr('href', 'mailto:[email protected]?subject=Registration%20for%20Symposium&body=Dear%20organizers,%0D%0A%0D%0AI%20plan%20to%20attend%20the%20symposium.%20My%20registration%20data%20are:%0D%0A%0D%0AFirstname:%20%20' + firstname + '%0D%0ALastname:%20%20%20' + lastname + '%0D%0AInstitution:%20%20' + institution + '%0D%0A%0D%0AKind%20regards,%0D%0A%0D%0A' + firstname + '%20' + lastname);
});
</script>
<p>Note: <i>Your registration will be sent via E-Mail. No data are submitted to the server.</i></p>
</div>
</div>
</body>
</html>