Richard W. Conway

Summary

Richard Walter Conway (December 12, 1931 – March 19, 2024) was an American industrial engineer and computer scientist who was the Emerson Electric Company Professor of Manufacturing Management, Emeritus in the Johnson Graduate School of Management at Cornell University.[18] Conway spent his entire academic career, both as a student and a professor, at Cornell and held faculty positions at Cornell in several different areas: industrial engineering, operations research, computer science, and management science.[19] He was especially known for his work and publications in foundational questions about computer simulation methodology; in writing about production scheduling theory; in developing computer languages and language compilers, including the widely used PL/C dialect of IBM's PL/I language; in authoring or co-authoring textbooks about computer programming; and in developing simulation software for manufacturing. He was also the first director of the Office of Computing Services at Cornell.

Richard W. Conway
Born(1931-12-12)December 12, 1931
DiedMarch 19, 2024(2024-03-19) (aged 92)
EducationBME, Cornell (1954)
PhD, Cornell (1958)
Known for
SpouseEdythe Davies Conway[17]
Awards
Scientific career
Institutions
Thesis An Experimental Investigation of Scheduling for Single-Stage Production  (1958)
Doctoral students

Early life and education edit

Conway was born on December 12, 1931, in Milwaukee, Wisconsin.[20] He grew up in that state and attended Whitefish Bay High School in the Milwaukee County village of that name.[20] He was awarded a John McMullen Regional Scholarship for the study of engineering.[21]

He arrived at Cornell University as a freshman in 1949.[22] Within the Sibley School of Mechanical Engineering,[20] he embarked upon a five-year program of study.[22] While an undergraduate he was an officer of the university's chapter of the Alpha Delta Phi fraternity.[23] He participated in the Cornell University Orchestra and Concert Band.[23][24] In athletics, Conway did 150 pound crew, rowing stroke in the junior varsity boat during Spring 1952,[25] then rowing a middle position in the varsity boat during Spring 1953.[26] He was elected to the Sphinx Head senior society.[24] He had a very early exposure to computing via attending a noncredit seminar on the IBM Card-Programmed Electronic Calculator that was given by Robert J. Walker and J. Barkley Rosser of the Cornell mathematics department.[27] He graduated with a Bachelor of Mechanical Engineering degree in 1954.[20]

He married Edythe Davies on 29 August 1953,[16] herself a Cornell graduate and later faculty member in the New York State College of Home Economics at Cornell University.[16] They had three children, as well as a shared love of sailing.[16]

Conway then went into graduate study at Cornell, focusing on industrial engineering. He became interested in operations research and digital simulation,[22] and was encouraged to continue in simulation by economist Harry Markowitz.[18] He received his Ph.D. degree in 1958, under the supervision of Andrew Schultz Jr.;[18] his thesis was entitled "An Experimental Investigation of Scheduling for Single-Stage Production".[20] It was the first Ph.D. in industrial engineering at Cornell.[19]

Operations research and simulation edit

By 1957, Conway had been part of the engineering faculty as an instructor.[28] Then upon gaining his doctorate, he became an assistant professor of industrial and engineering administration.[29]

Taking advantage of a sabbatical in 1961, Conway worked at the RAND Corporation, where he had access to an IBM 704 computer and was one of the first programmers to use the simulation language SIMSCRIPT, which Markowitz was the designer of.[18] In 1959 and 1963, Conway wrote or co-wrote journal articles that were published in the journal Management Science regarding outstanding problems and issues with computer simulation; decades later, these were honored by the journal as "seminal papers" that established the foundational framework for the entire study of stochastic simulation.[4]

Conway was named a full professor in 1965,[30] in what was an unusually quick time to reach that level.[22]

