-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreferences.bib
More file actions
2338 lines (2103 loc) · 69.1 KB
/
references.bib
File metadata and controls
2338 lines (2103 loc) · 69.1 KB
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
@incollection{abdi2007mcax,
title={Multiple correspondence analysis},
author={Abdi, Herv{\'e} and Valentin, Dominique},
booktitle={{Encyclopedia of Measurement and Statistics}},
editor={Salkind, Neil},
publisher={Sage},
address={Thousand Oaks, CA},
pages={651--657},
year={2007}
}
@article{adams2003wdcm,
title = {Where does computational media aesthetics fit?},
volume = {10},
doi = {10.1109/MMUL.2003.1195158},
number = {2},
journal = {IEEE Multimedia},
author = {Adams, Brett},
year = {2003},
pages = {18--27},
}
@misc{adobe2021vfac,
author = {Adobe},
year = {2021},
title = {{Visually fading and changing amplitude (16 May 2021)}},
url = {https://helpx.adobe.com/uk/audition/using/visually-fading-changing-amplitude.html},
}
@article{akande2020fepi,
title = {{Film education pedagogy in Nigeria: a nation-specific approach to a non-Western university curriculum}},
author = {Akande, Lani},
year = {2020},
journal = {Film Education Journal},
volume = {3},
number = {1},
pages = {1--12},
doi = {10.14324/FEJ.03.1.01}
}
@book{aldiss1973byst,
title={{Billion Year Spree: The True History of Science Fiction}},
author={Aldiss, Brian Wilson},
year={1973},
publisher={Weidenfeld & Nicholson},
address = {London}
}
@article{allington2016nlta,
author = {Allington, D. and Brouillette, S. and Golumbia, D.},
year = {2016},
title = {{Neoliberal tools (and archives): a political history of digital humanities}},
journal = {{Los Angeles Review of Books}},
date = {2016-05-01},
url = {https://lareviewofbooks.org/article/neoliberal-tools-archives-political-history-digital-humanities/}
}
@article{altman1994snqq,
title = {{Statistics notes: quartiles, quintiles, centiles, and other quantiles}},
volume = {309},
doi = {10.1136/bmj.309.6960.996},
number = {6960},
journal = {BMJ},
author = {Altman, D G and Bland, J M},
year = {1994},
pages = {996--996},
}
@article{altman2009wfsi,
title = {Whither film studies (in a post-film studies world)?},
author = {Altman, Rick},
year = {2009},
journal = {Cinema Journal},
pages = {131--135},
volume = {49},
number = {1},
doi = {10.1353/cj.0.0160}
}
@article{alvarez2019otio,
title = {{On the influence of low-level visual features in film classification}},
volume = {14},
doi = {10.1371/journal.pone.0211406},
number = {2},
urldate = {2022-05-08},
journal = {PLOS ONE},
author = {Álvarez, Federico and Sánchez, Faustino and Hernández-Peñaloza, Gustavo and Jiménez, David and Menéndez, José Manuel and Cisneros, Guillermo},
year = {2019},
pages = {e0211406},
}
@techreport{alvila2014auct,
author = {Alvila, Ricardo},
title = {{A Unified Complexity Theory}},
year = {2014},
url = {https://www.academia.edu/7950283/A_Unified_Complexity_Theory},
}
@book{anderson1996troi,
author = {Anderson, Joseph},
title = {{The Reality of Illusion: An Ecological Approach to Cognitive Film Theory}},
address = {{Carbondale, IL}},
publisher = {Southern Illinois University Press},
year = {1996},
}
@article{arnold2019dval,
title = {{Distant viewing: analyzing large visual corpora}},
author = {Arnold, Taylor and Tilton, Lauren},
year = {2019},
journal = {Digital Scholarship in the Humanities},
pages = {i3--i16},
volume = {34},
number = {Supplement{\_}1},
doi = {10.1093/llc/fqz013}
}
@article{arnold2020dvta,
doi = {10.21105/joss.01800},
year = {2020},
volume = {5},
number = {45},
pages = {1800},
author = {Taylor Arnold and Lauren Tilton},
title = {{Distant Viewing Toolkit: a Python package for the analysis of visual culture}},
journal = {Journal of Open Source Software},
pages = {1--6}
}
@inproceedings{aubert2005aart,
address = {Salzburg, Austria},
title = {{Advene: active reading through hypervideo}},
doi = {10.1145/1083356.1083405},
booktitle = {Proceedings of the sixteenth {ACM} conference on {Hypertext} and hypermedia - {HYPERTEXT} '05},
publisher = {ACM Press},
author = {Aubert, Olivier and Prié, Yannick},
year = {2005},
pages = {235--244},
}
@techreport{ba2012scqs,
author = {{British Academy}},
title = {{Society Counts: Quantitative Skills in the Social Sciences and the Humanities}},
year = {2012},
url = {https://www.thebritishacademy.ac.uk/publications/quantitative-skills-society-counts-social-sciences-humanities/},
}
@article{bae2019tiom,
title = {The impact of movie titles on box office success},
volume = {103},
doi = {10.1016/j.jbusres.2019.06.023},
journal = {Journal of Business Research},
author = {Bae, Giwoong and Kim, Hye-jin},
year = {2019},
pages = {100--109},
}
@article{baird2000tsei,
title = {{The startle effect: implications for spectator cognition and media theory}},
volume = {53},
doi = {10.2307/1213732},
number = {3},
journal = {Film Quarterly},
author = {Baird, Robert},
year = {2000},
pages = {12--24},
}
@Inbook{bakker2004ltra,
author={Bakker, Arthur and Gravemeijer, Koeno P. E.},
editor={Ben-Zvi, Dani and Garfield, Joan},
title={Learning to reason about distribution},
bookTitle={{The Challenge of Developing Statistical Literacy, Reasoning, and Thinking}},
year={2004},
publisher={Springer Netherlands},
address={Dordrecht},
pages={147--168},
doi={10.1007/1-4020-2278-6_7}
}
@article{barr1983bsas,
title={{\textit{Blackmail}: silent and sound}},
author={Barr, Charles},
journal={Sight and Sound},
volume={52},
number={2},
pages={122--126},
year={1983}
}
@article{baveye2018avca,
title = {{Affective video content analysis: a multidisciplinary insight}},
volume = {9},
doi = {10.1109/TAFFC.2017.2661284},
number = {4},
journal = {IEEE Transactions on Affective Computing},
author = {Baveye, Yoann and Chamaret, Christel and Dellandrea, Emmanuel and Chen, Liming},
year = {2018},
pages = {396--409},
}
@techreport{baxter2014nocd,
title = {{Notes on Cinemetric Data Analysis}},
url = {http://www.cinemetrics.lv/dev/Cinemetrics_Book_Baxter.pdf},
author = {Baxter, Mike},
year = {2014}
}
@article{baxter2017ecsi,
title = {{Exploring cutting structure in film, with applications to the films of D. W. Griffith, Mack Sennett, and Charlie Chaplin}},
author = {Baxter, Mike and Khitrova, Daria and Tsivian, Yuri},
year = {2017},
journal = {Digital Scholarship in the Humanities},
volume = {32},
number = {1},
pages = {1--16},
doi = {10.1093/llc/fqv035}
}
@book{bellantoni2005iips,
address = {Burlington, MA},
title = {{If It's Purple, Someone's Gonna Die: The Power of Color in Visual Storytelling}},
publisher = {Focal Press},
author = {Bellantoni, P.},
year = {2005},
}
@article{bender2020ddcf,
title = {{Data-driven creativity for screen production students: developing and testing learning materials involving audience biometrics}},
author = {Bender, Stuart and Sung, Billy},
year = {2020},
journal = {Digital Creativity},
pages = {98--113},
volume = {31},
number = {2},
doi = {10.1080/14626268.2020.1767654}
}
@article{benini2016ssdi,
title = {Shot scale distribution in art films},
volume = {75},
doi = {10.1007/s11042-016-3339-9},
number = {23},
journal = {Multimedia Tools and Applications},
author = {Benini, Sergio and Svanera, Michele and Adami, Nicola and Leonardi, Riccardo and Kovács, András Bálint},
year = {2016},
pages = {16499--16527},
}
@article{benini2022otio,
title = {On the Influence of Shot Scale on Film Mood and Narrative Engagement in Film Viewers},
doi = {10.1109/TAFFC.2019.2939251},
number = {2},
journal = {IEEE Transactions on Affective Computing},
author = {Benini, Sergio and Savardi, Mattia and Balint, Katalin and Kovács, András Bálint and Signoroni, Alberto},
year = {2022},
pages = {592--603},
}
@techreport{bfi2011raps,
author = {{British Film Institute}},
title = {{Research and Policymaking for Film – A Symposium, 26 October 2011: Report of the Day}},
year = {2011},
url = {http://www.bfi.org.uk/sites/bfi.org.uk/files/downloads/bfi-research-and-policymaking-for-film-symposium-2011-10.pdf},
}
@article{bhardwaj2020sosg,
author = {Bhardwaj, Nalin},
title = {{Shadows of stained glass: an analytical look at animated horror}},
journal = {Journal of Geek Studies},
volume = {7},
number = {2},
pages = {61--78},
year = {2020}
}
@article{birett1962fxxx,
author = {Birett, Herbert},
title = {{Filmanalyse}},
journal = {{Filmstudio Kinematographie}},
volume = {1},
year = {1962},
url = {https://kinematographie.de/KINEMA.HTM#fa}
}
@incollection{birett1988affa,
author = {Birett, Herbert},
title = {{Alte filme: filmalter und filmstil. Statistische analyse von stummfilmen}},
editor = {Ledig, Elfriede},
booktitle = {{Der Stummfilm: Konstruktion und Rekonstruktion}},
address = {{München}},
publisher = {{diskurs Film}},
year = {1988},
pages = {69--87}
}
@incollection{birett1993mpas,
author = {Birett, Herbert},
title = {Motion pictures and statistics},
editor = {Keqi, Hao and Hermann, Bluhme and Renzhi, Li},
booktitle = {{Proceedings of the International Conference on Texts and Language Research, Xi’an, 29–31 March 1989}},
address = {{Xi’an}},
publisher = {{Xi’an Jiaotong University Press}},
year = {1993},
pages = {64--69}
}
@incollection{birnbaum2017tppi,
author = {Birnbaum, D. J., and Langmead, A.},
title = {Task-driven programming pedagogy in the digital humanities},
editor = {Fee, S. B. and Holland-Minkley, A. M. and Lombardi, T. E.},
booktitle = {{New Directions for Computing Education}},
address = {{Cham}},
publisher = {Springer International Publishing},
year = {2017},
pages = {63--85}
}
@article{bordwell2002icvs,
title = {{Intensified continuity visual style in contemporary American film}},
volume = {55},
doi = {10.1525/fq.2002.55.3.16},
number = {3},
journal = {Film Quarterly},
author = {Bordwell, David},
year = {2002},
pages = {16--28},
}
@book{bordwell2005ftil,
address = {Berkeley, CA},
title = {{Figures Traced in Light: On Cinematic Staging}},
publisher = {University of California Press},
author = {Bordwell, David},
year = {2005}
}
@incollection{bordwell2005fxxx,
author = {Bordwell, David},
title = {Foreword},
editor = {Anderson, J. D. and Fisher Anderson, B.},
booktitle = {{Moving Image Theory: Ecological Considerations}},
address = {{Carbondale, IL}},
publisher = {Southern Illinois University Press},
year = {2005},
pages = {ix--xii}
}
@misc{bordwell2012tvsm,
author = {Bordwell, David},
title = {{The viewer’s share: models of mind in explaining film}},
year = {2012},
url = {http://www.davidbordwell.net/essays/viewersshare.php},
}
@incollection{bordwell1996ixxx,
author = {Bordwell, David and Carroll, Noel},
title = {Introduction},
editor = {Bordwell, David, and Carroll, Noel},
booktitle = {{Post-theory: Reconstructing Film Studies}},
address = {{Madison, WI}},
publisher = {University of Wisconsin Press},
year = {1996},
pages = {xii--xvii}
}
@conference{brownie2016thfo,
title = {{The Failures of Audio Described Striptease: How visually Impaired Viewers are Deprived Opportunities for Voyeurism}},
author = {Barbara Brownie},
year = {2016},
address = {Christ Church University, Canterbury, United Kingdom},
note = {{MeCCSA 2016 (06-01-2016 - 08-01-2016)}},
}
@book{buckland2006dbss,
address = {London},
title={{Directed by Steven Spielberg: Poetics of the Contemporary Hollywood Blockbuster}},
author={Buckland, Warren},
year={2006},
publisher={Continuum}
}
@book{buckland2002scaf,
title = {{Studying Contemporary American Film: A Guide to Movie Analysis}},
author = {Buckland, Warren and Elsaesser, Thomas},
address = {London},
publsiher = {Arnold},
year={2002}
}
@book{burdick2012dhxx,
title={{Digital Humanities}},
author={Burdick, Anne and Drucker, Johanna and Lunenfeld, Peter and Presner, Todd and Schnapp, Jeffrey},
year={2012},
publisher={{MIT} Press},
address = {Cambridge, {MA}}
}
@article{burghardt2020fava,
author = {Burghardt, M. and Heftberger, A. and Pause, J. and Walkowski, N.-O. and Zeppelzauer, M.},
title = {Film and video analysis in the digital humanities – an interdisciplinary dialog},
journal = {Digital Humanities Quarterly},
volume = {14},
number = {4},
year = {2020},
url = {http://www.digitalhumanities.org/dhq/vol/14/4/000532/000532.html}
}
@inproceedings{burghardt2016bslu,
title={{Beyond shot lengths – using language data and color information as additional parameters for quantitative movie analysis}},
author={Burghardt, Manuel and Kao, Michael and Wolff, Christian},
year={2016},
booktitle = {Digital Humanities 2016: Conference Abstracts},
publisher = {Jagiellonian University \& Pedagogical University, Krak{\'o}w},
pages = {753--755}
}
@inproceedings{Burghardt2018smae,
title = {Scalable MovieBarcodes – An Exploratory Interface for the Analysis of Movies},
booktitle = {{IEEE VIS Workshop on Visualization for the Digital Humanities}},
author = {Manuel Burghardt and Michael Kao and Niels-Oliver Walkowski},
year = {2018},
url = {https://www.researchgate.net/publication/331908023_Scalable_MovieBarcodes_-_An_Exploratory_Interface_for_the_Analysis_of_Movies}
}
@article{burnett2008anla,
title = {{A new look at the concept of style in film: the origins and development of the problem-solution model}},
author = {Burnett, Colin},
year = {2008},
journal = {New Review of Film and Television Studies},
pages = {127--149},
volume = {6},
number = {2},
doi = {10.1080/17400300802098289}
}
@article{byszuk2020tvod,
title={{The voices of \textit{Doctor Who} – how stylometry can be useful in revealing new information about TV series}},
author={Byszuk, Joanna},
journal={DHQ: Digital Humanities Quarterly},
volume={14},
number={4},
year={2020},
url = {http://www.digitalhumanities.org/dhq/vol/14/4/000499/000499.html}
}
@article{carroll1998ffaa,
title = {{Film form: an argument for a functional theory of style in the individual film}},
author = {Carroll, {Noël}},
year = {1998},
journal = {Style},
pages = {385--401},
volume = {32},
number = {3}
}
@book{carroll2003etmi,
author = {Carroll, {Noël}},
title = {{Engaging the Moving Image}},
address = {New Haven, CT},
publisher = {Yale University Press},
year = {2003},
}
@article{chen2016sdxx,
title = {Sound design},
volume = {10},
doi = {10.1080/17508061.2016.1142729},
number = {1},
journal = {Journal of Chinese Cinemas},
author = {Chen, Timmy Chih-Ting},
year = {2016},
pages = {34--37},
}
@article{chen2012ccui,
title = {Characteristic color Use in Different Film Genres},
volume = {30},
doi = {10.2190/EM.30.1.e},
number = {1},
journal = {Empirical Studies of the Arts},
author = {Chen, I-Ping and Wu, Fang-Yi and Lin, Chih-Hsiang},
year = {2012},
pages = {39--57},
}
@inproceedings{chu2017asaf,
address = {New Orleans, LA},
title = {Audio-visual sentiment analysis for learning emotional arcs in movies},
doi = {10.1109/ICDM.2017.100},
booktitle = {{2017 IEEE International Conference on Data Mining (ICDM)}},
publisher = {IEEE},
author = {Chu, Eric and Roy, Deb},
year = {2017},
pages = {829--834},
}
@incollection{clayton2011itla,
author = {Clayton, A. and Klevan, A.},
title = {{Introduction: the language and style of film criticism}},
booktitle = {{The Language and Style of Film Criticism}},
editor = {Clayton, A. and Klevan, A.},
address = {Abingdon},
publisher = {Routledge},
year = {2011},
pages = {1--26}
}
@article{cliff1993dsoa,
title = {{Dominance statistics: ordinal analyses to answer ordinal questions}},
volume = {114},
doi = {10.1037/0033-2909.114.3.494},
number = {3},
journal = {Psychological Bulletin},
author = {Cliff, Norman},
year = {1993},
pages = {494--509},
}
@book{cliff1996omfb,
address = {Mahwah, NJ},
title = {{Ordinal Methods for Behavioral Data Analysis}},
author = {Cliff, Norman},
year = {1996},
publisher = {Lawrence Erlbaum Associates}
}
@misc{cortopassi2006aarm,
author = {Cortopassi, K. A.},
title = {{Automated and Robust Measurement of Signal Features}},
year = {2006},
url = {https://web.archive.org/web/20150428060121/http://www.birds.cornell.edu/brp/research/algorithm/automated-and-robust-measurement-of-signal-features},
}
@article{cutting2016teop,
title = {The evolution of pace in popular movies},
volume = {1},
doi = {10.1186/s41235-016-0029-0},
number = {1},
journal = {Cognitive Research: Principles and Implications},
author = {Cutting, James E.},
year = {2016},
pages = {30},
}
@article{cutting2018tfim,
title = {Temporal fractals in movies and mind},
volume = {3},
doi = {10.1186/s41235-018-0091-x},
number = {1},
journal = {Cognitive Research: Principles and Implications},
author = {Cutting, James E. and DeLong, Jordan E. and Brunick, Kaitlin L.},
year = {2018},
pages = {8},
}
@book{cutting2021moom,
title={{Movies on Our Minds: The Evolution of Cinematic Engagement}},
author={Cutting, James E},
year={2021},
address = {Oxford},
publisher={Oxford University Press},
}
@article{cutting2010aate,
title = {{Attention and the evolution of Hollywood film}},
volume = {21},
doi = {10.1177/0956797610361679},
number = {3},
journal = {Psychological Science},
author = {Cutting, James E. and DeLong, Jordan E. and Nothelfer, Christine E.},
year = {2010},
pages = {432--439},
}
@article{da2019tcca,
title = {The computational case against computational literary studies},
author = {Da, Nan Z.},
year = {2019},
journal = {Critical Inquiry},
pages = {601--639},
volume = {45},
number = {3},
doi = {10.1086/702594}
}
@article{davies1985ucse,
title = {{Unkindest cuts? Some effects of picture editing on recall of television news information}},
volume = {11},
doi = {10.1080/0260741850110202},
number = {2},
journal = {Journal of Educational Television},
author = {Davies, Máire Messenger and Berry, C. and Clifford, B.},
year = {1985},
pages = {85--98},
}
@article{delaney2002csrt,
title = {Comparing several robust tests of stochastic equality with ordinally scaled variables and small to moderate sized samples},
volume = {7},
doi = {10.1037/1082-989X.7.4.485},
number = {4},
journal = {Psychological Methods},
author = {Delaney, Harold D. and Vargha, András},
year = {2002},
pages = {485--503}
}
@article{deldjoo2020rslm,
title = {{Recommender systems leveraging multimedia content}},
volume = {53},
doi = {10.1145/3407190},
number = {5},
journal = {{ACM Computing Surveys}},
author = {Deldjoo, Yashar and Schedl, Markus and Cremonesi, Paolo and Pasi, Gabriella},
year = {2020},
pages = {1--38},
}
@article{delvecchio2020ipih,
title = {{Improving productivity in Hollywood with data science: using emotional arcs of movies to drive product and service innovation in entertainment industries}},
author = {Del Vecchio, Marco and Kharlamov, Alexander and Parry, Glenn and Pogrebna, Ganna},
year = {2020},
journal = {Journal of the Operational Research Society},
pages = {1110--1137},
volume = {72},
number = {5},
doi = {10.1080/01605682.2019.1705194}
}
@incollection{detenber2021tiof,
title = {The influence of form and presentation attributes of traditional media on emotion},
author = {Detenber, Benjamin H and Han, Jingjing and Lang, Annie},
booktitle = {{Routledge International Handbook of Emotions and Media, 2nd edn}},
editor = {D{\"o}veling, Katrin and Konijn, Elly A.},
pages = {147--163},
year = {2021},
publisher = {Routledge},
address = {Abingdon}
}
@article{donoho2017fyod,
title = {50 years of data science},
author = {Donoho, David},
year = {2017},
journal = {Journal of Computational and Graphical Statistics},
pages = {745--766},
volume = {26},
number = {4},
doi = {10.1080/10618600.2017.1384734}
}
@incollection{dorai2002btsg,
address = {{Boston, MA}},
title = {{Bridging the semantic gap in content management systems}},
booktitle = {{Media Computing: Computational Media Aesthetics}},
publisher = {Springer},
author = {Dorai, Chitra and Venkatesh, Svetha},
editor = {Dorai, Chitra and Venkatesh, Svetha},
year = {2002},
pages = {1--9},
}
@article{dreissen2012esex,
title = {Exaggerated startle reactions},
volume = {123},
doi = {10.1016/j.clinph.2011.09.022},
number = {1},
journal = {Clinical Neurophysiology},
author = {Dreissen, Yasmine E.M. and Bakker, Mirte J. and Koelman, Johannes H.T.M. and Tijssen, Marina A.J.},
year = {2012},
pages = {34--44},
}
@incollection{ellis1982ixxx,
author = {Ellis, J. C. and MaCann, R. D.},
title = {Introduction},
editor = {Ellis, J. C. and MaCann, R. D.},
booktitle = {{Cinema Examined: Selections from Cinema Journal}},
address = {{New York, NY}},
publisher = {E. P. Dutton},
year = {1982},
pages = {vii--xiiii}
}
@book{everitt2010tcdo,
author = {Everitt, Brian and Skrondal, Anders},
title = {{The Cambridge Dictionary of Statistics, 4th edn}},
address = {Cambridge},
publisher = {Cambridge University Press},
year = {2010}
}
@book{everitt2011aita,
address = {{New York, NY}},
title = {{An Introduction to Applied Multivariate Analysis with R}},
publisher = {Springer},
author = {Everitt, B. and Hothorn, T.},
year = {2011},
}
@book{fairchild2013camx,
author = {Fairchild, M. D.},
year = {2013},
title = {{Color Appearance Models, 3rd edn}},
address = {Chichester},
publisher = {John Wiley \& Sons}
}
@article{fish2019iyci,
title = {If you count it, they will come},
volume = {12},
number = {2},
journal = {{New York University Journal of Law and Liberty}},
author = {Fish, Stanley},
year = {2019},
pages = {333--351},
}
@article{flaxman2012oofx,
title = {Out of field},
author = {Flaxman, Gregory},
year = {2012},
journal = {Angelaki},
pages = {119--137},
volume = {17},
number = {4},
doi = {10.1080/0969725x.2012.747333}
}
@article{flueckiger2017adha,
author = {Flueckiger, B.},
title = {A digital humanities approach to film colors},
journal = {The Moving Image},
volume = {17},
number = {2},
year = {2017},
pages = {71--94}
}
@article{flueckiger2020maat,
author = {Flueckiger, B. and Halter, G.},
year = {2020},
title = {Methods and advanced tools for the analysis of film colors in digital humanities},
journal = {DHQ: Digital Humanities Quarterly},
volume = {14},
number = {4},
url = {http://www.digitalhumanities.org/dhq/vol/14/4/000500/000500.html}
}
@article{fujita1989sldi,
title = {{Shot length distributions in educational TV programs}},
volume = {2},
journal = {Bulletin of the National Institute of Multimedia Education},
author = {Fujita, K},
year = {1989},
pages = {102--116},
}
@Incollection{gawinecki2021wmag,
author={Gawinecki, Maciej and Szmyd, Wojciech and {\.{Z}}uchowicz, Urszula and Walas, Marcin},
editor={Reyes, Nora and Connor, Richard and Kriege, Nils and Kazempour, Daniyal and Bartolini, Ilaria and Schubert, Erich and Chen, Jian-Jia},
title={What Makes a Good Movie Recommendation? Feature Selection for Content-Based Filtering},
booktitle={{Similarity Search and Applications}},
year={2021},
publisher={Springer International Publishing},
address={Cham},
pages={280--294},
}
@book{gong2007mlfm,
address = {{New York, NY}},
title = {{Machine Learning for Multimedia Content Analysis}},
publisher = {Springer},
author = {Gong, Y. and Xu, W.},
year = {2007},
}
@incollection{goodwin2008tssm,
title={{The STFT, sinusoidal models, and speech modification}},
author={Goodwin, Michael M.},
booktitle={{Springer Handbook of Speech Processing}},
editor = {Benesty, J. and Sondhi, M. M. and Huang, Y.},
pages={229--258},
year={2008},
address = {Berlin},
publisher={Springer}
}
@book{gray2010sssp,
author = {Gray, Jonathon},
title = {{Show Sold Separately: Promos, Spoilers, and Other Media Paratexs}},
address = {New York, NY},
publisher = {New York University Press},
year = {2010}
}
@incollection{greetham2012trtd,
title={The resistance to digital humanities},
author={Greetham, D},
booktitle={{Debates in the Digital Humanities}},
editor = {Gold, M K},
year={2012},
address = {Minneapolis, MN},
publisher = {University of Minnesota Press},
pages = {438--451}
}
@incollection{grieveson2008taam,
address = {{Durham, NC}},
title = {The academy and motion pictures},
booktitle = {{Inventing Film Studies}},
publisher = {Duke University Press},
author = {Grieveson, L. and Wasson, H.},
editor = {Grieveson, L. and Wasson, H.},
year = {2008},
pages = {xi--xxxii},
}
@book{grodal1997mpan,
author = {Grodal, Torben},
title = {{Moving Pictures: A New Theory of Film Genres, Feeling, and Cognition}},
address = {Oxford},
publisger = {Clarendon Press},
year = {1997}
}
@incollection{grodal1999ecan,
address = {Baltimore},
title = {Emotions, cognition, and narrative patterns in film},
booktitle = {{Passionate Views: Film, Cognition, and Emotion}},
publisher = {Johns Hopkins University Press},
author = {Grodal, Torben},
editor = {Plantinga, Carl and Smith, Greg M.},
year = {1999},
pages = {127--145},
}
@incollection{grodal2005ffiv,
address = {Copenhagen},
title = {{Frozen flows in von Trier’s oeuvre}},
booktitle = {{Visual Authorship: Creativity and Intentionality in Media}},
publisher = {Museum Tusculanums Press},
author = {Grodal, Torben },
editor = {Grodal, Torben and Larsen, B. and Laursen, I. T.},
year = {2005},
pages = {129--167},
}
@incollection{grodal2005ixxx,
address = {Copenhagen},
title = {Introduction},
booktitle = {{Visual Authorship: Creativity and Intentionality in Media}},
publisher = {Museum Tusculanums Press},
author = {Grodal, Torben and Larsen, B. and Laursen, I. T.},
editor = {Grodal, Torben and Larsen, B. and Laursen, I. T.},
year = {2005},
pages = {7--14},
}
@incollection{grzybek2014slrr,
author = {Grzybek, Peter and Koch, Veronika},
title = {{Shot length: random or rigid, choice or chance? An analysis of Lev Kule\v{s}ov's \emph{Po zakonu} [By the Law]}},
pages = {169--188},
publisher = {K\"onigshausen \& Neumann},
editor = {Hess-L\"uttich, Ernest W.B.},
booktitle = {Sign Culture. Zeichen Kultur},
year = {2012},
address = {W\"urzburg}
}
@Incollection{guehria2021ovac,
author={Guehria, Sonia and Belleili, Habiba and Azizi, Nabiha and Belhaouari, Samir Brahim},
editor={Abraham, Ajith and Piuri, Vincenzo and Gandhi, Niketa and Siarry, Patrick and Kaklauskas, Arturas and Madureira, Ana},
title={``One vs All'' Classifier Analysis for Multi-label Movie Genre Classification Using Document Embedding},
booktitle={{Intelligent Systems Design and Applications}},
year={2021},
publisher={Springer International Publishing},
address={Cham},
pages={478--487},
}
@article{halter2019vava,
title = {{VIAN: a visual annotation tool for film analysis}},
volume = {38},
doi = {10.1111/cgf.13676},
number = {3},
journal = {Computer Graphics Forum},
author = {Halter, Gaudenz and Ballester‐Ripoll, Rafael and Flueckiger, Barbara and Pajarola, Renato},
year = {2019},
pages = {119--129},
}
@article{hanjalic2005avcr,
title = {Affective video content representation and modeling},
volume = {7},
doi = {10.1109/TMM.2004.840618},
number = {1},
journal = {IEEE Transactions on Multimedia},
author = {Hanjalic, A. and {Li-Qun Xu}},
year = {2005},
pages = {143--154},
}
@inproceedings{hanjalic2006mcam,
address = {San Jose, CA},
title = {{Multimedia content analysis, management and retrieval: trends and challenges}},
doi = {10.1117/12.673788},
author = {Hanjalic, Alan and Sebe, Nicu and Chang, Edward},
booktitle = {{Proceedings Volume 6073, Multimedia Content Analysis, Management, and Retrieval 2006 (17 January 2006)}},
editor = {Chang, Edward Y. and Hanjalic, Alan and Sebe, Nicu},
year = {2006},
pages = {607301},
}
@inproceedings{hasler2003mcin,
address = {Santa Clara, CA},
title = {Measuring colorfulness in natural images},
doi = {10.1117/12.477378},
author = {Hasler, David and Suesstrunk, Sabine E.},
editor = {Rogowitz, Bernice E. and Pappas, Thrasyvoulos N.},
booktitle = {{Proc. IS\&T/SPIE Electronic Imaging 2003: Human Vision and Electronic Imaging VIII (17 June 2003) 5007}},
year = {2003},
pages = {87--95},
}
@article{hawkes1971soss,
title = {Spectra of some self-exciting and mutually exciting point processes},
volume = {58},
doi = {10.1093/biomet/58.1.83},
number = {1},
journal = {Biometrika},
author = {Hawkes, Alan G.},
year = {1971},
pages = {83--90},
}
@article{heft1987tioc,
title = {The influence of cutting rate on the evaluation of affective content of film},
volume = {5},
doi = {10.2190/HDKG-UBXY-XKFB-Y7EE},
number = {1},
journal = {Empirical Studies of the Arts},
author = {Heft, Harry and Blondal, Ragnar},
year = {1987},
pages = {1--14},
}
@book{heftberger2018dhaf,
author = {Heftberger, Adelheid},
title = {{Digital Humanities and Film Studies: Visualising Dziga Vertov's Work}},
year = {2018},
publisher = {Springer},
address = {Cham}
}
@article{heip1998ioda,
title={{Indices of diversity and evenness}},
author={Heip, Carlo H.R. and Herman, Peter M.J. and Soetaert, Karline},
journal={Oceanis},
volume={24},
number={4},
pages={61--87},
year={1998}
}
@article{henry2002jndi,
author = { Ronald C. Henry },
title = {Just-Noticeable Differences in Atmospheric Haze},
journal = {{Journal of the Air \& Waste Management Association}},
volume = {52},
number = {10},
pages = {1238--1243},
year = {2002},
doi = {10.1080/10473289.2002.10470854},
}
@INPROCEEDINGS{hesham2018stag,
author={Hesham, Mohammad and Hani, Bishoy and Fouad, Nour and Amer, Eslam},
booktitle={{2018 First International Workshop on Deep and Representation Learning (IWDRL)}},
title={{Smart trailer: automatic generation of movie trailer using only subtitles}},
year={2018},
pages={26--30},
doi={10.1109/IWDRL.2018.8358211}}
@misc{heylighen1993tpoi,
author= {Heylighen, F. },
title = {The principle of incomplete knowledge},
publisher = {Principia Cybernetica},
year = {1993},
url = {http://pespmc1.vub.ac.be/%5EINCOMKNO.html}
}
@article{hodges1963eolb,
title = {Estimates of location based on rank tests},
volume = {34},
doi = {10.1214/aoms/1177704172},
number = {2},