Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 11,196 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "">
<html xmlns="">
 <head>
  <style>
   @font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/arvo/v22/tDbD2oWUg0MKqScQ6A.ttf) format('truetype');
}




/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #C0C9D8 url(images/img01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #181B20;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Arvo', serif;
	font-weight: normal;
	color: #2E9F13;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	color: #3333FF;
}

a:hover {
	text-decoration: none;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.gif) no-repeat center top;
}

/* Header */

#header-wrapper {
	height: 240px;
}

#header {
	width: 960px;
	height: 240px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 980px;
	height: 100px;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
	color: #e3ebfe;
}

#logo h1, #logo p {
	display: block;
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 54px;
	font-weight: bold;
	color: #e3ebfe;
}

#logo h1 a {
	color: #e3ebfe;
}

#logo p {
	text-align: center;
	font-family: 'Arvo', serif;
	font-size: 20px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: underline;
	color: #e3ebfe;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 100px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 60px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: none;
	background: #e3ebfe;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 940px;
	height: 76px;
	margin: 0px auto;
	padding: 20px 20px 0px 20px;
	background: #e3ebfe url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 56px;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	line-height: 56px;
	letter-spacing: -1px;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 14px;
	font-weight: normal;
	color: #B5B5B5;
	border: none;
}

#menu .current_page_item a {
	background: url(images/img03.jpg) repeat-x left top;
	color: #e3ebfe;
}

#menu a:hover {
	text-decoration: none;
	color: #e3ebfe;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #e3ebfe;
}

#page-bgtop {
}

#page-bgbtm {
	margin: 0px;
	padding: 40px 30px 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 590px;
	padding: 0px 0px 0px 0px;
}

.post {
	clear: both;
	padding-bottom: 10px;
}

.post .title {
	padding-top: 10px;
	letter-spacing: -2px;
}

.post .title a {
	color: #1A1A1A;
	border: none;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #e3ebfe;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	padding-left: 20px;
	line-height: 35px;
	background: url(images/img07.jpg) no-repeat left 14px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 15px;
	border-bottom: 1px solid #B6BFD0;
	letter-spacing: -1px;
	font-size: 24px;
	color: #1A1A1A;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	text-decoration: underline
}

#sidebar a:hover {
	text-decoration: none;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	height: 55px;
	margin: 0px auto 40px auto;
	border-top: 1px solid #B6BFD0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	text-align: center;
	color: #576475;
}

#footer a {
	color: #576475;
}
  </style>
  <!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : GradientBlack   
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
Released   : 20111121

-->
  <meta content name="keywords">
  <meta content name="description">
  <meta content="text/html; charset=utf-8" http-equiv="content-type">
  <title>
   Workshop on Intersection Types and Related Systems 2012
  </title>
 </head>
 <body>
  <div id="wrapper">
   <div id="header-wrapper">
    <div id="header">
     <div id="logo">
      <h1>
       <a>
        ITRS 2012
       </a>
      </h1>
      <p>
       Sixth Workshop on Intersection Types and Related Systems 2012
      </p>
     </div>
    </div>
   </div>
   <!-- end #header -->
   <div id="menu">
    <ul>
     <li>
      <a>
       Homepage
      </a>
     </li>
     <li class="current_page_item">
      <a>
       Call &nbsp; for
&nbsp; papers
      </a>
     </li>
     <li>
      <a>
       Program &nbsp; committee
      </a>
     </li>
     <li>
      <a>
       Program
      </a>
     </li>
    </ul>
   </div>
   <!-- end #menu -->
   <div id="page">
    <div id="page-bgtop">
     <div id="page-bgbtm">
      <div id="content_full">
       <div class="post">
        <div class="entry">
         <p>
          ITRS