His book Theory of Scheduling, co-authored with William L. Maxwell and Louis W. Miller, was published by Addison-Wesley in 1967.[31] The book gives a systematic presentation of the subject,[32] looking at the different types of scheduling problems that exist.[33] It discusses solutions that rely on deterministic solutions, probabilistic solutions, and Monte Carlo simulation,[33] weaving together a variety of published findings in the scheduling field.[31] The book received a very positive review in the journal Management Science[31] and a somewhat mixed review in the journal IEEE Transactions on Computers.[33] In the years since, Theory of Scheduling has been described as a classic work.[34][19] Its translation into Russian in 1975 has been credited with helping to spur a wave of research into scheduling theory in the Soviet Union.[32] In 2002, the Institute for Operations Research and the Management Sciences listed the book's publication as one of the great moments in operations research history over the prior fifty years.[7]

Computer science edit

In the Fall 1956 semester, Conway created and taught Cornell's very first course on digital computers, entitled "Computers and Data Processing Systems", using an IBM 650.[35] The assignment had been urged by Schultz, while Conway was still in the middle of his doctoral studies.[27] Conway continued to teach that first course for several years thereafter.[35]

In 1965, Conway, along with Robert J. Walker and Anil Nerode of the Department of Mathematics in the College of Arts and Sciences, successfully argued for the creation of the Department of Computer Science at Cornell.[11] The new department was shared between the Arts and Engineering schools,[18] and was funded by a large initial grant from the Alfred P. Sloan Foundation.[27]

 
An IBM System/360 Model 40, similar to this one seen at a different site, was installed as an interim measure during Conway's time as director of the Office of Computing Services[35]

Besides his focus on the academic aspects of computing, Conway was also involved in planning for the administrative electronic data processing capacities at Cornell.[35] This led to him taking leave to become the first director of the campus-wide Office of Computing Services, a position he held from 1966 to 1968.[36] The academic and data processing functions were combined in Langmuir Laboratory near Tompkins County Airport.[36] Besides the political battles endemic to pulling multiple university entities into a coordinated plan,[22] a major challenge came when the IBM System/360 Model 67 with TSS/360 time-sharing that the university had committed to had to be withdrawn prior to delivery due to poor performance; Conway led the effort to adapt the replacement IBM System/360 Model 65, which lacked the timesharing feature, to Cornell's need for flexible and speedy handling of batch job submissions.[35] Conway later referred his time as head of computing services as "two really painful years" that was the least favorite part of his career.[22]

 
Syllabus and handouts for Conway's CS 100 course, Fall 1973, which talk about PL/C, the Conway & Gries textbook, and the keypunch machine and batch job submission procedures that motivated Conway's development of PL/C and its predecessor languages

Conway became known for developing several computer languages or dialects that included ambitious error repair via their compilers.[37] CORC (for Cornell computing language), developed with his colleague William L. Maxwell, was a simple language intended to serve lay users, namely for students and faculty to use to solve mathematics and engineering problems.[38] It was loosely related to both FORTRAN and ALGOL but far simpler and smaller, and due to being designed for the era of punched cards and slow job turnarounds, the CORC compiler made every attempt to bypass or correct errors in the submitted code.[38] This was followed by CUPL (for Cornell University Programming Language), which had similar aims and incorporated various refinements, improvements, and environmental capabilities.[35] CORC was used at Cornell from 1962 to 1966 and CUPL from 1965 to 1969.[35]

This work on student-oriented language dialects reached its apex with PL/C, a student-oriented dialect of PL/I (with the 'C' standing for Cornell), which Conway began work on while he had a visiting professorship at the Massachusetts Institute of Technology.[22] This kept the approach of never failing to compile a program through automatic correction errors, but this time for a much larger and more sophisticated language.[39] PL/C became widely used in teaching programming,[40] and eventually there were over 250 other institutions using it.[41]

