forked from dionyziz/bitcoinschool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
440 lines (363 loc) · 22.6 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
<!DOCTYPE html>
<!--
Bitcoin School website
Developer: Dionysis Zindros <dionyziz@gmail.com>
University of Athens
-->
<html>
<head>
<meta charset='utf-8' />
<title>Bitcoin Summer School 2016</title>
<link href='https://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' />
<link href='https://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' />
<link rel='stylesheet' href='normalize.css' />
<link rel='stylesheet' href='skeleton.css' />
<link rel='stylesheet' href='style.css?version=1' />
<link rel='stylesheet' href='mobile.css' />
<link rel='icon' type='image/png' href='images/favicon.png' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
</head>
<body>
<header class='row'>
<div class='overlay'>
<div class='eight columns about'>
<small class='over'>IACR Summer School<br /></small>
<h1>Blockchain Technologies</h1>
<small class='under'><br />from cryptographic e-cash to modern cryptocurrencies</small>
<ul id='navigation-tabs'>
<li class='selected'><a href='#home'>Home</a></li>
<li><a href='#schedule'>Schedule</a></li>
<li><a href='#location'>Location</a></li>
<li><a href='#corfucoin'>Corfucoin</a></li>
</ul>
</div>
<div class='four columns location'>
<div>May 30 - June 2 2016</div>
<div>Corfu, Greece</div>
<a href='#corfucoin'><img class='corfucoin' src='images/corfucoin.png' alt='Corfucoin' width='50' /></a>
</div>
</div>
</header>
<div class='main'>
<section id='home' class='selected'>
<img class='iacr' src='images/iacr-mono.gif' alt='IACR' width='150' />
<p>We're running the first summer school on <strong>blockchains and cryptocurrencies</strong>. We welcome students, researchers
and professionals with an interest in cryptocurrencies and blockchains to join us.</p>
<h2>Speakers</h2>
<p>We have a great program lined up for 2016.
We're excited to welcome the leading experts on blockchains from industry and academia.</p>
<div class='person group'>
<div class='avatar'>
<img src='images/foteini.jpg' alt='Foteini Baldimtsi' />
</div>
<h3>Foteini Baldimtsi</h3>
<p>Boston University, USA</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/rainer.jpg' alt='Rainer Böhme' />
</div>
<h3>Rainer Böhme</h3>
<p>University of Innsbruck, AT</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/joseph.jpg' alt='Joseph Bonneau' />
</div>
<h3>Joseph Bonneau</h3>
<p>Stanford University, USA</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/jerry.jpg' alt='Jerry Brito' />
</div>
<h3>Jerry Brito</h3>
<p>Coin Center, USA</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/jan.jpg' alt='Jan Camenisch' />
</div>
<h3>Jan Camenisch</h3>
<p>IBM Research, CH</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/nicolas.jpg' alt='Nicolas Christin' />
</div>
<h3>Nicolas Christin</h3>
<p>Carnegie Mellon University, USA</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/danezis.jpg' alt='George Danezis' />
</div>
<h3>George Danezis</h3>
<p>University College London, UK</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/adam.jpg' alt='Adam Joyce' />
</div>
<h3>Adam Joyce</h3>
<p>Elliptic, UK</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/aggelos.jpg' alt='Aggelos Kiayias' />
</div>
<h3>Aggelos Kiayias</h3>
<p>University of Edinburgh, UK</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/sarah.jpg' alt='>Sarah Meiklejohn' />
</div>
<h3>Sarah Meiklejohn</h3>
<p>University College London, UK</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/roger.jpg' alt='>Roger Wattenhofer' />
</div>
<h3>Roger Wattenhofer</h3>
<p>ETH Zurich, CH</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/vassilis.jpg' alt='Vassilis Zikas' />
</div>
<h3>Vassilis Zikas</h3>
<p>Rensselaer Polytechnic Institute, USA</p>
</div>
<h2 id='organizers'>Organizers</h2>
<div class='person group'>
<div class='avatar'>
<img src='images/foteini.jpg' alt='Foteini Baldimtsi' />
</div>
<h3>Foteini Baldimtsi</h3>
<p>Foteini is a postdoctoral researcher in the BU Security group at Boston University.</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/aggelos.jpg' alt='Aggelos Kiayias' />
</div>
<h3>Aggelos Kiayias</h3>
<p>Aggelos is a Professor at the University of Edinburgh.</p>
</div>
<div class='person group'>
<div class='avatar'>
<img src='images/sarah.jpg' alt='Sarah Meiklejohn' />
</div>
<h3>Sarah Meiklejohn</h3>
<p>Sarah is an Assistant Professor in the departments of Computer Science and Security and Crime Science at UCL.</p>
</div>
<h2>Donate</h2>
<p>Bitcoin school is not-for-profit. We are accepting donations in bitcoin
to help us run the school.</p>
<span class='donate'>1FXoHAMZKzS2xnoPC582wYutkSyaorhWJ6</span>
<p>Thank you for your generosity!</p>
<h2 id='equal'>Equal opportunity</h2>
<p>We welcome diversity and are striving to offer equal
opportunities to all students. We are dedicated to providing a
harassment-free conference experience for everyone, regardless
of gender, sexual orientation, disability, physical appearance,
body size, race, or religion.</p>
<h2 id='stipends'>Stipends</h2>
<p>
All stipends are now allocated. Thanks to NSF, IOHK and INTEL for their sponsorship.
</p>
</section>
<section id='schedule'>
<h2>Schedule</h2>
<div class='row'>
<div class='six columns'>
<h3>Monday</h3>
<table class='schedule'>
<tr><td>09.00 </td><td>-</td><td> 09.25 </td><td>Registration</td></tr>
<tr><td>09.25 </td><td>-</td><td> 09.30 </td><td>Opening</td></tr>
<tr><td>09.30 </td><td>-</td><td> 10.30
</td><td><strong><a
href='slides/session1.pdf'>Bitcoin
overview</a></strong>
(<a href='abstracts/bonneau.pdf'>Joe</a>)</td></tr>
<tr><td>10.30 </td><td>-</td><td> 11.00 </td><td>☕</td></tr>
<tr><td>11.00 </td><td>-</td><td> 12.30
</td><td><strong><a href='slides/session2.pdf'>Scaling Bitcoin
securely</a></strong> (<a
href='abstracts/kiayias.pdf'>Aggelos</a>)</td></tr>
<tr><td>12.30 </td><td>-</td><td> 14.00 </td><td>🍕</td></tr>
<tr><td>14.00 </td><td>-</td><td> 15.30
</td><td><strong>Consensus</strong>
(<a href='abstracts/wattenhofer.pdf'>Roger</a>)</td></tr>
<tr><td>15.30 </td><td>-</td><td> 16.00 </td><td>☕</td></tr>
<tr><td>16.00 </td><td>-</td><td> 17.30
</td><td><strong><a
href='slides/session4.pdf'>Mining</a></strong> (<a
href='abstracts/bonneau.pdf'>Joe</a>)</td></tr>
<tr><td>19.00 </td><td>-</td><td> 20.30 </td><td>Reception</td></tr>
</table>
</div>
<div class='six columns'>
<h3>Tuesday</h3>
<table class='schedule'>
<tr><td>09.30</td><td>-</td><td>11.00
</td><td><strong><a
href='slides/session5.pdf'>Cryptographic
e-cash</a></strong> (<a
href='abstracts/camenisch.pdf'>Jan</a>)</td></tr>
<tr><td>11.00</td><td>-</td><td>11.30</td><td>☕</td></tr>
<tr><td>11.30</td><td>-</td><td>12.30</td><td><strong><a href='slides/session6.pdf'>Anonymity
in cryptocurrencies</a></strong> (<a
href='abstracts/baldimtsi.pdf'>Foteini</a>)</td></tr>
<tr><td>12.30</td><td>-</td><td>14.00</td><td>🍕</td></tr>
<tr><td>14.00</td><td>-</td><td>15.30</td><td><strong><a
href='slides/session7.pdf'>Cryptography
on the blockchain</a></strong> (<a
href='abstracts/zikas.pdf'>Vassilis</a>)</td></tr>
<tr><td>15.30</td><td>-</td><td>16.00</td><td>☕</td></tr>
<tr><td>16.00</td><td>-</td><td>18.00</td><td><a href='abstracts/ShortTalks.pdf'>Short talks</a></td></tr>
</table>
</div>
</div>
<div class='row'>
<div class='six columns'>
<h3>Wednesday</h3>
<table class='schedule'>
<tr><td>09.30</td><td>-</td><td>11.00
</td><td><strong><a href='slides/session8.pdf'>Decentralization as a
privacy-enhancing technology</a></strong> (<a
href='abstracts/danezis.pdf'>George</a>)</td></tr>
<tr><td>11:00</td><td>-</td><td>11.30</td><td>☕</td></tr>
<tr><td>11.30</td><td>-</td><td>12.30</td><td><strong><a
href='slides/session9.pdf'>Bitcoin
de-anonymization in
practice</a></strong> (<a
href='abstracts/joyce.pdf'>Adam</a>)</td></tr>
<tr><td>12.30</td><td>-</td><td>14.30</td><td>🍕</td></tr>
<tr>
<td>14.30</td><td>-</td><td>17.30</td>
<td>
<p><strong>Breakout sessions</strong></p>
<strong>Main hall</strong>: IOHK session
<p>Scorex: A Modular Toolbox for Cryptocurrency Research.
A Haskell Implementation of RSCoin</p>
<strong>Alkinoos room</strong>: Corfucoin session
<p>Corfucoin: How to implement your own cryptocurrency</p>
</td>
</tr>
</table>
</div>
<div class='six columns current-day'>
<h3>Thursday</h3>
<table class='schedule'>
<tr><td>09.30</td><td>-</td><td>11.00
</td><td><strong><a
href='slides/session10.pdf'>Anonymous
online
marketplaces</a></strong> (<a
href='abstracts/christin.pdf'>Nicolas</a>)</td></td>
<tr><td>11.00</td><td>-</td><td>11.30</td><td>☕</td></td>
<tr><td>11.30</td><td>-</td><td>13.00</td><td><strong><a
href='slides/session11.pdf'>The
Bitcoin economic ecosystem</a></strong> (Rainer)</td></td>
<tr><td>13.00</td><td>-</td><td>14.00</td><td>🍕</td></td>
<tr><td>14.00</td><td>-</td><td>15.30</td><td><strong>Regulation
in Bitcoin</strong> (<a
href='abstracts/brito.pdf'>Jerry</a>)</td></td>
<tr><td>15.30</td><td>-</td><td>16.00</td><td>☕</td></td>
<tr><td>16.00</td><td>-</td><td>17.30</td><td><strong><a
href='slides/session13.pdf'>Alternatives
to blockchains</a></strong> (<a
href='abstracts/meiklejohn.pdf'>Sarah</a>)</td></td>
</table>
</div>
</div>
</section>
<section id='location'>
<h2 id='accommodation'>Accommodation</h2>
<p>The school will be hosted at the <a href='http://www.corfuimperial.com/'>Corfu Imperial Hotel</a>.</p>
<p> Participants that wish to stay at the school venue can
<a href='https://corfuimperial.reserve-online.net/?checkin=20/05/2016&bkcode=SUMSCH'>book their rooms using the code SUMSCH</a>
at the discounted rate of €150/night for double- and €130/night for single-occupancy (taxes and breakfast included). </p>
<strong>Alternative options</strong>
<a href='http://www.hotelnefeli.com/'>Hotel Nefeli</a> (20' walking from the venue) offers rooms in discounted rate
of €42/night for double- and €34/night for single-occupancy (taxes and breakfast included).
To reserve a room <a href='mailto:hotelnefeli@web.de'>email</a> them
directly and mention that you are attending the cryptocurrencies event.
For more options please check on
<a href='http://www.booking.com/searchresults.html?label=gen173nr-1FCAEoggJCAlhYSDNiBW5vcmVmcgV1c19tYYgBAZgBMbgBD8gBDNgBAegBAfgBAqgCAw;sid=f0b991addcd69497b1462e09d88de50a;dcid=12;checkin_monthday=29&checkin_year_month=2016-5&checkout_monthday=3&checkout_year_month=2016-6&class_interval=1&dest_id=-821013&dest_type=city&dtdisc=0&group_adults=2&group_children=0&hlrd=0&hyb_red=0&inac=0&label_click=undef&nha_red=0&no_rooms=1&offset=0&postcard=0&redirected_from_city=0&redirected_from_landmark=0&redirected_from_region=0&review_score_group=empty&room1=A%2CA&sb_price_type=total&score_min=0&si=ai%2Cco%2Cci%2Cre%2Cdi&src=index&ss=Kommeno%2C%20Ionian%20Islands%2C%20Greece&ss_all=0&ss_raw=corfu%20komme&ssb=empty&sshis=0&tfl_cwh=1'>booking.com</a>.
</p>
<img src='images/hotel.jpg' alt='Hotel' class='embed' />
<h2 id='travel'>Travel</h2>
<p><strong>By plane</strong> </p>
<p>The best way to reach Corfu is by plane. <a href='http://en.aegeanair.com/'>Aegean Airlines</a> has daily service between Athens and Corfu (3-4 flights per day)
and <a href='https://www.ryanair.com/us/en/'>Ryanair</a> flies between Athens and Corfu every Sunday and Friday. <a href='http://www.astra-airlines.gr/'>Astra-airlines</a> flies from Thessaloniki to Corfu 4 times a week.
</p>
<p>Corfu is directly connected to various European cities via charter flights. <a href='https://www.ryanair.com/us/en/'>Ryanair</a> and <a href='http://www.easyjet.com/'>EasyJet</a>,
also provide direct connection with multiple European airports.</p>
<p><strong>By bus and ferry</strong></p>
<p>You could also reach Corfu by bus and boat. The <a href='http://www.ktelkerkyras.gr/?module=default&pages_id=2&lang=en'>KTEL bus service</a>
provides 3 daily connections to Corfu from Athens. The total trip will be around 8 hours.
</p>
</section>
<section id='corfucoin'>
<h2>Corfucoin</h2>
<p>Corfucoin is the cryptocurrency of the summer school for attendees to play around with, mine and share!</p>
<p><strong>Getting the Corfucoin wallet</strong></p>
<ul>
<li><a href='corfucoin/Corfucoin-Qt.dmg'>Download Mac wallet</a></li>
<li><a href='corfucoin/corfucoin-qt-ubuntu'>Download Ubuntu wallet</a></li>
<li>
<a href='https://play.google.com/store/apps/details?id=de.schildbach.wallet_crf'>Download Android wallet from the Play Store</a><br>
<a href='https://play.google.com/store/apps/details?id=de.schildbach.wallet_crf'><img width='200' alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>
</li>
<li><a href='https://github.com/musalbas/Corfucoin'>Get the source code</a></li>
</ul>
<p><strong>Address registry</strong></p>
<p>If you would like to share your Corfucoin address with the other attendees, you may use the address registry.</p>
<ul>
<li><a href='https://docs.google.com/forms/d/1xnuL5Ftu_U5o-tV-Ti5pICu5D1gsTqrZKV8DOldsM5w/viewform?c=0&w=1&usp=mail_form_link'>Add address to the registry</a></li>
<li><a href='https://docs.google.com/spreadsheets/d/1yxmzqW1p4LUgk_MAnulAgkWqa5EWbKSAiaouGf3uW1A/pubhtml'>View the registry</a></li>
</ul>
<p><strong>Mining Corfucoin</strong></p>
<p>Corfucoin is a fork of Litecoin, which uses a scrypt proof-of-work scheme. Corfucoins can be mined by using <a href="https://github.com/pooler/cpuminer">cpuminer</a>.</p>
</section>
</div>
<section class='sponsors orange'>
<div class='highlight'>
<p>The great companies and organizations below are supporting us – Thank you! <span class='heart'>♥</span></p>
</div>
<div class='logos'>
<a href='https://openbazaar.org/'><img src='images/openbazaar.jpg' alt='OpenBazaar' width='250' /></a>
<a href='http://www.frostwire.com'><img src='images/frostwire.png' alt='FrostWire' width='250' /></a>
<a href='https://www.iacr.org/'><img src='images/iacr.png' alt='IACR' width='100' /></a>
<a href='http://www.pjtechcatalyst.com/'><img src='images/pj.png' alt='PJ Catalyst' width='150' /></a>
<a href='https://www.grnet.gr/'><img src='images/grnet-logo.jpg' alt='GRNET' width='200' /></a>
<a href='http://www.nsf.gov/'><img src='images/nsf-logo.png' alt='National Science Foundation' width='200' /></a>
<a href='http://intel.com/'><img src='images/intel.png' alt='Intel' width='200' /></a>
<a href='https://iohk.io/'><img src='images/iohk.png' alt='Input|Output' width='350' /></a>
<a href='http://merlinux.eu/'><img src='images/merlinux.jpg' alt='Merlinux' width='100' /></a>
</div>
<div class='copyright highlight'>
<p>We support open knowledge.<br />
Summer school material will be published under a
<a href='https://creativecommons.org/licenses/by-nc/4.0/'>Creative Commons 4.0 license</a>.
<img src='images/cc.logo.large.png' alt='CC' width='250' />
Some creative commons material is used on this site. <a href='credits.txt'>See credits</a>.
</p>
</div>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74264211-1', 'auto');
ga('send', 'pageview');
</script>
<script src='bower_components/jquery/dist/jquery.min.js'></script>
<script src='behavior.js'></script>
<!-- Deployment test -->
</body>
</html>