-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwps.html
executable file
·313 lines (240 loc) · 14.1 KB
/
wps.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
IMPORTANT: THESE TEMPLATES MAY ONLY BE USED WITH THE WRITTEN PERMISSION
OF VISUAL COMMUNICATIONS (CC),
HTTP://WWW.CD.ETHZ.CH
-->
<title>CCSS Working Paper Series</title>
<!-- copyright, author, e-mail address -->
<meta name="copyright" content="ETH Zuerich" />
<meta name="author" content="Claudio J. Tessone" />
<meta name="Description" content="ETH Zuerich" />
<meta name="Keywords" content="ETH Zuerich" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- supervision header -->
<meta name="Systemueberwachung" content="ETHZ" />
<!-- charset, home, base -->
<link href="http://www.ethz.ch/" rel="home" />
<link rel="SHORTCUT ICON"
href="https://www.sg.ethz.ch/icons_site/kuppel_icon_c110.gif" />
<link rel="alternate" href="https://www2.sg.ethz.ch/wps/feeds/latest/" type="application/rss+xml" title="Latest CCSS - WPS papers" />
<!-- style sheet -->
<link rel="stylesheet" href="https://www.sg.ethz.ch/css/colors_c110.css" type="text/css" />
<link rel="stylesheet" href="https://www.sg.ethz.ch/css/ns4.css" type="text/css" />
<link rel="stylesheet" href="https://www.sg.ethz.ch/css/modernbrowsers.css" type="text/css" />
<link rel="stylesheet" href="https://www.sg.ethz.ch/css/silva.css" type="text/css" />
<link rel="stylesheet" href="https://www.sg.ethz.ch/css/customstyles.css" type="text/css" />
<link rel="stylesheet" media="print" href="https://www.sg.ethz.ch/css/print.css" type="text/css" />
<style type="text/css">
input#id_foo { width: 300px; height: 400px; }
.logo-bg { background-image: url(https://www.sg.ethz.ch/images/head_bg_logo_home_c110.jpg); background-repeat: no-repeat; }
.identity-image { background-image: url(https://www.sg.ethz.ch/images/head_bg_home_c110.jpg); background-repeat: repeat; }
.mainnav, .screenhead, .color5-back, .color4-back, .color3-back, .color2-back, .color1-back, .servicenav, .transparent {background-image: url(https://www.sg.ethz.ch/icons_site/transparent.gif); }
</style>
<style type="text/css">div.navblock, .margins div.contentblock-1col { margin-bottom:0px; }</style>
<script src="https://www.sg.ethz.ch/scripts/scripts_en.js" type="text/JavaScript"></script>
<script src="https://www.sg.ethz.ch/scripts/scripts.js" type="text/JavaScript"></script>
<script type="text/javascript" language="JavaScript">
function openCenteredWindow(url, height, width, name, parms) {
var left = Math.floor( (screen.width - width) / 2);
var top = Math.floor( (screen.height - height) / 2);
var winParms = "top=" + top + ",left=" + left + ",height=" + height + ",width=" + width;
if (parms) { winParms += "," + parms; }
var win = window.open(url, name, winParms);
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
return win;
}
function load(id) {
document.getElementById('').style.display = "none";
}
function openColorWindow() {
newwin = openCenteredWindow("colors.html",520,120,"ColorScheme","resizable=yes")}
</script>
</head>
<body bgcolor="#FFFFFF" onload="setup()">
<div class="margins" id="bodymargins" style="width:auto;">
<a id="top" name="top"></a>
<div id="printhead">
<img alt="printlogo" src="https://www.sg.ethz.ch/icons_site/ethlogo-print.gif" width="220" height="57" />
</div>
<table id="screenhead" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="220" valign="top" class="logo-bg">
<map name="logo" id="eulogo">
<area shape="rect" coords="10,20,200,70" href="https://www.ethz.ch/index_EN" alt="http://www.ethz.ch/index_EN" title="ETH Zurich - Startpage" /> </map>
<img border="0" width="220" height="105" usemap="#logo" alt="ETH Zuerich - Homepage" src="https://www.sg.ethz.ch/icons_site/transparent.gif" /></td>
<td width="100%" valign="top" class="identity-image"></td>
</tr>
</table>
<div id="path-service">
<div id="pageicons">
<div class="servicenav2" id="servicenav2">
<a href="javascript:printpage();" class="icon-print" onfocus="if(this.blur)this.blur();" onmouseover="changeText(1);" onmouseout="changeText(0);"><img src="https://www.ethz.ch/icons_site/icon_print.gif" border="0" alt="print" /></a>
<span id="pageicons-text" style="visibility: visible;"> </span>
</div>
</div>
<div class="pathline">
<a class="path" href="http://www.ethz.ch/index_EN"></a>
<a class="path" href="http://www.ethz.ch/index_EN">ETH Zurich</a> -
<a class="path" href="http://www.sg.ethz.ch/">Chair of Systems Design</a> -
<a class="path" href="http://www.sg.ethz.ch/wps">Working paper series</a>
</div>
<div style="clear:both;"></div>
</div>
<div class="navblock" id="navblock">
<div class="subnav">
<div class="subnav-lev1"><a class="subnav-on" href="wps.html">WPS Home</a></div>
<div class="subnav-lev2"><a class="subnav-on" href="wps/list.html"> List papers</a></div>
<div class="subnav-lev2"><a class="subnav-on" href="wps/search.html"> Search papers</a></div>
<!-- <div class="subnav-lev2"><a class="subnav-on" href="/wps/by_year"> Show by year</a></div> -->
<!-- <div class="subnav-lev1"><a class="subnav-on" href="/wps/accounts/login">User login</a></div> -->
<!-- <div class="subnav-lev1"><a class="subnav-on" href="/wps/faqs"> FAQs </a></div> -->
<table height=1600px><tr><td> </td></tr></table>
</div>
</div>
<div class="clearright"></div>
<div id="content">
<h2>CCSS Working Paper Series</h2>
<!--
<h3>About: </h3>
<p><b>Chair of Systems Design of ETH Zurich:</b> This Chair focuses on the fundamental understanding of the dynamics of organizations.
By applying a complex system approach, economic and social systems are investigated.
-->
<p><b>CCSS</b>, the Competence Center <i>Coping with Crises in Complex
Socio-Economic Systems</i>, was established at ETH Zürich
(Switzerland) in September 2008. By means of theoretical and
empirical analysis, CCSS aims at understanding the causes of and cures
to crises in selected problem areas, for example in financial markets,
in societal infrastructure, or crises involving political
violence. </p>
More information can be found at <a href='http://www.ccss.ethz.ch/'>the CCSS web site</a>.
<p></p>
<p></p>
<h2>Paper list</h2>
<ul class="disc">
<li> <p><a href='wps/CCSS-11-001.html'> <B>CCSS-11-001</B>: Diversification and Financial Stability
</a>
<br>
<b>Authors: </b> Paolo Tasca, Stefano Battiston </p>
</li>
<li> <p><a href='wps/CCSS-10-013.html'> <B>CCSS-10-013</B>: Fundamental and Real-World Challenges in Economics</a>
<br>
<b>Authors: </b> Dirk Helbing, Stefano Balietti </p>
</li>
<li> <p><a href='wps/CCSS-10-012.html'> <B>CCSS-10-012</B>: From Assortative to Dissortative Networks:
The Role of Capacity Constraints</a>
<br>
<b>Authors: </b> Michael D. K\"onig, Claudio J. Tessone, Yves Zenou </p>
</li>
<li> <p><a href='wps/CCSS-10-011.html'> <B>CCSS-10-011</B>: Network Evolution Based on Centrality</a>
<br>
<b>Authors: </b> Michael D. K{\"o}nig, Claudio J. Tessone </p>
</li>
<li> <p><a href='wps/CCSS-10-010.html'> <B>CCSS-10-010</B>: Using Laboratory Experiments to Study Law and Crime</a>
<br>
<b>Authors: </b> Christine Horne, Heiko Rauhut </p>
</li>
<li> <p><a href='wps/CCSS-10-009.html'> <B>CCSS-10-009</B>: Pluralistic Modeling of Complex Systems</a>
<br>
<b>Authors: </b> Dirk Helbing </p>
</li>
<li> <p><a href='wps/CCSS-10-008.html'> <B>CCSS-10-008</B>: Sustainable growth in complex networks
</a>
<br>
<b>Authors: </b> Claudio J. Tessone, Markus M. Geipel, F. Schweitzer </p>
</li>
<li> <p><a href='wps/CCSS-10-007.html'> <B>CCSS-10-007</B>: An Agent-Based Model of Collective Emotions in Online Communities</a>
<br>
<b>Authors: </b> Frank Schweitzer, David Garcia </p>
</li>
<li> <p><a href='wps/CCSS-10-006.html'> <B>CCSS-10-006</B>: Tactical voting in plurality elections</a>
<br>
<b>Authors: </b> Nuno A. M. Araujo, Jose S. Andrade Jr., Hans J. Herrmann </p>
</li>
<li> <p><a href='wps/CCSS-10-005.html'> <B>CCSS-10-005</B>: Explosive percolation via control of the largest cluster</a>
<br>
<b>Authors: </b> Nuno A. M. Araujo, Hans J. Herrmann </p>
</li>
<li> <p><a href='wps/CCSS-10-004.html'> <B>CCSS-10-004</B>: On Phase Transitions to Cooperation in the Prisoner's Dilemma</a>
<br>
<b>Authors: </b> Dirk Helbing, Sergi Lozano </p>
</li>
<li> <p><a href='wps/CCSS-10-003.html'> <B>CCSS-10-003</B>: The FuturIcT Knowledge Accelerator: Unleashing the Power of Information for a Sustainable Future </a>
<br>
<b>Authors: </b> Dirk Helbing </p>
</li>
<li> <p><a href='wps/CCSS-10-002.html'> <B>CCSS-10-002</B>: Bargaining over time in ultimatum game experiments</a>
<br>
<b>Authors: </b> Roger Berger, Heiko Rauhut, Sandra Prade, Dirk Helbing </p>
</li>
<li> <p><a href='wps/CCSS-10-001.html'> <B>CCSS-10-001</B>: Disorder-induced volatility of collective dynamics</a>
<br>
<b>Authors: </b> Georges Harras, Claudio J. Tessone, Didier Sornette </p>
</li>
<li> <p><a href='wps/CCSS-09-011.html'> <B>CCSS-09-011</B>: Systemic Risk in a Unifying Framework for Cascading Processes on Networks</a>
<br>
<b>Authors: </b> Jan Lorenz, Stefano Battiston, Frank Schweitzer </p>
</li>
<li> <p><a href='wps/CCSS-09-010.html'> <B>CCSS-09-010</B>: Economic Networks: What do we know and what do we need to know?</a>
<br>
<b>Authors: </b> Frank Schweitzer, Giorgio Fagiolo, Didier Sornette, Fernando Vega-Redondo, Douglas R. White </p>
</li>
<li> <p><a href='wps/CCSS-09-009.html'> <B>CCSS-09-009</B>: The Spatial Variability of Vehicle Densities as Determinant of Urban Network Capacity</a>
<br>
<b>Authors: </b> Amin Mazloumian, Nikolas Geroliminis, Dirk Helbing </p>
</li>
<li> <p><a href='wps/CCSS-09-008.html'> <B>CCSS-09-008</B>: Bubble Diagnosis and Prediction of the 2005-2007 and 2008-2009 Chinese stock market bubbles </a>
<br>
<b>Authors: </b> Zhi-Qiang Jiang, Wei-Xing Zhou, D. Sornette, Ryan Woodard, Ken Bastiaensen, Peter Cauwels </p>
</li>
<li> <p><a href='wps/CCSS-09-007.html'> <B>CCSS-09-007</B>: Most Efficient Homogeneous Volatility Estimators </a>
<br>
<b>Authors: </b> A. Saichev, D. Sornette, V. Filimonov </p>
</li>
<li> <p><a href='wps/CCSS-09-006.html'> <B>CCSS-09-006</B>: A Dynamic Model of Network Formation with Strategic Interactions </a>
<br>
<b>Authors: </b> M. Koenig, Claudio J. Tessone, Yves Zenou </p>
</li>
<li> <p><a href='wps/CCSS-09-005.html'> <B>CCSS-09-005</B>: Dragon-Kings, Black Swans and the Prediction of Crises </a>
<br>
<b>Authors: </b> D. Sornette </p>
</li>
<li> <p><a href='wps/CCSS-09-004.html'> <B>CCSS-09-004</B>: Punctuated Evolution due to Delayed Carrying Capacity </a>
<br>
<b>Authors: </b> V.I. Yukalov, E.P. Yukalova, D. Sornette </p>
</li>
<li> <p><a href='wps/CCSS-09-003.html'> <B>CCSS-09-003</B>: Financial Bubbles, Real Estate bubbles, Derivative Bubbles, and
the Financial and Economic Crisis</a>
<br>
<b>Authors: </b> D. Sornette, R. Woodard </p>
</li>
<li> <p><a href='wps/CCSS-09-002.html'> <B>CCSS-09-002</B>: A Consistent Model of `Explosive' Financial Bubbles With Mean-Reversing Residuals </a>
<br>
<b>Authors: </b> L. Lin, Ren R.E., D. Sornette </p>
</li>
<li> <p><a href='wps/CCSS-09-001.html'> <B>CCSS-09-001</B>: How to make a fragile network robust and vice versa </a>
<br>
<b>Authors: </b> Andre A. Moreira, Jose S. Andrade Jr., Hans J. Herrmann, Joseph O. Indekeu </p>
</li>
</ul>
</div>
<div class="clearboth"></div>
<!-- note for netscape 4.x users -->
<p id="ns4note" class="note"><strong><font size="+1">Wichtiger Hinweis:</font><br />
Diese Website wird in älteren Versionen von Netscape ohne graphische Elemente dargestellt. Die Funktionalität der Website ist aber trotzdem gewährleistet. Wenn Sie diese Website regelmässig benutzen, empfehlen wir Ihnen,
auf Ihrem Computer einen aktuellen Browser zu installieren. Weitere Informationen finden Sie auf<br />
<a href="http://www.weboffice.ethz.ch/webcd_wcms/">folgender Seite</a>.<br />
<br />
<font>Important Note:</font><br />
The content in this site is accessible to any browser or Internet device, however, some graphics will display correctly only in the newer versions of Netscape. To get the most out of our site we suggest you upgrade to a newer browser.<br />
<!-- <a href="http://www.weboffice.ethz.ch/webcd_wcms/">More information</a></strong></p>
<div class="footerblock">
<div class="footerline">
© 2009 <a class="path" href="http://www.ethz.ch/index_EN">ETH Zurich</a>
</div>
</div> -->
<!-- END footer -->
</div>
</body>
</html>