The textbook An Introduction to Programming: A Structured Approach Using PL/I and PL/C was written by Conway and his computer scientist colleague David Gries, using PL/C as the programming language, and was published in 1973. It stressed the discipline of structured programming throughout, becoming one of the most prominent textbooks to do so.[10] It also introduced considerations of program correctness, becoming the first introductory textbook to do so.[11] Conway later said that the book had sold very well.[22] It led to a dozen or so textbooks modeled after it, authored or co-authored by Conway,[42] all of which were oriented towards teaching programming but using a variety of different languages and dialects. In addition, Conway became a series editor at Winthrop Publishers around 1976.[11]

The combination of research, writing, and teaching gave Conway a national reputation, and was part of an emphasis Cornell's department of computer science put on computer literacy in various forms.[27] Overall, by one survey done in 1978, Cornell had the fourth-ranked computer science program in the nation.[43] Conway was acting chair of the department at that time.[44]

Management science edit

However, much of the computer science department's strength was in theory-related areas;[44] Conway was one of the very few "systems" people there.[45] Conway gradually became dissatisfied with the theoretical direction.[18] He stayed within the department for a while during the early 1980s, but refocused his attention on simulation for manufacturing processes.[46] He also taught some introductory data processing courses to business students.[18]

Then in 1984 he switched his faculty position to the Johnson Graduate School of Management,[42] becoming a professor of information science there.[41] He taught or co-taught courses on management information systems and information systems in manufacturing.[41] He also resumed working with Maxwell, in a collaboration that now stretched over three decades.[47] The main result of this work was the XCELL Factory Modelling System. This was an interactive, graphical system,[42] that animated the process flow in a factory.[48] It was intended to be used by people who did not have computer programming training and who were not simulation experts.[49] The software ran on personal computers. Simulations were built by the user instantiating and connecting graphical icons representing real-world factory elements such as workstations, conveyor belts, and receiving areas.[49] The XCELL tool was made commercially available via an Ithaca-based firm called Express Software Products, Inc.[47] There was also an educational version. The XCELL tool achieved a fair degree of use.[48] With additional functionality, it was renamed XCELL+ and went through several releases over the next few years.[50]

By 1993, Conway had been named the Emerson Electric Company Professor of Manufacturing Management.[51] At that point he became, in the words of a biographical assessment written for the journal Production and Operations Management, "one of very few people to receive a varsity letter, a PhD, and an endowed chair, all from Cornell."[42]

After gaining funding from the National Science Foundation,[18] Conway launched the Semester in Manufacturing in 1996.[13] This was an immersion program in which for a full semester students took only this one course; at least half the time was spent at various corporate manufacturing sites, especially those of Corning Inc., and the other in class.[18][42] Visits to labor unions were also included,[13] as the program was coordinated with Cornell's School of Industrial and Labor Relations as well as the College of Engineering.[42] Despite initial reluctance of the business school faculty toward the immersion idea,[42] it was successful and became an innovative educational model within the college.[13] In 2000, the college had four such immersive programs, and another one, dealing with e-business, was being developed under Conway's guidance.[52] The Semester in Manufacturing immersive was subsequently renamed the Semester in Strategic Operations, and it and a number of other immersives remain a signature feature of the Johnson School into the 2020s.[14]

Conway retired from the Cornell faculty around 1999 and became a professor emeritus.[42] During the 2000s, he was working on a book to be titled The Practice of Scheduling, which was intended to address design, development, and use issues regarding the scheduling engines within advanced planning and scheduling (APS) tools.[34] However the project does not seem to have reached publication.

Conway died on March 19, 2024.[53]

Accolades and awards edit

In addition to his academic work, over the years Conway served as a consultant for several organizations and businesses.[19]

The History of Computing at Cornell University has stated, "Conway played a major role in the development of computing on the campus for ... 20 years or so in a variety of capacities."[35]

The XCELL+ Factory Modeling System won an award in 1991 from Educom for using computers in the classroom in an innovative way.[35]

In 1992, Conway was elected to the National Academy of Engineering.[1] He was named an inaugural Fellow of the Institute for Operations Research and the Management Sciences in 2002.[2]

