-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathreferences.bib
More file actions
21503 lines (18888 loc) · 776 KB
/
references.bib
File metadata and controls
21503 lines (18888 loc) · 776 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
@comment{% Encoding: UTF-8
%%% http://bib-it.sourceforge.net/help/fieldsAndEntryTypes.php
%%% https://www.openoffice.org/bibliographic/bibtex-defs.html
%%% http://mirrors.ibiblio.org/CTAN/macros/latex/exptl/biblatex/doc/biblatex.pdf}
@string{j-acm-comm-comp-algebra = {ACM Communications in Computer Algebra}}
@string{j-byte = {Byte Magazine}}
@string{j-cacm = {Communications of the ACM}}
@string{j-ccpe = {Concurrency and Computation: Prac\-tice and Experience}}
@string{j-comp-arch-news = {ACM SIGARCH Computer Architecture News}}
@string{j-comp-net-isdn = {Computer Networks and ISDN Systems}}
@string{j-comp-phys-comm = {Computer Physics Communications}}
@string{j-comp-physics = {Computers in Physics}}
@string{j-comput-sci-eng = {Computing in Science and Engineering}}
@string{j-computer = {Computer}}
@string{j-computing = {Computing}}
@string{j-contemp-phys = {Contemporary Physics}}
@string{j-ddj = {Dr. Dobb's Journal of Software Tools}}
@string{j-ddj-sourcebook = {Dr. Dobb's Sourcebook}}
@string{j-exe = {.EXE: the software developers' magazine}}
@string{j-fortran-forum = {ACM Fortran Forum}}
@string{j-fut-gen-comp-sys = {Future Generation Computer Systems}}
@string{j-graph-models = {Graphical models}}
@string{j-ieee-cga = {IEEE Computer Graphics and Applications}}
@string{j-ieee-software = {IEEE Software}}
@string{j-ijhpca = {The International Journal of High Performance Computing Applications}}
@string{j-int-j-par-emer-dist-sys = {International Journal of Parallel, Emergent and Distributed Systems: IJPEDS}}
@string{j-int-j-parallel-prog = {International Journal of Parallel Programming}}
@string{j-interactions = {Interactions (New York, N. Y.)}}
@string{j-j-comput-chem = {Journal of Computational Chemistry}}
@string{j-j-par-dist-comp = {Journal of Parallel and Distributed Computing}}
@string{j-j-res-natl-inst-stand-technol = {Journal of research of the National Institute of Standards and Technology}}
@string{j-j-stat-soft = {Journal of Statistical Software}}
@string{j-j-supercomputing = {The Journal of Supercomputing}}
@string{j-jeric = {ACM Journal on Educational Resources in Computing (JERIC)}}
@string{j-jocch = {Journal on Computing and Cultural Heritage (JOCCH)}}
@string{j-lect-notes-comp-sci = {Lecture Notes in Computer Science}}
@string{j-linear-algebra-appl = {Linear Algebra and its Applications}}
@string{j-linux-j = {Linux journal}}
@string{j-login = {;login: the USENIX Association newsletter}}
@string{j-num-lin-alg-appl = {Numerical Linear Algebra with Applications}}
@string{j-oper-sys-rev = {Operating Systems Review}}
@string{j-parallel-process-lett = {Parallel Processing Letters}}
@string{j-sci-prog = {Scientific Programming}}
@string{j-sigact = {ACM SIGACT News}}
@string{j-sigada-letters = {ACM SIGADA Ada Letters}}
@string{j-sigcse = {SIGCSE Bulletin (ACM Special Interest Group on Computer Science Education)}}
@string{j-sigplan = {ACM SIG{\-}PLAN Notices}}
@string{j-spe = {Soft\-ware\emdash Prac\-tice and Experience}}
@string{j-sunworld-online = {SunWorld online}}
@string{j-tcbb = {IEEE/ACM Transactions on Computational Biology and Bioinformatics}}
@string{j-tecs = {ACM Transactions on Embedded Computing Systems}}
@string{j-theor-comp-sci = {Theoretical Computer Science}}
@string{j-toce = {ACM Transactions on Computing Education}}
@string{j-tog = {ACM Transactions on Graphics}}
@string{j-tomccap = {ACM Transactions on Multimedia Computing, Communications, and Applications}}
@string{j-toms = {ACM Transactions on Mathematical Software}}
@string{j-tugboat = {TUGboat}}
@string{j-unix-developer = {UNIX Developer}}
@string{j-web-review = {Web Review}}
@string{j-web-techniques = {Web Techniques}}
@string{j-world-wide-web-j = {World Wide Web Journal}}
@string{j-x-j = {The {X} Journal: Computing Technology with the {X Window System}}}
@string{pub-acm = {ACM Press}}
@string{pub-acm:adr = {New York, NY 10036, USA}}
@string{pub-apress = {Apress}}
@string{pub-apress:adr = {Berkeley, CA, USA}}
@string{pub-aw = {Ad{\-d}i{\-s}on-Wes{\-l}ey}}
@string{pub-aw-longman = {Ad{\-d}i{\-s}on-Wes{\-l}ey Longman}}
@string{pub-aw-longman:adr = {Reading, MA, USA}}
@string{pub-aw:adr = {Reading, MA, USA}}
@string{pub-cambridge = {Cambridge University Press}}
@string{pub-cambridge:adr = {Cambridge, UK}}
@string{pub-chapman-hall-crc = {Chapman and Hall/CRC}}
@string{pub-chapman-hall-crc:adr = {Boca Raton, FL, USA}}
@string{pub-cnri = {Corporation for National Research Initiatives}}
@string{pub-cnri:adr = {1895 Preston White Drive, Suite 100, Reston, VA 20191, USA}}
@string{pub-crc = {CRC Press}}
@string{pub-crc:adr = {2000 N. W. Corporate Blvd., Boca Raton, FL 33431-9868, USA}}
@string{pub-cwi = {Centrum voor Wiskunde en Informatica}}
@string{pub-cwi:adr = {P. O. Box 4079, 1009 AB Amsterdam, The Netherlands}}
@string{pub-europen = {EurOpen}}
@string{pub-europen:adr = {Buntingford, Herts, UK}}
@string{pub-eyrolles = {Eyrolles}}
@string{pub-eyrolles:adr = {Paris, France}}
@string{pub-ieee = {IEEE Computer Society Press}}
@string{pub-ieee:adr = {1109 Spring Street, Suite 300, Silver Spring, MD 20910, USA}}
@string{pub-mac = {Macmillan Publishing Company}}
@string{pub-mac:adr = {New York, NY, USA}}
@string{pub-manning = {Manning Publications}}
@string{pub-manning:adr = {Greenwich, CT, USA}}
@string{pub-morgan-kaufmann = {Morgan Kaufmann Publishers}}
@string{pub-morgan-kaufmann:adr = {San Francisco, CA, USA}}
@string{pub-mt = {M\&T Books}}
@string{pub-mt:adr = {M\&T Publishing, Inc., 501 Galveston Drive, Redwood City, CA 94063, USA}}
@string{pub-network-theory = {Network Theory Ltd.}}
@string{pub-network-theory:adr = {Bristol, UK}}
@string{pub-no-starch = {No Starch Press}}
@string{pub-no-starch:adr = {San Francisco, CA, USA}}
@string{pub-nrp = {New Riders Publishing}}
@string{pub-nrp:adr = {Carmel, IN, USA}}
@string{pub-ora = {O'Reilly \& {Associates, Inc.}}}
@string{pub-ora-media = {O'Reilly Media, Inc.}}
@string{pub-ora-media:adr = {1005 Gravenstein Highway North, Sebastopol, CA 95472, USA}}
@string{pub-ora:adr = {103a Morris Street, Sebastopol, CA 95472, USA, Tel: +1 707 829 0515, and 90 Sherman Street, Cambridge, MA 02140, USA, Tel: +1 617 354 5800}}
@string{pub-osborne = {Osborne/McGraw-Hill}}
@string{pub-osborne:adr = {Berkeley, CA, USA}}
@string{pub-packt = {Packt Publishing}}
@string{pub-packt:adr = {Birmingham, UK}}
@string{pub-peachpit = {Peachpit Press, Inc.}}
@string{pub-peachpit:adr = {1085 Keith Avenue, Berkeley, CA 94708, USA}}
@string{pub-ph = {Pren{\-}tice-Hall}}
@string{pub-ph:adr = {Englewood Cliffs, NJ 07632, USA}}
@string{pub-phptr = {P T R Pren{\-}tice-Hall}}
@string{pub-phptr:adr = {Englewood Cliffs, NJ 07632, USA}}
@string{pub-sams = {SAMS Publishing}}
@string{pub-sams:adr = {Indianapolis, IN, USA}}
@string{pub-siam = {Society for Industrial and Applied Mathematics}}
@string{pub-siam:adr = {Philadelphia, PA, USA}}
@string{pub-studentlitteratur = {Studentlitteratur}}
@string{pub-studentlitteratur:adr = {Lund, Sweden}}
@string{pub-sv = {Spring{\-}er-Ver{\-}lag}}
@string{pub-sv:adr = {Berlin, Germany~/ Heidelberg, Germany~/ London, UK~/ etc.}}
@string{pub-syngress = {Syngress Publishing, Inc.}}
@string{pub-syngress:adr = {Rockland, MA, USA}}
@string{pub-usenix = {USENIX}}
@string{pub-usenix:adr = {Berkeley, CA, USA}}
@string{pub-wiley = {Wiley}}
@string{pub-wiley:adr = {New York, NY, USA}}
@string{pub-world-sci = {World Scientific Publishing Co.}}
@string{pub-world-sci:adr = {Singapore; Philadelphia, PA, USA; River Edge, NJ, USA}}
@string{pub-wrox = {Wrox Press}}
@string{pub-wrox:adr = {Chicago, IL, USA}}
@misc{3dWarehouse2018,
author = {{3D Warehouse}},
title = {{3D Warehouse}},
url = {https://3dwarehouse.sketchup.com},
year = {2018}
}
@misc{911encyclopediaJetFuel,
author = {{911encyclopedia}},
title = {{Jet Fuel}},
url = {http://911encyclopedia.com/wiki/index.php/Jet_Fuel}
}
@article{Abdo2014,
author = {M Abdo and A R Toloei and A R Vali and M R Arvan},
journal = {International Journal of Engineering},
number = {1},
title = {Modeling, Control and Simulation of Cascade Control Servo System for One Axis Gimbal Mechanism},
volume = {27},
year = {2014}
}
@inproceedings{Abdo2014a,
author = {M Abdo and A R Vali and A R Toloei and M R Arvan},
booktitle = {ICEE 2014},
title = {Modeling Control and Simulation of Two Axes Gimbal Seeker Using Fuzzy PID Controller},
year = {2014}
}
@article{AbdoDynamicUnbalance2013,
author = {Maher Abdo and Ahmad Reza Vali and Alireza Toloei and Mohammad Reza Arvan},
journal = {International Journal of Advanced Robotic Systems},
title = {Research on the Cross-Coupling of a Two Axes Gimbal System with Dynamic Unbalance},
volume = {10},
year = {2013}
}
@article{AbdoselftuningPIDfuzzy2014,
author = {Maher Mahmoud Abdo and Ahmad Reza Vali and Ali Reza Toloei and Mohammad Reza Arvan},
journal = {ISA Transactions},
number = {1},
title = {Stabilization loop of a two-axes gimbal system using self-tuning PID type fuzzy controller},
volume = {53},
year = {2014}
}
@article{Aber1992,
author = {John D. Aber and C. Anthony Federer},
journal = {Oecologia},
publisher = {Springer-Verlag},
title = {A generalized, lumped-parameter model of photosynthesis, evapotranspiration and net primary production in temperate and boreal forest ecosystems},
volume = {92},
year = {1992}
}
@book{Abraham1962,
author = {L. H. Abraham},
publisher = {McGraw-Hill},
title = {Structural design of missiles and spacecraft},
year = {1962}
}
@inproceedings{Abreu2000,
address = {Bellingham, WA},
author = {Rene Abreu and David Chadwick and Rick D'Amico and Charles Delp and Sarma Gullapalli and David Hansen and Michael Marchionna and Michael Meline and William Rappoport and Lou Mendyk and Ralph Pringle and Ker-Li Shu and William Swanson and William Zmek},
booktitle = {{Proc. SPIE}},
journal = {Proceedings of SPIE - The International Society for Optical Engineering},
title = {{SAAO Adaptive Optics system}},
url = {http://dx.doi.org/10.1117/12.384290},
volume = {3931},
year = {2000}
}
@article{AbuHamdeh2003,
author = {Nidal H. {Abu-Hamdeh}},
journal = {Biosystems Engineering},
publisher = {Elsevier Science},
title = {Thermal Properties of Soils as affected by Density and Water Content},
volume = {86},
year = {2003}
}
@book{Accetta1993,
address = {Bellingham, WA},
editor = {Joseph S. Accetta and David L. Shumaker},
publisher = {ERIM and SPIE Press},
title = {{The Infrared and Electro-Optical Systems Handbook (8 Volumes)}},
year = {1993}
}
@techreport{Acharya1998,
author = {P. K. Acharya},
institution = {Air Force Research Laboratory Space Vehicles Directorate Air Force Materiel Command},
title = {{Modtran User's Manual Versions 3.7 And 4.0}},
year = {1998}
}
@misc{Achour2015,
author = {Bachir Achour},
title = {How do I calculate heat loss by evaporation from the surface of an active swimming pool?},
url = {https://www.researchgate.net/post/How_do_I_calculate_heat_loss_by_evaporation_from_the_surface_of_an_active_swimming_pool/},
year = {2015}
}
@book{Adamy2015,
author = {David L. Adamy},
publisher = {Artech House},
title = {EW 104: Electronic Warfare Against a New Generation of Threats},
year = {2015}
}
@inproceedings{Adcock2017,
author = {Ben Adcock and Anders C Hansen and Clarice Poon and Bogdan Roman},
booktitle = {Forum of Mathematics, Sigma},
organization = {Cambridge University Press},
title = {Breaking the coherence barrier: A new theory for compressed sensing},
volume = {5},
year = {2017}
}
@misc{adobecom2018,
author = {{Adobe}},
title = {{Adobe}},
url = {http://www.adobe.com}
}
@misc{adobergbcolorspace2012,
author = {{Wikipedia}},
title = {{Adobe RGB color space}},
url = {https://en.wikipedia.org/wiki/Adobe_RGB_color_space}
}
@misc{AerodynamicHeatingQueens2006,
author = {Anon},
publisher = {{Department of Mechanical and Materials Engineering, Queens University}},
title = {{Aerodynamic Heating}},
url = {https://www.scribd.com/document/61459910/Aerodynamic-Heating},
year = {2005}
}
@misc{affanprojtrans,
author = {{graphicsmill.com}},
title = {{Affine and projective transformations}},
url = {http://www.graphicsmill.com/docs/gm/affine-and-projective-transformations.htm}
}
@inproceedings{Ahn2009,
author = {{Sang-Ho} Ahn and {Young-Choon} Kim and {Tae-Wuk} Bae and {Byoung-Ik} Kim and {Ki-Hong} Kim},
booktitle = {Proceedings of the 2009 IEEE 9th Malaysia International Conference on Communications},
title = {{DIRCM Jamming Effect Analysis of Spin-Scan Reticle Seeker}},
year = {2009}
}
@article{Ahn2020,
author = {Jae-Hyun Ahn and Young-Je Park},
issue = {22},
journal = {Remote Sensing},
title = {Estimating Water Reflectance at Near-Infrared Wavelengths for Turbid Water Atmospheric Correction: A Preliminary Study for GOCI-II},
volume = {12},
year = {2020}
}
@book{AhrensExtreme2010,
author = {C. Donald Ahrens and Perry J. Samson},
edition = {1},
publisher = {Brooks Cole},
title = {Extreme Weather and Climate },
year = {2010}
}
@techreport{AIAA1999,
author = {{AIAA Global Aerosol Model Working Group}},
institution = {American Institute of Aeronautics and Astronautics},
number = {AIAA G-065-1999},
title = {{Guide to Global Aerosol Models}},
type = {Report},
year = {1999}
}
@misc{Aim9Outline,
author = {{US Navy}},
title = {{AIM-9M} design envelope interface control drawing},
url = {http://www.f-16.net/forum/download/file.php?id=975&mode=view},
year = {Unknown}
}
@misc{aim9x2000,
author = {{AIM-9X}},
title = {SIDEWINDER AIR-TO-AIR MISSILE},
url = {http://www.dote.osd.mil/pub/reports/FY2000/navy/00aim9x.html},
year = {2000}
}
@misc{airairmissiles2016,
author = {{Wikipedia}},
title = {Air-to-air missile non-comparison table},
url = {http://www.x-plane.org/home/urf/aviation/text/missiles/aam.html}
}
@inproceedings{AitAider2009,
author = {Omar {Ait-Aider} and Francois Berry},
booktitle = {2009 {IEEE} 12th International Conference on Computer Vision},
publisher = {{IEEE}},
title = {Structure and kinematics triangulation with a rolling shutter stereo rig},
year = {2009}
}
@inproceedings{Ajmera2010,
author = {Sameer K. Ajmera and A. J. Syllaios and Greg S. Tyber and Michael F. Taylor and Russell E. Hollingsworth},
booktitle = {Infrared Technology and Applications {XXXVI}},
editor = {Bj\orn F. Andresen and Gabor F. Fulop and Paul R. Norton},
publisher = {{SPIE}},
title = {Amorphous silicon thin-films for uncooled infrared microbolometer sensors}
}
@article{akeret2017radio,
author = {Joel Akeret and Chihway Chang and Aurelien Lucchi and Alexandre Refregier },
journal = {Astronomy and Computing},
publisher = {Elsevier},
title = {Radio frequency interference mitigation using deep convolutional neural networks},
volume = {18},
year = {2017}
}
@article{Alacoque2017,
author = {Laurent Alacoque and Sebastien Martin and Wilfried Rabaud and Edith Beigne and AntoineDupret and Bertrand Dupont},
issue = {11},
journal = {Electronic Imaging},
title = {A 128x128, 34um pitch, 8.9mW, 190mK NETD, TECless Uncooled IR bolometer image sensor with column-wise processing},
volume = {2017},
year = {2017}
}
@inproceedings{Alayed2012,
address = {Bellingham, WA},
author = {Mrwan Alayed and Munir M. El-Desouki and Motasem S. Alsawadi and Khalid Alghamdi and Attiah A. Al-Ghamdi and Cornelius J. Willers and Azwitamisi E. Mudau},
booktitle = {{Proc SPIE}},
doi = {10.1117/12.978981},
publisher = {SPIE},
title = {{Future-proofing an aircraft self-protection IR signature database}},
volume = {8543},
year = {2012}
}
@article{Albrecht2020,
author = {H Albrecht and F Fiorani and R Pieruschka and M Muller-Linow and C Jedmowski and L Schreiber and U Schurr and U Rascher},
journal = {{Frontiers in Plant Science}},
title = {{Quantitative Estimation of Leaf Heat Transfer Coefficients by Active Thermography at Varying Boundary Layer Conditions}},
url = {https://www.frontiersin.org/articles/10.3389/fpls.2019.01684/full},
volume = {10},
year = {2020}
}
@misc{Albrecht2020sup,
author = {H Albrecht and F Fiorani and R Pieruschka and M Muller-Linow and C Jedmowski and L Schreiber and U Schurr and U Rascher},
title = {{Supplementary MAterial: Quantitative Estimation of Leaf Heat Transfer Coefficients by Active Thermography at Varying Boundary Layer Conditions}},
url = {https://www.frontiersin.org/articles/10.3389/fpls.2019.01684/full#supplementary-material},
year = {2020}
}
@article{AlchekhYasin2013,
author = {S. Y. AlchekhYasin and A. R. Erfanian and M. R. Mosavi and A. Mohammadi},
journal = {International Journal of Computer Applications},
title = {The Flare Detection in the Two Color Crossed Array Detectors Infrared Seeker},
volume = {81},
year = {2013}
}
@article{Alduchov1996,
author = {Oleg A. Alduchov and Robert E. Eskridge },
issue = {4},
journal = {Journal of Applied Meteorology},
publisher = {American Meteorological Society},
title = {Improved Magnus Form Approximation of Saturation Vapor Pressure},
volume = {35},
year = {1996}
}
@misc{AleksanderSimonicWinEdt2018,
author = {{Aleksander Simonic}},
title = {{WinEdt Editor}},
url = {http://www.winedt.com/},
year = {2018}
}
@book{Alexandrescu2001,
author = {Andrei Alexandrescu},
publisher = {{Addison Wesley}},
title = {Modern C++ Design},
year = {2001}
}
@article{AlJuruf1988,
author = {R. S. Al-Juruf and F. A. Ahmed and I. A. Alam and H. H. Abdel-Rahman},
journal = {Journal of Building Physics},
publisher = {Sage Publications},
title = {Determination of the Thermal Conductivity of Date Palm Leaves},
volume = {11},
year = {1988}
}
@book{AlKaisi2017,
author = {Mahdi M. Al-Kaisi and Birl Lowery },
publisher = { Academic Press },
title = {Soil Health and Intensification of Agroecosytems},
year = {2017}
}
@book{Allaire2007,
author = {Gr\'egoire Allaire and Alan Craig},
publisher = {Oxford University Press, USA},
title = {Numerical Analysis and Optimization: An Introduction to Mathematical Modelling and Numerical Simulation (Numerical Mathematics and Scientific Computation)},
year = {2007}
}
@book{Allaire2008,
author = {Gr\'egoire Allaire and Sidi Mahmoud Kaber},
publisher = {Springer-Verlag New York},
title = {Numerical linear algebra},
year = {2008}
}
@book{Allan1998,
author = {Richard G. Allan and L. Pereira and D. Raes and M Smith},
title = {Crop evapotranspiration-Guidelines for computing crop water requirements-FAO Irrigation and drainage paper 56},
volume = {56},
year = {1998}
}
@book{Allerton2009,
author = {David Allerton},
publisher = {John Wiley \& Sons},
title = {{Principles of Flight Simulation}},
year = {2009}
}
@article{Alqudsi2018,
author = {Yunes Alqudsi and Gamal M. El-Bayoumi},
journal = {{INCAS Bulletin}},
number = {2},
title = {{Modeling of Target Tracking System for Homing Missiles and Air Defense Systems}},
volume = {10},
year = {2018}
}
@article{Alqudsi2018b,
author = {Yunes Alqudsi and Gamal M. El-Bayoumi},
doi = {10.13111/2066-8201.2018.10.2.11},
journal = {{INCAS Bulletin}},
number = {2},
title = {{A Qualitative Comparison between the Proportional Navigation and Differential Geometry Guidance Algorithms}},
volume = {10},
year = {2018}
}
@article{Alves2008,
author = {F. D. P. Alves and R. A. T. Santos and J. Amorim and A. K. Issmael and G. Karunasiri},
journal = {IEEE Sensors Journal},
number = {6},
publisher = {IEEE Sensors Journal, vol. 8, no. 6},
title = {{Widely Separate Spectral Sensitivity Quantum Well Infrared Photodetector Using Interband and Intersubband Transitions}},
volume = {8},
year = {2008}
}
@article{Amaludin2016,
author = {Adriana Amaludina and Aminaton Marto and Muhd. Hatta and M. Satarc and Hassanel Amaludinb and Salinah Dullah},
journal = {Jurnal Teknologi},
title = {Thermal properties of malaysian cohesive soils},
year = {2016}
}
@mastersthesis{Amar2006,
author = {Adam Joseph Amar},
school = {{North Carolina State University}},
title = {Modeling of One-Dimensional Ablation with Porous Flow Using Finite Control Volume Procedure},
url = {https://repository.lib.ncsu.edu/bitstream/handle/1840.16/2847/etd.pdf},
year = {2006}
}
@article{Ambaum2020,
author = {Maarten H. P. Ambaum},
doi = {10.1002/qj.3899},
journal = {Quarterly Journal of the Royal Meteorological Society},
publisher = {John Wiley and Sons},
title = {Accurate, simple equation for saturated vapour pressure over water and ice},
volume = {146},
year = {2020}
}
@article{Amici2011,
author = {Stefania Amic and Martin J. Wooster and Alessandro Piscini},
doi = {10.1016/j.rse.2011.02.022},
issue = {8},
journal = {Remote Sensing of Environment},
publisher = {Elsevier Science},
title = {Multi-resolution spectral analysis of wildfire potassium emission signatures using laboratory, airborne and spaceborne remote sensing},
volume = {115},
year = {2011}
}
@misc{amici2017,
author = {{BAE Systems}},
title = {{Hyperspectral characterization of wildfire}},
url = {https://www.airc.aist.go.jp/gsrt/SAMICI-Tokyo11-1-2017.pdf},
year = {2017}
}
@techreport{AMSC1990,
author = {{AMSC}},
institution = {US DoD},
number = {MIL-HDBK-762(MI)},
title = {{Design of Aerodynamically Stabilized Free Rockets}},
type = {Technical Report},
year = {1990}
}
@misc{analogdoublecorrsampl2012,
author = {{Analog Devices}},
title = {{Integrated Solutions for CCD Signal Processing}},
url = {http://www.analog.com/library/analogdialogue/archives/32-1/signal_pro.html}
}
@misc{Analytics,
author = {Continuum Analytics},
journal = {https://www.anaconda.com/distribution/.},
title = {Anaconda Python Installation}
}
@article{Anderson1995,
author = {G. A. Anderson and F. X Kneizys and J. H. Chetwynd and J. Wang and M. L. Hoke and L. S. Rothman and L. M. Kimball and R. A. McClatchey},
journal = {Environ. Res.},
title = {{FASCODE/MODTRAN/LOWTRAN: Past/Present/Future}},
volume = {1995},
year = {1995}
}
@misc{Anderson1997,
author = {Gail P. Anderson and James H. Chetwynd and Lawrence S. Bernstein and Alexander Berk and Prabhat K. Acharya and David C. Robertson and Eric P. Shettle},
howpublished = {Patent},
title = {{System and method for modelling moderate resolution atmospheric propagation}},
year = {1997}
}
@techreport{Anderson2005,
address = {NASA Center for AeroSpace Information (CASI) National Technical Information Service (NTIS), 7121 Standard Drive 5285 Port Royal Road, Hanover, MD 21076-1320 Springfield, VA 22161-2171, (301) 621-0390},
author = {B. E. Anderson},
institution = {Langley Research Center},
number = {NASA/TM-2005-213783},
title = {{Experiment to Characterize Aircraft Volatile Aerosol and Trace-Species Emissions (EXCAVATE)}},
type = {techreport},
year = {2005}
}
@misc{Anderson2015,
author = {C R Anderson},
title = {{EE 354 Modern Communication Systems FM Demodulation}},
url = {https://www.usna.edu/EE/ee354/Handouts/Lecture%2015%20-%20FM%20Demodulation.pdf},
year = {2015}
}
@book{Andrews2001,
address = {Bellingham, WA},
author = {Larry C Andrews and Ronald L Phillips and Cynthia Y Hopen},
publisher = {SPIE Press},
title = {Laser Beam Scintillation with Applications},
year = {2001}
}
@book{Andrews2004,
address = {Bellingham, WA},
author = {Larry C Andrews},
doi = {10.1117/3.549260},
publisher = {SPIE Press},
title = {Field Guide to Atmospheric Optics},
year = {2004}
}
@book{Andrews2005,
address = {Bellingham, WA},
author = {Larry C Andrews and Ronald L Phillips},
doi = {10.1117/3.626196},
publisher = {SPIE Press},
title = {Laser Beam Propagation through Random Media},
year = {2005}
}
@article{Angelbeck1979,
address = {Adapt Opt Components 2, Washington},
author = {Albert W. Angelbeck and Robert Elkow and Allen F. Greiner and Robert W. Guile and Earl D. Hasselmark and George R. Wisner},
journal = {Proceedings of the Society of Photo-Optical Instrumentation Engineers},
title = {MULTIDITHER ADAPTIVE OPTICS SYSTEM OPERATING USING A SEPARATE DITHER AND CORRECTOR MIRROR.},
volume = {179},
year = {1979}
}
@article{Annear2007,
author = {Robert Annear and Scott Wells},
journal = {Water Resources Research},
title = {A Comparison of Five Models for Estimating Clear-sky Solar Radiation},
volume = {43},
year = {2007}
}
@article{Ansari1959,
author = {A. Q. Ansari and W. E. Loomis},
journal = {American Journal of Botany},
publisher = {Botanical Society of America},
title = {Leaf Temperatures},
volume = {46},
year = {1959}
}
@article{Arani2017,
author = {H. D. Arani},
journal = {Research in Marine Sciences},
title = {{Source of dust and sand storms in the southwest of Iran and Persian Gulf region}},
url = {http://resmarsci.com/wp-content/uploads/2017/06/page-Marine-Sciences-3-4.pdf},
volume = {2},
year = {2017}
}
@article{Arkhangelskaya2009,
author = {T. A. Arkhangelskaya},
journal = {Eurasian Soil Science},
publisher = {SP MAIK Nauka/Interperiodica},
title = {Parameterization and mathematical modeling of the dependence of soil thermal diffusivity on the water content},
volume = {42},
year = {2009}
}
@article{Arkhangelskaya2017,
author = {Tatiana Arkhangelskaya and Ksenia Lukyashchenko },
journal = {Biosystems Engineering},
publisher = {Elsevier Science},
title = {Estimating soil thermal diffusivity at different water contents from easily available data on soil texture, bulk density, and organic carbon content},
year = {2017}
}
@misc{army,
author = {Schalk Mouton},
publisher = {Times LIVE, 13 December 2012},
title = {{SANP}arks takes fight to poachers},
url = {http://www.timeslive.co.za/thetimes/2012/12/13/sanparks-takes-fight-to-poachers}
}
@inproceedings{Arsenault1999,
address = {Bellingham, WA},
author = {R. Arsenault and S. Tritchew},
booktitle = {{Proc. SPIE}},
journal = {Proceedings of SPIE - The International Society for Optical Engineering},
title = {Range performance model for electro-optical systems},
url = {http://dx.doi.org/10.1117/12.372645},
volume = {3751},
year = {1999}
}
@book{Ashby2016,
author = {Michael F Ashby},
edition = {5},
publisher = {Elsevier Science, Butterworth-Heinemann},
title = {Materials Selection in Mechanical Design},
year = {2016}
}
@book{Ashby2019,
author = {Michael F. Ashby and David R. H. Jones },
edition = {5},
publisher = {Butterworth-Heinemann},
title = {Engineering materials 1: an introduction to properties, applications and design},
year = {2019}
}
@book{Ashby2019b,
author = {Michael F. Ashby and David Cebon and Hugh Shercliff},
edition = {4},
publisher = {Butterworth-Heinemann},
title = {Materials: engineering, science, processing and design},
year = {2019}
}
@book{Ashcroft1976,
address = {Fort Worth, TX},
author = {Neil W. Ashcroft and N. David Mermin},
publisher = {{Harcourt College Publishing}},
title = {{Solid State Physics}},
year = {1976}
}
@article{Ashikhmin2000,
author = {Michael Ashikhmin and Peter Shirley},
journal = {Journal of Graphics Tools},
title = {An Anisotropic {Phong} {BRDF} Model},
volume = {5},
year = {2000}
}
@techreport{Ashkenazi2013,
address = {Bonn International Center of Conversion -- Internationales Konversionszentrum Bonn GmbH, Pfarrer-Byns-Strasse 1, 53121 Bonn, Germany},
author = {Michael Ashkenazi and Princess Mawuena and Jan Grebe and Christof K\"ogler and Marc K\"osling},
institution = {Bonn International Center for Conversion},
month = {2},
number = {47},
title = {{Brief 47: MANPADS -- A Terrorist Threat to Civilian Aviation}},
type = {Report},
url = {https://www.bicc.de/uploads/tx_bicctools/BICC_brief_02.pdf},
year = {2013}
}
@book{ASHRAEHandbook2009ip,
author = {ASHRAE},
publisher = {American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc.},
title = {2009 ASHRAE Handbook - Fundamentals (I-P Edition)},
year = {2009}
}
@book{ASHRAEHandbook2009si,
author = {{ASHRAE}},
publisher = {American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc.},
title = {2009 ASHRAE Handbook - Fundamentals (SI Edition)},
year = {2009}
}
@book{Astroem1997,
author = {Karl Johan {\AA}str\"om and Bj\"orn Wittenmark},
publisher = {Pearson},
title = {Computer-Controlled Systems: Theory and Design, 3rd Edition},
year = {1997}
}
@book{Astroem2009,
author = {Karl Johan {\AA}str\"om and Richard M Murray},
publisher = {Princeton University Press},
title = {Feedback Systems: An Introduction for Scientists and Engineers},
year = {2009}
}
@article{Astrom2008,
author = {Karl Johan Astrom and Carlos Canudas de Wit},
journal = {IEEE Control Systems Magazine},
publisher = {IEEE},
title = {Revisiting the LuGre friction model},
url = {https://hal.archives-ouvertes.fr/hal-00394988},
volume = {28},
year = {2008}
}
@article{Atcheson-2008,
author = {Bradley Atcheson and Ivo Ihrke and Wolfgang Heidrich and Art Tevs and Derek Bradley and Marcus Magnor and Hans-Peter Seidel},
journal = {ACM Transactions on Graphics},
publisher = {Association for Computing Machinery},
title = {Time-resolved 3d capture of non-stationary gas flows},
volume = {27},
year = {2008}
}
@article{Atchison2002,
address = {Victoria Park Road, Kelvin Grove, Queensland 4059, Australia},
author = {D. A. Atchison and D. H. Scott},
institution = {Centre for Eye Research},
journal = {Vision Research},
organization = {School of Optometry, Queensland University of Technology},
title = {{Contrast sensitivity and the Stiles-Crawford effect}},
volume = {42},
year = {2002}
}
@misc{Atmosculator2018,
author = {Atmosculator},
title = {{A mathematical model of the 1976 U.S. Standard Atmosphere}},
url = {http://slideplayer.com/slide/4885098/},
year = {2018}
}
@misc{Atmospheric2008,
author = {{Institute of Atmospheric Optics}},
title = {{Institute of Atmospheric Optics}},
url = {http://www.iao.ru/en/},
year = {2008}
}
@misc{Atmosphericradiativetransfercodes2012,
author = {{Wikipedia}},
title = {{Atmospheric radiative transfer codes}},
url = {http://en.wikipedia.org/wiki/Atmospheric_radiative_transfer_codes},
year = {2012}
}
@article{August1828,
author = {E. F. August},
issue = {5},
journal = {Annalen der Physik},
publisher = {John Wiley and Sons},
title = {Ueber die Berechnung der Expansivkraft des Wasserdunstes},
volume = {89},
year = {1828}
}
@article{Aviram2002,
author = {G. Aviram and S. R. Rotman and R. Succary},
journal = {Infrared Physics and Technology},
title = {Evaluating and Predicting Human Detection Performance of Targets Embedded in Distorted and Restored Infrared Images},
volume = {43},
year = {2002}
}
@inproceedings{Avital1993,
address = {Bellingham, WA},
author = {Z. Avital and Y. Hadar and G. Reiter and Gil Tidhar and Stanley R. Rotman and Shlomit Grossman and A. Rehavi},
booktitle = {{Proc. SPIE}},
journal = {Proceedings of SPIE - The International Society for Optical Engineering},
title = {Influence of clutter on human target acquisition},
url = {http://dx.doi.org/10.1117/12.151006},
volume = {1971},
year = {1993}
}
@article{Ayars2014,
author = {Eric Ayars},
coden = {CSENFA},
doi = {http://dx.doi.org/10.1109/MCSE.2014.17},
fjournal = {Computing in Science and Engineering},
issn-l = {1521-9615},
journal = {Computing in Science and Engineering},
journal-url = {http://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=5992},
number = {1},
title = {{Finally, a {Python}-Based Computational Physics Text}},
volume = {16},
year = {2014}
}
@misc{Azimuthalequidistantprojection2014,
author = {{Wikipedia}},
title = {{Azimuthal equidistant projection}},
url = {https://en.wikipedia.org/wiki/Azimuthal_equidistant_projection}
}
@article{Babawuro2011,
author = {Usman Babawuro and Zau Beiji},