-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
937 lines (643 loc) · 36.8 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
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>ICSC2019 Conference</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="shortcut icon" href="img/favicon.ico"/>
<!-- Place favicon.ico in the root directory -->
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,600italic,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Font -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Header Start -->
<header id="home">
<!-- Main Menu Start -->
<div class="main-menu">
<div class="navbar-wrapper">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://csound.github.io/"><img src="img/logo_ICSC2019_white.png" width="160" height="40" /></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">HOME</a></li>
<li><a href="#keynotes">KEYNOTES </a></li>
<li><a href="proceedings.html">PROCEEDINGS</a></li>
<li><a href="#pricing">LOCATION</a></li>
<li><a href="#contact-us">Contact</a></li>
<li><a href="program.html">CONFERENCES </a></li>
<li><a href="concerts.html">CONCERTS </a></li>
<li><a href="submission.html">SUBMISSION</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Main Menu End -->
<!-- Sider Start -->
<div class="slider">
<div id="fawesome-carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators indicatior2">
<li data-target="#fawesome-carousel" data-slide-to="0" class="active"></li>
<li data-target="#fawesome-carousel" data-slide-to="1"></li>
<li data-target="#fawesome-carousel" data-slide-to="2"></li>
<li data-target="#fawesome-carousel" data-slide-to="3"></li>
<li data-target="#fawesome-carousel" data-slide-to="4"></li>
<li data-target="#fawesome-carousel" data-slide-to="5"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/01_teatro_sh.jpg" alt="Sider Big Image">
<div class="carousel-caption">
<h1 class="wow fadeInLeft">
<font color="white">ICSC 5th International Csound Conference</font>
<p><font color="white">27-28-29 SEPTEMBER 2019</font><p>
<p><font color="white">CAGLI (Pesaro-Urbino) Italy</font><p>
<p><font color="white">Inaugural Concert - 26 September 2019 - 9:15 pm</font><p></h1>
<div class="slider-btn wow fadeIn">
<!--<a href="#" class="btn btn-learn">Learn More</a>-->
</div>
</div>
</div>
<div class="item">
<img src="img/02_teatro_sh.jpg" alt="Sider Big Image">
<div class="carousel-caption">
<h1 class="wow fadeInLeft">
<font color="white">ICSC 5th International Csound Conference</font>
<p><font color="white">27-28-29 SEPTEMBER 2019</font><p>
<p><font color="white">CAGLI (Pesaro-Urbino) Italy</font><p>
<p><font color="white">Inaugural Concert - 26 September 2019 - 9:00 pm</font><p></h1>
<div class="slider-btn wow fadeIn">
<!--<a href="#" class="btn btn-learn">Learn More</a>-->
</div>
</div>
</div>
<div class="item">
<img src="img/05_teatro_sh.jpg" alt="Sider Big Image">
<div class="carousel-caption">
<h1 class="wow fadeInLeft">
<font color="white">ICSC 5th International Csound Conference</font>
<p><font color="white">27-28-29 SEPTEMBER 2019</font><p>
<p><font color="white">CAGLI (Pesaro-Urbino) Italy</font><p>
<p><font color="white">Inaugural Concert - 26 September 2019 - 9:00 pm</font><p></h1>
<div class="slider-btn wow fadeIn">
<!--<a href="#" class="btn btn-learn">Learn More</a>-->
</div>
</div>
</div>
<div class="item">
<img src="img/08_teatro_sh.jpg" alt="Sider Big Image">
<div class="carousel-caption">
<h1 class="wow fadeInLeft">
<font color="white">ICSC 5th International Csound Conference</font>
<p><font color="white">27-28-29 SEPTEMBER 2019</font><p>
<p><font color="white">CAGLI (Pesaro-Urbino) Italy</font><p>
<p><font color="white">Inaugural Concert - 26 September 2019 - 9:00 pm</font><p></h1>
<div class="slider-btn wow fadeIn">
<!--<a href="#" class="btn btn-learn">Learn More</a>-->
</div>
</div>
</div>
<div class="item">
<img src="img/09_teatro_sh.jpg" alt="Sider Big Image">
<div class="carousel-caption">
<h1 class="wow fadeInLeft">
<font color="white">ICSC 5th International Csound Conference</font>
<p><font color="white">27-28-29 SEPTEMBER 2019</font><p>
<p><font color="white">CAGLI (Pesaro-Urbino) Italy</font><p>
<p><font color="white">Inaugural Concert - 26 September 2019 - 9:00 pm</font><p></h1>
<div class="slider-btn wow fadeIn">
<!--<a href="#" class="btn btn-learn">Learn More</a>-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Sider End -->
</header>
<!-- Header End -->
<!-- About Section -->
<section id="about" class="site-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="about-text">
<!--<h3>About</h3>-->
<!-- <hr> -->
<h3><p> <font size="5">The Fifth International Csound Conference – ICSC2019 will take place in Cagli (PU), Italy</font></p></h3>
<h3><p> <font size="5">from September 27 to September 29, 2019.</font></p></h3>
<h3><p> <font size="5">Inaugural Concert - 26 September 2019 - 9:15 pm</font></p></h3>
<p>The ICSC is an artistic and academic event where members of the international Csound community meet for three days of concerts, paper presentations, keynote talks and round tables. </p>
<div class="col-sm-12">
<h1><p class="ex3"> <font size="4">Organizing Committee</font></p></h1>
<p>+ Theater Academy of Cagli</p>
<p>+ Institution for the Cagli Municipal Theater</p>
<p>+ Cagli Municipality</p>
<h1><p class="ex3"> <font size="4">Organization Team</font></p></h1>
<p>+ Anthony Di Furia</p>
<p>+ Enrico Francioni</p>
<p>+ Eugenio Giordani</p>
<p>+ Laura Muncaciu </p>
<p>+ Alessandro Petrolati</p>
</div>
</section>
<section id="keynotes" class="site-padding">
<div class="container">
<div class="row">
<div class="title">
<hr>
<h1><p> <font size="5">Keynotes ICSC2019</font></p></h1>
<div class="col-sm-3">
<p><img class="circolare" src="img/keynotes/oyvind.jpg"/></p>
</div>
<div class="col-sm-3">
<h1><p class="ex4"> <font size="2">Øyvind BRANDTSEGG</font></p></h1>
<p align="center"> <font size="2"></font></p>
<p>Norwegian University of Technology and Science, Norway</p>
</div>
<div class="col-sm-6">
<h1><p class="ex4"> <font size="2">Abstract - "21 years of live performance and installations with Csound"
- How Csound has always been there for me </font></p></h1>
<p> <font size="2"></font></p>
<p>I started using Csound in the late 1990's, when it was just getting possible to use it in realtime. I had some musical desires that prompted me to look into it, even if the learning curve was pretty steep at the time. In the beginning I would combine Csound with hardware synthesizers and samplers, and also used Max to interface with external sensors and overall control. Over the years, as the available processing power increased and Csound developed, it was possible to build a live setup based exclusively on Csound. With the advent of the Csound API it was easier to interface to other languages and technologies. This opened possibilities for writing a realtime algorithmic composition system for use in live performance and sound art installations. Building an audio system for installations running several years required some extra attention to issues of stability and maintenance. As these systems became more complex, the need for modularization grew stronger. Some of the tasks involved could also be identified as being of a more general nature, allowing integration with off-the-shelf tools. This again enhancing Csound's strong points as a development tool for customized audio processing. Isolating the components that actually need to be new, implementing them as opcodes or instruments.
The talk will be illustrated with projects done in Csound over the last 21 years, including recent efforts into crossadaptive processing and live convolution. </p>
</div>
<div class="col-sm-3">
<p><img class="circolare" src="img/keynotes/Boulanger.png"/></p>
</div>
<div class="col-sm-3">
<h1><p class="ex4"> <font size="2">Richard BOULANGER</font></p></h1>
<p> <font size="2"></font></p>
<p>Professor of Electronic Production and Design Berklee College of Music
Boston Massachusetts, USA</p>
</div>
<div class="col-sm-6">
<h1><p class="ex4"> <font size="2">Abstract - Dedicating My Musical Life to the Mastery of a Virtual Instrument – Csound </font></p></h1>
<p> <font size="2"></font></p>
<p> <font size="2">In memory of a brilliant, passionate, and truly gifted young csounder – Shengzheng Zhang (a.k.a. John Towse)</font></p>
<p>I am truly honored to have been invited to present one of the keynote addresses at The 5th International Csound Conference - ICSC 2019 in Cagli (Pesaro-Urbino) Italy. Thank you so very much for this wonderful invitation to share some of my more recent thoughts, to perform some of my newest music, and most importantly, to publicly express my gratitude to so many, here at this conference, and in the international Csound community, whose instruments, code, research, and music have been constant sources of inspiration. And it is just these many “sources of inspiration” that are brought to mind in today’s keynote, especially the beautiful instruments and music of my student Shengzheng Zhang (a.k.a. John Towse), in whose memory this keynote is humbly dedicated. </p>
</div>
<div class="col-sm-3">
<p><img class="circolare" src="img/keynotes/leonardo.jpg"/></p>
</div>
<div class="col-sm-3">
<h1><p class="ex4"> <font size="2">Leonardo GABRIELLI</font></p></h1>
<p> <font size="2"></font></p>
<p>Università Politecnica delle Marche, Italy</p>
</div>
<div class="col-sm-6">
<h1><p class="ex4"> <font size="2">Abstract - From Le Marche to MARS: a journey through accordions, synthesizers and computer music</font></p></h1>
<p> <font size="2"></font></p>
<p>The region where ICSC 2019 takes place, Le Marche, is known worldwide for its long tradition of musical instruments manufacturing, which dates back to 1863, when - according to the tradition - Paolo Soprani built his first accordion. Since then, however, electronic pioneers and DSP developers have joined traditional accordion craftsmen to cyclically renew the industry, in the effort to keep up with global standards.
In 1988, the Bontempi-Farfisa group founded the IRIS lab, led by Giuseppe di Giugno and run by several outstanding developers and computer music researchers. The MARS workstation was one of its most prominent outcomes, and it was employed for several computer music works of the 1900s. It was programmed using ARES, a rich computer music platform based on graphical patching.
All this material and history is now coming back to light after the accidental discovery of machines and documents long forgotten in an abandoned factory. After reactivating and restoring computers and their software, thanks to the effort of the Acusmatiq-MATME association, we are now able to run ARES and its patches. This software will be described and linked to other existing computer music languages, including CSound and Max. The talk includes footages and documents produced by the Acusmatiq-MATME association.</p>
</div>
<div class="col-sm-3">
<p><img class="circolare" src="img/keynotes/joachim.jpg"/></p>
</div>
<div class="col-sm-3">
<h1><p class="ex4"> <font size="2">Joachim HEINTZ</font></p></h1>
<p> <font size="2"></font></p>
<p>HMTM Hannover, Germany
Head of Electronic Studio FMSBW </p>
</div>
<div class="col-sm-6">
<h1><p class="ex4"> <font size="2">Abstract - Learning Csound, Learning Music</font></p></h1>
<p> <font size="2"></font></p>
<p>
<p> <font size="2"></font></p>
Whatever music be, it is based on listening. Composing can be considered
as listening to sounds and investigating their tendencies. Can learning
Csound be considered as learning music by learning to listen? And how
well is Csound suitet to materialize the composer's ideas about sounds
and structures? The keynote will float around these questions —
certainly not with a final answer at its end, but hopefully with some
inspirations for the listeners.</p>
</div>
<div class="col-sm-3">
<p><img class="circolare" src="img/keynotes/Lazzarini.jpg"/></p>
</div>
<div class="col-sm-3">
<h1><p class="ex4"> <font size="2">Victor LAZZARINI</font></p></h1>
<p> <font size="2"></font></p>
<p>Professor of Music,
Maynooth University, Ireland</p>
</div>
<div class="col-sm-6">
<h1><p class="ex4"> <font size="2">Abstract - Csound - Notes on an Ecosystem</font></p></h1>
<p> <font size="2"></font></p>
<p>This talk discusses Csound as a sound and music computing system at the centre of an
ecosystem of applications. For about fifteen years now, the software has developed a
formidable array of connections to other programs, at various levels of user interaction,
from high to low. Since its first release, Csound has provided an ideal studio platform for
research and production, providing means for extensions and connections to other
systems. In time, this ecosystem was widened as part of a calculated development
strategy that placed Csound at the centre of a variety of applications. In this talk, we
will explore the Csound ecosystem, with some illustrated examples. As part of this,
we will also evaluate critically these developments, proposing some thoughts for
the road ahead towards Csound 7.</p>
</div>
<div class="col-sm-3">
<p><img class="circolare" src="img/keynotes/Yi.jpg"/></p>
</div>
<div class="col-sm-3">
<h1><p class="ex4"> <font size="2">Steven YI</font></p></h1>
<p> <font size="2"></font></p>
<p>Assistant Professor, Interactive Games and Media
Ronchester Institute of Technology, USA</p>
</div>
<div class="col-sm-6">
<h1><p class="ex4"> <font size="2">Abstract - Tomorrow's Csound</font></p></h1>
<p> <font size="2"></font></p>
<p>
What might Csound look like in the future and how do we get there? In this talk, I will assess the state of Csound today, both the good and the bad, and propose a roadmap to guide us through the next generations of Csound.
</p>
</div>
</section>
<!-- About Section -->
<!-- Feature Section -->
<section id="features" class="service-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title">
</div>
</div>
</div>
</div>
<!-- feature-work -->
<section id="feature-work" class="feature-work">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title">
<p class="ex3"> <font size="1"></font></p>
<h1><p class="ex3"> <font size="4"></font></p></h1>
<hr>
<h3>Fees and registration</h3>
<p><font size="4"><b>The registrations is obligatory for all participants, except for keynote, authors, composers and musicians who has been accepted to the fifth ICSC conference</b></font></p>
<br><h4><font size="4"><a href="https://www.eventbrite.com/e/icsc-2019-international-csound-conference-tickets-60825155678"><p><font color="red">Register now through the Eventbrite.</font></p> </a></font></h4>
</div>
</div>
</div>
</div>
<!-- feature-work -->
<!--<section class="timeline" id="timeline">
<div class="timeline">
<div class="col-sm-12">
<div class="container2 left">
<div class="content">
<h2>2017</h2>
<p>Lorem ipsum..</p>
</div>
</div>
<div class="container2 right">
<div class="content">
<h2>2016</h2>
<p>Lorem ipsum..</p>
</div>
</div>
</div>
</div> -->
<!-- Pricing --->
<section class="pricing" id="pricing">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title">
<hr>
<h3>Location</h3>
<p>Cagli Theater</p>
<p>Piazza Papa Niccolò IV, 61043 Cagli PU</p>
<h4><a href="https://en.wikipedia.org/wiki/Cagli"><p><font color="red">Cagli - Wikipedia</font></p> </a></h4>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d370197.75639674976!2d12.69036486717721!3d43.540732873778886!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x132de655d00cd2ab%3A0x56f4bbbb0efbdbcd!2sTeatro+Comunale!5e0!3m2!1sen!2sit!4v1536519641152" width=100% height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<p class="ex3"> <font size="4"></font></p>
<div class="col-sm-8">
<p class="ex3"> <font size="5">Travel to Cagli</font></p>
<hr>
<div class="col-sm-6">
<p class="ex3"> <font size="4">Fly: 🛬</font></p>
<h4><a href="http://www.marcheairport.com/en"><p><font color="red">Marche’s Airport Falconara (93 km)</font></p> </a></h4>
<h4><a href="https://www.bologna-airport.it/en/welcome-to-bologna-airport/?idC=62175#departing_from_bologna"><p><font color="red">Guglielmo Marconi’s Airport Bologna (200 km)</font></p> </a></h4>
<h4><a href="http://www.adr.it/web/aeroporti-di-roma-en-/pax-fco-fiumicino"><p><font color="red">Fiumicino’s Airport Rome (250 km)</font></p> </a></h4>
<h4><a href="http://www.adr.it/web/aeroporti-di-roma-en-/pax-cia-ciampino"><p><font color="red">Ciampino’s Airport Rome (250 km)</font></p> </a></h4>
<p class="ex3"> <font size="4">Train: 🚊</font></p>
<h4><a href="https://www.trenitalia.com/en.html"><p><font color="red">Trenitalia</font></p> </a></h4>
<p>Falconara Marittima ⇨ Fano</p>
<p>every about half hour (trip duration 30 mins)</p>
<p>Roma Termini ⇨ Fossato di Vico</p>
<p>5.45 - 7.40 - 9.30- 11.58 - 13.28 - 15.35 - 15.58 - 17.38 - 18.36 - 21.06</p>
<p>(Trip duration 2.30/3.00 hours)</p>
<p class="ex3"> <font size="4">Car: 🚗</font></p>
<h4><a href="https://www.rentalcars.com"><p><font color="red">Car hire</font></p> </a></h4>
</div>
<div class="col-sm-6">
<p class="ex3"> <font size="4">Bus: 🚌</font></p>
<h4><a href="http://www.adriabus.eu"><p><font color="red">Adria Bus</font></p> </a></h4>
<h4><a href="http://www.adriabus.eu/media/userfiles/files/ORARI%20ESTIVI%20EXTRAURBANI/25%20feriale.pdf"><p><font color="red">Line 25</font></p> </a></h4>
<p>Fano ⇨ Cagli</p>
<p>Monday/Saturday at ’30 every hour starting from 5.30 am to 19.30 pm</p>
<p>Line 25 (to Urbino) YOU MUST CHANGE BUS in CALMAZZO and take the Line 24 (Cantiano) to Cagli
</p>
<h4><a href="http://www.adriabus.eu/media/userfiles/files/ORARI%20ESTIVI%20EXTRAURBANI/24.pdf"><p><font color="red">Line 24</font></p> </a></h4>
<p>Cagli ⇨ Fano</p>
<p>Monday/Saturday at ’55 every hour starting from 5.55 am to 19.55 pm</p>
<p>Line 24 (to Calmazzo) + Line 25 to Fano</p>
<p>Rome Tiburtina ⇨ Cagli</p>
<p>Monday/Saturday at 16.00 pm</p>
<p>Sunday and Holidays at 17.00 pm</p>
<p>Cagli ⇨ Rome Tiburtina</p>
<p>Monday/Saturday at 7.05 am</p>
<p>Sunday and Holidays at 7.55 am</p>
</div>
</div>
<div class="col-sm-4">
<p class="ex3"> <font size="5">Travel suggestions</font></p>
<hr>
</div>
<div class="col-sm-4">
<p class="ex3"> <font size="4">Trip 1:</font></p>
<p>Fly: 🛬 Marche’s Airport Falconara (93 km)</p>
<p>Train: 🚊 Falconara ⇨ Fano</p>
<p>Bus: 🚌 Fano ⇨ Cagli</p>
<p class="ex3"> <font size="4">Trip 2:</font></p>
<p>Fly: 🛬 Guglielmo Marconi’s Airport Bologna (200 km)</p>
<p>Train: 🚊 Bologna ⇨ Fano (Pesaro)</p>
<p>Bus: 🚌 Fano ⇨ Cagli</p>
<p class="ex3"> <font size="4">Trip 3:</font></p>
<p>Fly: 🛬 Fiumicino’s Airport Rome (250 km)</p>
<p>Fly: 🛬 Ciampino’s Airport Rome (250 km)</p>
<p>Bus: 🚌 Rome Tiburtina ⇨ Cagli (direct bus-line to Cagli)</p>
<p class="ex3"> <font size="4">Trip 4:</font></p>
<p>Fly: 🛬 Bologna/Florence/Venice Airports</p>
<p> 🚐 Shuttle Italy Airport</p>
<h4><a href="https://www.shuttleitalyairport.it"><p><font color="red">Info and Ticket</font></p> </a></h4>
<p>Bus: 🚌 Urbino Santa Lucia</p>
<p>Bus: 🚌 Urbino ⇨ Cagli</p>
</div>
</div>
</div>
</div>
<h1><p class="ex3"> <font size="4"></font></p></h1>
<p class="ex1"><font size="5"><a href="./accomodation/AccomodationICSC2019.pdf">🛌 Accomodation in Cagli</a></font></p>
<p class="ex1"><font size="5"><a href="http://www.ristorantelagioconda.it">🍽 Suggested Restaurant in Cagli</a></font></p>
</div>
<!-- Pricing --->
<!--FAQ-->
<section id="faq">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title">
<!--<h3>Sponsors</h3>-->
<hr>
</div>
<!-- Foto sponsor -->
<!--<div class="col-sm-1">
<div class="single-blog">
</div>
</div>-->
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-4">
<div class="single-blog">
<!--<img src="img/Accademia.jpg" alt="Blog Image" height="60"/>-->
<h4><a href="https://www.facebook.com/MusicResearchCenterMRC/" <p><img src="img/Accademia.jpg" alt="Blog Image" height="300" weight="300"/></p> </a></h4></p> </a></h4>
<!--<p><font color="red">Accademia</font></p>
<p><font color="red">del Teatro di Cagli</font></p>-->
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-4">
<div class="single-blog">
<h4><a href="http://www.teatrodicagli.it/" <p><img src="img/teatro_comunale_cagli.png" alt="Blog Image" height="300" weight="300"/></p> </a></h4></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-4">
<div class="single-blog">
<h4><a href="http://www.comune.cagli.ps.it/" <p><img src="img/comune_cagli.jpg" alt="Blog Image" height="300" weight="300"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://www.apesoft.it/" <p><img src="img/apeSoft.png" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
<!--<h4><a href="apesoft.it"><p><font color="red">apesoft.it</font></p> </a></h4>-->
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://www.piramisgroup.com" <p><img src="img/vodapone2.png" alt="Blog Image" height="160" weight="500"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://www.swansound.it" <p><img src="img/logo_swansound.png" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://www.ristorantelagioconda.it" <p><img src="img/logo_gioconda.png" alt="Blog Image" height="160" weight="160" /></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="https://www.museodelsynth.org/" <p><img src="img/logo_matme.png" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://www.cinabro.me" <p><img src="img/oor.png" alt="Blog Image" height="160" weight="160" /></p> </a></h4>
</div>
</div>
Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="https://www.facebook.com/bellosguardo.cagli" <p><img src="img/ass_culturale.png" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://www.pergolacorinaldo.bcc.it/content" <p><img src="img/LOGO_BCC.png" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="https://www.facebook.com/pages/category/Coffee-Shop/Caffè-Del-Teatro-126703209292/" <p><img src="img/Caffe.jpeg" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="https://www.tripadvisor.it/Hotel_Review-g1005937-d4155464-Reviews-Hotel_Pineta-Cagli_Province_of_Pesaro_and_Urbino_Marche.html" <p><img src="img/pineta.jpg" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://www.unione.catrianerone.pu.it" <p><img src="img/Unione_Montana.png" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="https://www.unipolsai.it" <p><img src="img/unipol.jpeg" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://www.conservatoriorossini.it" <p><img src="img/logo_conservatorio.png" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://win.conservatoriorossini.it/conservatorio/strutture_servizi/lems.aspx" <p><img src="img/Logo-LEMS.png" alt="Blog Image" height="160" weight="160" /></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
<!-- Foto sponsor -->
<div class="col-sm-3">
<div class="single-blog">
<h4><a href="http://www.rossinispace.org/" <p><img src="img/Logo_Space.png" alt="Blog Image" height="160" weight="160"/></p> </a></h4>
</div>
</div>
<!-- Foto sponsor -->
</div>
</div>
</div>
<!--FAQ-->
<!-- Contact -->
<section id="contact-us">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title">
<hr>
<h3>Contact Us
<script type="text/javascript">
document.write("<a href=\"mail" + "to:" + new Array("icsc2019","apesoft.it").join("@") + "\">" + new Array("info ICSC2019").join("@") + "</" + "a>");
</script>
</h3>
</div>
</div>
</div>
</div>
<!--
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14608.272959726353!2d90.38896245!3d23.744945849999997!3m2!1i1024!2i768!4f13.1!4m3!3e1!4m0!4m0!5e0!3m2!1sen!2sbd!4v1465238371126" width="100%" height="600" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
-->
<!-- Copyright -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copy-text">
<!--<p>All Rights Reserved | Copyright 2016 © <strong><a href="http://www.pfind.com/goodies/bizium/">The Bizium</a></strong> template by <strong><a href="http://www.pfind.com/goodies/">pFind's Goodies</a></strong></p>-->
<p> ICSC 5TH INTERNATIONAL
CSOUND CONFERENCE 27-28-29 SEPTEMBER 2019 CAGLI (PESARO-URBINO) ITALY</p>
</div>
</div>
<div class="col-sm-12">
<div class="social">
<ul>
<li><a href="https://www.facebook.com/icsc2019conference/?modal=composer¬if_id=1555587142255223¬if_t=aymt_upsell_tip"><i class="fa fa-facebook"></i></a></li>
<!--<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
-->
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mousewheel-3.0.6.pack.js"></script>
<script src="js/paralax.js"></script>
<script src="js/jquery.smooth-scroll.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('a[href^="#"]').on('click',function (e) {
e.preventDefault();
var target = this.hash;
var $target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top
}, 900, 'swing');
});
});
</script>
<script src="js/custom.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>