-
Notifications
You must be signed in to change notification settings - Fork 2
/
abbreviation.bib
1036 lines (982 loc) · 58 KB
/
abbreviation.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
% ----------------------------------------------------
% Editors with a DOI
% ----------------------------------------------------
% Preprints
% arXiv ( 10.48550 )
% @STRING{arxiv = "CoRR"} - this should be like this, but in practice most people write arXiv instead
@STRING{arxiv = "arXiv"}
% Cold Spring Harbor Laboratory ( 10.1101 )
@STRING{biorxiv = "bioRxiv"}
@STRING{medxriv = "medRxiv"}
% techrXiv ( 10.36227 )
@STRING{techrxiv = "TechRxiv"}
% Single journal editors
% jprr ( 10.13176 )
@STRING{jprr = "Journal of Pattern Recognition Research"}
@STRING{ieice = "Institute of Electronics, Information and Communications Engineers (IEICE)"}
@STRING{ieice-t-is = "IEICE Transactions on Information and Systems"}
% aas ( 10.3847 )
@STRING{publisher-aas = "American Astronomical Society"}
@STRING{aj = "The Astronomical Journal"}
% Cambridge University Press ( 10.1017 )
@STRING{publisher-cup = "Cambridge University Press (CUP)"}
@STRING{cup-j-lme = "Journal of Law, Medicine \& Ethics"}
% European Open Science Publishing ( 10.24018 )
@STRING{ejeeces = "European Journal of Electrical Engineering and Computer Science"}
% Informa UK Limited ( 10.1080 ) / Taylor & Francis [now] ( 10.2307 )
@STRING{taylor-j-jcd = "Journal of Control and Decision"}
@STRING{taylor-j-tas = "The American Statistician"}
% Oxford University Press (OUP) ( 10.1111 )
@STRING{publisher-oup = "Oxford University Press (OUP)"}
@STRING{oxford-hcr = "Human Communication Researchr"}
@STRING{oxford-poq = "Public Opinion Quarterly"}
% Society of Visual Informatics ( 10.62527 )
@STRING{publisher-svi = "Society of Visual Informatics"}
@STRING{svi-joiv = "International Journal on Informatics Visualization (JOIV)"}
% SSRN ( 10.2139 )
@STRING{ssrn = "Social Science Research Network"}
% ----------------------------------------------------
% Society for Industrial and Applied Mathematics (SIAM) ( 10.1137 )
@STRING{publisher-siam = "Society for Industrial \& Applied Mathematics (SIAM)"}
% Journals
@STRING{siam-j-is = "SIAM Journal on Imaging Sciences"}
% ----------------------------------------------------
% ACM ( 10.1145 )
% Journals
@STRING{acm-cs = "ACM Computing Surveys"}
@STRING{acm-cacm = "Communications of the ACM"}
@STRING{acm-thri = "ACM Transactions on Human-Robot Interaction"}
@STRING{acm-tist = "ACM Transactions on Intelligent Systems and Technology"}
@STRING{acm-tmcca = "ACM Transactions on Multimedia Computing, Communications, and Applications"}
@STRING{acm-tog = "ACM Transactions on Graphics"}
@STRING{acm-tois = "ACM Transactions on Information Systems"}
% OLD ENTRIES
@STRING{acmcs = "ACM Computing Surveys"}
@STRING{acmtog = "ACM Transactions on Graphics"}
@STRING{acmtois = "ACM Transactions on Information Systems"}
@STRING{cacm = "Communications of the ACM"}
% Conferences
@STRING{acm-c-m = "ACM International Conference on Multimedia"}
@STRING{acm-c-kdd = "ACM SIGKDD International Conference on Knowledge discovery and data mining (KDD)"}
@STRING{acm-c-chfcs= "Proceedings of the CHI Conference on Human Factors in Computing Systems"}
@STRING{acm-c-icii = "International Conference on Intelligent User Interfaces"}
@STRING{acm-c-icme = "ACM International Conference on Interactive Media Experiences"}
@STRING{acm-c-maed = "ACM International Workshop on Multimedia Analysis for Ecological Data (MAED)"}
@STRING{acm-c-maw = "ACM Multimedia Asia Workshops"}
@STRING{acm-c-mmsports = "International ACM Workshop on Multimedia Content Analysis in Sports (MMSports)"}
@STRING{acm-c-msys = "ACM Multimedia Systems Conference"}
@STRING{acm-c-msysp = "Proceedings of the ACM Multimedia Systems Conference"}
@STRING{acm-c-shfcs= "Proceedings of the SIGCHI Conference on Human Factors in Computing Systems"}
@STRING{acm-c-siggraph = "ACM International Conference on Computer Graphics and Interactive Techniques (SIGGRAPH)"}
@STRING{acm-c-sigir = "ACM International Conference on Research and Development in Information Retrieval (SIGIR)"}
@STRING{acm-w-vssn = "ACM international workshop on video surveillance \& sensor networks (VSSN)"}
% OLD ENTRIES
@STRING{acm-icm = "ACM International Conference on Multimedia"}
@STRING{kdd = "ACM SIGKDD International conference on Knowledge discovery and data mining (KDD)"}
@STRING{mmsys-encoded = "Proceedings of the ACM Multimedia Systems Conference"}
@STRING{siggraph = "ACM International Conference on Computer Graphics and Interactive Techniques (SIGGRAPH)"}
@STRING{sigir = "ACM International Conference on Research and Development in Information Retrieval (SIGIR)"}
@STRING{maed = "ACM International Workshop on Multimedia Analysis for Ecological Data (MAED)"}
@STRING{mmsys = "ACM Multimedia Systems Conference"}
@STRING{vssn = "ACM international workshop on video surveillance \& sensor networks (VSSN)"}
% ----------------------------------------------------
% EDP Sciences ( 10.1051 )
@STRING{edps-aap = "Astronomy \& Astrophysics"}
% OLD ENTRY
@STRING{aap = "Astronomy \& Astrophysics"}
% ----------------------------------------------------
% Wiley ( 10.1002 )
@STRING{ejsp = "European Journal of Social Psychology"}
% -------------------------------
% IEEE ( 10.1109 )
% Journals
@STRING{ieee-a = "IEEE Access"}
@STRING{ieee-as = "IEEE/CAA Journal of Automatica Sinica"}
@STRING{ieee-aslp = "IEEE Transactions on Audio, Speech and Language Processing"}
@STRING{ieee-bhi = "IEEE Journal of Biomedical and Health Informatics"}
@STRING{ieee-cst = "IEEE Communications Surveys \& Tutorials"}
@STRING{ieee-cga = "IEEE Computer Graphics and Applications"}
@STRING{ieee-dd = "IEEE Data Descriptions"}
@STRING{ieee-grsl = "IEEE Geoscience and Remote Sensing Letters"}
@STRING{ieee-qe = "IEEE Journal of Quantum Electronics"}
@STRING{ieee-is = "IEEE Intelligent Systems"}
@STRING{ieee-it = "IEEE Transactions on Information Theory"}
@STRING{ieee-itsm = "IEEE Intelligent Transportation Systems Magazine"}
@STRING{ieee-ojits = "IEEE Open Journal of Intelligent Transportation Systems"}
@STRING{ieee-pieee = "Proceedings of the IEEE"}
@STRING{ieee-ral = "IEEE Robotics and Automation Letters"}
@STRING{ieee-sac = "IEEE Journal on Selected Areas in Communications"}
@STRING{ieee-sj = "IEEE Sensors Journal"}
@STRING{ieee-spl = "IEEE Signal Processing Letters"}
@STRING{ieee-spm = "IEEE Signal Processing Magazine"}
@STRING{ieee-staeors = "IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing"}
@STRING{ieee-stsp = "IEEE Journal of Selected Topics in Signal Processing"}
@STRING{ieee-tai = "IEEE Transactions on Artificial Intelligence"}
@STRING{ieee-tase = "IEEE Transactions on Automation Science and Engineering"}
@STRING{ieee-tassp = "IEEE Transactions on Acoustics, Speech and Signal Processing"}
@STRING{ieee-tb = "IEEE Transactions on Broadcasting"}
@STRING{ieee-tbe = "IEEE Transactions on Biomedical Engineering"}
@STRING{ieee-tc = "IEEE Transactions on Cybernetics"}
@STRING{ieee-tce = "IEEE Transactions on Consumer Electronics"}
@STRING{ieee-tcomm = "IEEE Transactions on Communications"}
@STRING{ieee-tcomp = "IEEE Transactions on Computers"}
@STRING{ieee-tcss = "IEEE Transactions on Computational Social Systems"}
@STRING{ieee-tec = "IEEE Transactions on Evolutionary Computation"}
@STRING{ieee-tetci = "IEEE Transactions on Emerging Topics in Computational Intelligence"}
@STRING{ieee-tg = "IEEE Transactions on Games"}
@STRING{ieee-tcs = "IEEE Transactions on Circuits and Systems"}
@STRING{ieee-tcs-1 = "IEEE Transactions on Circuits and Systems I: Regular Papers"}
@STRING{ieee-tcs-2 = "IEEE Transactions on Circuits and Systems II: Analog and Digital Signal Processing"}
@STRING{ieee-tcsvt = "IEEE Transactions on Circuits and Systems for Video Technology"}
@STRING{ieee-tgrs = "IEEE Transactions on Geosciences and Remote Sensing"}
@STRING{ieee-thms = "IEEE Transactions on Human-Machine Systems"}
@STRING{ieee-tifs = "IEEE Transactions on Information Forensics and Security"}
@STRING{ieee-tii = "IEEE Transactions on Industrial Informatics"}
@STRING{ieee-tim = "IEEE Transactions on Instrumentation and Measurement"}
@STRING{ieee-tip = "IEEE Transactions on Image Processing"}
@STRING{ieee-titb = "IEEE Transactions on Information Technology in Biomedicine"}
@STRING{ieee-tits = "IEEE Transactions on Intelligent Transportation Systems"}
@STRING{ieee-tkde = "IEEE Transactions on Knowledge And Data Engineering"}
@STRING{ieee-tm = "IEEE Transactions on Multimedia"}
@STRING{ieee-tmi = "IEEE Transactions on Medical Imaging"}
@STRING{ieee-tmrb = "IEEE Transactions on Medical Robotics and Bionics"}
@STRING{ieee-tnn = "IEEE Transactions on Neural Networks"}
@STRING{ieee-tnnls = "IEEE Transactions on Neural Networks and Learning Systems"}
@STRING{ieee-tpami = "IEEE Transactions on Pattern Analysis and Machine Intelligence"}
@STRING{ieee-tpd = "IEEE Transactions on Power Delivery"}
@STRING{ieee-tnsre = "IEEE Transactions on Neural Systems and Rehabilitation Engineering"}
@STRING{ieee-tr = "IEEE Transactions on Robotics"}
@STRING{ieee-tra = "IEEE Transactions on Robotics and Automation"}
@STRING{ieee-tsmc = "IEEE Transactions on Systems, Man, and Cybernetics"}
@STRING{ieee-tsmca = "IEEE Transactions on Systems, Man, and Cybernetics -- Part A: Systems and Humans"}
@STRING{ieee-tsmcb = "IEEE Transactions on Systems, Man, and Cybernetics -- Part B: Cybernetics"}
@STRING{ieee-tsmcc = "IEEE Transactions on Systems, Man, and Cybernetics -- Part C: Applications and Reviews"}
@STRING{ieee-tsmcs = "IEEE Transactions on Systems, Man, and Cybernetics: Systems"}
@STRING{ieee-tsc = "IEEE Transactions on Signal Processing"}
@STRING{ieee-tsp = "IEEE Transactions on Sustainable Computing"}
@STRING{ieee-tvsg = "IEEE Transactions on Visualization and Computer Graphics"}
@STRING{ieee-tvt = "IEEE Transactions on Vehicular Technology"}
@STRING{ieee-twc = "IEEE Transactions on Wireless Communications"}
@STRING{ieee-wc = "IEEE Wireless Communications"}
% OLD ENTTRIES
@STRING{aslp = "IEEE Transactions on Audio, Speech and Language Processing"}
@STRING{asp = "IEEE Transactions on Signal Processing"}
@STRING{assp = "IEEE Transactions on Acoustics, Speech and Signal Processing"}
@STRING{cs = "IEEE Transactions on Circuits and Systems"}
@STRING{ibhi = "IEEE Journal of Biomedical and Health Informatics"}
@STRING{ieeea = "IEEE Access"}
@STRING{ieeease = "IEEE Transactions on Automation Science and Engineering"}
@STRING{ieeec = "IEEE Transactions on Cybernetics"}
@STRING{ieeecsvt = "IEEE Transactions on Circuits and Systems for Video Technology"}
@STRING{ieeecst = "IEEE Communications Surveys \& Tutorials"}
@STRING{ieeece = "IEEE Transactions on Consumer Electronics"}
@STRING{ieeegrs = "IEEE Transactions on Geosciences and Remote Sensing"}
@STRING{ieeegrsl = "IEEE Geoscience and Remote Sensing Letters"}
@STRING{ieeeifs = "IEEE Transactions on Information Forensics and Security"}
@STRING{ieeeii = "IEEE Transactions on Industrial Informatics"}
@STRING{ieeeis = "IEEE Intelligent Systems"}
@STRING{ieeeits = "IEEE Transactions on Intelligent Transportation Systems"}
@STRING{ieeejas = "IEEE/CAA Journal of Automatica Sinica"}
@STRING{ieeejqe = "IEEE Journal of Quantum Electronics"}
@STRING{ieeensre = "IEEE Transactions on Neural Systems and Rehabilitation Engineering"}
@STRING{ieeeojits = "IEEE Open Journal of Intelligent Transportation Systems"}
@STRING{ieeepami = "IEEE Transactions on Pattern Analysis and Machine Intelligence"}
@STRING{ieeepd = "IEEE Transactions on Power Delivery"}
@STRING{ieeesj = "IEEE Sensors Journal"}
@STRING{ieeestsp = "IEEE Journal of Selected Topics in Signal Processing"}
@STRING{ieeer = "IEEE Transactions on Robotics"}
@STRING{ieeera = "IEEE Transactions on Robotics and Automation"}
@STRING{ieeeral = "IEEE Robotics and Automation Letters"}
@STRING{ieeesac = "IEEE Journal on Selected Areas in Communications"}
@STRING{ieeesmc = "IEEE Transactions on Systems, Man, and Cybernetics"}
@STRING{ieeesmca = "IEEE Transactions on Systems, Man, and Cybernetics -- Part A: Systems and Humans"}
@STRING{ieeesmcb = "IEEE Transactions on Systems, Man, and Cybernetics -- Part B: Cybernetics"}
@STRING{ieeesmcc = "IEEE Transactions on Systems, Man, and Cybernetics -- Part C: Applications and Reviews"}
@STRING{ieeesmcs = "IEEE Transactions on Systems, Man, and Cybernetics: Systems"}
@STRING{ieeespl = "IEEE Signal Processing Letters"}
@STRING{ieeespm = "IEEE Signal Processing Magazine"}
@STRING{ieeetb = "IEEE Transactions on Broadcasting"}
@STRING{ieeetbe = "IEEE Transactions on Biomedical Engineering"}
@STRING{ieeetec = "IEEE Transactions on Evolutionary Computation"}
@STRING{ieeetim = "IEEE Transactions on Instrumentation and Measurement"}
@STRING{ieeetm = "IEEE Transactions on Multimedia"}
@STRING{ieeetmi = "IEEE Transactions on Medical Imaging"}
@STRING{ieeetvt = "IEEE Transactions on Vehicular Technology"}
@STRING{it = "IEEE Transactions on Information Theory"}
@STRING{itcomm = "IEEE Transactions on Communications"}
@STRING{itcomp = "IEEE Transactions on Computers"}
@STRING{itkde = "IEEE Transactions on Knowledge And Data Engineering"}
@STRING{itip = "IEEE Transactions on Image Processing"}
@STRING{ithms = "IEEE Transactions on Human-Machine Systems"}
@STRING{ititb = "IEEE Transactions on Information Technology in Biomedicine"}
@STRING{itnn = "IEEE Transactions on Neural Networks"}
@STRING{itnnls = "IEEE Transactions on Neural Networks and Learning Systems"}
@STRING{pieee = "Proceedings of IEEE"}
% Conferences/symposia/workshops
@STRING{ieee-c-avss = "IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS)"}
@STRING{ieee-c-bsn = "IEEE International Conference on Wearable and Implantable Body Sensor Networks (BSN)"}
@STRING{ieee-c-btas = "IEEE International Conference on Biometrics: Theory, Applications and Systems (BTAS)"}
@STRING{ieee-c-cai = "IEEE Conference on Artificial Intelligence (CAI)"}
@STRING{ieee-c-cec = "IEEE Congress on Evolutionary Computation (CEC)"}
@STRING{ieee-c-cvpr = "IEEE Conference on Computer Vision and Pattern Recognition (CVPR)"}
@STRING{ieee-c-cvsports = "IEEE International Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), CVsports"}
@STRING{ieee-c-cvsportsx = "IEEE/CVF International Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), CVsports"}
@STRING{ieee-c-embc = "Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC)"}
@STRING{ieee-c-fgr = "IEEE International Conference on Automatic Face and Gesture Recognition (FGR)"}
@STRING{ieee-c-fuzzieee = "IEEE International Conference on Fuzzy Systems (FUZZ-IEEE)"}
@STRING{ieee-c-ic3d = "IEEE International Conference on 3D Imaging (IC3D)"}
@STRING{ieee-c-icar = "IEEE International Conference on Advanced Robotics (ICAR)"}
@STRING{ieee-c-icarce = "International Conference on Automation, Robotics and Computer Engineering (ICARCE)"}
@STRING{ieee-c-icassp = "IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)"}
@STRING{ieee-c-icccas = "IEEE International Conference on Communications, Circuits and Systems (ICCCAS)"}
@STRING{ieee-c-icces = "IEEE International Conference on Computer Engineering \& Systems (ICCES)"}
@STRING{ieee-c-iccp = "IEEE International Conference on Intelligent Computer Communication and Processing (ICCP)"}
@STRING{ieee-c-iccsce = "IEEE International Conference on Control System, Computing and Engineering (ICCSCE)"}
@STRING{ieee-c-iccv = "IEEE International Conference on Computer Vision (ICCV)"}
@STRING{ieee-c-iccvx = "IEEE/CVF International Conference on Computer Vision (ICCV)"}
@STRING{ieee-c-iccvw = "IEEE International Conference on Computer Vision Workshops (ICCV Workshops)"}
@STRING{ieee-c-iccvwx = "IEEE/CVF International Conference on Computer Vision Workshops (ICCV Workshops)"}
@STRING{ieee-c-iceace = "IEEE International Conference on Electrical, Automation and Computer Engineering (ICEACE)"}
@STRING{ieee-c-icia = "IEEE International Conference on Information and Automation (ICIA)"}
@STRING{ieee-c-iciba = "IEEE International Conference on Information Technology, Big Data and Artificial Intelligence (ICIBA)"}
@STRING{ieee-c-iciev = "IEEE International Conference on Informatics, Electronics Vision (ICIEV)"}
@STRING{ieee-c-icif = "IEEE International Conference on Information Fusion (FUSION)"}
@STRING{ieee-c-icip = "IEEE International Conference on Image Processing (ICIP)"}
@STRING{ieee-c-icit = "IEEE International Conference on Industrial Technology (ICIT)"}
@STRING{ieee-c-icma = "IEEE International Conference on Mechatronics and Automation (ICMA)"}
@STRING{ieee-c-icme = "IEEE International Conference on Multimedia and Expo (ICME)"}
@STRING{ieee-c-icmew = "IEEE International Conference on Multimedia and Expo Workshops (ICMEW)"}
@STRING{ieee-c-icmla = "IEEE International Conference on Machine Learning and Applications (ICMLA)"}
@STRING{ieee-c-icpp = "IEEE International Conference on Parallel Processing (ICPP)"}
@STRING{ieee-c-icpr = "IEEE International Conference on Pattern Recognition (ICPR)"}
@STRING{ieee-c-icra = "IEEE International Conference on Robotics and Automation (ICRA)"}
@STRING{ieee-c-icsp = "IEEE International Conference on Signal Processing (ICSP)"}
@STRING{ieee-c-ictai = "IEEE International Conference on Tools with Artificial Intelligence (ICTAI)"}
@STRING{ieee-c-icvpr = "IEEE International Conference on Computer Vision and Pattern Recognition (CVPR)"}
@STRING{ieee-c-icvprx = "IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)"}
@STRING{ieee-c-icvprw = "IEEE International Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)"}
@STRING{ieee-c-icvprwx = "IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)"}
@STRING{ieee-c-iecon = "Annual Conference of the IEEE Industrial Electronics Society (IECON)"}
@STRING{ieee-c-ijcnn = "International Joint Conference on Neural Networks (IJCNN)"}
@STRING{ieee-c-imcec = "IEEE Advanced Information Management, Communicates, Electronic and Automation Control Conference (IMCEC)"}
@STRING{ieee-c-infocom = "IEEE International Conference on Computer Communications"}
@STRING{ieee-c-ipec = "IEEE Asia-Pacific Conference on Image Processing, Electronics and Computers (IPEC)"}
@STRING{ieee-c-iros = "IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)"}
@STRING{ieee-c-ist = "IEEE International Conference on Imaging Systems and Techniques (IST)"}
@STRING{ieee-c-itaic = "IEEE Joint International Information Technology and Artificial Intelligence Conference (ITAIC)"}
@STRING{ieee-c-itsc = "IEEE International Conference on Intelligent Transportation Systems (ITSC)"}
@STRING{ieee-c-iwssip = "IEEE International Conference on Systems, Signals and Image Processing (IWSSIP)"}
@STRING{ieee-c-mipr = "IEEE Conference on Multimedia Information Processing and Retrieval (MIPR)"}
@STRING{ieee-c-procams = "IEEE International Workshop on Projector-Camera Systems (PROCAMS)"}
@STRING{ieee-c-robio = "IEEE International Conference on Robotics and Biomimetics (ROBIO)"}
@STRING{ieee-c-sbmc = "IEEE International Conference on Pattern Recognition (ICPR), IEEE Scene Background Modeling Contest (SBMC)"}
@STRING{ieee-c-secon = "IEEE International Conference on Sensing, Communication, and Networking (SECON)"}
@STRING{ieee-c-smc = "IEEE International Conference on Systems, Man, and Cybernetics (SMC)"}
@STRING{ieee-c-uavision = "IEEE International Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), UAVision"}
@STRING{ieee-c-vcip = "IEEE International Conference on Visual Communications and Image Processing (VCIP)"}
@STRING{ieee-c-vecims = "IEEE International Conference on Virtual Environments, Human-Computer Interfaces, and Measurement Systems (VECIMS)"}
@STRING{ieee-c-wacv-original = "IEEE Workshop on the Applications of Computer Vision (WACV)"}
@STRING{ieee-c-wacv = "IEEE Winter Conference on Applications of Computer Vision (WACV)"}
@STRING{ieee-c-wacvx = "IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)"}
@STRING{ieee-c-wacvw = "IEEE Winter Conference on Applications of Computer Vision Workshops (WACVW)"}
@STRING{ieee-c-wacvwx = "IEEE/CVF Winter Conference on Applications of Computer Vision Workshops (WACVW)"}
@STRING{ieee-s-iscas = "IEEE International Symposium on Circuits and Systems (ISCAS)"}
@STRING{ieee-s-igarss = "IEEE International Geoscience and Remote Sensing Symposium (IGARSS)"}
@STRING{ieee-s-isie = "IEEE International Symposium on Industrial Electronics (ISIE)"}
@STRING{ieee-s-iivs = "IEEE Intelligent Vehicles Symposium"}
@STRING{ieee-w-aspaa = "IEEE Workshop on Applications of Signal Processing to Audio and Acoustics"}
@STRING{ieee-w-msp = "IEEE Workshop on Multimedia Signal Processing"}
@STRING{ieee-w-pets = "IEEE International Workshop on Performance Evaluation of Tracking and Surveillance (PETS)"}
@STRING{ieee-w-smbv = "IEEE Workshop on Stereo and Multi-Baseline Vision (SMBV)"}
@STRING{ieee-w-star = "IEEE International Workshop on Sport Technology and Research (STAR)"}
% Conferences/Workshops edited by the IEEE that do not contian IEEE in their name
@STRING{ieee-csip = "International Conference on Computer Science and Information Processing (CSIP)"}
@STRING{ieee-ecai = "International Conference on Electronics, Computers and Artificial Intelligence (ECAI)"}
@STRING{ieee-icsip = "International Conference on Signal and Image Processing (ICSIP)"}
@STRING{ieee-isctis = "International Symposium on Computer Technology and Information Science (ISCTIS)"}
@STRING{ieee-mapr = "International Conference on Multimedia Analysis and Pattern Recognition (MAPR)"}
@STRING{ieee-sitis = "International Conference on Signal-Image Technology \& Internet-Based Systems (SITIS)"}
% OLD ENTRIES
@STRING{aspaa = "IEEE Workshop on Applications of Signal Processing to Audio and Acoustics"}
@STRING{afgr = "IEEE International Conference on Automatic Face and Gesture Recognition (FGR)"}
@STRING{avss = "IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS)"}
@STRING{bsn = "IEEE International Conference on Wearable and Implantable Body Sensor Networks (BSN)"}
@STRING{btas = "IEEE International Conference on Biometrics: Theory, Applications and Systems (BTAS)"}
@STRING{cvsports = "IEEE International Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), CVsports"}
@STRING{embc = "Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC)"}
@STRING{fuzzieee = "IEEE International Conference on Fuzzy Systems (FUZZ-IEEE)"}
@STRING{ic3d = "IEEE International Conference on 3D Imaging (IC3D)"}
@STRING{icar = "IEEE International Conference on Advanced Robotics (ICAR)"}
@STRING{icassp = "IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)"}
@STRING{icccas = "IEEE International Conference on Communications, Circuits and Systems (ICCCAS)"}
@STRING{icces = "IEEE International Conference on Computer Engineering \& Systems (ICCES)"}
@STRING{iccsce = "IEEE International Conference on Control System, Computing and Engineering (ICCSCE)"}
@STRING{iccv = "IEEE International Conference on Computer Vision (ICCV)"}
@STRING{iccvw = "IEEE International Conference on Computer Vision Workshops (ICCV Workshops)"}
@STRING{icia = "IEEE International Conference on Information and Automation (ICIA)"}
@STRING{iciev = "IEEE International Conference on Informatics, Electronics Vision (ICIEV)"}
@STRING{icif = "IEEE International Conference on Information Fusion (FUSION)"}
@STRING{icip = "IEEE International Conference on Image Processing (ICIP)"}
@STRING{icit = "IEEE International Conference on Industrial Technology (ICIT)"}
@STRING{icma = "IEEE International Conference on Mechatronics and Automation (ICMA)"}
@STRING{icme = "IEEE International Conference on Multimedia and Expo (ICME)"}
@STRING{icmew = "IEEE International Conference on Multimedia and Expo Workshops (ICMEW)"}
@STRING{icmla = "IEEE International Conference on Machine Learning and Applications (ICMLA)"}
@STRING{icpp = "IEEE International Conference on Parallel Processing (ICPP)"}
@STRING{icpr = "IEEE International Conference on Pattern Recognition (ICPR)"}
@STRING{icra = "IEEE International Conference on Robotics and Automation (ICRA)"}
@STRING{icsp = "IEEE International Conference on Signal Processing (ICSP)"}
@STRING{ictai = "IEEE International Conference on Tools with Artificial Intelligence (ICTAI)"}
@STRING{icvpr = "IEEE International Conference on Computer Vision and Pattern Recognition (CVPR)"}
@STRING{icvprx = "IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)"}
@STRING{icvprw = "IEEE International Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)"}
@STRING{icvprwx = "IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)"}
@STRING{igarss = "IEEE International Geoscience and Remote Sensing Symposium (IGARSS)"}
@STRING{iivs = "IEEE Intelligent Vehicles Symposium"}
@STRING{iros = "IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)"}
@STRING{isie = "IEEE International Symposium on Industrial Electronics (ISIE)"}
@STRING{ist = "IEEE International Conference on Imaging Systems and Techniques (IST)"}
@STRING{iscas = "IEEE International Symposium on Circuits and Systems (ISCAS)"}
@STRING{itaic = "IEEE Joint International Information Technology and Artificial Intelligence Conference (ITAIC)"}
@STRING{itsc = "IEEE International Conference on Intelligent Transportation Systems (ITSC)"}
@STRING{iwssip = "IEEE International Conference on Systems, Signals and Image Processing (IWSSIP)"}
@STRING{mipr = "IEEE Conference on Multimedia Information Processing and Retrieval (MIPR)"}
@STRING{pets = "IEEE International Workshop on Performance Evaluation of Tracking and Surveillance (PETS)"}
@STRING{procams = "IEEE International Workshop on Projector-Camera Systems (PROCAMS)"}
@STRING{robio = "IEEE International Conference on Robotics and Biomimetics (ROBIO)"}
@STRING{sbmc = "IEEE International Conference on Pattern Recognition (ICPR), IEEE Scene Background Modeling Contest (SBMC)"}
@STRING{smc = "IEEE International Conference on Systems, Man, and Cybernetics (SMC)"}
@STRING{uavision = "IEEE International Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), UAVision"}
@STRING{vcip = "IEEE International Conference on Visual Communications and Image Processing (VCIP)"}
@STRING{vecims = "IEEE International Conference on Virtual Environments, Human-Computer Interfaces, and Measurement Systems (VECIMS)"}
@STRING{wacv = "IEEE Winter Conference on Applications of Computer Vision (WACV)"}
@STRING{wacvx = "IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)"}
@STRING{wacvw = "IEEE Winter Conference on Applications of Computer Vision Workshops (WACVW)"}
@STRING{wacvwx = "IEEE/CVF Winter Conference on Applications of Computer Vision Workshops (WACVW)"}
@STRING{wmsp = "IEEE Workshop on Multimedia Signal Processing"}
% ----------------------------------------------------
% IEE ( )
% Journals
@STRING{iee-cdt = "IEE Proceedings~E, Computers and Digital Techniques"}
@STRING{iee-csv = "IEE Proceedings~I, Communications, Speech and Vision"}
@STRING{iee-el = "IEE Electronics Letters"}
@STRING{iee-rsp = "IEE Proceedings~F, Radar and Signal Processing"}
% OLD ENTRIES
@STRING{cdt = "IEE Proceedings~E, Computers and Digital Techniques"}
@STRING{crsp = "IEE Proceedings~F, Radar and Signal Processing"}
@STRING{csv = "IEE Proceedings~I, Communications, Speech and Vision"}
@STRING{el = "IEE Electronics Letters"}
% ----------------------------------------------------
% springer ( 10.1007 )
% Journals
@STRING{springer-j-air = "Artificial Intelligence Review"}
@STRING{springer-ijmir = "International Journal of Multimedia Information Retrieval"}
@STRING{springer-j-mp = "Mathematical Programming"}
@STRING{springer-j-npl = "Neural Processing Letters"}
@STRING{springer-j-spe = "Sports Engineering"}
@STRING{springer-j-vc = "The Visual Computer"}
% Conferences
@STRING{springer-c-icaus = "International Conference on Autonomous Unmanned Systems"}
@STRING{springer-c-isace = "International Sports Analytics Conference and Exhibition"}
@STRING{springer-c-micai = "International Conference on Medical Image Computing and Computer-Assisted Intervention"}
% ----------------------------------------------------
% elsevier ( 10.1016 )
% Journals
@STRING{elsevier-cea = "Computers and Electronics in Agriculture"}
@STRING{elsevier-j-displays = "Displays"}
@STRING{elsevier-j-eaai = "Engineering Applications of Artificial Intelligence"}
@STRING{elsevier-j-mia = "Medical Image Analysis"}
@STRING{elsevier-j-trpf = "Transportation Research Part F: Traffic Psychology and Behaviour"}
@STRING{elsevier-j-vrih = "Virtual Reality \& Intelligent Hardware (VRIH)"}
@STRING{elsevier-mla = "Machine Learning with Applications"}
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% eurasip ( 10.1155 )
% Journals
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% j-stage ( 10.10.3169 )
% Journals
@STRING{jstage-j-itetmta = "ITE Transactions on Media Technology and Applications"}
% Conferences
% ----------------------------------------------------
% SciTePress ( 10.5220/0010770600003124 )
% Journals
% Conferences
@STRING{scitepress-ijccv = "International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications" }
% ----------------------------------------------------
% Public Library of Science (PLoS) ( 10.1371 )
% Journals
@STRING{plos-plosone = "PLOS ONE"}
% Conferences
% ----------------------------------------------------
% Annual Reviews ( 10.1146 )
@STRING{publisher-ar = "Annual Reviews"}
% Journals
@STRING{ar-j-isa = "Annual Review of Statistics and Its Application"}
% ----------------------------------------------------
% spie ( 10.1117 )
% Journals
% OLD ENTRIES
% Conferences
@STRING{spie-c-srmam = "Storage and Retrieval Methods and Applications for Multimedia"}
% OLD ENTRIES
% ----------------------------------------------------
% eurasip ( 10.1155 )
% Journals
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% wiley ( 10.1002 )
% Journals
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% mdpi ( 10.3390 )
% Journals
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% nature ( 10.1038 )
% Journals
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% taylor francis ( 10.1201 )
% Journals
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% sage ( 10.1177 )
% Journals
@STRING{sage-j-trr-jtrb = "Transportation Research Record: Journal of the Transportation Research Board"}
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% iop ( 10.1088 )
% Journals
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% publisher-tsp ( 10.32604 )
% Journals
@STRING{tsp-iasc = "Intelligent Automation \& Soft Computing"}
% Conferences
% ----------------------------------------------------
% walterdg ( 10.2478 )
% Journals
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% Template
% IEE ( )
% Journals
% OLD ENTRIES
% Conferences
% OLD ENTRIES
% ----------------------------------------------------
% Journals
% ----------------------------------------------------
@STRING{aapre = "Accident Analysis \& Prevention"}
@STRING{ai = "Artificial Intelligence"}
@STRING{anrt = "Association Nationale de la Recherche Technique"}
@STRING{apj = "The Astrophysical Journal"}
@STRING{apjl = "The Astrophysical Journal Letters"}
@STRING{as = "Acta Stereologica"}
@STRING{ar = "Autonomous Robots"}
@STRING{aroc = "Application Research of Computers"}
@STRING{at = "Annales des T\'el\'ecommunications"} #
@STRING{atsip = "APSIPA Transactions on Signal and Information Processing"}
@STRING{bjmcs = "British Journal of Mathematics \& Computer Science"}
@STRING{bmj = "British Medical Journal"}
@STRING{cas = "Computer Applications and Software"}
@STRING{cg = "Centre de g\'eostatistique"} #
@STRING{cgeo = "Computers and Geosciences"}
@STRING{cgip = "Computer Graphics and Image Processing"}
@STRING{cis = "Complex \& Intelligent Systems"}
@STRING{cssc = "Communications in Statistics - Simulation and Computation"}
@STRING{cssp = "Circuits Systems Signal Process"}
@STRING{csr = "Computer Science Review"}
@STRING{cvgip = "Computer Vision, Graphics, and Image Processing"}
@STRING{cvgipgmip = "Computer Vision, Graphics, and Image Processing: Graphical Models and Image Processing"}
@STRING{cvgipiu = "Computer Vision, Graphics, and Image Processing: Image Understanding"}
@STRING{cviu = "Computer Vision and Image Understanding"}
@STRING{dcg = "Discrete \& Computational Geometry"}
@STRING{dib = "Data in Brief"}
@STRING{dobbs = "Dr. Dobbs's Journal"}
@STRING{dsp = "Digital Signal Processing"}
@STRING{ejaisp = "EURASIP Journal on Advances in Signal Processing"}
@STRING{ejasp = "EURASIP Journal on Applied Signal Processing"}
@STRING{ejes = "EURASIP Journal on Embedded Systems"}
@STRING{ejivp = "EURASIP Journal on Image and Video Processing"}
@STRING{ejrs = "European Journal of Remote Sensing"}
@STRING{elcvia = "Electronic Letters on Computer Vision and Image Analysis"}
@STRING{esa = "Expert Systems with Applications"}
@STRING{hf = "Human Factors: The Journal of the Human Factors and Ergonomics Society"}
@STRING{ietcv = "IET Computer Vision"}
@STRING{ietip = "IET Image Processing"}
@STRING{ietits = "IET Intelligent Transport Systems"}
@STRING{iie = "IIE Transactions"}
@STRING{ijabe = "International Journal of Agricultural and Biological Engineering"}
@STRING{ijapr = "International Journal of Applied Pattern Recognition"}
@STRING{ijars = "International Journal of Advanced Robotic Systems"}
@STRING{ijat = "International Journal of Automative Technology"}
@STRING{ijca = "International Journal of Computer Applications (IJCA)"}
@STRING{ijcv = "International Journal of Computer Vision"}
@STRING{ijcvr = "International Journal of Computer Vision and Robotics"}
@STRING{ijece = "International Journal of Electrical and Computer Engineering (IJECE)"}
@STRING{ijet = "International Journal of Engineering \& Technology"}
@STRING{ijetb = "International Journal of Engineering (IJE) Transactions B: Applications"}
@STRING{ijisae = "International Journal of Intelligent Systems and Applications in Engineering"}
@STRING{ijista = "International Journal of Intelligent Systems Technologies and Applications"}
@STRING{ijit = "International Journal of Information Technology"}
@STRING{ijimai = "International Journal of Interactive Multimedia and Artificial Intelligence"}
@STRING{ijprai = "International Journal of Pattern Recognition and Artificial Intelligence"}
@STRING{ijprs = "ISPRS Journal of Photogrammetry and Remote Sensing"}
@STRING{ijrces = "International Journal of Recent Contributions from Engineering, Science \& IT (iJES)"}
@STRING{ijrd = "IBM Journal of Research and Development"}
@STRING{ijrr = "International Journal of Robotics Research"}
@STRING{ijrs = "International Journal of Remote Sensing"}
@STRING{ijs2is = "International Journal on Smart Sensing and Intelligent Systems"}
@STRING{ijsi = "International Journal of Software Innovation"}
@STRING{imagecom = "Signal Processing: Image Communication"}
@STRING{ipol = "Image Processing On Line"}
@STRING{ipsj = "IPSJ Transactions on Computer Vision and Applications"}
@STRING{ircv = "Intelligent Robots and Computer Vision"}
@STRING{iscs = "International Symposium on Circuits and Systems"}
@STRING{isprs = "International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences (ISPRS)"}
@STRING{isrr = "International Symposium on Robotics Research (ISRR)"}
@STRING{issse = "International Symposium on Signals, Systems and Electronics"}
@STRING{ivc = "Image and Vision Computing"}
@STRING{kiitiis = "KSII Transactions on Internet \& Information Systems"}
@STRING{jacm = "Journal of the Association of Computer Machine"}
@STRING{jasa = "Journal of the Acoustical Society of America"}
@STRING{jca = "Journal of Computer Applications"}
@STRING{jcis = "Journal of Computational Information Systems"}
@STRING{jbd = "Journal of Big Data"}
@STRING{jei = "Journal of Electronic Imaging"}
@STRING{jhp = "Journal of Health Psychology"}
@STRING{j-INT-J-IMAGE-GRAPHICS = "International Journal of Image and Graphics"}
@STRING{jig = "Journal of Image and Graphics"}
@STRING{jmiv = "Journal of Mathematical Imaging and Vision"}
@STRING{jmicro = "Journal of Microscopy"}
@STRING{jmlr = "Journal of Machine Learning Research"}
@STRING{joi = "Journal of Imaging"}
@STRING{josaa = "Journal of the Optical Society of America A"}
@STRING{jpes = "Journal of Physical Education and Sport"}
@STRING{jrs = "Journal of Robotic Systems"}
@STRING{jrtip = "Journal of Real-Time Image Processing"}
@STRING{jscs = "Journal of Statistical Computation and Simulation"}
@STRING{jse = "Journal of Surveying Engineering"}
@STRING{jsr = "Journal of Sleep Research"}
@STRING{jsafres = "Journal of Safety Research"}
@STRING{jtg = "Journal of Transport Geography"}
@STRING{jvcir = "Journal of Visual Communication and Image Representation"}
@STRING{jwe = "Journal of Web Engineering"}
@STRING{mathgeol = "Mathematical Geology"}
@STRING{mdpi-as = "Applied Sciences"}
@STRING{mdpi-rm = "Remote Sensing"}
@STRING{ml = "Machine Learning"}
@STRING{mnras = "Monthly Notices of the Royal Astronomical Society"}
@STRING{msj = "Multiple Sclerosis Journal"}
@STRING{mta = "Multimedia Tools and Applications"}
@STRING{mva = "Machine Vision and Applications"}
@STRING{nca = "Neural Computing and Applications"}
@STRING{neuroc = "Neurocomputing"}
@STRING{oe = "Optical Engineering"}
@STRING{optik = "Optik -- International Journal for Light and Electron Optics"}
@STRING{paa = "Pattern Analysis and Applications"}
@STRING{pcs = "Picture Coding Symposium"}
@STRING{pers = "Photogrammetric Engineering and Remote Sensing"}
@STRING{plos = "PLoS ONE"}
@STRING{plos-cb = "PLOS Computational Biology"}
@STRING{pnas = "Proceedings of the National Academy of Sciences (PNAS)"}
@STRING{pkipsc = "Proceedings of the Korea Information Processing Society Conference"}
@STRING{pr = "Pattern Recognition"}
@STRING{pria = "Pattern Recognition and Image Analysis"}
@STRING{prl = "Pattern Recognition Letters"}
@STRING{prs = "Photogrammetria (PRS)"}
@STRING{psyarxiv = "PsyArXiv"}
@STRING{research-archive = "Research Archive of Rising Scholars"}
@STRING{ras = "Robotics and Autonomous Systems"}
@STRING{rpi = "PHOTO-INTERPRETATION"}
@STRING{scid = "Scientific Data"}
@STRING{scir = "Scientific Reports"}
@STRING{scip = "Scientific Programming"}
@STRING{scts = "Science China Technological Sciences"}
@STRING{sp = "Signal Processing"}
@STRING{spe = "Sports Engineering"}
@STRING{sivp = "Signal, Image and Video Processing"}
@STRING{spie = "Society of Photo-Instrumentation Engineers"}
@STRING{tams = "The Annals of Mathematical Statistics"}
@STRING{tjeecs = "Turkish Journal of Electrical Engineering \& Computer Sciences"}
@STRING{trr-jtrb = "Transportation Research Record: Journal of the Transportation Research Board"}
@STRING{tmi = "The Mathematical Intelligencer"}
@STRING{tmlr = "Transactions on Machine Learning Research"}
@STRING{w3j = "World Wide Web Journal"}
@STRING{wrr = "Water Resources Research"}
@STRING{wwwj = "World Wide Web Journal"}
% ----------------------------------------------------
% Series
@STRING{aisc = "Advances in Intelligent Systems and Computing"}
@STRING{ainsc = "Advances in Intelligent and Soft Computing"}
@STRING{acvpr = "Advances in Computer Vision and Pattern Recognition"}
@STRING{ccis = "Communications in Computer and Information Science"}
@STRING{ecpsci = "Engineering Cyber-Physical Systems and Critical Infrastructures"}
@STRING{civ = "Computational Imaging and Vision"}
@STRING{crl = "Coastal Research Library"}
@STRING{jpcs = "Journal of Physics: Conference Series"}
@STRING{lais = "Learning and Analytics in Intelligent Systems"}
@STRING{lncs = "Lecture Notes in Computer Science"}
@STRING{lncvb = "Lecture Notes in Computational Vision and Biomechanics"}
@STRING{lndect = "Lecture Notes on Data Engineering and Communications Technologies"}
@STRING{lnee = "Lecture Notes in Electrical Engineering"}
@STRING{lnicst = "Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering"}
@STRING{lnns = "Lecture Notes in Networks and Systems"}
@STRING{par = "Proceedings in Advanced Robotics"}
@STRING{mimb = "Methods in Molecular Biology"}
@STRING{sbcs = "SpringerBriefs in Computer Science"}
@STRING{sci = "Studies in Computational Intelligence"}
@STRING{sist = "Smart Innovation, Systems and Technologies"}
@STRING{ust = "Unmanned System Technologies"}
% ----------------------------------------------------
% Other Conferences
@STRING{c-yac = "Youth Academic Annual Conference of Chinese Association of Automation (YAC)"}
% Conferences whose name does not start with "c-"
@STRING{aaai = "AAAI Conference on Artificial Intelligence"}
@STRING{accv = "Asian Conference on Computer Vision (ACCV)"}
@STRING{accvw = "Asian Conference on Computer Vision Workshops (ACCV Workshops)"}
@STRING{acivs = "Advanced Concepts for Intelligent Vision Systems (ACIVS)"}
@STRING{acra = "ustralasian Conference on Robotics and Automation (ACRA)"}
@STRING{avc = "Advances in Visual Computing"}
@STRING{bmvc = "British Machine Vision Conference (BMVC)"}
@STRING{cac = "Chinese Automation Congress (CAC)"}
@STRING{caca = "China Automation Congress (CAC)"}
@STRING{caip = "Computer Analysis of Images and Patterns"}
@STRING{ccc = "Chinese Control Conference (CCC)"}
@STRING{cccrv = "Canadian Conference on Computer and Robot Vision"}
@STRING{ccdc = "Chinese Control and Decision Conference (CCDC)"}
@STRING{ccrv = "Conference on Computer and Robot Vision"}
@STRING{cisp-bmei = "International Congress on Image and Signal Processing, BioMedical Engineering and Informatics (CISP-BMEI)"}
@STRING{crv = "Conference on Robots and Vision (CRV)"}
@STRING{cvip = "International Conference on Computer Vision and Image Processing (CVIP)"}
@STRING{cvww = "Computer Vision Winter Workshop (CVWW)"}
@STRING{dicta = "Digital Image Computing: Techniques and Applications"}
@STRING{dsa = "International Conference on Dependable Systems and Their Applications (DSA)"}
@STRING{ecai = "European Conference on Artificial Intelligence"}
@STRING{ecti-con = "International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)"}
@STRING{ectrims = "Congress of the European Committee for Treatment and Research in Multiple Sclerosis (ECTRIMS)"}
@STRING{eccv = "European Conference on Computer Vision (ECCV)"}
@STRING{eccvw = "European Conference on Computer Vision Workshops (ECCV Workshops)"}
@STRING{esann = "European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN)"}
@STRING{eusipco = "European Signal Processing Conference (EUSIPCO)"}
@STRING{fcv = "Korea-Japan Joint Workshop on Frontiers of Computer Vision (FCV)"}
@STRING{hnicem = "International Conference on Humanoid, Nanotechnology, Information Technology, Communication and Control, Environment and Management (HNICEM)"}
@STRING{icann = "International Conference on Artificial Neural Networks (ICANN)"}
@STRING{icarcv = "International Conference on Control, Automation, Robotics and Vision (ICARCV)"}
@STRING{iccsp = "International Conference on Communications and Signal Processing (ICCSP)"}
@STRING{iccvgip = "Indian Conference on Computer Vision, Graphics and Image Processing"}
@STRING{icdar = "International Conference on Document Analysis and Recognition (ICDAR)"}
@STRING{iceccme = "International Conference on Electrical, Computer, Communications and Mechatronics Engineering (ICECCME)"}
@STRING{icet = "International Conference on Emerging Technologies (ICET)"}
@STRING{iciap = "International Conference on Image Analysis and Processing (ICIAP)"}
@STRING{iciapw = "International Conference on Image Analysis and Processing Workshops (ICIAP Workshops)"}
@STRING{iciar = "International Conference on Image Analysis and Recognition (ICIAR)"}
@STRING{icias = "International Conference on Intelligent Autonomous Systems"}
@STRING{icig = "International Conference on Image and Graphics (ICIG)"}
@STRING{iclr = "International Conference on Learning Representations (ICLR)"}
@STRING{iclrw = "International Conference on Learning Representations (ICLR), Workshop track"}
@STRING{icmc = "International Computer Music Conference (ICMC)"}
@STRING{icmip = "International Conference on Multimedia and Image Processing (ICMIP)"}
@STRING{icml = "International Conference on Machine Learning (ICML)"}
@STRING{icmr = "International Conference on Multimedia Retrieval"}
@STRING{icmt = "International Conference on Multimedia Technology (ICMT)"}
@STRING{icnc-fskd = "International Conference on Natural Computation, Fuzzy Systems and Knowledge Discovery (ICNC-FSKD)"}
@STRING{icpram = "International Conference on Pattern Recognition Applications and Methods (ICPRAM)"}
@STRING{icprs = "International Conference of Pattern Recognition Systems (ICPRS)"}
@STRING{icrai = "International Conference on Robotics and Automation in Industry (ICRAI)"}
@STRING{icrca = "International Conference on Robotics, Control and Automation (ICRCA)"}
@STRING{icuas = "International Conference on Unmanned Aircraft Systems (ICUAS)"}
@STRING{icwet = "International Conference \& Workshop on Emerging Trends in Technology (ICWET)"}
@STRING{ijcai = "International Joint Conference on Artificial Intelligence (IJCAI)"}
@STRING{ismm = "International Symposium on Mathematical Morhology (ISMM)"}
@STRING{ismir = "International Society for Music Information Retrieval Conference (ISMIR)"}
@STRING{ivcnz = "International Conference on Image and Vision Computing New Zealand (IVCNZ)"}
@STRING{m2vip = "International Conference on Mechatronics and Machine Vision in Practice (M2VIP)"}
@STRING{miccai = "Medical Image Computing and Computer Assisted Intervention (MICCAI)"}
@STRING{mlda = "Workshop on Machine Learning and Data Mining for Sports Analytics"}
@STRING{mmsp = "International Workshop on Multimedia Signal Processing (MMSP)"}
@STRING{mvip = "International Conference on Machine Vision and Image Processing (MVIP)"}
@STRING{nips = "Advances in Neural Information Processing Systems (NeurIPS)"}
@STRING{nipsw = "Advances in Neural Information Processing Systems (NeurIPS) Workshop"}
@STRING{pmlr = "Proceedings of Machine Learning Research"}
@STRING{prai = "International Conference on Pattern Recognition and Artificial Intelligence (PRAI)"}
@STRING{pspie = "Proceedings of SPIE"}
@STRING{sbmi = "International Conference on Image Analysis and Processing (ICIAP), Workshop on Scene Background Modeling and Initialization (SBMI)"}
@STRING{scia = "Scandinavian Conference on Image Analysis (SCIA)"}
@STRING{ssc = "Asilomar Conference on Signals, Systems and Computers"}
@STRING{taros = "Towards Autonomous Robotic Systems (TAROS)"}
@STRING{threedv = "International Conference on 3D Vision (3DV)"}
@STRING{visapp = "International Conference on Computer Vision Theory and Applications (VISAPP)"}
@STRING{visigrapp = "Computer Vision, Imaging and Computer Graphics Theory and Applications (VISIGRAPP)"}
@STRING{wmva = "IAPR Workshop on Machine Vision Applications (MVA)"}
% ----------------------------------------------------
% Editors / publishers
% ----------------------------------------------------
@STRING{publisher-academic = "Academic Press"}
@STRING{publisher-acl = "Association for Computational Linguistics"}
@STRING{publisher-acm = "ACM Press"}
@STRING{publisher-acmlong = "Association for Computing Machinery"}
@STRING{publisher-addison = "Addison-Wesley"}
@STRING{publisher-atlantis = "Atlantis Press"}
@STRING{publisher-brooks = "Brooks/Cole Publishing Company"}
@STRING{publisher-cambridge = "Cambridge University Press"}
@STRING{publisher-chap = "Chapman \& Hall"}
@STRING{publisher-chapman = "Chapman \& Hall"}
@STRING{publisher-cshl = "Cold Spring Harbor Laboratory"}
@STRING{publisher-curran = "Curran Associates, Inc."}
@STRING{publisher-ellipse = "Ellipses marketing"}
@STRING{publisher-elsevier = "Elsevier"}
@STRING{publisher-elsevierbv = "Elsevier BV"}
@STRING{publisher-frontierssa = "Frontiers Media SA"}
@STRING{publisher-ieee = "Institute of Electrical and Electronics Engineers (IEEE)"}
@STRING{publisher-iee = "The Institute of Electrical Engineers"}
@STRING{publisher-iet = "Institution of Engineering and Technology (IET)"}
@STRING{publisher-iop = "IOP Publishing"}
@STRING{publisher-itp = "International Thomson Publishing"}
@STRING{publisher-kluwer = "Kluwer Academic Publishers"}
@STRING{publisher-macmillan = "Macmillan Technical Publishing"}
@STRING{publisher-mdpi = "MDPI"}
@STRING{publisher-mdpiag = "MDPI AG"}
@STRING{publisher-mgh = "McGraw-Hill"}
@STRING{publisher-mit = "MIT Press"}
@STRING{publisher-morgan = "Morgan Kauffmann"}
@STRING{publisher-morgan-claypool = "Morgan \& Claypool"}
@STRING{publisher-mtp = "Macmillan Technical Press"}
@STRING{publisher-now = "Now Publishers"}
@STRING{publisher-oreilly = "O'Reilly \& Associates"}
@STRING{publisher-peregrinus = "Peter Peregrinus Ltd."}
@STRING{publisher-plos = "Public Library of Science (PLoS)"}
@STRING{publisher-prentice = "Prentice Hall"}
@STRING{publisher-sage = "SAGE Publications"}
@STRING{publisher-spie = "SPIE"}
@STRING{publisher-springer = "Springer"}
@STRING{publisher-springerbh = "Springer Berlin Heidelberg"}
@STRING{publisher-springerip = "Springer International Publishing"}
@STRING{publisher-springerl = "Springer London"}
@STRING{publisher-springers = "Springer Singapore"}
@STRING{publisher-springersbm = "Springer Science and Business Media LLC"}
@STRING{publisher-springersn = "Springer Nature Singapore"}
@STRING{publisher-springerswiss = "Springer Nature Switzerland"}
@STRING{publisher-tandf = "Taylor \& Francis"}
@STRING{publisher-tsp = "Computers, Materials and Continua (Tech Science Press)"}
@STRING{publisher-vnr = "Van Nostrand Reinhold"}
@STRING{publisher-wiley = "John Wiley \& Sons"}
% OLD ENTRIES
@STRING{aaspublisher = "American Astronomical Society"}
@STRING{academic = "Academic Press"}
@STRING{acm = "ACM Press"}
@STRING{acmlong = "Association for Computing Machinery"}
@STRING{addison = "Addison-Wesley"}
@STRING{atlantis = "Atlantis Press"}
@STRING{brooks = "Brooks/Cole Publishing Company"}
@STRING{cambridge = "Cambridge University Press"}
@STRING{chap = "Chapman \& Hall"}
@STRING{chapman = "Chapman \& Hall"}
@STRING{cshl = "Cold Spring Harbor Laboratory"}
@STRING{curran = "Curran Associates, Inc."}
@STRING{ellipse = "Ellipses marketing"}
@STRING{elsevier = "Elsevier"}
@STRING{elsevierbv = "Elsevier BV"}
@STRING{frontierssa = "Frontiers Media SA"}
@STRING{ieee = "Institute of Electrical and Electronics Engineers (IEEE)"}
@STRING{IEE = "The Institute of Electrical Engineers"}
@STRING{iet = "Institution of Engineering and Technology (IET)"}
@STRING{iop = "IOP Publishing"}
@STRING{itp = "International Thomson Publishing"}
@STRING{kluwer = "Kluwer Academic Publishers"}
@STRING{macmillan = "Macmillan Technical Publishing"}
@STRING{mdpi = "MDPI"}
@STRING{mdpiag = "MDPI AG"}
@STRING{mgh = "McGraw-Hill"}
@STRING{mit = "MIT Press"}
@STRING{morgan = "Morgan Kauffmann"}
@STRING{morgan-claypool = "Morgan \& Claypool"}
@STRING{mtp = "Macmillan Technical Press"}
@STRING{now = "Now Publishers"}
@STRING{oreilly = "O'Reilly \& Associates"}
@STRING{peregrinus = "Peter Peregrinus Ltd."}
@STRING{prentice = "Prentice Hall"}
@STRING{springer = "Springer"}
@STRING{springerip = "Springer International Publishing"}
@STRING{springerl = "Springer London"}
@STRING{springers = "Springer Singapore"}
@STRING{springersbm = "Springer Science and Business Media LLC"}
@STRING{springersn = "Springer Nature Singapore"}
@STRING{springerswiss = "Springer Nature Switzerland"}
@STRING{tandf = "Taylor \& Francis"}
@STRING{vnr = "Van Nostrand Reinhold"}
@STRING{walterdg = "Walter de Gruyter GmbH"}
@STRING{wiley = "John Wiley \& Sons"}
% ----------------------------------------------------
% Related to specific countries, cities, etc.
% ----------------------------------------------------
% Administrations
@STRING{administration-itu = "International Telecommunication Union"}
@STRING{administration-nhtsa = "National Highway Traffic Safety Administration"}
@STRING{administration-nhtsa-abb = "NHTSA"} #
@STRING{administration-paho = "Pan American Health Organization"}
@STRING{administration-paho-abb = "PAHO"} #
@STRING{administration-who = "World Health Organization"}
@STRING{administration-who-abb = "WHO"}
% Institutes
@STRING{institute-iiite = "Institute of Image Information and Television Engineers"}
% Laboratories
@STRING{laboratory-cmm = "Centre de morphologie math\'ematique"} #
@STRING{laboratory-cwi = "Centrum voor Wiskunde and Informatica"} #
@STRING{laboratory-emp = "\'Ecole des Mines de Paris"} #
@STRING{laboratory-emp-cmm = "\'Ecole des mines de Paris, Centre de morphologie math\'{e}matique"} #
@STRING{laboratory-ensmp = "\'Ecole nationale sup\'erieure des mines de Paris"} #
@STRING{laboratory-epfl-igr = "\'Ecole Polytechnique de Lausanne, Institut de G\'{e}nie Rural"} #
% Universities
@STRING{university-kth = "KTH Royal Institute of Technology, Sweden"}
@STRING{university-leiden = "Universiteit Leiden, The Netherlands"}
@STRING{university-ucl = "Universit\'e catholique de Louvain"} #
@STRING{university-uclanglais = "Catholic University of Louvain"}
@STRING{university-ulg = "University of Li\`ege, Belgium"} #
% OLD ENTRIES
@STRING{cmm = "Centre de morphologie math\'ematique"} #
@STRING{cwi = "Centrum voor Wiskunde and Informatica"} #
@STRING{emp = "\'Ecole des Mines de Paris"} #
@STRING{emp-cmm = "\'Ecole des mines de Paris, Centre de morphologie math\'{e}matique"} #
@STRING{ensmp = "\'Ecole nationale sup\'erieure des mines de Paris"} #
@STRING{epfl-igr = "\'Ecole Polytechnique de Lausanne, Institut de G\'{e}nie Rural"} #
@STRING{nhtsa-abb = "NHTSA"} #
@STRING{nhtsa = "National Highway Traffic Safety Administration"}
@STRING{paho-abb = "PAHO"} #
@STRING{paho = "Pan American Health Organization"}
@STRING{ucl = "Universit\'e catholique de Louvain"} #
@STRING{uclanglais = "Catholic University of Louvain"}
@STRING{ulg = "University of Li\`ege, Belgium"} #
@STRING{who-abb = "WHO"}
@STRING{who = "World Health Organization"}
% Cities
@STRING{city-anchorage = "Anchorage, Alaska, USA"}
@STRING{city-boston = "Boston, Massachusetts, USA"}
@STRING{city-brussels = "Brussels, Belgiuim"}
@STRING{city-cambridge = "Cambridge, Massachusetts, USA"}
@STRING{city-chicago = "Chicago, Illinois, USA"}
@STRING{city-columbus = "Columbus, Ohio, USA"}
@STRING{city-dallas = "Dallas, Texas, USA"}
@STRING{city-greenville = "Greenville, South Carolina, USA"}
@STRING{city-honolulu = "Honolulu, Hawaii, USA"}
@STRING{city-lasvegas = "Las Vegas, Nevada, USA"}
@STRING{city-lecco = "Lecco, Italy"}
@STRING{city-lisbon = "Lisbon, Portugal"}
@STRING{city-london = "London, England"}
@STRING{city-longbeach = "Long Beach, California, USA"}
@STRING{city-losangeles = "Los Angeles, California, USA"}
@STRING{city-melbourne = "Melbourne, Victoria, Australia"}
@STRING{city-miami = "Miami, Florida, USA"}
@STRING{city-minneapolis = "Minneapolis, Minnesota, USA"}
@STRING{city-mountainview = "Mountain View, California, USA"}
@STRING{city-montreal = "Montr{\'e}al, Canada"}
@STRING{city-niagarafalls = "Niagara Falls, Ontario, Canada"},
@STRING{city-nashville = "Nashville, Tennessee, USA"}
@STRING{city-neworleans = "New Orleans, Louisiana, USA"}
@STRING{city-newyork = "New York City, New York, USA"}
@STRING{city-ottawa = "Ottawa, Ontario, Canada"}
@STRING{city-paris = "Paris, France"}
@STRING{city-philadelphia = "Philadelphia, Pennsylvania, USA"}
@STRING{city-providence = "Providence, Rhode Island, USA"}
@STRING{city-saltlake = "Salt Lake City, Utah, USA"}
@STRING{city-sandiego = "San Diego, California, USA"}
@STRING{city-sanfrancisco = "San Francisco, California, USA"}
@STRING{city-sanjose = "San Jose, California, USA"}
@STRING{city-santaclara = "Santa Clara, California, USA"}
@STRING{city-seattle = "Seattle, Washington, USA"}
@STRING{city-seoul = "Seoul, South Korea"}
@STRING{city-snowmass = "Snowmass, Colorado, USA"}
@STRING{city-stanford = "Stanford, California, USA"}
@STRING{city-sydney = "Sydney, NSW, Australia"}
@STRING{city-telaviv = "Tel Aviv, Isra{\"e}l"}
@STRING{city-toronto = "Toronto, Ontario, Canada"}
@STRING{city-vancouver = "Vancouver, Canada"}
@STRING{city-waikoloa = "Waikoloa, Hawaii, USA"}
@STRING{city-washington = "Washington, District of Columbia, USA"}
% OLD ENTRIES
@STRING{anchorage = "Anchorage, Alaska, USA"}
@STRING{boston = "Boston, Massachusetts, USA"}
@STRING{chicago = "Chicago, Illinois, USA"}
@STRING{columbus = "Columbus, Ohio, USA"}
@STRING{dallas = "Dallas, Texas, USA"}
@STRING{honolulu = "Honolulu, Hawaii, USA"}
@STRING{lasvegas = "Las Vegas, Nevada, USA"}
@STRING{lisbon = "Lisbon, Portugal"}
@STRING{london = "London, England"}
@STRING{longbeach = "Long Beach, California, USA"}
@STRING{losangeles = "Los Angeles, California, USA"}
@STRING{miami = "Miami, Florida, USA"}
@STRING{montreal = "Montr{\'e}al, Canada"}
@STRING{nashville = "Nashville, Tennessee, USA"}
@STRING{neworleans = "New Orleans, Louisiana, USA"}
@STRING{newyork = "New York City, New York, USA"}
@STRING{paris = "Paris, France"}
@STRING{philadelphia = "Philadelphia, Pennsylvania, USA"}
@STRING{providence = "Providence, Rhode Island, USA"}
@STRING{saltlake = "Salt Lake City, Utah, USA"}
@STRING{sandiego = "San Diego, California, USA"}
@STRING{sanfrancisco = "San Francisco, California, USA"}
@STRING{sanjose = "San Jose, California, USA"}
@STRING{santaclara = "Santa Clara, California, USA"}
@STRING{seattle = "Seattle, Washington, USA"}
@STRING{seoul = "Seoul, South Korea"}
@STRING{snowmass = "Snowmass, Colorado, USA"}
@STRING{toronto = "Toronto, Ontario, Canada"}
@STRING{waikoloa = "Waikoloa, Hawaii, USA"}
@STRING{washington = "Washington, District of Columbia, USA"}