-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmyreferences.bib
1319 lines (1211 loc) · 43.5 KB
/
myreferences.bib
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
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{wrigley2013ecological,
title={Ecological development and validation of a music performance rating scale for five instrument families},
author={Wrigley, William J and Emmerson, Stephen B},
journal={Psychology of Music},
volume={41},
number={1},
pages={97--118},
year={2013},
publisher={SAGE Publications Sage UK: London, England}
}
@book{nelson2009foundations,
title={Foundations of Music},
author={Nelson, Robert and Christensen, Carl},
year={2009},
publisher={Cengage Learning, Inc.}
}
@book{miller2005complete,
title={The complete idiot's guide to music theory},
author={Miller, Michael},
year={2005},
publisher={Penguin}
}
@book{turetsky1984lisp,
title={LISP: a gentle introduction to symbolic computation},
author={Turetsky, D},
year={1984},
publisher={Harper \& Row Publishers, Inc.}
}
@techreport{read1964music,
title={Music notation: a manual of modern practice},
author={Read, Gardner},
year={1964}
}
@book{meyer1996style,
title={Style and music: Theory, history, and ideology},
author={Meyer, Leonard B},
year={1996},
publisher={University of Chicago Press}
}
@book{burrows1999read,
title={How to read music: reading music made simple},
author={Burrows, Terry},
year={1999},
publisher={Macmillan}
}
@book{rivadelo1986fundamentals,
title={Fundamentals of Music},
author={Rivadelo, Rosita F},
year={1986},
publisher={National Book Store}
}
@inproceedings{willoughby1971comprehensive,
title={Comprehensive Musicianship and Undergraduate Music Curricula.},
author={Willoughby, David},
year={1971},
organization={ERIC}
}
@article{collins2005synthesis,
title={A synthesis process model of creative thinking in music composition},
author={Collins, David},
journal={Psychology of music},
volume={33},
number={2},
pages={193--216},
year={2005},
publisher={Sage Publications Sage CA: Thousand Oaks, CA}
}
@article{article,
author = {Maloney, John and Resnick, Mitchel and Rusk, Natalie and Silverman, Brian and Eastmond, Evelyn},
year = {2010},
month = {11},
pages = {16},
title = {The Scratch Programming Language and Environment},
volume = {10},
journal = {ACM Transactions on Computing Education (TOCE)},
doi = {10.1145/1868358.1868363}
}
@article{erol2017effects,
title={The effects of teaching programming with scratch on pre-service information technology teachers' motivation and achievement},
author={Erol, Osman and Kurt, Adile A{\c{s}}k{\i}m},
journal={Computers in Human Behavior},
volume={77},
pages={11--18},
year={2017},
publisher={Elsevier}
}
@article{ouahbi2015learning,
title={Learning basic programming concepts by creating games with scratch programming environment},
author={Ouahbi, Ibrahim and Kaddari, Fatiha and Darhmaoui, Hassane and Elachqar, Abdelrhani and Lahmine, Soufiane},
journal={Procedia-Social and Behavioral Sciences},
volume={191},
pages={1479--1482},
year={2015},
publisher={Elsevier}
}
@inproceedings{davison2007sonification,
title={Sonification Sandbox reconstruction: Software standard for auditory graphs},
author={Davison, Benjamin K and Walker, Bruce N},
year={2007},
organization={Georgia Institute of Technology}
}
@article{gardner1971children,
title={Children's duplication of rhythmic patterns},
author={Gardner, Howard},
journal={Journal of Research in Music Education},
volume={19},
number={3},
pages={355--360},
year={1971},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
@inproceedings{taheri2016social,
title={Social Robots and Teaching Music to Autistic Children: Myth or Reality?},
author={Taheri, Alireza and Meghdari, Ali and Alemi, Minoo and Pouretemad, Hamidreza and Poorgoldooz, Pegah and Roohbakhsh, Maryam},
booktitle={International Conference on Social Robotics},
pages={541--550},
year={2016},
organization={Springer}
}
@article{martin1999social,
title={Social cognition on the playground: Children's beliefs about playing with girls versus boys and their relations to sex segregated play},
author={Martin, Carol Lynn and Fabes, Richard A and Evans, Stephanie M and Wyman, Heidi},
journal={Journal of Social and Personal Relationships},
volume={16},
number={6},
pages={751--771},
year={1999},
publisher={Sage Publications Sage CA: Thousand Oaks, CA}
}
@article{inal2007flow,
title={Flow experiences of children in an interactive social game environment},
author={Inal, Yavuz and Cagiltay, Kursat},
journal={British Journal of Educational Technology},
volume={38},
number={3},
pages={455--464},
year={2007},
publisher={Wiley Online Library}
}
@article{ouahbi2015learning,
title={Learning basic programming concepts by creating games with scratch programming environment},
author={Ouahbi, Ibrahim and Kaddari, Fatiha and Darhmaoui, Hassane and Elachqar, Abdelrhani and Lahmine, Soufiane},
journal={Procedia-Social and Behavioral Sciences},
volume={191},
pages={1479--1482},
year={2015},
publisher={Elsevier}
}
@article{kaleliouglu2014effects,
title={The Effects of Teaching Programming via Scratch on Problem Solving Skills: A Discussion from Learners' Perspective.},
author={Kalelio{\u{g}}lu, Filiz and G{\"u}lbahar, Yasemin},
journal={Informatics in Education},
volume={13},
number={1},
year={2014}
}
@article{maloney2010scratch,
title={The scratch programming language and environment},
author={Maloney, John and Resnick, Mitchel and Rusk, Natalie and Silverman, Brian and Eastmond, Evelyn},
journal={ACM Transactions on Computing Education (TOCE)},
volume={10},
number={4},
pages={16},
year={2010},
publisher={ACM}
}
@article{resnick2009scratch,
title={Scratch: Programming for all.},
author={Resnick, Mitchel and Maloney, John and Monroy-Hern{\'a}ndez, Andr{\'e}s and Rusk, Natalie and Eastmond, Evelyn and Brennan, Karen and Millner, Amon and Rosenbaum, Eric and Silver, Jay S and Silverman, Brian and others},
journal={Commun. Acm},
volume={52},
number={11},
pages={60--67},
year={2009}
}
@misc{mit:Scratch,
title={Scratch - About},
url={https://scratch.mit.edu/about},
journal={Scratch - Imagine, Program, Share},
organization ={Lifelong Kindergarten Group at the MIT Media Lab},
year ={2018}
}
@article{papadakis2017mobile,
title={Mobile educational applications for children: what educators and parents need to know},
author={Papadakis, Stamatios and Kalogiannakis, Michail},
journal={International Journal of Mobile Learning and Organisation},
volume={11},
number={3},
pages={256--277},
year={2017},
publisher={Inderscience Publishers (IEL)}
}
@article{cohen2011young,
title={Young children, apps \& iPad},
author={Cohen, Michael and Hadley, M and Frank, M},
journal={US Department of Education Ready to Learn Program},
volume={200},
pages={5--10},
year={2011}
}
@inproceedings{andre2010otomushi,
title={OtoMushi: touching sound},
author={Andre, Alexis},
booktitle={ACM SIGGRAPH ASIA 2010 Sketches},
pages={33},
year={2010},
organization={ACM}
}
@inproceedings{walker2003sonification,
title={Sonification Sandbox: A graphical toolkit for auditory graphs},
author={Walker, Bruce N and Cothran, Joshua T},
year={2003},
booktitle={Proceedings of the 9th International Conference on Auditory Display (ICAD)},
organization={Georgia Institute of Technology}
}
@article{nodalo2019building,
title={On Building Design Guidelines For An Interactive Machine Learning Sandbox Application},
author={Nodalo, Giselle and Santiago III, Jose Ma and Valenzuela, Jolene and Deja, Jordan Aiko},
year={2016}
}
@inproceedings{prevelakis2001sandboxing,
title={Sandboxing Applications.},
author={Prevelakis, Vassilis and Spinellis, Diomidis},
booktitle={USENIX Annual Technical Conference, FREENIX Track},
pages={119--126},
year={2001}
}
@inproceedings{goldberg1996secure,
title={A secure environment for untrusted helper applications: Confining the wily hacker},
author={Goldberg, Ian and Wagner, David and Thomas, Randi and Brewer, Eric A and others},
booktitle={Proceedings of the 6th conference on USENIX Security Symposium, Focusing on Applications of Cryptography},
volume={6},
pages={1--1},
year={1996}
}
@article{zaranis2013using,
title={Using mobile devices for teaching realistic mathematics in kindergarten education},
author={Zaranis, Nicholas and Kalogiannakis, Michail and Papadakis, Stamatios},
journal={Creative Education},
volume={4},
number={7},
pages={1--10},
year={2013},
publisher={Scientific Research Publishing}
}
@inproceedings{weinberg2000musical,
title={The Musical Fireflies-learning about mathematical patterns in music through expression and play},
author={Weinberg, Gili and Lackner, T and Jay, Jason},
booktitle={Proceedings of the 2000 Colloquium on Musical Informatics},
pages={146--149},
year={2000},
organization={Citeseer}
}
@article{kearney2005playing,
title={Playing in the Sandbox: Developing games for children with disabilities.},
author={Kearney, Paul},
year={2005}
}
@article{mitani2007music,
title={Music recognition, music listening, and word recognition by deaf children with cochlear implants},
author={Mitani, Chisato and Nakata, Takayuki and Trehub, Sandra E and Kanda, Yukihiko and Kumagami, Hidetaka and Takasaki, Kenji and Miyamoto, Ikue and Takahashi, Haruo},
journal={Ear and Hearing},
volume={28},
number={2},
pages={29S--33S},
year={2007},
publisher={LWW}
}
@inproceedings{spreitzenbarth2013mobile,
title={Mobile-sandbox: having a deeper look into android applications},
author={Spreitzenbarth, Michael and Freiling, Felix and Echtler, Florian and Schreck, Thomas and Hoffmann, Johannes},
booktitle={Proceedings of the 28th Annual ACM Symposium on Applied Computing},
pages={1808--1815},
year={2013},
organization={ACM}
}
@inproceedings{blasing2010android,
title={An android application sandbox system for suspicious software detection},
author={Bl{\"a}sing, Thomas and Batyuk, Leonid and Schmidt, Aubrey-Derrick and Camtepe, Seyit Ahmet and Albayrak, Sahin},
booktitle={2010 5th International Conference on Malicious and Unwanted Software},
pages={55--62},
year={2010},
organization={IEEE}
}
@inproceedings{walker2003sonification,
title={Sonification Sandbox: A graphical toolkit for auditory graphs},
author={Walker, Bruce N and Cothran, Joshua T},
year={2003},
organization={Georgia Institute of Technology}
}
@article{mcintire2007developing,
title={Developing Literacy through Music.},
author={McIntire, Jean M},
journal={Teaching Music},
volume={15},
number={1},
pages={44},
year={2007},
publisher={ERIC}
}
@article{Park:2006:DSI,
title = "Discrete Sibson interpolation",
author = "S. W. Park and L. Linsen and O. Kreylos and J. D. Owens and B. Hamann",
journal = "IEEE Transactions on Visualization and Computer Graphics",
volume = "12",
number = "2",
month = mar # "\slash " # apr,
year = "2006",
pages = "243--253",
}
@article{Pellacini:2005:LAH,
author = "Fabio Pellacini and Kiril Vidim{\v{c}}e and Aaron Lefohn
and Alex Mohr and Mark Leone and John Warren",
title = "Lpics: a Hybrid Hardware-Accelerated Relighting
Engine for Computer Cinematography",
year = "2005",
month = aug,
journal = "ACM Transactions on Graphics",
volume = "24",
number = "3",
pages = "464--470",
}
@misc{notes2002,
author = {H. Landis},
title = {Global Illumination in Production},
howpublished = {ACM SIGGRAPH 2002 Course \#16 Notes},
month = {July},
year = {2002}
}
@inproceedings{Jobs95,
author = {Daniel J Jobson and {Zia-ur} Rahman and Glenn A Woodell},
title = {Retinex image processing: Improved fidelity to direct visual
observation},
booktitle = {Proceedings of the IS\&T Fourth Color Imaging Conference: Color
Science, Systems, and Applications},
organization = {The Society for Imaging Science and Technology},
pages = {124--125},
year = {1995},
volume = {4}
}
@inproceedings{fedkiw:2001:VSO,
author = "Ronald Fedkiw and Jos Stam and Henrik Wann Jensen",
title = "Visual Simulation of Smoke",
editor = "Eugene Fiume",
booktitle = "Proceedings of SIGGRAPH 2001",
publisher = "ACM Press / ACM SIGGRAPH",
pages = "15--22",
year = 2001,
organization = "ACM",
series = "Computer Graphics Proceedings, Annual Conference Series"
}
@inproceedings{levoy:2000:TDM,
author = "Marc Levoy and Kari Pulli and Brian Curless and Szymon Rusinkiewicz and David Koller and Lucas Pereira and Matt Ginzton and Sean Anderson and James Davis and Jeremy Ginsberg and Jonathan Shade and Duane Fulk",
title = "The Digital Michelangelo Project",
editor = "Kurt Akeley",
booktitle = "Proceedings of SIGGRAPH 2000",
publisher = "ACM Press / ACM SIGGRAPH",
pages = "131--144",
year = 2000,
address = "New York",
organization = "ACM",
series = "Computer Graphics Proceedings, Annual Conference Series",
keywords = "3D scanning, rangefinding, sensor fusion, range images, mesh generation, reflectance and shading models, graphics systems, cultural heritage",
abstract = "We describe a hardware and software system for digitizing the
shape and color of large fragile objects under non-laboratory conditions.
Our system employs laser triangulation rangefinders, laser
time-of-flight rangefinders, digital still cameras, and a suite of software
for acquiring, aligning, merging, and viewing scanned data.
As a demonstration of this system, we digitized 10 statues by
Michelangelo, including the well-known figure of David, two building
interiors, and all 1,163 extant fragments of the Forma Urbis
Romae, a giant marble map of ancient Rome. Our largest single
dataset is of the David - 2 billion polygons and 7,000 color images.
In this paper,we discuss the challenges we faced in building this
system, the solutions we employed, and the lessons we learned. We
focus in particular on the unusual design of our laser triangulation
scanner and on the algorithms and software we developed for handling
very large scanned models."
}
@article{sako:2001:SSB,
author = "Yusaku Sako and Kikuo Fujimura",
title = "Shape Similarity by Homotropic Deformation",
journal = "The Visual Computer",
volume = 16,
number = 1,
pages = "47--61",
publisher = "Springer-Verlag",
year = 2000,
}
@article{aziz2013children,
title={Children’s interaction with tablet applications: Gestures and interface design},
author={Aziz, Nor Azah Abdul},
journal={Children},
volume={2},
number={3},
pages={447--450},
year={2013}
}
@book{parke:1996:CFA,
author = "Frederic I. Parke and Keith Waters",
title = "Computer Facial Animation",
year = 1996,
publisher = "A. K. Peters",
}
@mastersthesis{yee:2000:SSA,
author = "Yang Li Hector Yee",
title = "Spatiotemporal sensistivity and visual attention for efficient rendering of dynamic environments",
school = "Cornell University",
year = 2000,
}
@phdthesis{kartch:2000:ERA,
author = "Daniel Kartch",
title = "Efficient Rendering and Compression for Full-Parallax Computer-Generated Holographic Stereograms",
school = "Cornell University",
year = 2000,
}
@inproceedings{ghazali2005minds,
title={In the minds of children: Understanding motivation to learn music},
author={Ghazali, Ghaziah Mohd and Alam, Shah},
year={2005},
organization={Universiti Pendidikan Sultan Idris, National Music Education Conference~…}
}
@book{mcpherson2015child,
title={The child as musician: A handbook of musical development},
author={McPherson, Gary E},
year={2015},
publisher={Oxford University Press}
}
@inproceedings{byrd2009studying,
title={Studying Music is Difficult and Important: Challenges of Music Knowledge Representation},
author={Byrd, Donald},
booktitle={Dagstuhl Seminar Proceedings},
year={2009},
organization={Schloss Dagstuhl-Leibniz-Zentrum f{\"u}r Informatik}
}
@article{tong2016design,
title={Design and implementation of music teaching platform in college based on android mobile technology},
author={Tong, Juan},
journal={International Journal of Emerging Technologies in Learning (iJET)},
volume={11},
number={05},
pages={4--9},
year={2016}
}
@article{roschelle2000changing,
title={Changing how and what children learn in school with computer-based technologies},
author={Roschelle, Jeremy M and Pea, Roy D and Hoadley, Christopher M and Gordin, Douglas N and Means, Barbara M},
journal={The future of children},
pages={76--101},
year={2000},
publisher={JSTOR}
}
@article{ghazali2009malaysian,
title={Malaysian children's attitudes towards learning music},
author={Ghazali, Ghaziah Mohd and McPherson, Gary E},
journal={Music Education Research},
volume={11},
number={2},
pages={193--219},
year={2009},
publisher={Taylor \& Francis}
}
@article{arnold1997computer,
title={Computer-aided instruction},
author={Arnold, Douglas N},
journal={Encarta encyclopedia. New Mexico: Microsoft},
year={1997}
}
@inproceedings{zhou2011mogclass,
title={MOGCLASS: evaluation of a collaborative system of mobile devices for classroom music education of young children},
author={Zhou, Yinsheng and Percival, Graham and Wang, Xinxi and Wang, Ye and Zhao, Shengdong},
booktitle={proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages={523--532},
year={2011},
organization={ACM}
}
@article{burton2016music,
title={Music-based iPad app preferences of young children},
author={Burton, Suzanne L and Pearsall, Aimee},
journal={Research Studies in Music Education},
volume={38},
number={1},
pages={75--91},
year={2016},
publisher={SAGE Publications Sage UK: London, England}
}
@article{paule2017music,
title={Music learning in preschool with mobile devices},
author={Paule-Ruiz, MPuerto and {\'A}lvarez-Garc{\'\i}a, V{\'\i}ctor and P{\'e}rez-P{\'e}rez, Juan Ram{\'o}n and {\'A}lvarez-Sierra, Mercedes and Trespalacios-Men{\'e}ndez, F{\'e}lix},
journal={Behaviour \& Information Technology},
volume={36},
number={1},
pages={95--111},
year={2017},
publisher={Taylor \& Francis}
}
@article{hourcade2012multitouch,
title={Multitouch tablet applications and activities to enhance the social skills of children with autism spectrum disorders},
author={Hourcade, Juan Pablo and Bullock-Rest, Natasha E and Hansen, Thomas E},
journal={Personal and ubiquitous computing},
volume={16},
number={2},
pages={157--168},
year={2012},
publisher={Springer-Verlag}
}
@inproceedings{jorgensen2015mobile,
title={A mobile music museum experience for children.},
author={J{\o}rgensen, Mikkel Helleberg and Knudsen, Aske S{\o}nderby and Wilmot, Thomas Michael and Lund, Kasper Duemose and Serafin, Stefania and Purwins, Hendrik},
booktitle={NIME},
pages={36--37},
year={2015}
}
@incollection{chung2017designing,
title={Designing music games and mobile apps for early music learning},
author={Chung, Szu-Ming and Wu, Chun-Tsai},
booktitle={Serious Games and Edutainment Applications},
pages={57--75},
year={2017},
publisher={Springer}
}
@article{barrow2009technology,
title={Technology's edge: The educational benefits of computer-aided instruction},
author={Barrow, Lisa and Markman, Lisa and Rouse, Cecilia Elena},
journal={American Economic Journal: Economic Policy},
volume={1},
number={1},
pages={52--74},
year={2009}
}
@article{may2013public,
title={Public school early childhood music education: Challenges and solutions},
author={May, Brittany Nixon},
journal={General Music Today},
volume={27},
number={1},
pages={40--44},
year={2013},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
@article{putnam2015mnemonics,
title={Mnemonics in education: Current research and applications.},
author={Putnam, Adam L},
journal={Translational Issues in Psychological Science},
volume={1},
number={2},
pages={130},
year={2015},
publisher={Educational Publishing Foundation}
}
@misc{Time-Signature,
title = {Reading Music Lesson #34: Time Signature
},
url = {http://www.musicreadingsavant.com/reading-music-lesson-34-time-signature/},author={Rose, Teresa},
note = {Accessed: 2010-10-24},year={2014}
}
@misc{Bar-Lines,
title = {Musical Punctuation: Bar Lines and Measures
},
url = {https://www.dummies.com/art-center/music/piano/musical-punctuation-bar-lines-and-measures/},author={John Wiley \& Sons , Inc.},
note = {Accessed: 2010-10-24},year={2019}
}
@misc{G-Clef,
title = {4 Common Clefs Often Used in Music
},
url = {https://www.liveabout.com/commonly-used-types-of-clefs-2455921},author={Estrella, Espie},
note = {Accessed: 2019-10-24},year={2019}
}
@misc{BasicNotes2016,
title = {Basic Music Theory - 1st Post - Notes, Rests, and Note Particulars },
url = {http://cathyriso.blogspot.com/2016/08/basic-music-theory-1st-post.html},author={Riso, Cathy},
note = {Accessed: 2019-10-24},year={2016}
}
@misc{DottedNotes2015,
title = {Rhythmic Values and Compound Metre},
url = {https://musictheorysite.wordpress.com/2015/06/page/2/},author={Hobbs, Chloë},
note = {Accessed: 2019-12-14},year={2015}
}
@misc{educationalappstore2017, title={Mussila Music School Review}, url={https://www.educationalappstore.com/app/mussila-music-school}, journal={Educational App Store}, publisher={Educational App Store}, author={EducationalAppStore},year={2017}}
@misc{educationalappstore2015, title={Sesame Street Makes Music Review}, url={https://www.educationalappstore.com/app/sesame-street-makes-music}, journal={Educational App Store}, publisher={Educational App Store}, author={EducationalAppStore},year={2015}}
@article{wang2017104,
title={104. Research on the Application of CAI in Music Education},
author={Wang, Xin},
journal={Revista de la Facultad de Ingenier{'\i}a},
volume={32},
number={15},
year={2017}
}
@inproceedings{baecker1979towards,
title={Towards facilitating graphical interaction: some examples from computer-aided musical composition},
author={Baecker, Ronald and Buxton, William and Reeves, William},
booktitle={Proc. 6th Man Computer Communications Conference},
pages={197--207},
year={1979}
}
@inproceedings{chung2014serious,
title={Serious music game design and testing},
author={Chung, Szu-Ming},
booktitle={International Conference on Serious Games Development and Applications},
pages={119--133},
year={2014},
organization={Springer}
}
@inproceedings{ibharim2014ibuat,
title={iBUAT: Paper Prototyping of Interactive Game Design Authoring Tool for Children},
author={Ibharim, Laili Farhana Md and Yatim, Maizatul Hayati Mohamad},
booktitle={International Conference on Serious Games Development and Applications},
pages={82--92},
year={2014},
organization={Springer}
}
@article{pennycook1985computer,
title={Computer-music interfaces: a survey},
author={Pennycook, Bruce W},
journal={ACM Computing Surveys (CSUR)},
volume={17},
number={2},
pages={267--289},
year={1985},
publisher={ACM}
}
@inproceedings{elahi2017xylotism,
title={“Xylotism”: A Tablet-Based Application to Teach Music to Children with Autism},
author={Elahi, Maryam Tavakol and Korayem, Amin Habibnejad and Shariati, Azadeh and Meghdari, Ali and Alemi, Minoo and Ahmadi, Ehsan and Taheri, Alireza and Heidari, Rozita},
booktitle={International Conference on Social Robotics},
pages={728--738},
year={2017},
organization={Springer}
}
@inproceedings{rekimoto2002smartskin,
title={SmartSkin: an infrastructure for freehand manipulation on interactive surfaces},
author={Rekimoto, Jun},
booktitle={Proceedings of the SIGCHI conference on Human factors in computing systems},
pages={113--120},
year={2002},
organization={ACM}
}
@inbook{inbook,
author = {Dix, Alan and Finlay, Janet and Abowd, Gregory and Beale, Russell},
year = {2004},
month = {01},
pages = {},
title = {Human-Computer Interaction}
}
@article{unehara2005music,
title={Music composition by interaction between human and computer},
author={Unehara, Muneyuki and Onisawa, Takehisa},
journal={New Generation Computing},
volume={23},
number={2},
pages={181--191},
year={2005},
publisher={Springer}
}
@article{porta2007human,
title={Human--Computer input and output techniques: an analysis of current research and promising applications},
author={Porta, Marco},
journal={Artificial Intelligence Review},
volume={28},
number={3},
pages={197--226},
year={2007},
publisher={Springer}
}
@article{aqda2011comparative,
title={The comparative effect of computer-aided instruction and traditional teaching on student’s creativity in math classes},
author={Aqda, Mahnaz Fatemi and Hamidi, Farideh and Rahimi, Mehrak},
journal={Procedia Computer Science},
volume={3},
pages={266--270},
year={2011},
publisher={Elsevier}
}
@article{czaja2007impact,
title={The impact of aging on access to technology},
author={Czaja, Sara J and Lee, Chin Chin},
journal={Universal Access in the Information Society},
volume={5},
number={4},
pages={341},
year={2007},
publisher={Springer}
}
@article{christmann2000comparative,
title={The comparative effectiveness of CAI on collegiate academic performance},
author={Christmann, Edwin P and Badgett, John L},
journal={Journal of Computing in Higher Education},
volume={11},
number={2},
pages={91--103},
year={2000},
publisher={Springer}
}
@article{self1974student,
title={Student models in computer-aided instruction},
author={Self, John A},
journal={International Journal of Man-machine studies},
volume={6},
number={2},
pages={261--276},
year={1974},
publisher={Elsevier}
}
@book{dix2009human,
title={Human-computer interaction},
author={Dix, Alan},
year={2009},
publisher={Springer}
}
@book{baecker2014readings,
title={Readings in Human-Computer Interaction: toward the year 2000},
author={Baecker, Ronald M},
year={2014},
publisher={Elsevier}
}
@article{myers1998brief,
title={A brief history of human computer interaction technology},
author={Myers, Brad A},
journal={interactions},
volume={5},
number={2},
pages={44--54},
year={1998}
}
@inproceedings{gong2009human,
title={Human-computer interaction: The usability test methods and design principles in the human-computer interface design},
author={Gong, Chao},
booktitle={2009 2nd IEEE International Conference on Computer Science and Information Technology},
pages={283--285},
year={2009},
organization={IEEE}
}
@article{kaptelinin1996activity,
title={Activity theory: Implications for human-computer interaction},
author={Kaptelinin, Victor},
journal={Context and consciousness: Activity theory and human-computer interaction},
volume={1},
pages={103--116},
year={1996}
}
@inproceedings{frokjaer2000measuring,
title={Measuring usability: are effectiveness, efficiency, and satisfaction really correlated?},
author={Fr{\o}kj{\ae}r, Erik and Hertzum, Morten and Hornb{\ae}k, Kasper},
booktitle={Proceedings of the SIGCHI conference on Human Factors in Computing Systems},
pages={345--352},
year={2000},
organization={ACM}
}
@article{gruhn2005children,
title={Children need music},
author={Gruhn, Wilfried},
journal={International Journal of Music Education},
volume={23},
number={2},
pages={99--101},
year={2005},
publisher={Sage Publications Sage CA: Thousand Oaks, CA}
}
@book{PreeceRogersSharp15,
abstract = {The book is an ideal resource for learning the interdisciplinary skills needed for interaction design, human-computer interaction, information design, web design and ubiquitous computing. It deals with a broad scope of issues, topics and paradigms that has traditionally been the scope of Human-Computer Interaction (HCI) and Interaction Design (ID). The book covers psychological and social aspects of users, interaction styles, user requirements, design approaches, usability and evaluation, traditional and future interface paradigms and the role of theory in informing design. The topics will be grounded in the design process and the aim is to present relevant issues in an integrated and coherent way, rather than assembling a collection of chapters on individual HCI topics.},
added-at = {2018-02-15T12:27:30.000+0100},
address = {Hoboken, NJ},
author = {Preece, Jennifer and Rogers, Yvonne and Sharp, Helen},
biburl = {https://www.bibsonomy.org/bibtex/25fb280503d5c9970fc504189975c31bf/flint63},
edition = 4,
file = {eBook (aus EPUB):2015/PreeceRogersSharp15.pdf:PDF;Wiley Product page:http\://eu.wiley.com/WileyCDA/WileyTitle/productCd-1119020751.html:URL;Amazon Search inside:http\://www.amazon.de/gp/reader/1119020751/:URL;Related Web Site:http\://www.id-book.com/:URL},
groups = {public},
interhash = {311e8f8eb8d1c0ba7fe0b1c492b95322},
intrahash = {5fb280503d5c9970fc504189975c31bf},
isbn = {978-1-119-02075-2},
keywords = {01821 101 book shelf user interface interaction design intro zzz.hci},
publisher = {Wiley},
timestamp = {2018-04-16T12:39:20.000+0200},
title = {Interaction Design: Beyond Human-Computer Interaction},
username = {flint63},
year = 2015
}
@article{hallam2010power,
title={The power of music: Its impact on the intellectual, social and personal development of children and young people},
author={Hallam, Susan},
journal={International Journal of Music Education},
volume={28},
number={3},
pages={269--289},
year={2010},
publisher={Sage Publications Sage UK: London, England}
}
@article{blair2008user,
title={User interface design principles for interaction design},
author={Blair-Early, Adream and Zender, Mike},
journal={Design Issues},
volume={24},
number={3},
pages={85--107},
year={2008},
publisher={MIT Press}
}
@article{kimball2013visual,
title={Visual design principles: An empirical study of design lore},
author={Kimball, Miles A},
journal={Journal of Technical Writing and Communication},
volume={43},
number={1},
pages={3--41},
year={2013},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
@article{stephanidis2012encyclopedia,
title={The encyclopedia of human-computer interaction},
author={Stephanidis, Constantine},
journal={The encyclopedia of human-computer interaction},
year={2012},
publisher={Interaction Design Foundation}
}
@article{norman1999affordance,
title={Affordance, conventions, and design},
author={Norman, Donald A},
journal={interactions},
volume={6},
number={3},
pages={38--43},
year={1999}
}
@book{williams2015non,
title={The non-designer's design book: Design and typographic principles for the visual novice},
author={Williams, Robin},
year={2015},
publisher={Pearson Education}
}
@article{vcrnvcec2006cognitive,
title={The cognitive and academic benefits of music to children: Facts and fiction},
author={{\v{C}}rn{\v{c}}ec, Rudi and Wilson, Sarah J and Prior, Margot},
journal={Educational Psychology},
volume={26},
number={4},
pages={579--594},
year={2006},
publisher={Taylor \& Francis}
}
@inproceedings{bellamy2011deploying,
title={Deploying CogTool: integrating quantitative usability assessment into real-world software development},
author={Bellamy, Rachel and John, Bonnie and Kogan, Sandra},
booktitle={Proceedings of the 33rd International Conference on Software Engineering},
pages={691--700},
year={2011},
organization={ACM}
}
@article{nielsen1995conduct,
title={How to conduct a heuristic evaluation},
author={Nielsen, Jakob},
journal={Nielsen Norman Group},
volume={1},
pages={1--8},
year={1995}
}
@inproceedings{nielsen1994enhancing,
title={Enhancing the explanatory power of usability heuristics},
author={Nielsen, Jakob},
booktitle={Proceedings of the SIGCHI conference on Human Factors in Computing Systems},
pages={152--158},
year={1994},
organization={ACM}
}
@inproceedings{mackenzie1992extending,
title={Extending Fitts' law to two-dimensional tasks},
author={MacKenzie, I Scott and Buxton, William},
booktitle={Proceedings of the SIGCHI conference on Human factors in computing systems},
pages={219--226},
year={1992},
organization={ACM}
}
@article{mackenzie1992fitts,
title={Fitts' law as a research and design tool in human-computer interaction},
author={MacKenzie, I Scott},
journal={Human-computer interaction},
volume={7},
number={1},
pages={91--139},
year={1992},
publisher={Taylor \& Francis}
}
@article{russell2009me,
title={What me? Teach music to my primary class? Challenges to teaching music in primary schools in five countries},
author={Russell-Bowie, Deirdre},
journal={Music Education Research},
volume={11},
number={1},
pages={23--36},
year={2009},
publisher={Taylor \& Francis}
}
@article{leung2010students,
title={Students’ motivation in studying music: The Hong Kong context},
author={Leung, Bo Wah and McPherson, Gary E},
journal={Research Studies in Music Education},
volume={32},
number={2},
pages={155--168},
year={2010},
publisher={Sage Publications Sage UK: London, England}
}
@inproceedings{read2011nature,
title={The nature of child computer interaction},
author={Read, Janet C and Bekker, Mathilde M},
booktitle={Proceedings of the 25th BCS conference on human-computer interaction},
pages={163--170},
year={2011},
organization={British Computer Society}
}
@article{levinowitz1999importance,
title={The importance of music in early childhood},
author={Levinowitz, Lili M},
journal={Music Educators Journal},
volume={86},
number={1},
pages={17},
year={1999},
publisher={National Association for Music Education}
}
@article{hourcade2015child,
title={Child-computer interaction},
author={Hourcade, Juan Pablo},
journal={Self, Iowa City, Iowa},
year={2015}
}
@article{hourcade2008interaction,