-
Notifications
You must be signed in to change notification settings - Fork 0
/
HistoryDataScience.bib
7989 lines (7302 loc) · 538 KB
/
HistoryDataScience.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{1259Million1980,
title = {\$12.59 {{Million Federal Contract Awarded}} to {{IP Network Solutions}}},
year = {1980},
month = apr,
journal = {Wall Street Journal},
pages = {19}
}
@misc{17PDFField,
title = {(17) ({{PDF}}) {{The Field Guide}} to {{Data Science}}},
journal = {ResearchGate},
abstract = {ResearchGate is a network dedicated to science and research. Connect, collaborate and discover scientific publications, jobs and conferences. All for free.},
howpublished = {https://www.researchgate.net/publication/258698880\_The\_Field\_Guide\_to\_Data\_Science},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/HAQP43RR/258698880_The_Field_Guide_to_Data_Science.html}
}
@incollection{abbotNewPathScience2009,
title = {A {{New Path}} for {{Science}}?},
booktitle = {The {{Fourth Paradigm}}: {{Data-Intensive Scientific Discovery}}},
author = {Abbot, Mark R.},
year = {2009},
pages = {111--116},
publisher = {{Microsoft Research}},
address = {{Redmond, WA}}
}
@misc{AccordingMicrosoftFourth,
title = {According to {{Microsoft}}, the Fourth Paradigm of Science Is Data},
journal = {Revolutions},
abstract = {In scientific discovery, the first three paradigms were experimental, theoretical and (more recently) computational science. A new book of essays published by Microsoft (and available for free download -- kudos, MS!) argues that a fourth paradigm of scientific discovery is at hand: the analysis of massive data sets. The book is dedicated to the late Microsoft researcher Dr Jim Gray, who pioneered the idea with the catchphrase: "It's the data, stupid". The basic idea is that our capacity for collecting scientific data has far outstripped our present capacity to analyze it, and so our focus should be on developing technologies...},
howpublished = {https://blog.revolutionanalytics.com/2009/12/fourth-paradigm.html},
file = {/Users/rca2t1/Dropbox/Zotero/storage/84IUKUTL/fourth-paradigm.html}
}
@book{ActaSymbolica1970,
title = {Acta {{Symbolica}}},
year = {1970},
publisher = {{Department of Audiology and Speech Pathology, Memphis State University}},
abstract = {Vols. for , 1975- includes Proceedings of the Auditory Processing and Learning Disabilities Symposium.},
googlebooks = {YzYoAQAAIAAJ},
langid = {english}
}
@book{administrationNASAEP1961,
title = {{{NASA EP}}.},
author = {Administration, United States National Aeronautics {and} Space},
year = {1961},
publisher = {{National Aeronautics and Space Administration.}},
googlebooks = {3s0fAAAAIAAJ},
langid = {english}
}
@book{AdvancesComputers1962,
title = {Advances in {{Computers}}},
year = {1962},
month = jan,
publisher = {{Academic Press}},
abstract = {Advances in Computers},
googlebooks = {leYlwtgF0xsC},
isbn = {978-0-08-056635-1},
langid = {english},
keywords = {Computers / Software Development \& Engineering / General}
}
@article{afcrlReportResearchAFCRL1959,
title = {Report on {{Research}} at {{AFCRL}}},
author = {{AFCRL}},
year = {1959},
address = {{Bedford, Mass.}},
file = {/Users/rca2t1/Dropbox/Zotero/storage/EL8FTNZ4/002138479.html}
}
@techreport{afcrlReportResearchAFCRL1963,
title = {Report on {{Research}} at {{AFCRL}}: {{July}} 1962 - {{July}} 1963},
author = {{AFCRL}},
year = {1963},
address = {{Bedford, Mass.}},
institution = {{Air Force Cambridge Research Laboratories}},
abstract = {For the Period July 1962 -- July 1963},
langid = {english},
annotation = {OCLC: 16107187},
file = {/Users/rca2t1/Dropbox/Zotero/storage/9A3YCA3E/data-sciences-lab.png;/Users/rca2t1/Dropbox/Zotero/storage/GU3GLTGE/AFCRL - 1963 - Report on Research at AFCRL.pdf;/Users/rca2t1/Dropbox/Zotero/storage/Y8KL8MSH/dsl-image.png}
}
@techreport{afcrlReportResearchAFCRL1967,
title = {Report on {{Research}} at {{AFCRL}}: {{July}} 1965 - {{June}} 1967},
author = {{AFCRL}},
year = {1967},
month = nov,
number = {AFCRL-68-0039},
address = {{Bedford, Massachusetts}},
institution = {{Air Foce Cambridge Research Laboratories}},
abstract = {For the Period July 1965 -- June 1967.},
file = {/Users/rca2t1/Dropbox/Zotero/storage/PWAI4I5T/AFCRL - 1967 - Report on Research at AFCRL.pdf}
}
@techreport{afcrlReportResearchAFCRL1970,
title = {Report on {{Research}} at {{AFCRL}}: {{July}} 1967 \textendash{} {{June}} 1970},
author = {{AFCRL}},
year = {1970},
month = dec,
number = {AFCRL-71-0022},
address = {{Bedford, Massachusetts}},
institution = {{Air Foce Cambridge Research Laboratories}},
abstract = {For the Period July 1967 \textendash{} June 1970.},
file = {/Users/rca2t1/Dropbox/Zotero/storage/DBTZ85XV/AFCRL - 1970 - Report on Research at AFCRL.pdf}
}
@techreport{afcrlReportResearchAFCRL1973,
title = {Report on {{Research}} at {{AFCRL}}: {{July}} 1970 - {{June}} 1972},
author = {{AFCRL}},
year = {1973},
month = feb,
googlebooks = {MF2dExiimrsC},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/8IDDRAEQ/AFCRL - 1973 - Report on Research at AFCRL July 1970 - June 1972.pdf}
}
@techreport{afcrlReportResearchAFCRL1975,
title = {Report on {{Research}} at {{AFCRL}}: {{July}} 1972 - {{June}} 1974},
author = {{AFCRL}},
year = {1975},
month = may,
file = {/Users/rca2t1/Dropbox/Zotero/storage/UWMZ9JGN/AFCRL - 1975 - Report on Research at AFCRL July 1972 - June 1974.pdf;/Users/rca2t1/Dropbox/Zotero/storage/9EK3ZP7Y/46omSJZFGBoC.html}
}
@book{affairsHearings1969,
title = {Hearings},
author = {Affairs, United States Congress House Committee on Foreign},
year = {1969},
googlebooks = {tRIaAQAAMAAJ},
langid = {english}
}
@misc{AFOSRHistory,
title = {{{AFOSR}} - {{History}}},
journal = {Air Force Research Laboratory},
abstract = {A Brief Organizational HistoryDownload the AFOSR 60th Anniversary Monograph for a comprehensive history of AFOSR and its contributions to scientific advancement.The wide-ranging and highly successful},
howpublished = {http://www.afrl.af.mil/About-Us/Fact-Sheets/Fact-Sheet-Display/Article/2282094/afosr-history/},
langid = {american},
file = {/Users/rca2t1/Dropbox/Zotero/storage/FC48ZXVK/afosr-history.html}
}
@article{AgentOrangeLegislation1988,
title = {"{{Agent Orange Legislation}} and {{Oversight}}," {{Hearing}} before the {{Veterans}}' {{Affairs Committee}}, {{May}} 12, 1988. {{S}}. {{Hrg}}. 100-1025 {{Senate Hearings}}: 100th {{Congress}}: {{Document No}}. 25},
shorttitle = {"{{Agent Orange Legislation}} and {{Oversight}}," {{Hearing}} before the {{Veterans}}' {{Affairs Committee}}, {{May}} 12, 1988. {{S}}. {{Hrg}}. 100-1025 {{Senate Hearings}}},
year = {1988},
journal = {Legislative History of the Veterans' Judicial Review Act; Veteran's Benefits Improvement Act of 1988: P.L. 100-687, 102 Stat. 4105, November 18, 1988},
volume = {5},
pages = {I-712},
langid = {english}
}
@article{AgentOrangeUpdate1980,
title = {Agent Orange Update and Appendix, Agent Orange Activities (Part {{II}}) : Hearing before the {{Committee}} on {{Veterans}}' {{Affairs}}, {{United States Senate}}, {{Ninety-sixth Congress}}, Second Session, {{September}} 10, 1980. {{Note}}},
shorttitle = {Agent Orange Update and Appendix, Agent Orange Activities (Part {{II}})},
year = {1980},
journal = {Agent orange update and appendix, agent orange activities (part II) : hearing before the Committee on Veterans' Affairs, United States Senate, Ninety-sixth Congress, second session, September 10, 1980.},
pages = {I-1368},
langid = {english}
}
@article{agrawalExplorationDataScience2014,
title = {Exploration of {{Data Science Techniques}} to {{Predict Fatigue Strength}} of {{Steel}} from {{Composition}} and {{Processing Parameters}}},
author = {Agrawal, Ankit and Deshpande, Parijat D. and Cecen, Ahmet and Basavarsu, Gautham P. and Choudhary, Alok N. and Kalidindi, Surya R.},
year = {2014},
month = dec,
journal = {Integrating Materials and Manufacturing Innovation},
volume = {3},
number = {1},
pages = {90--108},
issn = {2193-9772},
doi = {10.1186/2193-9772-3-8},
abstract = {This paper describes the use of data analytics tools for predicting the fatigue strength of steels. Several physics-based as well as data-driven approaches have been used to arrive at correlations between various properties of alloys and their compositions and manufacturing process parameters. Data-driven approaches are of significant interest to materials engineers especially in arriving at extreme value properties such as cyclic fatigue, where the current state-of-the-art physics based models have severe limitations. Unfortunately, there is limited amount of documented success in these efforts. In this paper, we explore the application of different data science techniques, including feature selection and predictive modeling, to the fatigue properties of steels, utilizing the data from the National Institute for Material Science (NIMS) public domain database, and present a systematic end-to-end framework for exploring materials informatics. Results demonstrate that several advanced data analytics techniques such as neural networks, decision trees, and multivariate polynomial regression can achieve significant improvement in the prediction accuracy over previous efforts, with R2 values over 0.97. The results have successfully demonstrated the utility of such data mining tools for ranking the composition and process parameters in the order of their potential for predicting fatigue strength of steels, and actually develop predictive models for the same.},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/M4CCUCK2/Agrawal et al. - 2014 - Exploration of Data Science Techniques to Predict .pdf}
}
@inproceedings{agrawalFastAlgorithmsMining1994,
title = {Fast Algorithms for Mining Association Rules},
booktitle = {Proc. 20th Int. Conf. Very Large Data Bases, {{VLDB}}},
author = {Agrawal, Rakesh and Srikant, Ramakrishnan},
year = {1994},
volume = {1215},
pages = {487--499},
publisher = {{Citeseer}},
file = {/Users/rca2t1/Dropbox/Zotero/storage/7Q5IF2WK/Agrawal and Srikant - 1994 - Fast algorithms for mining association rules.pdf}
}
@article{agrawalPerspectiveMaterialsInformatics2016,
title = {Perspective: {{Materials Informatics}} and {{Big Data}}: {{Realization}} of the ``{{Fourth Paradigm}}'' of {{Science}} in {{Materials Science}}},
shorttitle = {Perspective},
author = {Agrawal, Ankit and Choudhary, Alok},
year = {2016},
month = may,
journal = {APL Materials},
volume = {4},
number = {5},
pages = {053208},
publisher = {{American Institute of Physics}},
doi = {10.1063/1.4946894},
abstract = {Our ability to collect ``big data'' has greatly surpassed our capability to analyze it, underscoring the emergence of the fourth paradigm of science, which is data-driven discovery. The need for data informatics is also emphasized by the Materials Genome Initiative (MGI), further boosting the emerging field of materials informatics. In this article, we look at how data-driven techniques are playing a big role in deciphering processing-structure-property-performance relationships in materials, with illustrative examples of both forward models (property prediction) and inverse models (materials discovery). Such analytics can significantly reduce time-to-insight and accelerate cost-effective materials discovery, which is the goal of MGI.},
file = {/Users/rca2t1/Dropbox/Zotero/storage/NH7SZ6CS/Agrawal and Choudhary - 2016 - Perspective Materials Informatics and Big Data R.pdf}
}
@misc{AirForceCambridge2020,
title = {The {{Air Force Cambridge Research Laboratories}} and the {{New Manhattan Project}}},
year = {2020},
month = aug,
journal = {Activist Post},
abstract = {If one searches for the term `Project Cloverleaf,' one will find very little credible documentation. But the author has uncovered something...},
howpublished = {https://www.activistpost.com/2020/08/the-air-force-cambridge-research-laboratories-and-the-new-manhattan-project.html},
langid = {american},
file = {/Users/rca2t1/Dropbox/Zotero/storage/TNXIU4FV/the-air-force-cambridge-research-laboratories-and-the-new-manhattan-project.html}
}
@book{airforcecambridgeresearchlaboratoriesu.s.HistoryProgressAFCRL1962,
title = {History and Progress of {{AFCRL}}, {{Jan}}. 1961-{{June}} 1962; a Detailed Survey of Research at the {{Air Force Cambridge Research Laboratories}}, {{Office}} of {{Aerospace Research}}, {{Bedford}}, {{Mass}}.},
author = {{Air Force Cambridge Research Laboratories (U.S.)}},
year = {1962},
series = {{{AFCRL}} 62-714},
publisher = {{Air Force Cambridge Research Laboratories, Office of Aerospace Research, United States Air Force}},
address = {{Bedford, Massachusetts}},
keywords = {(OCoLC)fst00819166,(OCoLC)fst01411628,Associations; institutions; etc,fast,History},
file = {/Users/rca2t1/Dropbox/Zotero/storage/EPCBTWZ3/Air Force Cambridge Research Laboratories (U.S.) - 1962 - History and progress of AFCRL, Jan. 1961-June 1962.pdf}
}
@misc{AllenRobertBob,
title = {Allen, {{Robert}} ({{Bob}}) {{E}}. {{Died July}} 1st},
howpublished = {https://advance.lexis.com/document/teaserdocument/?pdmfid=1516831\&crid=5f352f35-ed0e-4896-9dcc-cbb42fb4169e\&pddocfullpath=\%2Fshared\%2Fdocument\%2Fnews\%2Furn\%3AcontentItem\%3A5CKR-KK01-DY37-30GF-00000-00\&pddocid=urn\%3AcontentItem\%3A5CKR-KK01-DY37-30GF-00000-00\&pdcontentcomponentid=11810\&pdteaserkey=h1\&pditab=allpods\&ecomp=kb63k\&earg=sr8\&prid=3e0f152c-ec6a-4c84-870b-a9fdb34097c1},
file = {/Users/rca2t1/Dropbox/Zotero/storage/KSG5GXJH/teaserdocument.html}
}
@article{AllenRobertBob2014,
title = {Allen, {{Robert}} ({{Bob}}) {{E}}. {{Died July}} 1st.},
year = {2014},
month = jul,
journal = {St. Louis Post-Dispatch},
address = {{Missouri}}
}
@book{alphaYearbook1952,
title = {Yearbook},
author = {Alpha, Kappa Tau},
year = {1952},
googlebooks = {7BI2AAAAIAAJ},
langid = {english}
}
@book{altshulerRiseFallAir2013,
title = {The {{Rise}} and {{Fall}} of {{Air Force Cambridge Research Laboratories}}},
author = {Altshuler, Edward E.},
year = {2013},
month = jan,
publisher = {{CreateSpace Independent Publishing Platform}},
abstract = {This monograph provides a chronological account of how a fledgling research laboratory, which evolved from the MIT Radiation Laboratory and the Harvard Radio Research Laboratory after World War II, rose to become one of the premier research laboratories in the world as evidenced by its major accomplishments throughout its 66 year history. After many years of outstanding productivity the laboratory began to slowly decline. Even though the downsizing began in1974, the Hanscom Field Site continued to be very productive until its final days. In 2005 it was placed on the Base Realignment And Closure (BRAC) list and in August 2011 it was closed. Many of the major events that led to this decline were politically motivated. I had the privilege of collaborating with outstanding scientists from May 1960 to May 2011 and was blessed with a very rewarding career. One of the most ironic outcomes of the AFCRL history was the fact that when the laboratory was first established, the original plan was to move the new laboratory to Wright Field in Dayton, Ohio in 1946; this move actually occurred 65 years later. Also, after the Geophysics Research Directorate (GRD), was moved from New Jersey to Cambridge, MA in July 1948, there were numerous attempts to move GRD to Kirtland AFB. This also occurred in 2011.},
isbn = {978-1-4818-3251-9},
langid = {english}
}
@book{altshulerRiseFallAir2013a,
title = {The {{Rise}} and {{Fall}} of {{Air Force Cambridge Research Laboratories}}},
author = {Altshuler, Edward E.},
year = {2013},
month = jan,
publisher = {{CreateSpace Independent Publishing Platform}},
abstract = {This monograph provides a chronological account of how a fledgling research laboratory, which evolved from the MIT Radiation Laboratory and the Harvard Radio Research Laboratory after World War II, rose to become one of the premier research laboratories in the world as evidenced by its major accomplishments throughout its 66 year history. After many years of outstanding productivity the laboratory began to slowly decline. Even though the downsizing began in1974, the Hanscom Field Site continued to be very productive until its final days. In 2005 it was placed on the Base Realignment And Closure (BRAC) list and in August 2011 it was closed. Many of the major events that led to this decline were politically motivated. I had the privilege of collaborating with outstanding scientists from May 1960 to May 2011 and was blessed with a very rewarding career. One of the most ironic outcomes of the AFCRL history was the fact that when the laboratory was first established, the original plan was to move the new laboratory to Wright Field in Dayton, Ohio in 1946; this move actually occurred 65 years later. Also, after the Geophysics Research Directorate (GRD), was moved from New Jersey to Cambridge, MA in July 1948, there were numerous attempts to move GRD to Kirtland AFB. This also occurred in 2011.},
isbn = {978-1-4818-3251-9},
langid = {english}
}
@book{AlumniQuarterlyFortnightly1916,
title = {The {{Alumni Quarterly}} and {{Fortnightly Notes}}},
year = {1916},
publisher = {{Alumni Association of the University of Illinois}},
googlebooks = {hqrOAAAAMAAJ},
langid = {english}
}
@article{alvaradoBigDataThick2017,
title = {Big {{Data}}, {{Thick Mediation}}, and {{Representational Opacity}}},
author = {Alvarado, Rafael and Humphreys, Paul},
year = {2017},
journal = {New Literary History},
volume = {48},
number = {4},
pages = {729--749},
issn = {1080-661X},
doi = {10.1353/nlh.2017.0037},
abstract = {{$<$}p{$>$}In 2008, the phrase "big data" shifted in meaning. It turned from referring to a problem and an opportunity for organizations with very large data sets to being the talisman for an emerging economic and cultural order that is both celebrated and feared for its deep and pervasive effects on the human condition. Economically, the phrase now denotes a data-mediated form of commerce exemplified by Google. Culturally, the phrase stands for a new form of knowledge and knowledge production. In this essay, we explore the connection between these two implicit meanings, considered as dimensions of a real social and scientific transformation with observable properties. We develop three central concepts: the datasphere, thick mediation, and representational opacity. These concepts provide a theoretical framework for making sense of how the economic and cultural dimensions interact to produce a set of effects, problems, and opportunities, not all of which have been addressed by big data's critics and advocates.{$<$}/p{$>$}},
langid = {english}
}
@book{AmericanScientist1942,
title = {American {{Scientist}}},
year = {1942},
publisher = {{Sigma Xi}},
googlebooks = {jgBVAAAAMAAJ},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/L3Z498NJ/data-deluge-1942.png}
}
@book{AmericanScientist1942a,
title = {American {{Scientist}}},
year = {1942},
publisher = {{Sigma Xi}},
googlebooks = {jgBVAAAAMAAJ},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/8YR3FDWI/data-deluge-1947.png}
}
@article{andersonEndTheoryData2008,
title = {The {{End}} of {{Theory}}: {{The Data Deluge Makes}} the {{Scientific Method Obsolete}}},
shorttitle = {The {{End}} of {{Theory}}},
author = {Anderson, Chris},
year = {2008},
month = jun,
journal = {Wired},
issn = {1059-1028},
abstract = {Illustration: Marian Bantjes ``All models are wrong, but some are useful.'' So proclaimed statistician George Box 30 years ago, and he was right. But what choice did we have? Only models, from cosmological equations to theories of human behavior, seemed to be able to consistently, if imperfectly, explain the world around us. Until now. Today companies \textbackslash [\ldots\textbackslash ]},
keywords = {Discoveries,magazine-16.07},
file = {/Users/rca2t1/Dropbox/Zotero/storage/RAEKLBPE/pb-theory.html}
}
@article{andoEvaluationAdHoc1966,
title = {Evaluation of an {{Ad Hoc Procedure}} for {{Estimating Parameters}} of {{Some Linear Models}}},
author = {Ando, A. and Kaufman, G. M.},
year = {1966},
journal = {The Review of Economics and Statistics},
volume = {48},
number = {3},
pages = {334--340},
publisher = {{The MIT Press}},
issn = {0034-6535},
doi = {10.2307/1927089},
file = {/Users/rca2t1/Dropbox/Zotero/storage/DZDXQTP4/Ando and Kaufman - 1966 - Evaluation of an Ad Hoc Procedure for Estimating P.pdf}
}
@inproceedings{aparicioDataScienceAI2019,
title = {Data {{Science}} and {{AI}}: {{Trends Analysis}}},
shorttitle = {Data {{Science}} and {{AI}}},
booktitle = {2019 14th {{Iberian Conference}} on {{Information Systems}} and {{Technologies}} ({{CISTI}})},
author = {Aparicio, S. and Aparicio, J. T. and Costa, C. J.},
year = {2019},
month = jun,
pages = {1--6},
issn = {2166-0727},
doi = {10.23919/CISTI.2019.8760820},
abstract = {This study has the primary goal to analyze the growth of data science through the main search trends. This study was conducted by defining in high level the concept of data science as well as its main components. Supported in those elements, we identified the main trends. We used mainly data from google trends to determine the evolution of search by topics., research area, or simple expressions. It allowed us to reckon that artificial intelligence (AI)suffered a lack of interest until 2012. Then it became an increasingly popular field since 2014. This is due to the progression of machine learning and data science. Results show a cumulative search of data science since 2012.},
keywords = {AI,artificial intelligence,Computer science,data science,Data science,google trends,learning (artificial intelligence),machine learning,Machine learning,Market research,Mathematics,programming languages,search,search engines,search problems,search trends,Software,trends},
file = {/Users/rca2t1/Dropbox/Zotero/storage/H6C6S5UM/Aparicio et al. - 2019 - Data Science and AI Trends Analysis.pdf;/Users/rca2t1/Dropbox/Zotero/storage/GZU7KQFC/8760820.html}
}
@book{appropriationsDepartmentDefenseAppropriations1959,
title = {Department of {{Defense Appropriations}}},
author = {on Appropriations, United States Congress Senate Committee},
year = {1959},
publisher = {{U.S. Government Printing Office}},
googlebooks = {TGwhAAAAMAAJ},
langid = {english}
}
@book{appropriationsDepartmentDefenseAppropriations1970,
title = {Department of {{Defense Appropriations}} for 1971: {{Hearings}} ... {{Ninety-first Congress}}, {{Second Session}}},
shorttitle = {Department of {{Defense Appropriations}} for 1971},
author = {on Appropriations, United States Congress House Committee},
year = {1970},
publisher = {{U.S. Government Printing Office}},
googlebooks = {CYC2AAAAIAAJ},
langid = {english}
}
@book{appropriationsIndependentOfficesAppropiations1965,
title = {Independent {{Offices Appropiations}} for 1966: {{Hearings}} ... 89th {{Congress}}, 1st {{Session}}, {{Part}} 3},
shorttitle = {Independent {{Offices Appropiations}} for 1966},
author = {Appropriations, United States Congress House},
year = {1965},
googlebooks = {vkaereBadBMC},
langid = {english}
}
@book{appropriationsSecondSupplementalAppropriation1958,
title = {Second {{Supplemental Appropriation Bill}}: 1958, {{Hearings}} ... 85th {{Congress}}, 2d {{Session}}},
shorttitle = {Second {{Supplemental Appropriation Bill}}},
author = {Appropriations, United States Congress House},
year = {1958},
langid = {english}
}
@article{argamonMythMythicalUnicorn2014,
title = {The {{Myth}} of the {{Mythical Unicorn}}},
author = {Argamon, Shlomo},
year = {2014},
month = may,
journal = {Information Management},
volume = {Vol.1, No.1},
publisher = {{SourceMedia, Inc.}},
abstract = {Many have claimed recently that multifaceted data scientists are mythical beings, as impossible to find as unicorns. This itself is a myth, and a dangerous one at that. Hype is cyclic. A new idea excites people, exaggerated claims are made (and often believed), and the idea takes on bigger-than-life proportions. Eventually, however, reality sets in, and a critical backlash begins. There is a strong tendency to take the criticism seriously, much more than the initial hype. However, just as the goodness of the original idea ballooned wildly during the boom, the critique gets overstated significantly during the bust. The clear-eyed observer will avoid getting taken in by either of these sides of the hype cycle and move quickly to the ``plateau of productivity,'' but it is hard to see through the smoke and mirrors.},
chapter = {News},
copyright = {\textcopyright{} 2014 Information Management and SourceMedia, Inc. All rights reserved.},
langid = {english}
}
@article{argamonWellRoundedDataScientist2014,
title = {The {{Well-Rounded Data Scientist}}},
author = {Argamon, Shlomo},
year = {2014},
month = apr,
journal = {Information Management},
volume = {Vol.1, No.1},
publisher = {{SourceMedia, Inc.}},
abstract = {The work of interpreting data to help decision-makers goes back some 5,000 years to the bureaucrats and businessmen of ancient Sumer. But dealing with the astronomical size and complexity of modern data sets requires a new, multifaceted set of computational, statistical, and communication and people skills, called ``data science.'' Data scientists are among the most sought-after professionals today, and the need for them will only increase as our world grows ever more complex and interconnected.},
chapter = {News},
copyright = {\textcopyright{} 2014 Information Management and SourceMedia, Inc. All rights reserved.},
langid = {english}
}
@misc{ASACommunity,
title = {{{ASA Community}}},
abstract = {The ASA Community is an online gateway for member collaboration and connection.},
howpublished = {https://community.amstat.org},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/MKBM2J88/the-role-of-statistics-in-data-science-an-asa-statement.html}
}
@misc{asastatisticalcomputing&graphicssectionsPrim92013,
title = {Prim9},
author = {{ASA Statistical Computing \& Graphics Sections}},
year = {2013},
month = nov
}
@article{atkinsonAnalysisTwopersonGame1958,
title = {An Analysis of Two-Person Game Situations in Terms of Statistical Learning Theory},
author = {Atkinson, Richard C. and Suppes, Patrick},
year = {1958},
journal = {Journal of Experimental Psychology},
volume = {55},
number = {4},
pages = {369--378},
publisher = {{American Psychological Association}},
address = {{US}},
issn = {0022-1015(Print)},
doi = {10.1037/h0044476},
abstract = {"The study deals with an analysis of a zero-sum, two-person game situation in terms of statistical learning theory and game theory\ldots{} . Analysis of the data was in terms of two different but related stochastic models for learning and game theory. Specifically the following detailed comparisons of data and theory were made: (a) mean asymptotic response probabilities, (b) one- and two-stage transition probabilities, and (c) variances associated with asymptotic response probabilities." (PsycINFO Database Record (c) 2016 APA, all rights reserved)},
keywords = {Games,Learning Theory},
file = {/Users/rca2t1/Dropbox/Zotero/storage/DJQSSKY5/Atkinson and Suppes - 1958 - An analysis of two-person game situations in terms.pdf;/Users/rca2t1/Dropbox/Zotero/storage/NPK5CJFS/1959-07689-001.html}
}
@article{azevedoKDDSEMMACRISPDM2008,
title = {{{KDD}}, {{SEMMA}} and {{CRISP-DM}}: A Parallel Overview},
shorttitle = {{{KDD}}, {{SEMMA}} and {{CRISP-DM}}},
author = {Azevedo, Ana Isabel Roj{\~a}o Louren{\c c}o and Santos, Manuel Filipe},
year = {2008},
journal = {IADS-DM},
file = {/Users/rca2t1/Dropbox/Zotero/storage/S3RTYB4Y/Azevedo and Santos - 2008 - KDD, SEMMA and CRISP-DM a parallel overview.pdf}
}
@book{azevedoKDDSEMMACRISPDM2019,
title = {{{KDD}}, {{SEMMA}} and {{CRISP-DM}}: A Parallel Overview. {{IADS}}\textemdash{{DM}} (2008)},
shorttitle = {{{KDD}}, {{SEMMA}} and {{CRISP-DM}}},
author = {Azevedo, AIRL and Santos, M. F.},
year = {2019}
}
@article{BackMatter1943,
title = {Back {{Matter}}},
year = {1943},
journal = {The Journal of Symbolic Logic},
volume = {8},
number = {4},
publisher = {{Association for Symbolic Logic}},
issn = {0022-4812}
}
@article{BackMatter1957,
title = {Back {{Matter}}},
year = {1957},
journal = {Science},
volume = {126},
number = {3270},
pages = {417--422},
publisher = {{American Association for the Advancement of Science}},
issn = {0036-8075},
keywords = {data processing scientistst},
file = {/Users/rca2t1/Dropbox/Zotero/storage/I58MCTW4/1957 - Back Matter.pdf}
}
@article{BackMatter1963,
title = {Back {{Matter}}},
year = {1963},
journal = {Journal of the Society for Industrial and Applied Mathematics},
volume = {11},
number = {2},
publisher = {{Society for Industrial and Applied Mathematics}},
issn = {0368-4245},
keywords = {data processing scientistst},
file = {/Users/rca2t1/Dropbox/Zotero/storage/U4TBXCF5/1963 - Back Matter.pdf}
}
@article{backusReportAlgorithmicLanguage1960,
title = {Report on the Algorithmic Language {{ALGOL}} 60},
author = {Backus, J. W. and Bauer, F. L. and Green, J. and Katz, C. and McCarthy, J. and Perlis, A. J. and Rutishauser, H. and Samelson, K. and Vauquois, B. and Wegstein, J. H. and {van Wijngaarden}, A. and Woodger, M. and Naur, Peter},
year = {1960},
month = may,
journal = {Communications of the ACM},
volume = {3},
number = {5},
pages = {299--314},
issn = {0001-0782},
doi = {10.1145/367236.367262},
file = {/Users/rca2t1/Dropbox/Zotero/storage/NQM2HRIC/Backus et al. - 1960 - Report on the algorithmic language ALGOL 60.pdf}
}
@article{backusRevisedReportAlgorithmic1963,
title = {Revised {{Report}} on the {{Algorithmic Language ALGOL}} 60},
author = {Backus, J. W. and Bauer, F. L. and Green, J. and Katz, C. and McCarthy, J. and Naur, P. and Perlis, A. J. and Rutishauser, H. and Samelson, K. and Vauquois, B. and Wegstein, J. H. and {van Wijngaarden}, A. and Woodger, M.},
year = {1963},
month = jan,
journal = {The Computer Journal},
volume = {5},
number = {4},
pages = {349--367},
issn = {0010-4620},
doi = {10.1093/comjnl/5.4.349},
abstract = {The report gives a complete defining description of the international algorithmic language ALGOL 60. This is a language suitable for expressing a large class of numerical processes in a form sufficiently concise for direct automatic translation into the language of programmed automatic computers.The introduction contains an account of the preparatory work leading up to the final conference, where the language was defined. In addition the notions reference language, publication language, and hardware representations are explained.In the first chapter a survey of the basic constituents and features of the language is given, and the formal notation, by which the syntactic structure is defined, is explained.The second chapter lists all the basic symbols, and the syntactic units know as identifiers, numbers, and strings are defined. Further, some important notions such as quantity and value are defined.The third chapter explains the rules for forming expressions, and the means of these expressions. Three different types of expressions exist: arithmetic, Boolean (logical), and designational.The fourth chapter describes the operational units of the language, known and statements. The basic statements are: assignment statements (evaluation of a formula), go to statements (explicit break of the sequence of execution of statements), dummy statements, and procedure statements (call for execution of a closed process, defined by a procedure declaration). The formation of more complex structures, having statement character, is explained. Thes include: conditional statements, for statements, compound statements, and blocks.In the fifth chapter the units known as declarations, serving for defining permanent properties of the units entering into a process described in the language, are defined.The report ends with two detailed examples of the use of the language, and an alphabetic index of definitions.},
file = {/Users/rca2t1/Dropbox/Zotero/storage/J7FPL2FU/Backus et al. - 1963 - Revised Report on the Algorithmic Language ALGOL 6.pdf;/Users/rca2t1/Dropbox/Zotero/storage/RAXXS9HJ/316410.html}
}
@inproceedings{baileyFastAlgorithmsMining2002,
title = {Fast {{Algorithms}} for {{Mining Emerging Patterns}}},
booktitle = {European {{Conference}} on {{Principles}} of {{Data Mining}} and {{Knowledge Discovery}}},
author = {Bailey, James and Manoukian, Thomas and Ramamohanarao, Kotagiri},
year = {2002},
pages = {39--50},
publisher = {{Springer}},
file = {/Users/rca2t1/Dropbox/Zotero/storage/P5JA8YW4/Bailey et al. - 2002 - Fast algorithms for mining emerging patterns.pdf;/Users/rca2t1/Dropbox/Zotero/storage/PIGKCJFG/3-540-45681-3_4.html}
}
@misc{bandyopadhyayDataScienceProcess2016,
title = {The {{Data Science Process}}},
year = {2016},
month = mar,
journal = {KDnuggets},
abstract = {What does a day in the data science life look like? Here is a very helpful framework that is both a way to understand what data scientists do, and a cheat sheet to break down any data science problem.},
collaborator = {Bandyopadhyay, Raj},
langid = {american},
file = {/Users/rca2t1/Dropbox/Zotero/storage/DW6SKR92/data-science-process.html}
}
@techreport{bastianPhraseStructureLanguageTranslator1962,
title = {A {{Phrase-Structure Language Translator}}},
author = {Bastian, Jr},
year = {1962},
month = aug,
institution = {{AIR FORCE CAMBRIDGE RESEARCH LABS HANSCOM AFB MA}},
abstract = {A syntax-directed translator is described with several new features which result in much faster running time and the ability to handle longer input strings. The computer pro ram for the translator is describe in detail, and an example of its operation i provided.},
chapter = {Technical Reports},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/9SMDASVI/Bastian - 1962 - A PHRASE-STRUCTURE LANGUAGE TRANSLATOR.pdf;/Users/rca2t1/Dropbox/Zotero/storage/TCWWR24R/AD0293843.html}
}
@article{batesonCyberneticsSelfTheory1971,
title = {The {{Cybernetics Of}}'self': {{A Theory}} of {{Alcoholism}}},
shorttitle = {The Cybernetics of'self'},
author = {Bateson, Gregory},
year = {1971},
journal = {Psychiatry},
volume = {34},
number = {1},
pages = {1--18},
keywords = {Transduction},
annotation = {00387},
file = {/Users/rca2t1/Dropbox/Zotero/storage/3BG74UGE/Bateson - 1971 - The cybernetics of'self' A theory of alcoholism.pdf}
}
@article{baumerDataScienceCourse2015,
title = {A {{Data Science Course}} for {{Undergraduates}}: {{Thinking}} with {{Data}}},
shorttitle = {A {{Data Science Course}} for {{Undergraduates}}},
author = {Baumer, Ben},
year = {2015},
month = mar,
journal = {arXiv:1503.05570 [cs, stat]},
eprint = {1503.05570},
eprinttype = {arxiv},
primaryclass = {cs, stat},
abstract = {Data science is an emerging interdisciplinary field that combines elements of mathematics, statistics, computer science, and knowledge in a particular application domain for the purpose of extracting meaningful information from the increasingly sophisticated array of data available in many settings. These data tend to be non-traditional, in the sense that they are often live, large, complex, and/or messy. A first course in statistics at the undergraduate level typically introduces students with a variety of techniques to analyze small, neat, and clean data sets. However, whether they pursue more formal training in statistics or not, many of these students will end up working with data that is considerably more complex, and will need facility with statistical computing techniques. More importantly, these students require a framework for thinking structurally about data. We describe an undergraduate course in a liberal arts environment that provides students with the tools necessary to apply data science. The course emphasizes modern, practical, and useful skills that cover the full data analysis spectrum, from asking an interesting question to acquiring, managing, manipulating, processing, querying, analyzing, and visualizing data, as well communicating findings in written, graphical, and oral forms.},
archiveprefix = {arXiv},
keywords = {62-01,Computer Science - Computers and Society,Statistics - Computation,Statistics - Other Statistics},
file = {/Users/rca2t1/Dropbox/Zotero/storage/BAB9N8WC/Baumer - 2015 - A Data Science Course for Undergraduates Thinking.pdf;/Users/rca2t1/Dropbox/Zotero/storage/JRA9HK5R/1503.html}
}
@incollection{beasleyBootstrappingMonteCarlo2012,
title = {Bootstrapping and {{Monte Carlo}} Methods},
author = {Beasley, William and Rodgers, Joe},
year = {2012},
month = jan,
pages = {407--425},
doi = {10.1037/13620-022},
abstract = {Frequently a researcher is interested in a theoretical distribution or characteristics of that distribution, such as its mean, standard deviation, or 2.5 and 97.5 percentiles. One hundred or even 50 years ago, we were restricted practically by computing limitations to theoretical distributions that are described by an explicit equation, such as the binomial or multivariate normal distribution. Using mathematical models of distributions often requires considerable mathematical ability, and also imposes rather severe and often intractable assumptions on the applied researchers (e.g., normality, independence, variance assumptions, and so on). But computer simulations now provide more flexibility specifying distributions, which in turn provide more flexibility specifying models. One contemporary simulation technique is Markov chain Monte Carlo (MCMC) simulation, which can specify arbitrarily complex and nested multivariate distributions. It can even combine different theoretical families of variates. Another contemporary technique is the bootstrap, which can construct sampling distributions of conventional statistics that are free from most (but not all) assumptions. It can even create sampling distributions for new or exotic test statistics that the researcher created for a specific experiment},
file = {/Users/rca2t1/Dropbox/Zotero/storage/DE4Q67GT/Beasley and Rodgers - 2012 - Bootstrapping and Monte Carlo methods.pdf}
}
@article{beatonHowRespondData2016,
title = {How to {{Respond}} to {{Data Science}}: {{Early Data Criticism}} by {{Lionel Trilling}}},
shorttitle = {How to {{Respond}} to {{Data Science}}},
author = {Beaton, Brian},
year = {2016},
month = jul,
journal = {Information \& Culture: A Journal of History},
volume = {51},
number = {3},
pages = {352--372},
issn = {2166-3033},
doi = {10.1353/lac.2016.0014},
abstract = {{$<$}p{$>$}This article was originally drafted just four weeks after the publishing of \emph{Dataclysm}, a 2014 book by Christian Rudder that sought to popularize data and data science by, in part, dismissing the social sciences and humanities as obsolete approaches to knowledge production. In looking for a potential way of responding to data scientists like Rudder, this article examines a 1948\textendash 50 essay about data that was written by Lionel Trilling (1905\textendash 75). Trilling frames data as part of our broader cultural history, which includes literature, drama, epic poetry, and the arts. This article argues that what Trilling models in the essay is a line of writing and thinking about data\textemdash a type of \emph{data criticism}\textemdash that today offers tremendous promise for responding to data science and to evangelists like Christian Rudder.{$<$}/p{$>$}},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/S8FYL6X8/Beaton - 2016 - How to Respond to Data Science Early Data Critici.pdf}
}
@article{beckermanInternationalIncomeComparisons1970,
title = {International {{Income Comparisons}}: {{A Reply}} to {{Morawetz}}},
shorttitle = {International {{Income Comparisons}}},
author = {Beckerman, Wilfred and Bacon, Robert},
year = {1970},
journal = {The Economic Journal},
volume = {80},
number = {320},
pages = {981--982},
publisher = {{[Royal Economic Society, Wiley]}},
issn = {0013-0133},
doi = {10.2307/2229932},
file = {/Users/rca2t1/Dropbox/Zotero/storage/WJZD4C85/Beckerman and Bacon - 1970 - International Income Comparisons A Reply to Moraw.pdf}
}
@article{bellPetascaleComputationalSystems2007,
title = {Petascale {{Computational Systems}}},
author = {Bell, Gordon and Gray, Jim and Szalay, Alex},
year = {2007},
month = jan,
journal = {arXiv:cs/0701165},
eprint = {cs/0701165},
eprinttype = {arxiv},
abstract = {Computational science is changing to be data intensive. Super-Computers must be balanced systems; not just CPU farms but also petascale IO and networking arrays. Anyone building CyberInfrastructure should allocate resources to support a balanced Tier-1 through Tier-3 design.},
archiveprefix = {arXiv},
keywords = {Computer Science - Databases,Computer Science - Hardware Architecture},
file = {/Users/rca2t1/Dropbox/Zotero/storage/GK2EE4EB/Bell et al. - 2007 - Petascale Computational Systems.pdf;/Users/rca2t1/Dropbox/Zotero/storage/RLKE85G4/0701165.html}
}
@article{belzerConciseSurveyComputer1976,
title = {Concise {{Survey}} of {{Computer Methods}}. {{Peter Naur}}. {{New York}}: {{Petrocelli Books}}, 397 {{P}}. (1975)},
shorttitle = {Concise {{Survey}} of {{Computer Methods}}. {{Peter Naur}}. {{New York}}},
author = {Belzer, Jack},
year = {1976},
journal = {Journal of the American Society for Information Science},
volume = {27},
number = {2},
pages = {125--126},
issn = {1097-4571},
doi = {10.1002/asi.4630270213},
copyright = {Copyright \textcopyright{} 1976 Wiley Periodicals, Inc., A Wiley Company},
langid = {english},
annotation = {\_eprint: https://asistdl.onlinelibrary.wiley.com/doi/pdf/10.1002/asi.4630270213},
file = {/Users/rca2t1/Dropbox/Zotero/storage/WD4WTCEX/asi.html}
}
@book{belzerEncyclopediaComputerScience1979,
title = {Encyclopedia of {{Computer Science}} and {{Technology}}: {{Volume}} 12 - {{Pattern Recognition}}: {{Structural Description Languages}} to {{Reliability}} of {{Computer Systems}}},
shorttitle = {Encyclopedia of {{Computer Science}} and {{Technology}}},
author = {Belzer, Jack and Holzman, Albert G. and Kent, Allen},
year = {1979},
month = may,
publisher = {{CRC Press}},
abstract = {"This comprehensive reference work provides immediate, fingertip access to state-of-the-art technology in nearly 700 self-contained articles written by over 900 international authorities. Each article in the Encyclopedia features current developments and trends in computers, software, vendors, and applications...extensive bibliographies of leading figures in the field, such as Samuel Alexander, John von Neumann, and Norbert Wiener...and in-depth analysis of future directions."},
isbn = {978-0-8247-2262-3},
langid = {english},
keywords = {Computers / Computer Science,Computers / General}
}
@article{bergstraInformaticologyCombiningComputer2012,
title = {Informaticology: Combining {{Computer Science}}, {{Data Science}}, and {{Fiction Science}}},
shorttitle = {Informaticology},
author = {Bergstra, Jan A.},
year = {2012},
month = oct,
journal = {arXiv:1210.6636 [cs]},
eprint = {1210.6636},
eprinttype = {arxiv},
primaryclass = {cs},
abstract = {Motivated by an intention to remedy current complications with Dutch terminology concerning informatics, the term informaticology is positioned to denote an academic counterpart of informatics where informatics is conceived of as a container for a coherent family of practical disciplines ranging from computer engineering and software engineering to network technology, data center management, information technology, and information management in a broad sense. Informaticology escapes from the limitations of instrumental objectives and the perspective of usage that both restrict the scope of informatics. That is achieved by including fiction science in informaticology and by ranking fiction science on equal terms with computer science and data science, and framing (the study of) game design, evelopment, assessment and distribution, ranging from serious gaming to entertainment gaming, as a chapter of fiction science. A suggestion for the scope of fiction science is specified in some detail. In order to illustrate the coherence of informaticology thus conceived, a potential application of fiction to the ontology of instruction sequences and to software quality assessment is sketched, thereby highlighting a possible role of fiction (science) within informaticology but outside gaming.},
archiveprefix = {arXiv},
keywords = {Computer Science - Software Engineering},
file = {/Users/rca2t1/Dropbox/Zotero/storage/7DSGDEEQ/Bergstra - 2012 - Informaticology combining Computer Science, Data .pdf;/Users/rca2t1/Dropbox/Zotero/storage/WC8YJBGB/1210.html}
}
@misc{berkeleyschoolofinformationWhatDataScience2021,
type = {Academic {{Program}}},
title = {What Is {{Data Science}}?},
shorttitle = {What Is {{Data Science}}?},
author = {{Berkeley School of Information}},
year = {2021},
month = mar,
journal = {UCB-UMT},
abstract = {Data science continues to evolve as one of the most promising and in-demand career paths for skilled professionals. Learn what data science is and how to become a data scientist.},
howpublished = {https://ischoolonline.berkeley.edu/data-science/what-is-data-science/},
langid = {american},
file = {/Users/rca2t1/Dropbox/Zotero/storage/ZBQP5HMR/what-is-data-science.html}
}
@book{berners-leeWeavingWebOriginal2008,
title = {Weaving the {{Web}}: {{The Original Design}} and {{Ultimate Destiny}} of the {{World Wide Web}} by {{Its Inventor}}},
shorttitle = {Weaving the {{Web}}},
author = {{Berners-Lee}, Tim and Fischetti, Mark},
year = {2008},
month = jun,
publisher = {{Paw Prints}},
abstract = {Named one of the greatest minds of the 20th century by Time, Tim Berners-Lee is responsible for one of that century's most important advancements: the world wide web.~ Now, this low-profile genius-who never personally profitted from his invention -offers a compelling protrait of his invention.~ He reveals the Web's origins and the creation of the now ubiquitous http and www acronyms and shares his views on such critical issues as censorship, privacy, the increasing power of softeware companies , and the need to find the ideal balance between commercial and social forces.~ He offers insights into the true nature of the Web, showing readers how to use it to its fullest advantage.~ And he presents his own plan for the Web's future, calling for the active support and participation of programmers, computer manufacturers, and social organizations to manage and maintain this valuable resource so that it can remain a powerful force for social change and an outlet for individual creativity.},
googlebooks = {Unp4PwAACAAJ},
isbn = {978-1-4395-0036-1},
langid = {english},
keywords = {Computers / Web / General}
}
@book{bessingerLiteraryDataProcessing1964,
title = {Literary {{Data Processing Conference}} Proceedings, {{September}} 9, 10, 11, 1964},
author = {Bessinger, Jess B. and Parrish, Stephen Maxfield},
year = {1964},
publisher = {{IBM, Data Processing Division}},
googlebooks = {gUQYAQAAMAAJ},
langid = {english},
keywords = {Computational linguistics,data processing,Language Arts \& Disciplines / Linguistics,Literature}
}
@article{bhageshpurDataNewOil2019,
title = {Data {{Is The New Oil}} -- {{And That}}'s {{A Good Thing}}},
shorttitle = {Council {{Post}}},
author = {Bhageshpur, Kiran},
year = {2019},
month = nov,
journal = {Forbes},
abstract = {We must manage the dark side of data, but the advances in data fuels are worth the effort.},
chapter = {Innovation},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/6RZS6K2V/data-is-the-new-oil-and-thats-a-good-thing.html}
}
@patent{bharatGeneratingUserInformation2016,
title = {Generating User Information for Use in Targeted Advertising},
author = {Bharat, Krishna and Lawrence, Stephen and Sahami, Mehran},
year = {2016},
month = jan,
publisher = {{Google Patents}},
file = {/Users/rca2t1/Dropbox/Zotero/storage/HKAEGNAZ/Bharat et al. - 2016 - Generating user information for use in targeted ad.pdf;/Users/rca2t1/Dropbox/Zotero/storage/RDMMSKK2/en.html}
}
@incollection{bhowmikDataReductionStrategies2021,
title = {Data {{Reduction Strategies}}},
booktitle = {Structural {{Health Monitoring Damage Detection Systems}} for {{Aerospace}}},
author = {Bhowmik, Basuraj and Quqa, Said and Sause, Markus G. R. and Pakrashi, Vikram and Droubi, Mohamad Ghazi},
editor = {Sause, Markus G. R. and Jasi{\=u}nien{\.e}, Elena},
year = {2021},
series = {Springer {{Aerospace Technology}}},
pages = {243--272},
publisher = {{Springer International Publishing}},
address = {{Cham}},
doi = {10.1007/978-3-030-72192-3_9},
abstract = {Based on the variety of methods available for gathering data for the aircraft health status, the challenge is to reduce the overall amount of data in a trackable and safe manner to ensure that the remaining data are characteristic of the current aircraft status. This chapter will cover available data reduction strategies for this task and discuss the data intensity of the SHM methods of Chaps. 5 to 8 and established approaches to deal with the acquired data. This includes aspects of algorithms and legal issues arising in this context.},
isbn = {978-3-030-72192-3},
langid = {english},
keywords = {Compressed sensing,Data management,Data rate,Data reduction,Model order reduction,Real-time,Sampling rate,Wavelet transform,Wireless sensing},
file = {/Users/rca2t1/Dropbox/Zotero/storage/4RZPJ8IX/Bhowmik et al. - 2021 - Data Reduction Strategies.pdf}
}
@article{BigDataCareer2013,
title = {Big {{Data Career Switch}}: 4 {{Key Points}}},
shorttitle = {Big {{Data Career Switch}}},
year = {2013},
month = jul,
journal = {CMP TechWeb},
publisher = {{CMP Media LLC}},
abstract = {The U.S. has an employment problem. There are too many jobs and not enough workers \ldots{} in data science. You've probably seen the headlines: Data Scientist: The Sexiest Job of the 21st Century, In a Data Deluge, Companies Seek to Fill a New Role, Geeks Wanted -- Big Data Firms Push Data Scientist Development.},
copyright = {Copyright \textcopyright 2013 United Business Media LLC. All rights reserved.},
langid = {english}
}
@incollection{birdThomasKuhn2018,
title = {Thomas {{Kuhn}}},
booktitle = {The {{Stanford Encyclopedia}} of {{Philosophy}}},
author = {Bird, Alexander},
editor = {Zalta, Edward N.},
year = {2018},
edition = {Winter 2018},
publisher = {{Metaphysics Research Lab, Stanford University}},
abstract = {Thomas Samuel Kuhn (1922\textendash 1996) is one of the most influentialphilosophers of science of the twentieth century, perhaps the mostinfluential. His 1962 book The Structure of ScientificRevolutions is one of the most cited academic books of alltime. Kuhn's contribution to the philosophy of science marked not onlya break with several key positivist doctrines, but also inaugurated anew style of philosophy of science that brought it closer to thehistory of science. His account of the development of science heldthat science enjoys periods of stable growth punctuated by revisionaryrevolutions. To this thesis, Kuhn added the controversial`incommensurability thesis', that theories from differingperiods suffer from certain deep kinds of failure ofcomparability.}
}
@techreport{bishopJimmyDoolittleCommander2015,
title = {Jimmy {{Doolittle}}: {{The Commander}} behind the {{Legend}}:},
shorttitle = {Jimmy {{Doolittle}}},
author = {Bishop, Benjamin W.},
year = {2015},
month = feb,
address = {{Fort Belvoir, VA}},
institution = {{Defense Technical Information Center}},
doi = {10.21236/ADA618925},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/RGV36MC9/Bishop - 2015 - Jimmy Doolittle The Commander behind the Legend.pdf}
}
@article{bixHartOpenTexture1991,
title = {H. {{L}}. {{A}}. {{Hart}} and the "{{Open Texture}}" of {{Language}}},
author = {Bix, Brian},
year = {1991},
journal = {Law and Philosophy},
volume = {10},
number = {1},
pages = {51--72},
publisher = {{Springer}},
issn = {0167-5249},
doi = {10.2307/3504835},
abstract = {H. L. A. Hart and the "Open Texture" of Language tries to clarify the writings of both Hart and Friedrich Waismann on "open texture". In Waismann's work, "open texture" referred to the potential vagueness of words under extreme (hypothetical) circumstances. Hart's use of the term was quite different, and his work has been misunderstood because those differences were underestimated. Hart should not be read as basing his argument for judicial discretion on the nature of language; primarily, he was putting forward a policy argument for why rules should be applied in a way which would require that discretion.},
file = {/Users/rca2t1/Dropbox/Zotero/storage/BCHML88U/Bix - 1991 - H. L. A. Hart and the Open Texture of Language.pdf}
}
@incollection{bjornerConceptualThreadsDatalogy1988,
title = {Conceptual {{Threads}} of {{Datalogy}}, {{Informatics}} and {{Information Technology}}: {{Proposal}} for {{Their Foundation}} in {{Secondary}} and {{High School Education}}},
shorttitle = {Conceptual {{Threads}} of {{Datalogy}}, {{Informatics}} and {{Information Technology}}},
booktitle = {Children in the {{Information Age}}},
author = {BJ{\o}RNER, DINES},
year = {1988},
pages = {19--36},
publisher = {{Elsevier}},
file = {/Users/rca2t1/Dropbox/Zotero/storage/3J23J2K5/B9780080364643500077.html}
}
@inproceedings{blackwellDealingNewCognitive2000,
title = {Dealing with {{New Cognitive Dimensions}}},
booktitle = {Workshop on {{Cognitive Dimensions}}: {{Strengthening}} the {{Cognitive Dimensions Research Community}}., {{University}} of {{Hertfordshire}}},
author = {Blackwell, Alan F.},
year = {2000},
file = {/Users/rca2t1/Dropbox/Zotero/storage/LWECWJYX/Blackwell - 2000 - Dealing with New Cognitive Dimensions.pdf}
}
@article{bleiScienceDataScience2017,
title = {Science and Data Science},
author = {Blei, David M. and Smyth, Padhraic},
year = {2017},
journal = {Proceedings of the National Academy of Sciences of the United States of America},
volume = {114},
number = {33},
pages = {8689--8692},
publisher = {{National Academy of Sciences}},
issn = {0027-8424},
doi = {10.2307/26487026},
abstract = {Data science has attracted a lot of attention, promising to turn vast amounts of data into useful predictions and insights. In this article, we ask why scientists should care about data science. To answer, we discuss data science from three perspectives: statistical, computational, and human. Although each of the three is a critical component of data science, we argue that the effective combination of all three components is the essence of what data science is about.},
file = {/Users/rca2t1/Dropbox/Zotero/storage/89BRM7Q7/Blei and Smyth - 2017 - Science and data science.pdf}
}
@misc{bloorDataScienceRant2013,
title = {A {{Data Science Rant}}},
author = {Bloor, Robin},
year = {2013},
month = aug,
journal = {Inside Analysis},
abstract = {What is data science? From the hype in the IT press right now, you might think that it is something excitingly new, destined to determine the future prosperity of a whole swathe of companies big an\ldots},
langid = {american},
file = {/Users/rca2t1/Dropbox/Zotero/storage/LEVMCHNA/a-data-science-rant.html}
}
@book{blumFoundationsDataScience2020,
title = {Foundations of {{Data Science}}},
author = {Blum, Avrim and Hopcroft, John and Kannan, Ravindran},
year = {2020},
publisher = {{Cambridge University Press}},
address = {{Cambridge}},
doi = {10.1017/9781108755528},
abstract = {This book provides an introduction to the mathematical and algorithmic foundations of data science, including machine learning, high-dimensional geometry, and analysis of large networks. Topics include the counterintuitive nature of data in high dimensions, important linear algebraic techniques such as singular value decomposition, the theory of random walks and Markov chains, the fundamentals of and important algorithms for machine learning, algorithms and analysis for clustering, probabilistic models for large networks, representation learning including topic modelling and non-negative matrix factorization, wavelets and compressed sensing. Important probabilistic techniques are developed including the law of large numbers, tail inequalities, analysis of random projections, generalization guarantees in machine learning, and moment methods for analysis of phase transitions in large random graphs. Additionally, important structural and complexity measures are discussed such as matrix norms and VC-dimension. This book is suitable for both undergraduate and graduate courses in the design and analysis of algorithms for data.},
isbn = {978-1-108-48506-7},
file = {/Users/rca2t1/Dropbox/Zotero/storage/2IPTVQIJ/Blum et al. - 2019 - Foundations of Data Science.pdf;/Users/rca2t1/Dropbox/Zotero/storage/HEM3BHV6/Blum et al. - 2020 - Foundations of Data Science.pdf;/Users/rca2t1/Dropbox/Zotero/storage/Z85WB8W7/6A43CE830DE83BED6CC5171E62B0AA9E.html}
}
@misc{bockHistoryInternationalFederation2001,
title = {A History of the {{International Federation}} of {{Classification Societies}}},
author = {Bock, Hans-Hermann},
year = {2001},
file = {/Users/rca2t1/Dropbox/Zotero/storage/RVZFF3ML/Bock - 2001 - A history of the International Federation of Class.pdf}
}
@article{boffeyMansfieldAmendmentNot1970,
title = {Mansfield {{Amendment Not Yet Dead}}},
author = {Boffey, Philip M.},
year = {1970},
month = nov,
journal = {Science},
publisher = {{American Association for the Advancement of Science}},
doi = {10.1126/science.170.3958.613},
langid = {english},
file = {/Users/rca2t1/Dropbox/Zotero/storage/JEI6GWIN/science.170.3958.html}
}
@book{bohme100YearsData1991,
title = {100 {{Years}} of {{Data Processing}}: {{The Punchcard Century}}},
shorttitle = {100 {{Years}} of {{Data Processing}}},
author = {Bohme, Frederick G.},
year = {1991},
publisher = {{U.S. Department of Commerce, Bureau of the Census, Data User Services Division}},
googlebooks = {uCeu4sHRLfgC},
langid = {english}
}
@article{BoozAllenHamilton2013,
title = {Booz {{Allen Hamilton Maps}} the {{DNA}} of {{Data Science}} with {{Release}} of {{The Field Guide}} to {{Data Science}}},
year = {2013},
month = nov,
journal = {ENP Newswire},
publisher = {{Electronic News Publishing Ltd.}},
abstract = {Release date - 06112013 McLean, Virginia - A commercial airline facing increased market competition leveraged `big data' analytical tools and machine learning on terabytes of data to better serve its most frequent fliers and priority passengers and to improve financial performance.},
copyright = {(c) 2013, Electronic News Publishing. All Rights Reserved.},
langid = {english},
keywords = {Accounting/Consulting,Booz Allen Hamilton Holding Corp.,Business Consultancy,Business/Consumer Services,Management Consulting,The Carlyle Group}
}
@article{BoozAllenHamilton2014,
title = {Booz {{Allen Hamilton Launches Explore Data Science}} to {{Address Rapidly Growing Shortage}} of {{Data Scientists}}},
year = {2014},
month = oct,
journal = {ENP Newswire},
publisher = {{Electronic News Publishing Ltd.}},
abstract = {Release date - 15102014 McLean, VA - Booz Allen Hamilton today announced the release of its Explore Data Science online training program, a self-paced, hands-on course geared toward all levels of data science proficiency - from introductory to professional.},
copyright = {(c) 2014, Electronic News Publishing. All Rights Reserved.},
langid = {english},
keywords = {Accounting/Consulting,Booz Allen Hamilton Holding Corp.,Business Consultancy,Business/Consumer Services,Management Consulting,The Carlyle Group}
}
@article{BoozAllenHamilton2014a,
title = {Booz {{Allen Hamilton}} and {{Kaggle Launch Inaugural National Data Science Bowl}}},
year = {2014},
month = dec,
journal = {Business Wire},
publisher = {{Business Wire, Inc.}},
abstract = {Competition will challenge participants to use data science to affect change on a global scale MCLEAN, Va.--(BUSINESS WIRE)--December 15, 2014--},
copyright = {(c) 2014 Business Wire. All Rights Reserved.},
langid = {english},
keywords = {Accounting/Consulting,Booz Allen Hamilton Holding Corp.,Business Consultancy,Business/Consumer Services,Management Consulting,The Carlyle Group}
}
@article{BoozAllenMaps2013,
title = {Booz {{Allen Maps}} the {{DNA}} of {{Data Science}} with {{Release}} of {{The Field Guide}} to {{Data Science}}},
year = {2013},
month = nov,
journal = {Business Wire},
publisher = {{Business Wire, Inc.}},
abstract = {MCLEAN, Virginia--(BUSINESS WIRE)--November 06, 2013-- A commercial airline facing increased market competition leveraged "big data" analytical tools and machine learning on terabytes of data to better serve its most frequent fliers and priority passengers and to improve financial performance. This is one example in today's increasingly complex world, where data -- no matter its form, shape or size -- is omnipresent and can be used for competitive edge. Leaders at organizations of all shapes and sizes are doing their best to figure out how to turn that data into a resource. They are looking for answers in a new, growing field - data science.},
copyright = {(c) 2013 Business Wire. All Rights Reserved.},
langid = {english},
keywords = {Accounting/Consulting,Booz Allen Hamilton Holding Corp.,Business Consultancy,Business/Consumer Services,Management Consulting,The Carlyle Group}
}
@article{borneRevolutionAstronomyEducation2009,
title = {The {{Revolution}} in {{Astronomy Education}}: {{Data Science}} for the {{Masses}}},
shorttitle = {The {{Revolution}} in {{Astronomy Education}}},
author = {Borne, Kirk D. and Jacoby, Suzanne and Carney, K. and Connolly, A. and Eastman, T. and Raddick, M. J. and Tyson, J. A. and Wallin, J.},
year = {2009},
month = sep,
journal = {arXiv:0909.3895 [astro-ph, physics:physics]},
eprint = {0909.3895},
eprinttype = {arxiv},
primaryclass = {astro-ph, physics:physics},
abstract = {As our capacity to study ever-expanding domains of our science has increased (including the time domain, non-electromagnetic phenomena, magnetized plasmas, and numerous sky surveys in multiple wavebands with broad spatial coverage and unprecedented depths), so have the horizons of our understanding of the Universe been similarly expanding. This expansion is coupled to the exponential data deluge from multiple sky surveys, which have grown from gigabytes into terabytes during the past decade, and will grow from terabytes into Petabytes (even hundreds of Petabytes) in the next decade. With this increased vastness of information, there is a growing gap between our awareness of that information and our understanding of it. Training the next generation in the fine art of deriving intelligent understanding from data is needed for the success of sciences, communities, projects, agencies, businesses, and economies. This is true for both specialists (scientists) and non-specialists (everyone else: the public, educators and students, workforce). Specialists must learn and apply new data science research techniques in order to advance our understanding of the Universe. Non-specialists require information literacy skills as productive members of the 21st century workforce, integrating foundational skills for lifelong learning in a world increasingly dominated by data. We address the impact of the emerging discipline of data science on astronomy education within two contexts: formal education and lifelong learners.},
archiveprefix = {arXiv},
keywords = {Astrophysics - Instrumentation and Methods for Astrophysics,Computer Science - Databases,Computer Science - Digital Libraries,Computer Science - Information Retrieval,Physics - Physics Education},
file = {/Users/rca2t1/Dropbox/Zotero/storage/44C8QS3Y/Borne et al. - 2009 - The Revolution in Astronomy Education Data Scienc.pdf;/Users/rca2t1/Dropbox/Zotero/storage/D26YNV7E/0909.html}
}
@inproceedings{bosakInformationAlgebra1961,
title = {An Information {{Algebra}}},
booktitle = {Proceedings of the 1961 16th {{ACM}} National Meeting},
author = {Bosak, R.},
year = {1961},
month = jan,
series = {{{ACM}} '61},
pages = {62.101--62.104},
publisher = {{Association for Computing Machinery}},
address = {{New York, NY, USA}},
doi = {10.1145/800029.808523},
abstract = {The Algebra is concerned with three undefined concepts; entity, property, and value. Although these concepts are formally undefined, certain intuitive statements can be made. Data processing is the activity of maintaining and processing data to accomplish certain objectives. The data are collections of values of certain selected properties of certain selected entities. e.g. A payroll manager has many objectives of which the primary one is the payment of his employees (the entities). He selects certain properties such as employee number, name, sex, hourly payrate, and he maintains a file in which he records values of these properties for each entity.},
isbn = {978-1-4503-7388-3},
file = {/Users/rca2t1/Dropbox/Zotero/storage/VW4ENRHH/Bosak - 1961 - An information Algebra.pdf}
}
@article{botelhoMedicineYear20001965,
title = {Medicine in the {{Year}} 2000},
author = {Botelho, Stella Y.},
year = {1965},
journal = {Science},
volume = {147},
number = {3662},
pages = {1164--1168},
publisher = {{American Association for the Advancement of Science}},