-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
817 lines (703 loc) · 34.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="This years event will be hosted in Athlone, at the recently established Technological University of the Shannon Midlands campus.">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="ICSC2022 Conference">
<meta itemprop="description" content="This years event will be hosted in Athlone, at the recently established Technological University of the Shannon Midlands campus.">
<meta itemprop="image" content="https://csound.com/icsc2022/img/code.JPG">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://csound.com/icsc2022">
<meta property="og:type" content="website">
<meta property="og:title" content="ICSC2022 Conference">
<meta property="og:description" content="This years event will be hosted in Athlone, at the recently established Technological University of the Shannon Midlands campus.">
<meta property="og:image:" content="https://csound.com/icsc2022/img/code.JPG">
<meta property="og:image:secure_url" content="https://csound.com/icsc2022/img/code.JPG">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ICSC2022 Conference">
<meta name="twitter:description" content="This years event will be hosted in Athlone, at the recently established Technological University of the Shannon Midlands campus.">
<meta name="twitter:image" content="https://csound.com/icsc2022/img/code.JPG">
<title>ICSC2022 Conference</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- icsc2017 styles -->
<link href="css/style.css" rel="stylesheet">
<!-- Montserrat typo -->
<link href="css/fonts.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="img/favicon.ico" />
</head>
<body>
<header>
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://csound.com/"><img class="img-responsive" src="./img/Csound_Logo22.png"
alt="ICSC2022"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="./index.html#about">About</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Program <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./program_list.html">Conference Program</a></li>
<li><a href="./keynotes.html">Keynotes</a></li>
<li><a href="./abstracts.html">Proceedings</a></li>
<li><a href="./workshops.html">Workshops</a></li>
<li><a href="./music.html">Music</a></li>
</ul>
</li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Events <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./concert.html">Pre-conference Concert</a></li>
<li><a href="./concerts.html">Concerts</a></li>
<li><a href="./workshops.html">Workshops</a></li>
<li><a href="./closing_event.html">Closing Event</a></li>
</ul>
</li> -->
<!-- <li><a href="#keynotes">Keynotes</a></li> -->
<li><a href="./index.html#location">Location</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Submit <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./index.html#callforPapers">Papers</a></li>
<li><a href="./index.html#callforMusic">Music</a></li>
<li><a href="./index.html#callforInstallations">Installations</a></li>
<li><a href="./index.html#callforWorkshop">Workshops</a></li>
</ul>
</li>
<li><a href="#dates">Dates</a></li>
<li><a href="#register">Register</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<div class="bgimg-1" id="about">
<!-- <div class="caption">
<span class="border">ICSC2022</span> -->
<div class="caption" style="background-color: rgba(255, 255, 255, 0.5);">
<h1 style="color: #000000;text-transform: uppercase;font-weight: bold;">ICSC 2022 6<sup>th</sup> International
Csound Conference</h1>
<h1 style="color: #000000;text-transform: uppercase;font-weight: bold;">November 4<sup>th</sup> – November
6<sup>th</sup> 2022</h1>
<h1 style="color: #000000;text-transform: uppercase;font-weight: bold;">TUS Midlands, Ireland</h1>
<!-- <span class="border" style="position:relative;background-color:transparent;font-size:55px;color: #f7f7f7;text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;">ICSC2022</span>
<br>
<span class="border" style="position:relative;background-color:transparent;font-size:55px;color: #f7f7f7;text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;">November 4th – November 6th 2022</span>
<br>
<span class="border" style="position:relative;background-color:transparent;font-size:55px;color: #f7f7f7;text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;">TUS Midlands, Ireland</span> -->
</div>
</div>
<div class="content">
<div class="container">
<h3 style="text-align: center;">The 6<sup>th</sup> International Csound Conference – ICSC2022 will take
place in Athlone, Ireland </h3>
<h3 style="text-align: center;">From November 4<sup>th</sup> to November 6<sup>th</sup> 2022</h3>
<br>
<p>We welcome you to come and join us for three days of music, discussions, installations, workshops and more!
</p>
<p>This years event will be hosted in Athlone, at the recently established Technological University of the Shannon
Midlands campus.</p>
<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>
<p>Everyone is cordially invited to submit proposals for papers, music, installations and workshops, or to simply
just come along.</p>
</div>
</div>
<br>
<br>
<div class="content">
<div class="container">
<h3>Organising Committee</h3>
<br>
<ul>
<li>Shane Byrne (Chair)</li>
<br>
<li>Mike O'Dowd</li>
<br>
<li>Duncan Moore</li>
</ul>
</div>
</div>
<div class="content">
<div class="container">
<h3>Paper Review Committee</h3>
<br>
<ul>
<li>Victor Lazzarini</li>
<li>Oeyvind Brandtsegg</li>
<li>Alex Hofmann</li>
<li>Michael Gogins</li>
<li>Luis Jure</li>
<li>Tarmo Johannes</li>
<li>Rory Walsh</li>
</ul>
</div>
</div>
<div class="content">
<div class="container">
<h3>Music Review Committee</h3>
<br>
<ul>
<li>Gordon Delap</li>
<li>Jenn Kirby</li>
<li>Brian Bridges</li>
<li>David Stalling</li>
<li>Eoin Smith</li>
<li>Kerry Hagan</li>
<li>Iain McCurdy</li>
</ul>
</div>
</div>
<br>
<br>
<!-- <div class="bgimg-6" id="keynotes">
<div class="caption">
<span class="border" style="background-color:transparent;font-size:25px;color: #f7f7f7;" id="keynotes">KEYNOTE
SPEAKERS</span>
</div>
</div>
<br> -->
<!-- Keynotes -->
<!-- <div class="content">
<div class="container">
<div>
<div class="col-sm-3">
<h3 style=" text-align:justify">Richard Boulanger</h3>
<img src="img/Richard_Boulanger-Photo3.jpg" , style="width:100%;">
</div>
<div class="col-sm-9" style="padding-top: 5%; padding-bottom: 5%;">
<button type="button" class="collapsible">Biography</button>
<div class="biocontent">
<p>
Dr. Richard Boulanger (a.k.a. “Dr.B”), is a Professor of Electronic Production and Design at the Berklee
College of Music, in Boston.
He holds a Ph.D. in Computer Music from the University of California, San Diego (UCSD) where he worked at
the Center for Music Experiment’s Computer Audio Research Lab (CARL) with Dick Moore, “The Father of
cmusic”.
After UCSD, Boulanger continued his computer music research at The MIT Media Lab, Bell Labs, Stanford's
CCRMA, IBM, Interval Research, and for The One Laptop Per Child Project (OLPC).
Throughout his career, Dr.B. was a close collaborator with "The Father of Csound" - Professor Barry Vercoe
at MIT, and “The Father of Computer Music” - Dr. Max Mathews at Bell Labs, Stanford, and Interval.
For many years, Boulanger and Vercoe worked on Csound at MIT and on the OLPC Project, and Boulanger and
Mathews worked on The Radio Baton, Scanned Synthesis, and Phaser Filters.
Further, Boulanger and Mathews co-wrote papers, gave lectures and workshops, and performed Boulanger’s
compositions together at many Colleges and Universities in the US, and abroad at many of the Bourges and
Audio Art Festivals,
Also, they were featured at many AES, SEAMUS, ICMC and NIME conferences. Boulanger’s ‘open source’
masterpiece, ‘Trapped in Convert”, composed at MIT in the summer of 1979 (in Vercoe’s ‘music11’ language
written in RT11 assembly and running on a DEC PDP11)
and later revised at MIT in 1986 (in Vercoe’s new ‘C’ version of music11, running on a DEC-VAX11780 and
now
called ‘csound’), is considered to be the ‘first’ Csound piece.
As an internationally recognized performing composer, Boulanger has premiered his original interactive
works
at the Kennedy Center, in Washington, DC, at Alice Tully Hall in NYC, and he has appeared on stage
performing his Radio Baton and PowerGlove Concerto with the Newton, Brockton, New Haven, Hamilton,
Stanford,
Krakow and Moscow Symphonies.
</p>
<p>
Born in 1956, Boulanger’s first symphony (for Two Arp 2600’s and the 100+ member Newton Symphony
Orchestra)
was commissioned in 1977 (at the age of 21) by Alan R. Pearlman, (“The Father of the ARP 2600” and the
President and founder of ARP Synthesizers).
Dr. Boulanger has published articles on sound design, production and composition in all the major
electronic
music and music technology magazines in the US - Perspectives of New Music, Electronic Musician, Keyboard.
He has appeared on PBS, NOVA, CBS, The Today Show, and Red Bull TV (With GZA from The Wu-Tang Clan
controlling Csound with his brainwaves).
Boulanger has worked with and performed with BT, Nona Hendrix, and Hank Shocklee (from Public Enemy), and
done Csound-based sound design in several Hollywood Films and TV shows (including some Csound-based vocal
processing of David Bowie for the SONY Film - Stealth).
For MIT Press, Boulanger has authored and edited two canonical computer music textbooks: The Csound Book
and
The Audio Programming Book.
His company, <a href= "https://boulangerlabs.com/" target="_blank">Boulanger Labs,</a> has developed Csound-based iOS apps include csJam, csGrain and csSpectral,
and
for the Leap Motion Controller they developed an app called MUSE and he composed and performed a major
symphonic work built around these apps called: ‘Symphonic Muse’ - featuring soloists from the Boston
Symphony Orchestra.
Boulanger has received many many grants, awards, and honors… most notably, he was a Fulbright Professor at
the Krakow Academy of Music, and at Berklee, where he has been teaching for over 36 years, ‘Dr. B.’ has
been
honored with both the “Faculty of the Year Award” and the “President’s Award.”
</p>
<p>
Boulanger's philosophy is as follows: “For me, music is a medium through which the spiritual essence of
all things is revealed and shared.
Compositionally, I am interested in extending the ‘voice’ of both student and professional performers
through technological means to help them produce a music that connects with the past, lives in the present
and speaks to the future.
Educationally, I am interested in helping my students to recognize, as I have, that Csound is the richest,
most expressive, most versatile, and most powerful ‘instrument’ for their creative explorations,
realizations, and innovations.
Csound itself embraces and preserves the past and points to the future. It is both foundational and
inspirational.
With Csound, one literally stands on the shoulders of giants. Studying, and mastering this incredibly
versatile and malleable ‘instrument’ will
enable today’s most gifted, talented, brilliant, and curious audio artists, visionaries, and dreamers to
create their own unique and truly personal set of musical devices, smart generative systems, new tools,
new sounds, new instruments,
and new ways to play, and with them, to create and communicate with an enlightened, and truly unique
musical voice.”
</p>
</div>
</div>
</div>
</div>
</div>
<br>
<hr>
<div class="content">
<div class="container">
<div>
<div class="col-sm-3">
<h3 style="text-align:justify">Iain McCurdy</h3>
<img src="img/IainMcCurdy.JPG" , style="width:100%;">
</div>
<div class="col-sm-9" style="padding-top: 5%; padding-bottom: 5%;">
<button type="button" class="collapsible">Biography</button>
<div class="biocontent">
<p>
Iain McCurdy is a composer and lecturer originally from Belfast and currently based at Maynooth
University,
Ireland. He has been working with, and contributing to, the Csound project since 1999. His contributions
to
Csound have included working on the FLOSS manual project and contributing to the Springer Csound Book.
He
has
also written a catalogue of over 600 interactive examples for Csound covering many of its capabilities.
This
resource has proved valuable for many learning the program. More recent work has focussed on the popular
Csound front–end, Cabbage.
Since January 2016 Iain has held the position of Lecturer in Music at the University of Maynooth
(National
University of Ireland) where his teaching duties cover composition, electronic music, programming and
research
supervision. He is currently the Director of Music Studios at Maynooth.
As a composer his work has covered the areas of acousmatic, electroacoustic, instrumental, sound
installation
and cross–disciplinary works involving all four. His work with sound installations and alternative
controller
design has drawn in exploration of electronics, sensors and instrument building. Other foci of work are
recording, videography, surround sound, ambisonics and other esoteric microphone technologies.
More information about Iain is available at his website: <a href="http://iainmccurdy.org/" target="_blank"> www.iainmccurdy.org.</a>
</p>
</div>
</div>
</div>
</div>
</div>
<br>
<hr>
<div class="content">
<div class="container">
<div>
<div class="col-sm-3">
<h3 style=" text-align:justify">Rory Walsh</h3>
<img src="img/RoryWalsh_out.jpeg" , style="width:100%;">
</div>
<div class="col-sm-9" style="padding-top: 5%; padding-bottom: 5%;">
<button type="button" class="collapsible">Biography</button>
<div class="biocontent">
<p>
Rory is a graduate of Maynooth University, Ireland, and a lecturer in the Dundalk Institute of
Technology's
School of Computing, Music, and Creative Media.
Since finishing his studies he has collaborated with a diverse range of artists both as a musician and
in
the capacity of audio software developer.
<a href="https://cabbageaudio.com/" target="_blank">His software</a> is being used in many universities around the globe, including Berklee College of Music in
Boston Massachusetts, Trondheim University, and St.Petersburg's University of Telecommunications.
Rory makes extensive use of the Csound host API, and has used it to make Csound accessible within a host
of
audio applications, ranging from digital audio workstations to industry leading audio middleware.
</p>
</div>
</div>
</div>
</div>
</div>
<br>
<br> -->
<div class="bgimg-3" id="location">
<div class="caption">
<span class="border" style="background-color:transparent;font-size:40px;color: #f7f7f7;"
id="location">LOCATION</span>
</div>
</div>
<br>
<br>
<div class="content">
<div style="text-align: center" class="container">
<h3>TUS Midlands</h3>
<h3> University Road,</h3>
<h3> Athlone, </h3>
<h3> Co.Westmeath </h3>
<h3> Ireland</h3>
<h3>N37 HD68</h3>
<br>
<hr>
<br>
<h2>Getting Here</h2>
<h3>From Dublin to Athlone</h3>
<br>
<p>Train to Athlone City from Heuston Station.<a href="https://www.irishrail.ie/" target="_blank"> Irish Rail
website</a></p>
<p>Duration: 1 hour 19 min</p>
<br>
<p>Citylink Bus (763) Direct to TUS campus. <a href="https://www.citylink.ie/" target="_blank"> Citylink website</a></p>
<p>Duration: 1 hour 50 min</p>
<br>
<p>Aircoach Bus to Athlone City. <a href="https://www.aircoach.ie/" target="_blank"> Aircoach website</a></p>
<p>Duration: 1 hour 26 min</p>
<br>
<h3>From Galway to Athlone</h3>
<br>
<p>Train to Athlone City from Galway Train Station.<a href="https://www.irishrail.ie/" target="_blank"> Irish Rail
website</a></p>
<p>Duration: 1 hour 11 min</p>
<br>
<p>Citylink Bus (763) Direct to TUS campus. <a href="https://www.citylink.ie/" target="_blank"> Citylink website</a></p>
<p>Duration: 1 hour 30 min</p>
<br>
<p>Aircoach Bus to Athlone City. <a href="https://www.aircoach.ie/" target="_blank"> Aircoach website</a></p>
<p>Duration: 1 hour 8 min</p>
<br>
<h3>From Athlone to TUS campus</h3>
<br>
<p>A2 from Athlone Train Station.<a
href="https://moovitapp.com/index/en/public_transit-line-A2-Ireland-502-851897-545015-1" target="_blank"> Bus
Route</a></p>
<p>Duration: 35 min</p>
<br>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2854.5545550614315!2d-7.907965909791265!3d53.41905659008645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x485c4932cbe61171%3A0x7c722950a6316f81!2sSoftware%20Research%20Institute!5e1!3m2!1sen!2sie!4v1667516696983!5m2!1sen!2sie"
width="100%" height="450" frameborder="0" style="border:0" allowfullscreen=""></iframe>
</div>
<br>
<br>
<img src="img/engineering_building1.png/engineering_building1.png.001.jpeg" alt="map3" width="100%" height="100%" frameborder="0" style="border:00" allowfullscreen="">
<br>
<br>
<img src="img/ICSC_Engineering building map.001.jpeg" alt="map1" width="100%" height="100%" frameborder="0" style="border:0" allowfullscreen="">
<br>
<br>
<img src="img/ICSC_Engineering building map.002.jpeg" alt="map2" width="100%" height="100%" frameborder="0" style="border:0" allowfullscreen="">
</div>
<br>
<br>
<br>
<!-- Call for Participation -->
<div class="bgimg-2">
<div class="caption">
<span class="border" style="background-color:transparent;font-size:40px;color: #f7f7f7;">CALL FOR
PARTICIPATION</span>
</div>
</div>
<div class="content">
<div class="container">
<br>
<p>We are now accepting submissions of music, papers and workshops covering all topics related to Csound </p>
<p>We are particularly interested in proposals for sound installations, workshops and non duration-specific
sound
works.</p>
<p>There are several acoustically isolated spaces available for such pieces, so please get in touch via email
to
discuss viability.</p>
<br>
</div>
</div>
<div id="callforPapers"></div>
<br>
<br>
<div class="content">
<div class="container">
<h2 style="text-decoration-line: underline;">Call for papers</h2>
<p>Papers are welcome on all topics related to Csound. The list of topics of
interest includes, but is not limited to, the following:
<ul>
<li>Csound as an educational tool</li>
<li>novel sound synthesis and/or processing techniques</li>
<li>new Csound opcodes</li>
<li>new interfaces, front ends and development environments</li>
<li>Csound in real time</li>
<li>Csound on embedded systems</li>
<li>live coding with Csound</li>
<li>Csound in web-based applications</li>
<li>algorithmic composition with Csound</li>
<li>creative and interdisciplinary projects using Csound</li>
</ul>
<br>
<h3>Submissions and guidelines</h3>
<p>All papers are to be submitted through the <a href="https://easychair.org/cfp/ICSC-2022"
target="_blank">EasyChair conference system</a>, and will be peer-reviewed in a double blind process by a
qualified committee.</p>
<p>The maximum paper length is six pages including abstract, figures, tables and eventual references. An
additional seventh page is accepted provided it <i>only</i> includes references.
<p>To guarantee the double blind review process, manuscripts should not include the author names nor
affiliations.
</p>
<h3>Templates</h3>
<p>Manuscripts should be prepared according to the provided template, that also includes more detailed
formatting
guidelines.</p>
<ul>
<li><a href="./ICSC2022_template_latex.zip">LaTeX template and document class file</a>, strongly preferred
</li>
<li><a href="./ICSC2022_template_odt.zip">Open Document Text template and fonts</a>, to be used as a second
choice</li>
</ul>
</ul>
<br>
</div>
</div>
<hr>
<div id="callforMusic"></div>
<br>
<br>
<div class="content">
<div class="container">
<h2 style="text-decoration-line: underline;">Call for Music</h2>
<p>Pieces are welcome in all styles, realised using Csound. All pieces will be reviewed in a double blind
process
by a qualified music committee.</p>
<p>Submissions will be accepted in the following categories:</p>
<ul>
<li>electronic music on fixed medium</li>
<li>live electronics</li>
<li>mixed pieces for instrument(s) and electronics</li>
<li>electronic music with a visual component</li>
</ul>
<p>Two systems will be available for sound diffusion: a stereo 2.1 system, and an octophonic 8.1 system
distributed in a regular octagon.
More details about the 8-channel sound system and loudspeaker layout can be found in this <a
href="./ICSC2022_Octo.pdf">document</a>.</p>
<br>
<h3>Submissions and guidelines</h3>
<p>Everyone is invited to submit more than one piece; however, only
one piece per author will be accepted.
<p>Please note that while the maximum
duration for music submissions is 16 minutes, shorter pieces might have a better chance to
be accepted. Submissions in these categories should be for one of
the two setups described above; other loudspeaker layouts will not be
available.</p>
<p>Pieces including live performance can be programmed only if the
composer(s) provide the necessary performers.</p>
<p>To submit, please send an email to <a href="mailto:[email protected]">[email protected]</a>,
and
set the Subject to the title of your piece.</p>
<p>In the body of the message include a link to a downloadable
compressed archive containing two files:</p>
<ul>
<li>the <a href="./ICSC2022_music_form.pdf">submission form</a>, with all fields appropriately filled;</li>
<li>a lossless compressed recording of the piece in FLAC format. In case of 8-channel pieces, please submit
a
stereo downmix, the multichannel version will be requested in case of acceptance. For submissions in
category
3, the recording should include the instrumental part(s). Submissions of pieces without a fixed version
(live
electronics, interactive pieces, sound installations) should include a recording of an example realization
of
the piece, together with a complete description in the submission form.
</ul>
<p>The compressed archive file can be in any standard format, like .zip, .7-zip, .tar.gz, .tar.bz2, etc.</p>
<p> </p>
</div>
</div>
<hr>
<div id="callforInstallations"></div>
<br>
<br>
<div class="content">
<div class="container">
<h2 style="text-decoration-line: underline;">Call for Installations</h2>
<p>Sound installations and site-specific sound art are welcomed. We have a number of interesting spaces, some
open, some isolated,
which may be suitable for your piece, <a href="mailto:[email protected]">get in touch</a> if you have
specific questions about the available spaces.</p>
<br>
<h3>Submissions and guidelines</h3>
<p>Proposals for sound installations do not have <i>a priori</i>
limitations in duration or sound system required. Their acceptance,
however, will be subject to their feasibility.</p>
<p>To submit, please send an email to <a href="mailto:[email protected]">[email protected]</a>,
and
set the Subject to the title of your piece.</p>
<p>In the email please attach this completed <a href="./ICSC2022_installation_form_master.pdf">submission
form</a>, with all fields appropriately filled.
Please include links to previous work or other supporting material in the section provided in the submission
form. Use permanent links such as Google Drive or Dropbox, not links that will expire such as WeTransfer.
</p>
</div>
</div>
<hr>
<div id="callforWorkshop"></div>
<br>
<br>
<div class="content">
<div class="container">
<h2 style="text-decoration-line: underline;">Call for Workshops</h2>
<p>If you have an idea for a workshop, be it software or hardware-based, we'd love to hear about it.
There are some great facilities available in the Engineering building at TUS that can cater for a range of
workshops, <a href="mailto:[email protected]">get in touch</a> if you have specific questions about
the
facilities.</p>
<br>
<h3>Submissions and guidelines</h3>
<p>Proposals for workshops will be will be subject to their feasibility.</p>
<p>To submit, please send an email to <a href="mailto:[email protected]">[email protected]</a>,
and
set the Subject to the title of your piece.</p>
<p>In the email please attach this completed <a href="./ICSC2022_workshop_form_master.pdf">submission
form</a>,
with all fields appropriately filled.
Please include links to previuos work or other supporting material in the section provided in the submission
form. Use permanent links such as Google Drive or Dropbox, not links that will expire such as WeTransfer.
</p>
<p> </p>
<p>For further inquiries about submissions, please do not hesitate to <a
href="mailto:[email protected]">contact us</a>.</p>
</div>
</div>
<div class="bgimg-4" id="dates">
<div class="caption">
<span class="border" style="background-color:transparent;font-size:40px;color: #f7f7f7;">IMPORTANT
DATES</span>
</div>
</div>
<div class="content">
<div class="container">
<h2>Important dates and deadlines</h2>
<ul>
<li>
<div>Conference: Friday November 4—Sunday November 6</div>
</li>
<li>
<div>Opening Concert: Thursday November 3</div>
</li>
</ul>
<h3>Paper submissions</h3>
<ul>
<li>
<div>April 27: paper submission opens</div>
</li>
<li>
<div><s>July 15:</s> August 19 (23:59): paper submission deadline</div>
</li>
<li>
<div>September 1: paper notification of acceptance</div>
</li>
<li>
<div>October 14: camera–ready submission deadline</div>
</li>
</ul>
<h3>Music, Installation, and Workshop submissions</h3>
<ul>
<li>
<div>April 27: music, installation, and workshop submission opens</div>
</li>
<li>
<div><s>August 5:</s> September 9 (23:59) music, installation, and workshop submission deadline</div>
</li>
<li>
<div>September 16: music, installation, and workshop notification of acceptance</div>
</li>
</li>
</ul>
<h3>Registration</h3>
<ul>
<li>
<div>July 22: registration opens</div>
</li>
<li>
<div>September 2: end of early registration, end of registration for authors</div>
</li>
</ul>
</div>
</div>
<br>
<div class="bgimg-5" id="register">
<div class="caption">
<span class="border" style="background-color:transparent;font-size:40px;color: #f7f7f7;">REGISTRATION</span>
</div>
</div>
<br>
<div class="content">
<div class="container">
<h2 style="text-decoration-line: underline;">Registration</h2>
<p>Attendees registering with student rates will be required to show a valid student ID at the registration desk of the conference to obtain thier badges. Reduced rates are for student attendees only (non-authors).
All authors must pay the relevant registration fee in order to have their papers included in the conference proceedings.
All prices are in Euros.</p>
<p>You can register through the <a href="https://www.eventbrite.com/e/icsc-2022-tickets-389236606167"
target="_blank">Eventbrite page</a> for this event </p>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-8">
<a target="_blank" href="https://www.tus.ie/"><img class="img-responsive center-block tuslogo"
src="./img/TUS-Logo_Bilingual_Reverse-Duotone_RGB-2-e1646755043843.png" alt="TUS"></a>
</div>
<div class="col-xs-4" style="text-align:right;padding-top: 5%;">
<a class="contact" target="_blank" href="mailto:[email protected]">contact</a>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script>
$(window).on('scroll', function () {
if ($(window).scrollTop() >= 0) {
$('header').addClass('fixed');
//$('.page-header').addClass('hide-header');
}
else {
$('header').removeClass('fixed');
//$('.page-header').removeClass('hide-header');
}
});
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function () {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>
</body>
</html>