Upon his passing, the Conway-Walker Lecture Series within the Department of Computer Science was co-named (joining Robert J. Walker) to commemorate his contributions.[53]

Publications edit

Books
  • "An Experimental Investigation of Scheduling for Single-stage Production", Ph.D. dissertation, Cornell University, 1958
  • Theory of Scheduling (Addison-Wesley, 1967) [co-author with William L. Maxwell and Louis W. Miller]. Republished by Dover Publications in 2003.
  • An Introduction to Programming: A Structured Approach Using PL/I and PL/C (Winthrop Publishers, 1973) [co-author with David Gries]
    • Second edition, 1975, with PL/C-7 used in title
    • Third edition, 1979, published by Little, Brown and Company
  • A Primer on Structured Programming using PL/I, PL/C, and PL/CT (Winthrop Publishers, 1976) [co-author with David Gries]
  • A Primer on PASCAL (Winthrop Publishers, 1976) [co-author with David Gries and E. C. Zimmerman]
  • Introduction to Structured Programming, using PL/I and SP/k (Winthrop Publishers, 1977) [co-author with David Gries and D. B. Wortman]
  • A Primer on Disciplined Programming using PL/I, PL/CS, and PL/CT (Winthrop Publishers, 1978)
  • Programming for Poets: A Gentle Introduction Using PL/I (Winthrop Publishers, 1978)
    • Programming for Poets: A Gentle Introduction Using FORTRAN with WATFIV (Winthrop Publishers, 1978) [co-author with James Archer]
    • Programming for Poets: A Gentle Introduction Using BASIC (Winthrop Publishers, 1979) [co-author with James Archer]
    • Programming for Poets: A Gentle Introduction Using PASCAL (Winthrop Publishers, 1980)
  • Introduction to Microprocessor Programming, Using PLZ (Winthrop Publishers, 1979) [co-author with David Gries, Michael Fay, and Charlie Bass]
  • Users Guide to XCELL Factory Modeling System (The Scientific Press, 1986) [co-author with William L. Maxwell and Steven L. Worona]
    • Users Guide to XCELL+ Factory Modeling System (The Scientific Press, 1987) [co-author with William L. Maxwell, John O. McClain, and Steven L. Worona]