2010 workshop aims to bring together researchers working on both the
theory and practical applications of systems based on intersection
types and related approaches.
         </p>
         <h3 style="color: rgb(204, 0, 0);">
          &nbsp;
          <img align="right" alt="update" src="rick.jpg" style="width: 80px; height: 80px;">
          IMPORTANT DATES
          <br>
         </h3>
         <br style="font-family: Computer Modern;">
         <ul style="font-family: Computer Modern;">
          <li>
           Title and brief abstract description: April 19th
          </li>
          <li>
           Full extended-abstract (in PDF) submission: April 21th
          </li>
          <li>
           Author notification: May 12
           <br>
          </li>
          <li>
           <span style="color: red;">
            Abstract, final version due: June 10
           </span>
          </li>
         </ul>
         <h3 style="color: rgb(204, 0, 0);">
          SUBMISSION
         </h3>
         <h4>
          The submission is in
          <span style="color: red;">
           two stages
          </span>
          .
         </h4>
         <p style="text-align: left;">
          (1)
          <strong>
           Before the workshop
          </strong>
          ,
authors are
invited to submit an extended abstract (approximatively 3-5 pages, max.
10 pages) in PDF format:
go to the&nbsp;
          <a title="EASYCHAIR">
           EASYCHAIR-ITRS2012
          </a>
          and follow
the instruction there. Submissions must be prepared in LaTeX using the
EPTCS macro package (
          <a class="moz-txt-link-freetext">
           http://style.eptcs.org/
          </a>
          ).
          <br>
          Accepted papers will be presented at the workshop and included in the
preliminary proceedings, which will made available in electronic form.
          <br>
          (2)
          <strong>
           After the workshop
          </strong>
          , authors of accepted papers
will be invited to
submit full versions, which will be referred for inclusion in final
post-proceedings. We will publish
          <span style="font-weight: bold; color: red;">
           post-proceedings
          </span>
          in
          <strong>
           Electronic
Proceedings in Theoretical
Computer Science
          </strong>
          (
          <a title="EPTCS">
           EPTCS
          </a>
          ).
Submissions must be prepared in LaTeX using the EPTCS macro package (
          <a class="moz-txt-link-freetext">
           http://style.eptcs.org/
          </a>
          ).
         </p>
         <h3 style="color: rgb(204, 0, 0);">
          TOPICS
         </h3>
         <p>
          Possible topics for submitted papers include, but are not limited
to:
         </p>
         <ul>
          <li>
           Formal properties of systems with intersection types.
          </li>
          <li>
           Results for related systems, such as union types, refinement
types, or singleton types.
          </li>
          <li>
           Applications to lambda calculus and similar systems.
          </li>
          <li>
           Applications to pi-calculus and similar systems.
          </li>
         </ul>
         <br>
         <h3 style="color: rgb(204, 0, 0);">
          PROGRAM COMMITTEE
         </h3>
         <ul>
          <li>
           <a>
            St&eacute;phane
Lengrand
           </a>
           (&Eacute;cole Polytechnique)
          </li>
          <li>
           <a>
            Koji
Nakazawa
           </a>
           (Kyoto Univ.)
          </li>
          <li>
           <a>
            Luke Ong
           </a>
           (Oxford
Univ.)
          </li>
          <li>
           <a>
            Luca Paolini
           </a>
           (Univ. Torino), chair
           <br>
          </li>
         </ul>
         <h3 style="color: rgb(204, 0, 0);">
          INFORMATION
         </h3>
         <p>
          For further information, please contact
          <br>
          Luca Paolini
          <br>
          Email:
          <a class="moz-txt-link-abbreviated">
           [EMAIL REDACTED]
          </a>
         </p>
        </div>
       </div>
       <div style="clear: both;">
        &nbsp;
       </div>
      </div>
      <!-- end #content -->
      <div style="clear: both;">
       &nbsp;
      </div>
     </div>
    </div>
   </div>
   <!-- end #page -->
  </div>
  <div id="footer">
   <p>
    Site by
    <a>
     Mauro Piccolo
    </a>
    ;
CSS by
    <a>
     CSS Templates
    </a>
    .
   </p>
  </div>
  <!-- end #footer -->
 </body>
</html>