-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathreferences.bib
More file actions
1655 lines (1351 loc) · 55.5 KB
/
references.bib
File metadata and controls
1655 lines (1351 loc) · 55.5 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
% This file was created with JabRef 2.10.
% Encoding: UTF8
@String { ACM = {The OX Association for Computing Machinery} }
@String { STOC = { Symposium on the Theory of Computing} }
@String { STOC-key = {OX{\singleletter{stoc}}} }
@Article{student2015awesome,
Title = {Killer Robots with lasers},
Year = {2015},
Author = {Name O. F. Student and Joseph Timothy Foley},
}
@InProceedings{foley2021dindesign,
author = {Joseph Timothy Foley and Marcel Kyas},
title = {Choosing the Right {D} for Design},
booktitle = {CDIO Annual International Conference},
pages = 12,
owner = {foley},
author = {Joseph Timothy Foley},
year = 2021,
address = {Bangkok, Thailand},
note = {June 21--23, Advances in CDIO},
}
@Article{article-crossref,
Title = {The Gnats and Gnus Document Preparation System},
Author = {L[eslie] A. Aamport},
Note = {This is a cross-referencing ARTICLE entry},
Pages = {73+},
Crossref = {WHOLE-JOURNAL}
}
@Book{benevides2012aed,
title = {{A}dvanced engineering design - {A}n integrated approach},
publisher = {Woodhead Publishing},
year = {2012},
author = {Efr\'{e}n M. Benavides},
owner = {foley},
timestamp = {2016.2.10}
}
@InProceedings{bragason2015parachuterelease,
author = {Guðmundur Bragason and Steinar Þorsteinsson and Rútur Ingi Karlsson and Nico Grosse and Joseph Timothy Foley},
title = {{H}eat-activated {P}arachute {R}elease {S}ystem},
year = {2015},
pages = {131--136},
crossref = {icad2015},
doi = {10.1016/j.procir.2015.07.061},
owner = {foley},
timestamp = {2016-03-09},
OPTurl = {http://www.sciencedirect.com/science/article/pii/S2212827115008203}
}
@BOOK{carryer2011IntroMechatronics,
title = {Introduction to Mechatronic Design},
publisher = {Pearson Education},
year = {2011},
author = {J. Edward Carryer and R. Matthew Ohline and Thomas W. Kenny},
optaddress = {address},
optannote = {annote},
optedition = {edition},
optkey = {key},
optmonth = {month},
optnote = {note},
optnumber = {number},
optseries = {series},
optvolume = {volume}
}
@Article{cochran2016msdd,
Title = {{U}se of the {M}anufacturing {S}ystem {D}esign {D}ecomposition for {C}omparative {A}nalysis and {E}ffective {D}esign of {P}roduction {S}ystems},
Author = {David S. Cochran and Joseph T. Foley and Zhuming Bi},
Year = {2016},
Pages = {24},
Journal = {International Journal of Production Research}
}
@ONLINE{goedegebure2015bigbuckbunny,
author = {Sacha Goedegebure and Andy Goralczyk and Enrico Valenza and Nathan Vegdahl and William Reynish and Brecht Van Lommel and Campbell Barton and Jan Morgenstern and Ton Roosendaal},
title = {Big Buck Bunny},
year = 2008,
month = 3,
day = 19,
file = {big_buck_bunny_720x480_1mb.mp4},
URL = {http://peach.blender.org},
}
@InProceedings{gerhard2016suretrack,
author = {Kristján Gerhard and Joseph Timothy Foley},
title = {Redesign of the {S}ureTrack grader transfer bin using {A}xiomatic {D}esign},
pages = {6},
crossref = {icad2016},
owner = {foley},
timestamp = {2016.08.16},
}
@InProceedings{guls2016auvlight,
author = {Jevgenij Guls and \'{O}lafur Ingi Bjarnason and \'{O}skar P\'{e}tursson and Sævar \"{O}rn Einarsson and Joseph Timothy Foley},
title = {{A}pplication of {A}xiomatic {D}esign in designing Autonomous Underwater photography lighting},
pages = {6},
crossref = {icad2016},
owner = {foley},
timestamp = {2016.08.16},
}
@ONLINE{hall_virtuousmachines,
author = {J. Storrs Hall},
title = {The Age of Virtuous Machines},
publisher = {Lifeboat Foundation: Safegarding Humanity Website},
url = {http://lifeboat.com/ex/the.age.of.virtuous.machines},
}
@InProceedings{jonsson2015uget,
author = {Berg\th{}\'{o}r L\'{a}r J\'{o}nsson and Gar\dt{}ar \"{O}rn Gar\dh{}arsson and \'{O}skar P\'{e}tursson and Sigur\dh{}ur Bjarki Hlynsson and Joseph Timothy Foley},
title = {{U}ltrasonic gasoline evaporation transducer --- reduction of internal combustion engine fuel consumption using axiomatic design},
year = {2015},
pages = {168--172},
crossref = {icad2015},
doi = {10.1016/j.procir.2015.07.061},
owner = {foley},
timestamp = {2016-03-09},
url = {http://www.sciencedirect.com/science/article/pii/S2212827115008203}
}
@MISC{kreher2005pseudocode,
author = {D.L. Kreher and D.R. Stinson},
title = {Pseudocode: A {LaTeX} Style File for Displaying Algorithms},
year = {2005},
url = {http://mirror.hmc.edu/ctan/macros/latex/contrib/pseudocode/pseudocode.pdf}
}
@ONLINE{krystek2003moonhoax,
title = {The Great Moon Landing Hoax},
author = {Lee Krystek},
year = 2003,
publisher = {The Museum of Unnatural History Website},
url = {http://www.unmuseum.org/moonhoax.htm},
}
@InProceedings{omarsdottir2016chessmate,
author = {Freyja Yeatman Ómarsdóttir and Róbert Bjarnar Ólafsson and Joseph Timothy Foley},
title = {The axiomatic design of Chessmate: a chess-playing robot},
pages = {6},
crossref = {icad2016},
owner = {foley},
timestamp = {2016.07.15},
}
@ONLINE{ramirez2010sharkweek,
author = {Richard Ramirez},
title = {Shark Week},
year = {2010},
publisher = {Atomic Gator Wordpress},
url = {http://atomicgator.wordpress.com/2010/08/01/shark-week/},
}
@InProceedings{solvason2015spectrometer,
author = {Gunnar Óli Sölvason and Joseph Timothy Foley},
title = {{L}ow-cost spectrometer for {I}celandic chemistry education},
year = {2015},
pages = {156--161},
crossref = {icad2015},
doi = {10.1016/j.procir.2015.07.061},
owner = {foley},
timestamp = {2016-03-09},
url = {http://www.sciencedirect.com/science/article/pii/S2212827115008203}
}
@InProceedings{suh2015challenges,
author = {Nam Pyo Suh},
title = {{C}hallenges in dealing with large systems},
year = {2015},
pages = {1--15},
note = {Keynote},
crossref = {icad2015},
owner = {foley},
timestamp = {2016-02-21}
}
@Book{suh1990principles,
title = {{T}he {P}rinciples of {D}esign},
publisher = {Oxford University Press},
year = {1990},
author = {Nam Pyo Suh},
owner = {foley},
timestamp = {2016.02.23}
}
@Article{suh1995designinginquality,
author = {Nam Pyo Suh},
title = {{D}esigning-in of quality through axiomatic design},
journal = {Reliability, IEEE Transactions on},
year = {1995},
volume = {44},
number = {2},
pages = {256-264},
owner = {foley},
timestamp = {2016.02.23}
}
@Article{suh1998adsystems,
author = {Nam Pyo Suh},
title = {{A}xiomatic design theory for systems},
journal = {Research in engineering design},
year = {1998},
volume = {10},
number = {4},
pages = {189-209},
owner = {foley},
publisher = {Springer},
timestamp = {2016.02.23}
}
@InProceedings{suh1998manufacturing,
author = {Nam Pyo Suh and David S. Cochran and P. C. Lima},
title = {{M}anufacturing {S}ystem {D}esign},
booktitle = {48th {G}eneral {A}ssembly of {C}ollege {I}nternational {P}our {L}a {R}echerche en {P}roductique ({CIRP}), {A}nnals of the {CIRP}},
year = {1998},
volume = {47},
pages = {627--639},
owner = {foley},
timestamp = {2016-02-20}
}
@Book{suh2001axiomatic,
title = {{A}xiomatic {D}esign - {A}dvances and {A}pplications},
publisher = {Oxford University Press},
year = {2001},
author = {Nam Pyo Suh},
owner = {foley},
timestamp = {2016-03-09}
}
@Book{suh2005complexity,
title = {{C}omplexity},
publisher = {Oxford University Press},
year = {2005},
author = {Nam Pyo Suh},
owner = {foley},
timestamp = {2016.02.23}
}
@InProceedings{thompson2013classification,
author = {Mary Katheryn Thompson},
title = {A classification of procedural errors in the definition of functional requirements in {A}xiomatic {D}esign theory},
year = {2013},
pages = {1--6},
crossref = {icad2013},
owner = {foley},
timestamp = {2016-06-01}
}
@MISC{verna2013fixme,
author = {Didier Verna},
title = {FiXme -- Collaborative annotation tool for LaTeX},
howpublished = {Online},
month = jan,
year = {2013},
owner = {foley},
timestamp = {2014.10.17},
url = {http://ctan.uib.no/macros/latex/contrib/fixme/fixme.pdf}
}
@MISC{Warbrick94essentiallatex,
author = {Jon Warbrick},
title = {Essential LATEX ++},
year = {1994}
}
@MISC{wright2014siunitx,
author = {Joseph Wright},
title = {siunitx -- A comprehensive (SI) units package},
howpublished = {Online},
month = oct,
year = {2014},
owner = {foley},
timestamp = {2014.10.17},
url = {http://ctan.uib.no/macros/latex/contrib/siunitx/siunitx.pdf}
}
@MISC{URL:ru.is,
title = {Reykjavik University Website},
key = {Reykjavik University},
url = {www.ru.is}
}
@InCollection{incollection-crossref,
Title = {Semigroups of Recurrences},
Author = {Daniel D. Lincoll},
Note = {This is a cross-referencing INCOLLECTION entry},
Pages = {179--183},
Crossref = {whole-collection}
}
@InProceedings{inproceedings-crossref,
Title = {On Notions of Information Transfer in {VLSI} Circuits},
Author = {Alfred V. Oaho and Jeffrey D. Ullman and Mihalis Yannakakis},
Note = {This is a cross-referencing INPROCEEDINGS entry},
Pages = {133--139},
Crossref = {whole-proceedings}
}
@Book{book-crossref,
Title = {Seminumerical Algorithms},
Year = {{\noopsort{1973c}}1981},
Edition = {Second},
Note = {This is a cross-referencing BOOK entry},
Series = {The Art of Computer Programming},
Volume = {2},
Crossref = {whole-set},
}
@InBook{inbook-crossref,
Title = {Fundamental Algorithms},
Chapter = {1.2},
Year = {{\noopsort{1973b}}1973},
Edition = {Second},
Note = {This is a cross-referencing INBOOK entry},
Series = {The Art of Computer Programming},
Type = {Section},
Volume = {1},
Crossref = {whole-set}
}
@Unpublished{unpublished-minimal,
Title = {Lower Bounds for Wishful Research Results},
Author = {Ulrich {\"{U}}nderwood and Ned {\~N}et and Paul {\={P}}ot},
Note = {Talk at Fanstord University (this is a minimal UNPUBLISHED entry)}
}
@Unpublished{unpublished-full,
Title = {Lower Bounds for Wishful Research Results},
Author = {Ulrich {\"{U}}nderwood and Ned {\~N}et and Paul {\={P}}ot},
Note = {Talk at Fanstord University (this is a full UNPUBLISHED entry)},
Month = nov # {, } # dec,
Year = {1988}
}
@Article{article-minimal,
Title = {The Gnats and Gnus Document Preparation System},
Author = {L[eslie] A. Aamport},
Journal = {\mbox{G-Animal's} Journal},
Year = {1986}
}
@Book{albelson:6001,
Title = {Structure and Interpretation of Computer Programs},
Author = {Abelson, Hal and Sussman, G. J.},
Publisher = {The MIT Press},
Year = {1985},
Address = {Cambridge, MA},
Comment = {6.001 text, scheme}
}
@TechReport{cmu:mach,
Title = {Mach: A New Kernel Foundation for UNIX Development},
Author = {Accetta, M. and others},
Institution = {Carnegie Mellon University},
Year = {1986},
Comment = {Mach},
Location = {6.033 Notes}
}
@Book{adams84fish,
Title = {So long, and thanks for all the fish},
Author = {Douglas Adams},
Publisher = {Harmony Books},
Year = {1984},
Owner = {foley},
Timestamp = {2015.03.19}
}
@Book{dragonbook,
Title = {Compilers: Principles, Techniques, and Tools},
Author = {Aho, Alfred V. and others},
Publisher = {Addison-Wesley},
Year = {1985},
Address = {Reading, MA},
Comment = {Dragon Book}
}
@InCollection{arvind:dataflow-architectures,
Title = {Dataflow Architectures},
Author = {Arvind and Culler, David E.},
Booktitle = {Annual Reviews of Computer Science},
Publisher = {Annual Reviews, Inc.},
Year = {1986},
Address = {Palo Alto, CA},
Note = {Volume 1},
Pages = {225--253},
Comment = {Dataflow Architectures}
}
@TechReport{arvind:dataflow-survey,
Title = {The Price of Asynchronous Parallelism: An Analysis of Dataflow Architectures},
Author = {Arvind and Culler, David E. and Ekanadham, Kattamuri},
Institution = {MIT Laboratory for Computer Science},
Year = {1988},
Address = {Cambridge, MA},
Number = {278},
Type = {CSG Memo},
Comment = {Dataflow Architecture, survey}
}
@Article{bat80,
Title = {Design of A Massively Parallel Processor},
Author = {Batcher, Kenneth E.},
Journal = {IEEE Transactions on Computers},
Year = {1980},
Month = sep,
Comment = {MPP}
}
@Article{bir85,
Title = {Beyond {RISC}: High-Precision Architecture},
Author = {Birnbaum, J.S and Worsley, W.S.},
Journal = {Hewlett Packard Journal},
Year = {1985},
Month = aug,
Number = {8},
Volume = {36},
Comment = {Precision}
}
@Article{birell:rpc,
Title = {Secure Communication Using Remote Procedure Calls},
Author = {Birrell, A.},
Journal = {ACM Transactions on Computers},
Year = {1985},
Month = feb,
Number = {1},
Pages = {1--14},
Volume = {3},
Comment = {RPC},
Location = {6.033 Notes}
}
@Article{birell:grapevine,
Title = {Grapevine: An Exercise in Distributed computing},
Author = {Birrell, A. and Levein, R. and Needham, R. and Schroeder, M.},
Journal = {Communications of the ACM},
Year = {1982},
Month = apr,
Number = {4},
Pages = {260--274},
Volume = {25},
Comment = {Grapevine},
Location = {6.033 Notes}
}
@Article{birrell:implrpc,
Title = {Implementing Remote Procedure Calls},
Author = {Birrell, A. and Nelson, B.},
Journal = {ACM Transactions on Computer Systems},
Year = {1984},
Month = feb,
Number = {1},
Pages = {38--59},
Volume = {2},
Comment = {RPC},
Location = {6.033 Notes}
}
@Article{boggs:pup,
Title = {Pup: An Internetwork Architecture},
Author = {Boggs, D. and Shoch, J. and Taft, E. and Metcalfe, R.},
Journal = {IEEE Transactions on Communications},
Year = {1980},
Month = apr,
Number = {4},
Pages = {612--624},
Volume = {28},
Comment = {Pup},
Location = {6.033 Notes}
}
@Article{bro86,
Title = {Data Base Management for {HP P}recision Architecture Computers},
Author = {Brown, Alan S. and others},
Journal = {Hewlett Packard Journal},
Year = {1986},
Month = dec,
Number = {12},
Volume = {37},
Comment = {Precision}
}
@Article{bus87,
Title = {{MPE/XL}: The Operating System for {HP}'s Next Generation of Commercical Computer Systems},
Author = {Busch, J. and others},
Journal = {Hewlett Packard Journal},
Year = {1987},
Month = dec,
Number = {11},
Volume = {38},
Comment = {Precision}
}
@Misc{cicero46deFinibus,
Title = {de Finibus Bonorum et Malorum (The Extremes of Good and Evil)},
Author = {Cicero},
Year = {45},
Note = {Section 1.10.32 }
}
@Article{cle86,
Title = {The {HP-UX} Operating System on {HP P}recison Architecture Computers},
Author = {Clegg, F. W. and others},
Journal = {Hewlett Packard Journal},
Year = {1986},
Month = dec,
Number = {12},
Volume = {37},
Comment = {Precision}
}
@Article{colwell:vliw,
Title = {A {VLIW} Architecture for a Trace Scheduling Compiler},
Author = {Colwell, Robert P.},
Journal = {IEEE Transactions on Computers},
Year = {1988},
Month = aug,
Number = {8},
Pages = {967--979},
Volume = {37},
Comment = {Multiflow}
}
@Article{coonen:fpstandard,
Title = {An Implementation Guide to a Proposed Standard for Floating-Point Arithmetic},
Author = {Coonen, Jerome T.},
Journal = {IEEE Computer},
Year = {1980},
Month = jan,
Pages = {68--79},
Comment = {IEEE Floating Point}
}
@TechReport{corbator:multics-paging,
Title = {A Paging Experiment with the {M}ultics System},
Author = {Corbato, F.},
Institution = {M.I.T.},
Year = {1968},
Address = {Cambridge, MA},
Month = jul,
Number = {MAC-M-384},
Type = {Project MAC},
Comment = {Multics, Paging},
Location = {6.033 Notes}
}
@InProceedings{cou86,
Title = {Retargetable High-Level Alias Analysis},
Author = {Coutant, D.S.},
Booktitle = {Conference Record of the 13\textsuperscript{th} ACM Symposium on Principles of Programming Languages},
Year = {1986},
Month = jan,
Comment = {Precision},
Organisation = {ACM}
}
@InProceedings{cou88,
Title = {DOC: A Practical Approach to Source-Level Debugging of Globally Optimized Code},
Author = {Coutant, D. and Meloy, S. and Ruscetta, M.},
Booktitle = {Proceedings of the SIGPLAN '88 Conference on Programming Language Design and Implementation},
Year = {1988},
Month = jun,
Comment = {Precision},
Organisation = {ACM}
}
@Article{coutant:precision-compilers,
Title = {Compilers for the New Generation of {H}ewlett-{P}ackard Computers},
Author = {Coutant, D. S. and others },
Journal = {Hewlett Packard Journal},
Year = {1986},
Month = jan,
Number = {1},
Volume = {37},
Comment = {Precision}
}
@InProceedings{dally:mfpu,
Title = {Micro-Optimization of Floating-Point Operations},
Author = {Dally, William J.},
Booktitle = {Proceedings of the Third Intl. Conf. on Architectural Support for Programming Languages and Operating Systems (ASPLOS-III)},
Year = {1988},
Organization = {ACM}
}
@Book{dal88,
Title = {A {VLSI} Architecutre for Concurrent Data Structures},
Author = {Dally, William J.},
Publisher = {Kluwer},
Year = {1987},
Address = {Hingham, MA}
}
@InProceedings{dal87,
Title = {Architecture of a Message-Driven Processor},
Author = {Dally, William J. and others},
Booktitle = {Proceedings of the 14\textsuperscript{th} ACM/IEEE Symposiumn on Computer Architecture},
Year = {1987},
Month = jun,
Pages = {189--196},
Comment = {Jellybean},
Organisation = {ACM/IEEE}
}
@Article{dal86,
Title = {The Torus Routing Chip},
Author = {Dally, William J. and Seitz, Charles L.},
Journal = {Journal of Distributed Systems},
Year = {1986},
Number = {3},
Pages = {187--196},
Volume = {1},
Comment = {Torus Router}
}
@Article{den80,
Title = {Data Flow Supercomputers},
Author = {Dennis, Jack B.},
Journal = {IEEE Computer},
Year = {1980},
Month = nov,
Number = {11},
Pages = {48--56},
Volume = {13},
Comment = {Dataflow}
}
@Unpublished{efl88,
Title = {The {S}ymbolics {I}vory Processor: A {VLSI CPU} for the Genera Symbolic Processing Environment},
Author = {Efland, G.},
Note = {Submittd to IEEE Transactions on Computers},
Month = jan,
Year = {1988},
Comment = {Ivory}
}
@Book{ellis:bulldog,
Title = {Bulldog: A Compiler for {VLIW} Architectures},
Author = {Ellis, J. R.},
Publisher = {MIT Press},
Year = {1986},
Address = {Cambridge, MA},
Comment = {Multiflow}
}
@InProceedings{fisher:vliw,
Title = {Very long instruction word architectures and the {ELI}-512},
Author = {Fisher, J. A.},
Booktitle = {Proc. 10\textsuperscript{th} Symp. on Computer Architecture},
Year = {1983},
Month = jun,
Pages = {140--150},
Comment = {Multiflow},
Organisation = {IEEE}
}
@MastersThesis{fis88,
Title = {A Reconfigurable Arithmetic Processor},
Author = {Fiske, James},
School = {Massachusetts Institute of Technology},
Year = {1988},
Address = {Cambridge, MA},
Comment = {RAP},
Type = {Masters Thesis},
}
@Article{fos76,
Title = {Data Flow Analysis and Software Reliability},
Author = {Fosdick, Lloyd D. and Osterweil, Leon J.},
Journal = {Comuting Surveys},
Year = {1976},
Month = sep,
Number = {3},
Pages = {305--330},
Volume = {8},
Comment = {Data Flow Analysis}
}
@Article{fot87,
Title = {Hardware Design of the First {HP P}recision Architecture Computers},
Author = {Fotland, David A. and et al.},
Journal = {Hewlett Packard Journal},
Year = {1987},
Month = mar,
Number = {3},
Volume = {38},
Comment = {Precision}
}
@Article{gas88,
Title = {{VLSI} Based High Performace {HP P}recision Architecture Computers},
Author = {Gassman, Gerald R. and others},
Journal = {Hewlett Packard Journal},
Year = {1988},
Month = sep,
Number = {9},
Volume = {38},
Comment = {Precision}
}
@InProceedings{gib86,
Title = {Efficient Instruction Scheduling for a Pipelined Architecture},
Author = {Gibbons, P. and Muchnick, S.},
Booktitle = {Proceedings of the SIGPLAN '86 symposium on Compiler Construction, ACM SIGPLAN Notices},
Year = {1986},
Month = jul,
Comment = {Precision},
Organisation = {ACM}
}
@Article{gifford:twa-reservations,
Title = {The {TWA} Reservation System},
Author = {Gifford, D. and Spector, A.},
Journal = {Communications of the ACM},
Year = {1984},
Month = jul,
Number = {7},
Pages = {650--665},
Volume = {27},
Comment = {TWA reservations},
Location = {6.033 Notes}
}
@Article{hoare:monitors,
Title = {Monitors: An Operating System Structuring Concept},
Author = {Hoare, C. A. R.},
Journal = {Communications of the ACM},
Year = {1974},
Month = oct,
Number = {10},
Pages = {549--557},
Volume = {17},
Comment = {Monitors},
Location = {6.033 Notes}
}
@Book{hwang:arithmetic,
Title = {Computer Arithmetic: Principles, Architecture, and Design},
Author = {Hwang, K.},
Publisher = {Wiley},
Year = {1979},
Comment = {Computer Arithmetic}
}
@InProceedings{jai88,
Title = {An Efficient Approach for Data Flow Analysis in a Multiple Pass Global Optimizer},
Author = {Jain, S. and Thompson, C.},
Booktitle = {Proceedings of the SIGPAL '88 Conference on Programming Language Design and Implementation},
Year = {1988},
Month = jun,
Comment = {Precision},
Organisation = {ACM}
}
@Article{jam86,
Title = {Hewlett-{P}ackard {P}recision Architecture: The Input/Output System},
Author = {James, D. V.},
Journal = {Hewlett-Packard Journal},
Year = {1986},
Month = aug,
Number = {8},
Volume = {37},
Comment = {Precision}
}
@InProceedings{joh86,
Title = {Effectiveness of a Machine-Level, Global Optimizer},
Author = {Johnson, Mark S.},
Booktitle = {Proceedings of the SIGPLAN '86 Symp. on Compiler Construction},
Year = {1986},
Month = jul,
Comment = {Precision},
Organisation = {ACM SIGPLAN}
}
@InBook{kaehler:loom,
Title = {Smalltalk-80 -- Bits of History, Words of Advice},
Author = {Kaehler, T. and Krasner, G.},
Chapter = {LOOM -- Large Object-Oriented Memory for Smalltalk-80 Systems},
Pages = {251--270},
Publisher = {Addison-Wesley},
Year = {1983},
Comment = {Loom},
Location = {6.033 Notes}
}
@Article{kat76,
Title = {Logical Analysis of Programs},
Author = {Katz, Shmuel and others},
Journal = {Communications of the ACM},
Year = {1976},
Month = apr,
Number = {4},
Pages = {188--206},
Volume = {19},
Comment = {Program Analysis}
}
@Article{kin76,
Title = {Symbolic Execution and Program Testing},
Author = {King, James C.},
Journal = {Communications of the ACM},
Year = {1976},
Month = jul,
Number = {7},
Pages = {385--394},
Volume = {19},
Comment = {Symbolic Execution}
}
@Book{book-full,
Title = {Seminumerical Algorithms},
Author = {Donald E. Knuth},
Publisher = {Addison-Wesley},
Year = {{\noopsort{1973c}}1981},
Address = {Reading, Massachusetts},
Edition = {Second},
Month = {10~} # jan,
Note = {This is a full BOOK entry},
Series = {The Art of Computer Programming},
Volume = {2}
}
@Book{book-minimal,
Title = {Seminumerical Algorithms},
Author = {Donald E. Knuth},
Publisher = {Addison-Wesley},
Year = {{\noopsort{1973c}}1981}
}
@InBook{inbook-full,
Title = {Fundamental Algorithms},
Author = {Donald E. Knuth},
Chapter = {1.2},
Pages = {10--119},
Publisher = {Addison-Wesley},
Year = {{\noopsort{1973b}}1973},
Address = {Reading, Massachusetts},
Edition = {Second},
Month = {10~} # jan,
Note = {This is a full INBOOK entry},
Series = {The Art of Computer Programming},
Type = {Section},
Volume = {1}
}
@InBook{inbook-minimal,
Title = {Fundamental Algorithms},
Author = {Donald E. Knuth},
Chapter = {1.2},
Publisher = {Addison-Wesley},
Year = {{\noopsort{1973b}}1973}
}
@Book{whole-set,
Title = {The Art of Computer Programming},
Author = {Donald E. Knuth},
Publisher = {Addison-Wesley},
Year = {{\noopsort{1973a}}{\switchargs{--90}{1968}}},
Note = {Seven volumes planned (this is a cross-referenced set of BOOKs)},
Series = {Four volumes}
}
@Booklet{booklet-full,
Title = {The Programming of Computer Art},
Address = {Stanford, California},
Author = {Jill C. Knvth},
HowPublished = {Vernier Art Center},
Month = feb,
Note = {This is a full BOOKLET entry},
Year = {1988}
}
@Article{article-full,
Title = {The Gnats and Gnus Document Preparation System},
Author = {L[eslie] A. Lamport},
Journal = {\mbox{G-Animal's} Journal},
Year = {1986},
Month = jul,
Note = {This is a full ARTICLE entry},
Number = {7},
Pages = {73+},
Volume = {41}
}
@InProceedings{lampson:computer-design,
Title = {Hints for Computer System Design},
Author = {Lampson, B. W.},
Booktitle = {Proceedings of the Ninth ACM Symposium on Operating Systems Principles},
Year = {1983},
Pages = {33--48},
Comment = {System Design},
Location = {6.033 Notes},
Organisation = {ACM}
}
@Article{lampson:monitors,
Title = {Experience with Processes and Monitors in Mesa},
Author = {Lampson, B. W. and Redell, D. D.},
Journal = {Communications of the ACM},
Year = {1980},
Month = feb,
Number = {2},
Pages = {105--117},
Volume = {23},
Comment = {Monitors in Mesa},