Selected articles
  • Conway, R. W.; Johnson, B. M.; Maxwell, W. L. (December 1959). "A Queue Network Simulator for the IBM 650 and Burroughs 220". Communications of the ACM. 2 (12): 20–23. doi:10.1145/368518.368554. S2CID 22603039.
  • Conway, R. W.; Johnson, B. M.; Maxwell, W. L. (1959). "Some problems of digital simulation". Management Science. 6: 92–110. doi:10.1287/mnsc.6.1.92.
  • Conway, R.W. (1963). "Some Tactical Problems in Digital Simulation". Management Science. 10 (1): 47–61. doi:10.1287/mnsc.10.1.47.
  • Conway, Richard W.; Maxwell, William L. (June 1963). "CORC—the Cornell computing language". Communications of the ACM. 6 (6): 317–321. doi:10.1145/366604.366651. hdl:2027/coo.31924004999086. S2CID 22654296.
  • Conway, Richard W.; Wilcox, Thomas R. (March 1973). "Design and Implementation of a diagnostic compiler for PL/I". Communications of the ACM. 16 (3): 169–179. doi:10.1145/361972.361992. hdl:1813/5952. S2CID 17219041.
  • Conway, Richard W. (1974). "Introductory Instruction in Programming". Proceedings of the fourth SIGCSE technical symposium on Computer science education (SIGCSE '74). Association for Computing Machinery. pp. 6–10. doi:10.1145/800183.810430.
  • Conway, Richard; Maxwell, William L. (1986). "XCELL: A Cellular, Graphical Factory Modelling System". Proceedings of the 18th conference on Winter simulation (WSC '86). Association for Computing Machinery. pp. 160–163. doi:10.1145/318242.318288.
  • Conway, Richard W.; McClain, John O. (May 2003). "The Conduct of an Effective Simulation Study". INFORMS Transactions on Education. 3 (3): 13–22. doi:10.1287/ited.3.3.13.

Interviews edit

  • John W. Rudan interviews Conway for the Oral and Personal Histories of Computing at Cornell,[54] 2002
  • Roger G. Sargent interviews Conway for The NC State University Libraries Computer Simulation Archive,[55] 2011
  • Roger G. Sargent interviews William L. Maxwell and Conway for The NC State University Libraries Computer Simulation Archive,[19] 2011
  • David Gries interviews Conway for the Cornell ecommons collection,[22] 2015

References edit

  1. ^ a b "IEEE Members Directory". NAE. 1992. Retrieved 2022-12-01.
  2. ^ a b "INFORMS Inaugurates Fellows Award" (Press release). Institute for Operations Research and the Management Sciences. December 27, 2002.
  3. ^ a b Richard W. Conway at the Mathematics Genealogy Project
  4. ^ a b Nelson, Barry L. (July 2004). "Stochastic Simulation Research in Management Science". Management Science. 50 (7): 855–868. doi:10.1287/mnsc.1040.0246. JSTOR 30047944.
  5. ^ The journal Management Science credits two papers by Conway (1959 and 1963) with founding the field of Stochastic simulation.[4]
  6. ^ Conway, Richard W.; Maxwell, William L.; Miller, Louis W. (2003). Theory of Scheduling. Dover Publications. ISBN 978-0-486-42817-8.
  7. ^ a b Saul, I. (2002). "Great moments histORy (Celebrating 50 Years of Operations Research)". OR/MS Today. 29 (5): 31+ – via Gale General OneFile.
  8. ^ Theory of Scheduling, coathored with William L. Maxwell and Louis W. Miller, was published by Addison-Wesley in 1967. It was republished by Dover Publications in 2003.[6] In 2002, INFORMS listed its publication as one of the great moments in OR history over the prior fifty years.[7]
  9. ^ In 1962, Conway developed the language CORC and a compiler for it. This was followed by CUPL in the late 1960s and PL/C in the early 1970s, which was adopted by over 250 universities. A key feature of the PL/C compiler was the ability to correct syntax errors and compile every program, important in those days because after submitting a program on punched cards, one could wait several hours to receive the results of its compilation and execution.
  10. ^ a b "Computer Text Is Updated". The Ithaca Journal. June 30, 1975. p. 6 – via Newspapers.com.
  11. ^ a b c d "Cornell Department of Computer Science: 50 Years of Innovation". Cornell Bowers CIS. Retrieved September 15, 2022.
  12. ^ Conway and Gries's 1973 text An Introduction to Programming: A Structured Approach Using PL/I and PL/C stressed the discipline of structured programming throughout, becoming one of the most prominent textbooks to do so.[10] It was also the first text to introduce considerations of program correctness, including loop invariants.[11] It led to a dozen or so textbooks modeled after it, all of which were oriented toward teaching programming but using a variety of different languages and dialects.
  13. ^ a b c d "1996: Immersion Brings Experience to the Forefront". Johnson 75th. SC Johnson College of Business, Cornell University. 10 March 2022. Retrieved October 8, 2022.
  14. ^ a b "Immersion Learning". SC Johnson College of Business, Cornell University. Retrieved October 8, 2022.
  15. ^ In 1996, while Professor in the Cornell Johnson College of Business, Conway launched the first immersion program, titled "Semester in Manufacturing".[13] In the spring semester, students took one 15-credit course. It combined interactive visits to manufacturing facilities and worker's unions with lectures, discussions, and team-based projects. This worked so well that four years later, the Johnson College had four such immersion courses. Immersion courses are now a unique feature of the College.[14]
  16. ^ a b c d "Edythe Davies Conway". Greenwood Index-Journal. April 4, 2022.
  17. ^ Edythe was also a Cornell graduate, getting her BS (1954), MeD (1956), and PhD (1979) in Home Economics. She then joined the faculty and helped transform the department from Home Economics to Human Ecology. Edy was also co-owner and COO of their software business, CWAY Systems. Edy passed away on 1 April 2022.[16]
  18. ^ a b c d e f g h i "Richard W. Conway". Institute for Operations Research and the Management Sciences. Retrieved September 23, 2022.
  19. ^ a b c d e Conway, Richard W. (June 11, 2014). "William L. Maxwell and Richard W. Conway" (Interview). Interviewed by Robert G. Sargent. Ithaca, New York: NC State University Libraries Computer Simulation Archive. See bio text for reference use.
  20. ^ a b c d e Conway, "An Experimental Investigation of Scheduling for Single-stage Production", title page and supplemental pages titled "Biography".
  21. ^ "Make McMullen Grants". Cornell Alumni News. Vol. 52, no. 3. Cornell University. October 1, 1949. p. 68.
  22. ^ a b c d e f g h i Conway, Richard W. (July 31, 2015). "A Conversation with Richard W. Conway" (Interview). Interviewed by David Gries. Cornell University: Cornell University Library. See bio text and segments at 0:23 and 0:53 in particular for reference use.
  23. ^ a b "Meet Our New Officers" (PDF). The Alpha Delt. June 1951. p. 1.
  24. ^ a b "Senior Societies Elect". Cornell Alumni News. Vol. 55, no. 6. Cornell University. November 15, 1952. p. 168.
  25. ^ For example, see "Cornell 150's Practice for Henley Races". The Cornell Daily Sun. May 9, 1952. p. 10.
  26. ^ For example, see "Lightweights Row in Race". The Cornell Daily Sun. May 16, 1953. p. 11.
  27. ^ a b c d Fischer, Mary Margaret (Fall 1981), "Computer Literacy: A New Partner for the Three Rs?", Cornell Reports, pp. 10–11
  28. ^ "Cornell Engineering Staffer to Talk Here". Binghamton Press. March 7, 1957. p. 21 – via Newspapers.com. and "Ithacan Wins Prize". The Ithaca Journal. August 30, 1957. p. 5 – via Newspapers.com.
  29. ^ "3,000 Alumni Expected At Cornell". The Ithaca Journal. June 9, 1960. p. 12 – via Newspapers.com.
  30. ^ "Cornell Lists 37 Professors, 55 Associates". The Ithaca Journal. May 27, 1965. p. 12 – via Newspapers.com.
  31. ^ a b c Miller, David W. (1969). "Two Books on Operations Research". Management Science. 15 (8): B448–50. JSTOR 2628604.
  32. ^ a b Tanaev, V. S.; Gordon, V. S.; Shafransky, Y. M. (1994). Scheduling Theory. Single-Stage Systems. Springer Science & Business Media. p. vii. ISBN 978-9-401-11190-4.
  33. ^ a b c Stone, H. S. (September 1970). "Book Reviews: B70-4 Theory of Scheduling". IEEE Transactions on Computers. C-19 (9): 854–855. doi:10.1109/T-C.1970.223058. S2CID 31179812.
  34. ^ a b McKay, Kenneth N.; Wiers, Vincent C.S. (2004). Practical Production Control: A Survival Guide for Planners and Schedulers. J. Ross Publishing. p. 112. ISBN 978-1-932159-30-1.
  35. ^ a b c d e f g h i Rudan, John W. (2005). The History of Computing at Cornell University (PDF). Ithaca, New York: The Internet-First University Press. pp. 16, 36, 39–42, 65, 66, 201.
  36. ^ a b "McWilliams Heads Computer Service Office at Cornell". The Muscatine Journal. September 16, 1968. p. 9 – via Newspapers.com.
  37. ^ Aho, Alfred V.; Ullman, Jeffrey D. (1977). Principles of Compiler Design. Reading, Massachusetts: Addison-Wesley. pp. 405, 575. ISBN 0-201-00022-9.
  38. ^ a b Freeman, David N. (1964). "Error Correction in CORC, the Cornell Computing Language". Proceedings of the October 27–29, 1964, fall joint computer conference, part I (AFIPS '64 Fall, part I). Association for Computing Machinery. pp. 15–34. doi:10.1145/1464052.1464055.
  39. ^ Adams, J. Mack; Inmon, William H.; Shirley, Jim (March 1972). "PL/I in the computer science curriculum". ACM SIGCSE Bulletin. 4 (1): 116–126. doi:10.1145/873684.873713. S2CID 32179236.
  40. ^ Barnes, Robert Arthur (1979). PL/I for Programmers. New York: North Holland. p. xv. ISBN 978-0-444-00284-6.
  41. ^ a b c Cornell University Announcements: Graduate School of Management, 1984–85. Cornell University. August 10, 1984. pp. 22, 33, 40.
  42. ^ a b c d e f g h "Richard Conway". Production and Operations Management. 19 (3): 2–ix, x. May–June 2010. ProQuest 356759223 – via ProQuest.
  43. ^ "Computer Science 4th". Cornell Reports. November 1978. p. 3.
  44. ^ a b Palazzo, Michael (November 15, 1978). "Computer Dept. Wins Prominence Throughout U.S." The Cornell Daily Sun. pp. 1, 10, 11.
  45. ^ Teitelbaum, Tim (September 10, 2015). "A Conversation with Tim Teitelbaum" (Interview). Interviewed by David Gries. Cornell University Library. See segment at 04:28.
  46. ^ See subject, date, and author affiliation of Cornell TR 84-596.
  47. ^ a b See reference, biographical and institutional affiliation information of authors at end of "XCELL: A Cellular, Graphical Factory Modelling System" conference paper.
  48. ^ a b Lefrancois, P.; Jobin, M.-H.; Roy, M.-C.; Gamache, G. (1989). "A visual simulation model of a workstation in a rolling mill facility". Proceedings of the 21st conference on Winter simulation (WSC '89) (PDF). Association for Computing Machinery. pp. 784–789. doi:10.1145/76738.76836.
  49. ^ a b Thomasma, Timothy; Ulgen, Onur M. (1988). "Hierarchical, modular simulation modeling in icon-based simulation program generators for manufacturing". Proceedings of the 20th conference on Winter simulation (WSC '88). Association for Computing Machinery. pp. 254–262. doi:10.1145/318123.318198.
  50. ^ Schruben, Lee W. (1992). "Graphical model structures for discrete event simulation". Proceedings of the 24th conference on Winter simulation (WSC '92) (PDF). Association for Computing Machinery. pp. 241–245. doi:10.1145/167293.167342.
  51. ^ "Give My Regards to ...: Cornellians in the News". Cornell Alumni News. Cornell University. March 1993. p. 47.
  52. ^ Myers, Linda (October 17, 2000). "Corning Inc., Cornell's Johnson School form partnership to develop intensive e-business curriculum". Cornell Chronicle.
  53. ^ a b DiPietro, Louis (March 28, 2024). "Dick Conway, architect of computer science at Cornell, dies at 92". Cornell Chronicle.
  54. ^ Conway, Richard W. (November 20, 2002). "Dick Conway: Recollections, 1951 - 2000" (Interview). Interviewed by John W. Rudan. Cornell University.
  55. ^ Conway, Richard W. (June 11, 2014). "Richard W. Conway" (Interview). Interviewed by Robert G. Sargent. Ithaca, New York: NC State University Libraries Computer Simulation Archive.