CINXE.COM
Acknowledgments - The Mathematics Genealogy Project
<!DOCTYPE html> <meta charset="UTF-8"> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>Acknowledgments - The Mathematics Genealogy Project</title> <style type="text/css"> body { margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 100%; background-color: #5E8059; } .twoColFixLtHdr #container { width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */ border: 1px solid #000000; text-align: left; /* this overrides the text-align: center on the body element. */ margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; } .twoColFixLtHdr #header { padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ text-align: right; background-color: #CACC8F; height: 57px; } .twoColFixLtHdr #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ } .twoColFixLtHdr #main-tile { background: #8BBC83; } .twoColFixLtHdr #column-tile { padding-right: 550px; background: white; width: 180px } .twoColFixLtHdr #sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 15px 10px 15px 10px; background: #8BBC83; font-size: small; text-align: center; } .twoColFixLtHdr #sidebar1 p a:link { color: navy; } .twoColFixLtHdr #mainContent { float: left; width: 600px; margin-right: -600px; position: relative; } .twoColFixLtHdr #paddingWrapper { padding: 5px 20px; } .twoColFixLtHdr #footer { padding: 10px 10px 0 10px; text-align: center; font-size: small; font-weight: normal; background-color: #CACC8F; } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-table;} .twoColFixLtHdr #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ } .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; } .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; } th { text-align: center; } </style> <!--[if IE 5]> <style type="text/css"> /* place css box model fixes for IE 5* in this conditional comment */ .twoColFixLtHdr #sidebar1 { width: 190px; } </style> <![endif]--><!--[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */ .twoColFixLtHdr #sidebar1 { padding-top: 30px; } .twoColFixLtHdr #mainContent { zoom: 1; } /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ </style> <![endif]--> <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" /> <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <link rel="stylesheet" type="text/css" href="jquery-eu-cookie-law-popup.css"/> <script src="jquery-eu-cookie-law-popup.js"></script> <script type="text/javascript"> </script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-16329138-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} // Don鈥檛 call the init functions just yet: // gtag('js', new Date()); // gtag('config', 'UA-XXXXXXXX-1'); function initialiseGoogleAnalytics() { gtag('js', new Date()); gtag('config', 'UA-16329138-2'); } // Subscribe for the cookie consent events $(document).bind("user_cookie_already_accepted", function(event, object) { initialiseGoogleAnalytics(); }); $(document).bind("user_cookie_consent_changed", function(event, object) { const userConsentGiven = $(object).attr('consent'); if (userConsentGiven) { // User clicked on enabling cookies. Now it's safe to call the // init functions. initialiseGoogleAnalytics(); } }); </script> </head> <body class="twoColFixLtHdr eupopup eupopup-top"> <div id="container"> <div id="header"> <a href="index.php"><img src="images/tree-small.gif" alt="Tree" width="46" height="57" style="border: 0" class="fltlft" title="tree" /></a> <h1>Mathematics Genealogy Project</h1> <!-- end #header --></div> <div id="column-tile"> <div id="main-tile" class="clearfix"> <div id="sidebar1"> <ul id="MenuBar1" class="MenuBarVertical"> <li><a href="index.php">Home</a></li> <li><a href="search.php">Search</a></li> <li><a href="extrema.php">Extrema</a></li> <li><a href="about.php" class="MenuBarItemSubmenu">About MGP</a> <ul> <li><a href="mission.php">Mission</a></li> <li><a href="http://www.ams.org/notices/200708/tx070801002p.pdf">History (PDF)</a></li> <li><a href="https://northdakotastate-ndus.nbsstore.net/mathematics-genealogy-project-donation">Support Us</a></li> <li><a href="news.php" title="Announcements">News</a></li> <li><a href="staff.php">Staff</a></li> <li><a href="recognition.php">Recognition</a></li> <li><a href="acknowledgments.php">Acknowledgments</a></li> </ul> </li> <li><a href="links.php">Links</a></li> <li><a href="faq.php" title="Frequently Asked Questions">FAQs</a></li> <li><a href="posters.php">Posters</a></li> <li><a href="submit.php">Submit Data</a></li> <li><a href="contact.php">Contact</a></li> <li><a href="https://northdakotastate-ndus.nbsstore.net/mathematics-genealogy-project-donation">Donate</a></li> </ul> <p>A service of the <a href="https://www.ndsu.edu/">NDSU</a> <a href="https://www.ndsu.edu/math/">Department of Mathematics</a>, in association with the <a href="http://www.ams.org/">American Mathematical Society</a>.</p> <!-- end #sidebar1 --></div> <div id="mainContent"><div id="paddingWrapper"> <h1>Acknowledgments</h1> <p style="color: orange; font-size:x-large; text-align: center">The Clay Mathematics Institute</p> <p style="color: green; font-size: x-large; text-align: center">Ulf Rehmann and Universit盲t Bielefeld</p> <p style="color: red; font-size: x-large; text-align: center">American Mathematical Society <br />Mathematical Reviews</p> <p style="font-size:x-large; text-align: center">The hospitality of the Mathematical Sciences Research Institute</p> <h2>Data contributors</h2> <ul style="font-size: small"> <li>Richard A. Askey, University of Wisconsin</li> <li>June E. Barrow-Green, The Open University, UK</li> <li><a href="http://www.matematik.lu.se/matematiklu/personal/sigma/">Sigmundur Gudmundsson</a>, Lund University</li> <li>H氓kan Hedenmalm, Lund University</li> <li>Jan Johansson, Stockholm University</li> <li>Wilfred Kaplan, University of Michigan</li> <li>Victor J. Katz, University of D. C.</li> <li>Christer Kiselman, Uppsala University, Sweden</li> <li>Pavel Kitsul, Minnesota State U., Mankato</li> <li>Ernst Kunz, University of Regensburg, Germany</li> <li>Saunders Mac Lane, University of Chicago</li> <li>Karen Hunger Parshall, University of Virginia</li> <li>Joanne Peeples, El Paso Community College</li> <li>Toma脼 Pisanski, University of Ljubljana</li> <li>Jozef Przytycki, George Washington University</li> <li>Ari Renvall, University of Turku</li> <li>V. Frederick Rickey, U. S. Military Academy</li> <li>Donald G. Saari, Northwestern University</li> <li>Hamed Sallam, Minnesota State U., Mankato</li> <li>David Singmaster, South Bank University, London</li> <li>Christophe Veltsos, Minnesota State U., Mankato</li> <li>Hans Wallin, Ume氓 University</li> <li>Charles A. Weibel, Rutgers University</li> <li>Peter Bra脽, Freie Universit盲t Berlin, Germany</li> <li>Joseph Brennan, North Dakota State University</li> <li>Bruno Buchberger, University of Linz</li> <li>Gerard Buskes, University of Mississippi</li> <li>Maria del Pilar Canton-Sanchez, Minnesota State U., Mankato</li> <li>Richard Chandler, North Carolina State University</li> <li>Ty Cunningham, Bryn Mawr College</li> <li>W. Harold Davenport, Mesa State College</li> <li>R. Keith Dennis, Cornell University</li> <li>Peter L. Duren, University of Michigan</li> <li>Zbigniew Fiedorowicz, Ohio State University</li> <li>A. M. Fink, Iowa State University</li> <li>Ben Fitzpatrick, Jr., Auburn University</li> <li>Tilmann Gneiting, University of Washington</li> <li>Daniel Ruberman, Brandeis University</li> <li>Robion Kirby, University of California, Berkeley</li> <li>William R. Schucany, Southern Methodist University</li> <li>Julian Palmore, University of Illinois at Urbana-Champaign</li> <li>Gosta Wahde, Chalmers University of Technology and Goteborg University</li> <li>Sandra Upton, University of Essex, Colchester, United Kingdom</li> <li>Raymond Westcott, McMaster University</li> <li>James Stasheff, University of North Carolina, Chapel Hill</li> <li>C. Edward Sandifer, Western Connecticut State University</li> <li>Theresa Bunge, Indiana State University</li> <li>Linda Yamamoto, Stanford University</li> <li>Calvin C. Moore, University of California, Berkeley</li> <li>David Gauld, University of Auckland</li> <li>Georg Lindgren, Centre for Mathematical Sciences, Lund, Sweden</li> <li>Kris Fowler, University of Minnesota</li> <li>Dennis Stanton, University of Minnesota</li> <li>Namyong Lee, Minnesota State University, Mankato</li> <li>Harald Brandenburg, Berlin</li> <li>Robert S. Maier, University of Arizona</li> <li>Paulo Feofiloff, Universidade de S茫o Paulo</li> <li>David R. Brillinger, University of California, Berkeley</li> <li>Robert F. Brown, U.C.L.A.</li> <li>Peter Roquette, Universit盲t Heidelberg</li> <li>Gerald Heuer, Concordia College (Moorhead, MN)</li> <li>Jaap Top, Rijksuniversiteit Groningen</li> <li>G眉nter Wicke, FH Bonn-Rhein-Sieg</li> <li>Eberhard Schock, Universit盲t Kaiserslautern</li> <li>Michael Heath, University of Illinois at Urbana-Champaign</li> <li>Hans G. Kellerer, Universit盲t M眉nchen</li> <li>Ottavio G. Rizzo, Universit脿 di Milano</li> <li>G眉nter Czichowski, Universit盲t Greifswald</li> <li>David A. Dickey, North Carolina State University</li> <li>Przemo Kranz, University of Mississippi</li> <li>Erwin Engeler, ETH</li> <li>Peter Imkeller, Humboldt-Universit盲t zu Berlin</li> <li>Tamara Rozhkovskaya, Institute of Mathematics of SB RAS, Novosibirsk</li> <li>Kim Plofker, Massachusetts Institute of Technology</li> <li>Matti Lehtinen, National Defence College, Helsinki, Finland</li> <li>Darya Apushkinskaya, Saarland University</li> <li>Uwe Weber, Technische Bergakademie Universit盲t Freiberg</li> <li>Amy H. Lin, Vanderbilt University</li> <li>Ulrich Krengel, Georg-August-Universit盲t G枚ttingen</li> <li>Fabian Wirth, Universit盲t Bremen</li> <li>Krystyna M. Kuperberg, Auburn University</li> <li>Krzysztof Ciesielski, Jagiellonian University</li> <li>Gradimir V. Milovanovic, University of Nis</li> <li>Heinz H. Gonska, Universit盲t Duisburg Gesamthochschule</li> <li>Jon Doyle, North Carolina State University</li> <li>Mark E. Baer</li> <li>Jouko Koskenniemi, Helsingin Teknillinen Korkeakoulu</li> <li>Igor V. Dolgachev, University of Michigan</li> <li>Andrew P. Mathas, University of Sydney</li> <li>Kari Dueball, University of Illinois at Chicago <a href="http://www.math.uic.edu/">http://www.math.uic.edu/</a></li> <li>Hans-Christian Graf v. Bothmer, Universit盲t Hannover</li> <li>Douglas B. West, University of Illinois at Urbana-Champaign</li> <li>Eric W. Allender, Rutgers University</li> <li>Basilio Pereira, Pennsylvania State University</li> <li>Rainer Ansorge, Universit盲t Hamburg</li> <li>Volkmar Felsch, Rheinisch-Westf盲lische Technische Hochschule Aachen</li> <li>Joachim Neub眉ser, Rheinisch-Westf盲lische Technische Hochschule Aachen</li> <li>Colm Mulcahy, Spelman College & Annals of Irish Mathematics</li> <li>Franz Loesten, Germany</li> <li>Ruslan Kalitvianski, France</li> <li>Tom M. Apostol, California Institute of Technology</li> </ul><h2>Websites</h2> <ul style="font-size: small"> <li>Beno Eckmann and descendants, ETH, Zurich, <a href="http://www.math.ethz.ch/~eckmann/Stammbaum.ps">http://www.math.ethz.ch/~eckmann/Stammbaum.ps</a></li> <li>Zassenhaus [homepage]. Columbus (OH): Ohio State University, Department of Mathematics; [updated 1998 Aug 18]. Available from: <a href="http://www.math.ohio-state.edu/Research/Hans.Zassenhaus/Zassenhaus.html">http://www.math.ohio-state.edu/Research/Hans.Zassenhaus/Zassenhaus.html</a>.</li> <li>The R.L. Moore Legacy Project at the Center for American History. Legacy of R.L. Moore: Family Tree [homepage]. [Austin (TX): University of Texas; 1998 Dec 9]. Available from: <a href="http://www.discovery.utexas.edu/rlm/texan.html">http://www.discovery.utexas.edu/rlm/texan.html</a>.</li> <li>Gudmundsson, Sigmundur. Mathematical Ancestors [homepage]. Lund (Sweden): Lund University, Department of Mathematics, [no date]. Available from: <a href="http://www.maths.lth.se/matematiklu/personal/sigma/ancestors.html">http://www.maths.lth.se/matematiklu/personal/sigma/ancestors.html</a>.</li> <li>Parberry, Ian. The TCS Genealogy [homepage]. [Denton (TX)]: University of North Texas; created 1994 Oct 9, updated 1996 Jul 23. Available from: <a href="http://sigact.csci.unt.edu/genealogy">http://sigact.csci.unt.edu/genealogy</a>.</li> <li>The MacTutor History of Mathematics, <a href="http://www-groups.dcs.st-andrews.ac.uk/history/index.html">http://www-groups.dcs.st-andrews.ac.uk/history/index.html</a>.</li> <li>Beezer, Robert A. Robert A. Beezer [homepage]. Takopma (WA): University of Puget Sound, Mathematics and Computer Science Department; created 1998 Jun 29, last update 1998 Jun 29. Beezer's Academic Genealogy. Available from: <a href="http://buzzard.ups.edu/genealogy.html">http://buzzard.ups.edu/genealogy.html</a>.</li> <li>McKean Tree: The students of Henry McKean <a href="http://www.math.temple.edu/~ludwick/mckean.html">http://www.math.temple.edu/~ludwick/mckean.html</a>.</li> <li><a href="http://www.oclc.org/">OCLC Online Computer Library Center, Inc.</a></li> <li>Edinburgh Mathematical Society Web Page http://www-history.mcs.st-andrews.ac.uk/history/Societies/HFEMS.html</li> <li>Rice University: The Department of Computational and Applied Mathematics (CAAM) Ph.D. Graduates <a href="http://www.caam.rice.edu/caam/phd_grads.html">http://www.caam.rice.edu/caam/phd_grads.html</a></li> <li>University of Aarhus Department of Mathematical Sciences, Denmark <a href="http://www.imf.au.dk/en/research/publications.html">http://www.imf.au.dk/en/research/publications.html</a></li> <li>University of Southern Denmark Department of Mathematics and Computer Science <a href="http://www.imada.sdu.dk/Education/phd.html">http://www.imada.sdu.dk/Education/phd.html</a></li> <li>University of Copenhagen Mathematics Department <a href="http://www.math.ku.dk/~rordam/phdstudents.html">http://www.math.ku.dk/~rordam/phdstudents.html</a></li> <li>City University of New York Mathematics ulumni web page <a href="http://math.gc.cuny.edu/Alumni/AlumniByYear.html">http://math.gc.cuny.edu/Alumni/AlumniByYear.html</a></li> <li><a href="http://www.ms.uky.edu/~jrge/Rota/rota.html">Gian-Carlo Rota and his students</a>, Richard Ehrenborg, Cornell University.</li> <li>Universit盲t Berlin, Dissertations between 1810 and 1933. Available at: <a href="http://dochost.rz.hu-berlin.de/listen/histdisslist.php3?sec=ALLE">http://dochost.rz.hu-berlin.de/listen/histdisslist.php3?sec=ALLE</a></li> <li><a href="http://www.math.buffalo.edu/mad/">Mathematicians of the African Diaspora</a></li> <li>Grossman, Jerrold W. The Erdos Number Project [homepage]. Rochester (MI): Oakland University; [created 1995 May 25, last updated 20 October 2010]. Available from: <a href="http://www.oakland.edu/enp">http://www.oakland.edu/enp </a>.</li> </ul><h2>Print resources</h2> <ul style="font-size: small"> <li>Begehr, H. G. W., Koch, H., Kramer, J., Schappacher, N., Thiele, E.-J., Editors, Mathematics in Berlin, Birkh盲user, Berlin, 1998</li> <li>Bers, Lipman, Selected Works of Lipman Bers: Papers on Complex Analysis, American Mathematical Society, Providence, RI, 1998</li> <li>Bing, R H, The Geometric Topology of 3-Manifolds, American Mathematical Society, Providence, RI, 1983</li> <li>Duren, Peter L., et al., Editor, A Century of Mathematics in America, Parts I, II, III, American Mathematical Society, London Mathematical Society, Providence, RI, 1988, 1989</li> <li>G氓rding, Lars, MATHEMATICS and Mathematicians, Mathematics in Sweden before 1950, American Mathematical Society, London Mathematical Society, Providence, RI, 1994</li> <li>Gottwald, Siegfried, Ilgauds, Hans-Joachim, and Schlote, Karl-Heinz, Lexikon bedeutender Mathematiker, Verlag Harri Deutsch, Frankfurt am Main, 1990</li> <li>Knobloch, Eberhard, Mathematik an der Technischen Hochschule und der Technischen Universit盲t Berlin 1770-1988, Berlin, 1998</li> <li>Nielsen, Niels, Matematiken i Danmark 1801-1908, Copenhagen, 1910</li> <li>Nohel, John A., and Sattinger, David H., Selected Papers of Norman Levinson,Birkh盲user, Boston, Mass, 1998</li> <li>Parshall, Karen Hunger, and Rowe, David E., The Emergence of the American Mathematical Research Community, 1876-1900: J. J. Sylvester, Felix Klein, and E. H. Moore, American Mathematical Society, London Mathematical Society, Providence, RI, 1994</li> <li>Tarski Symposium, (1971: University of California, Berkeley) Proceedings of the Tarski Symposium, Published for the Association for Symbolic Logic by the American Mathematical Society, Providence, RI, 1979</li> <li>Traylor, D. Reginald., Creative Teaching: Heritage of R. L. Moore,University of Houston, Houston, TX, 1972</li> <li>Zdravkovska, Smilka, and Duren, Peter L., Editors, Golden Years of Moscow Mathematics, American Mathematical Society, London Mathematical Society, Providence, RI, 1993</li> <li>Dissertation abstracts international, Ann Arbor, Mich., University Microfilms International [etc.]</li> </ul><h2>Financial contributors</h2> <h3>To the order of The Fermat-Wiles Theorem</h3> <ul style="font-size: small"> <li>Dave and Joan Reinen, Mankato, MN</li> <li>Donald and Jill Knuth, Stanford, CA</li> <li>C.-C. Jay Kuo, Arcadia, CA</li> <li>Raymond Sedwick, University Park, MD</li> <li>Whitfield Diffie, Woodside, CA</li> </ul><h3>To the order of The Lucas-Lehmer Theorem</h3> <ul style="font-size: small"> <li>Charlotte J. Chell, Carthage College, Kenosha, WI</li> <li>Clyde O. and Victoria L. Lantz, Savage, Maryland</li> <li>Richard and Kathy Strachan, Mankato, MN</li> <li>Chia-Chi and Anne Tung, Mankato, MN</li> <li>Carl de Boor, University of Wisconsin , Madison</li> <li>Lutz D眉mbgen, Universit盲t Bern</li> <li>Tevian Dray, Corvallis, OR</li> <li>Susan Gurney, New York, NY</li> <li>John C. Fay, Riverside, CA</li> <li>Norman Richert, Ann Arbor, MI</li> <li>Roger Pick, Lee's Summit, MO</li> </ul><h3>To the order of The Prime Number Theorem</h3> <ul style="font-size: small"> <li>Joseph Malkevitch, City University of New York</li> <li>Julian I. Palmore, III Urbana, Illinois</li> <li>Jack B. Brown, Auburn, AL</li> <li>Marcia and Jim Baer, Mankato, MN</li> <li>Scott & Portia Hawley</li> <li>Willem Kuijk, Belgium</li> <li>Virginia Trimble, Irvine, CA</li> <li>Sherry Vanstone, Campbellville, Ontario, Canada</li> <li>Dorothee Jane Blum, Conestoga, PA</li> <li>Peter K谩lnai, Prague, Czechia</li> </ul><h3>To the order of The Riemann Mapping Theorem</h3> <ul style="font-size: small"> <li>E. Graham and Kathleen E. Evans, University of Illinois at Urbana-Champaign</li> <li>Iv谩n Cardona , Puerto Rico</li> <li>Carmen Chicone, University of Missouri</li> <li>Joel K. Haack, University of Northern Iowa</li> <li>Douglas Shaw, Cedar Falls, Iowa</li> <li>Jozef Przytycki, The George Washington University</li> <li>Shelley L. and Dr. Daniel J. Velleman, Amherst College</li> <li>Phillip Siller, Toronto, Ontario</li> <li>Mazie Webb, Madison Wisconsin</li> <li>Richard R. Rush, Minnesota State University, Mankato</li> <li>William J. Browning, Gales Ferry, Connecticut</li> <li>John C. Wierman, Johns Hopkins University</li> <li>Glen Johnson, Bellevue, WA</li> <li>Margery D. Kravitz, Newton, MA</li> <li>Frank Dell Kronewitter, III, San Diego, CA</li> <li>Janice Z. Cutler, Palatine, IL</li> <li>Mary Beaumont, Minneapolis, MN</li> <li>Jessica Pearlman, Seattle, WA</li> <li>Sam Young, San Marcos, TX</li> <li>Allen J. Schwenk, Portage, MI</li> <li>Cyrus and Cheryl Azarbod, Mankato, MN</li> <li>John and Anne Frey, Mankato, MN</li> <li>Francis Hannick, Mankato, MN</li> <li>Pavel and Elena Kitsul, Mankato, MN</li> <li>Mary and Rich Wiest, Mankato, MN</li> <li>Alfred Hales, San Diego, CA</li> <li>Julia Varbalow, Newport News, VA</li> <li>Valeria De Paiva, Palo Alto, CA</li> <li>Theodore A. Burton, Port Angeles, WA</li> <li>Herve M. Jacquet, Columbia University</li> <li>Jack Heidel, Omaha, NE</li> <li>Donald J. Dessart, Knoxville, TN</li> <li>Roger Temam, Bloomington, Indiana</li> <li>Edsel A. Ammons, Grand Forks, ND</li> <li>Robert and Brenda Brown, Santa Monica, CA</li> <li>Jason C. Rouvel</li> <li>Shu-Ming Chang, Taiwan</li> <li>Harry Dole, San Jose, CA</li> <li>Martin Mandelberg, Falls Church, VA</li> <li>Yiannis and Joan Moschovakis, Santa Monica, CA</li> <li>Ching-Chau Yu, Alameda, CA</li> <li>Donna M. Testerman, Ollon, Switzerland</li> <li>Michael J. Carlisle, New York, NY</li> <li>Martin Wirsing, Munich, Germany</li> <li>Huan Liu, Tempe, AZ</li> <li>David Callan, Madison, WI</li> <li>Ramakanth V Kavuluru, Lexington, KY</li> <li>Paul Budney, Sunderland, MA</li> <li>Jose Vitoria, Coimbra, Portugal</li> <li>Frederic Allemand, Illkirch, France</li> <li>Peter Klimek, Berkeley, CA</li> <li>Ronald Ehrenberg, Ithaca, NY</li> <li>Philip Kraushar, Seattle, WA</li> <li>Sandor Kovacs, St Louis, MO</li> <li>Michael Friendly, Toronto, Ontario, Canada</li> <li>Arjun Guha, Wellesley, MA</li> <li>Ming-Ying Leung, El Paso, TX</li> <li>Steven Strogatz, Ithaca, NY</li> <li>Leonid Kovalev, Syracuse, NY</li> <li>Narendra Chaparala, Foster City, CA</li> <li>Joanne Peeples, El Paso, TX</li> <li>Peter K谩lnai, Prague, Czechia</li> <li>Matthew Healy, Coralville, IA</li> </ul><h3>To the order of Lagrange's Theorem</h3> <ul style="font-size: small"> <li>Jeffrey S. Simonoff, New York University</li> <li>John K. Beem, University of Missouri, Columbia</li> <li>John L. Henderson, Auburn University</li> <li>Deanna Haunsperger, Carleton College</li> <li>Kuo-Chuan William Yin, LaGrange College</li> <li>Joseph Iskra Jr., Wesleyan College</li> <li>Natalia Rojkovskaia, University of Pennsylvania Department of Mathematics</li> <li>William J. Satzer Jr., Eagan, Minnesota</li> <li>Daniel E. Loeb, Wynnewood, Pennsylvania</li> <li>David C. Lantz, Colgate University</li> <li>Anonymous</li> <li>Yi Dong , Ada, Ohio</li> <li>W. Edwin and Eugenia Clark, University of South Florida</li> <li>Robin H. Lock, St. Lawrence University</li> <li>Jeffery Leader, Santa Clara University</li> <li>Robert A. Hovis, Ohio Northern University</li> <li>James J. Tattersall, Providence College</li> <li>Charles S. Holmes, Miami University</li> <li>William Abrams, Longwood College</li> <li>Lawrence Somer, Catholic University of America</li> <li>Thomas P. Dence, Ashland University</li> <li>Douglas Ulmer, University of Arizona, Tucson</li> <li>Daniel D. Anderson, University of Iowa</li> <li>Amy E. Shell, Highland Falls, New York</li> <li>David Eisenbud, University of California, Berkeley</li> <li>Joe May, Champlin, Minnesota</li> <li>Keith Kearnes, Boulder, Colorado</li> <li>Charles Lustfield, Dallas, Texas</li> <li>Sarah E. Stead, Morgan, Texas</li> <li>Harriet Pollatsek, Amherst, Massachusetts</li> <li>John Neuzil, Kent, Ohio</li> <li>David E. Flesner, Gettysburg, Pennsylvania</li> <li>Paul H. Palmquist, Los Angeles, California</li> <li>Benny Dan Evans and Carla Kennedy, Marlboro, Massachusetts</li> <li>James B. Robertson, UCSB</li> <li>Lowell Tonnessen, Annandale, VA</li> <li>Mary-Katherine Brandl, Shreveport, LA</li> <li>Miriam G. Paschetto, Coquitlam, British Columbia</li> <li>Renuka Potluri, Beaverton, OR</li> <li>Wojciech Kosek, Brookings, SD</li> <li>Srilal Krishnan, Mount Olive, NC</li> <li>Charles Wavada, St. Louis, MO</li> <li>William C. Colley III, Oberlin, OH</li> <li>Brian Allen, Severn, MD</li> <li>Ronald Gove, Leesburg, VA</li> <li>John M. Alongi</li> <li>Roger Waggoner, Lafayette, LA</li> <li>Kathleen Lopez, Lafayette, LA</li> <li>Bradd Clark, Lafayette, LA</li> <li>Sheldon Axler, San Francisco, CA</li> <li>Skye and Jeff Dauer, Eagle Lake, MN</li> <li>Stephen Greenfield, Highland Park, NJ</li> <li>Fritz and Evelyn Hatfield, Mankato, MN</li> <li>John Drussel, Portland, OR</li> <li>Kil and Mary Ann Lee, Mankato, MN</li> <li>Howard and Jan Prouse, Mankato, MN</li> <li>Fred and Sue Richman, Boca Raton, FL</li> <li>Edward and Judy Schwartz</li> <li>Gary and Rebecca Stoudt, Indiana, PA</li> <li>Thomas and Elena Tonev, Missoula, MT</li> <li>George Votruba, Missoula, MT</li> <li>Dick and Cheryl Weisgerber, St. Peter, MN</li> <li>Steven Landsburg, Rochester, NY</li> <li>John Mack, Lexington, KY</li> <li>Fredric Zerla, Tampa, FL</li> <li>Michael J. Zoracki, Reston, VA</li> <li>Mara Neusel, Texas Tech University</li> <li>Karen Pankey, San Diego, CA</li> <li>Kim Plofker, Providence, RI</li> <li>Harriet Black Nembhard, Boalsburg, PA</li> <li>Stanley Sawyer, University City, MO</li> <li>Stephen McGrath, Ridgecrest, CA</li> <li>Daren Wei, State College, PA</li> <li>Sharon Ross, Madison, GA</li> <li>Geon Choe, Daejeon, Republic of Korea</li> <li>Quang Huy Tran, Rueil-Malmaison, France</li> <li>Martin Dietzfelbinger, Ilmenau, Germany</li> <li>Eric K Chicken, Crawfordville, FL</li> <li>David Firth, Warwick, United Kingdom</li> <li>Tom Streubel, Berlin, Germany</li> <li>Laurette Tuckerman, New York, NY</li> <li>Daniel Nordman, Ames, IA</li> <li>Alois Peter Schaffarczyk, Kiel, Germany</li> <li>Liping Yang, Albuquerque, NM</li> <li>Geon Choe, Daejeon, South Kora</li> <li>Greg Watson, Marietta, GA</li> </ul><h3>To the order of The Mean Value Theorem</h3> <ul style="font-size: small"> <li>Anonymous</li> <li>Anonymous</li> <li>Henry E. Heatherly, Lafayette, LA</li> <li>Gillian Kuehner, Berkeley, CA</li> <li>Wayne L Cornelius, Raleigh, NC</li> <li>Yannis Haralambous, Brest, France</li> <li>Peter Ross, San Jose, CA</li> <li>Fernando Lucatelli Nunes, Coimbra, Portugal</li> <li>Eric Chicken, Crawfordville, FL</li> <li>Pedro Quaresma, Coimbra, Portugal</li> <li>Michelle Sharkey, Brooklyn, NY</li> <li>Sebastian Sch枚ps, Darmstadt, Germany</li> <li>Visala Rani Satyam, Richmond, VA</li> <li>Ernest Ryu, Los Angeles, CA</li> <li>Farren Collins, Twinsburg, OH</li> <li>Archana Rao, Dublin, CA</li> <li>Hiroki Takahashi, Tokushima, Japan</li> <li>Clement Kent, Toronto, Ontario</li> <li>Perszeuz Promithiuous, New Rochelle, NY</li> <li>Stefan Zimmermann, Aiglsbach, Germany</li> <li>Khashayar Filom, Ann Arbor, MI</li> <li>Gurbir Dhillon, New Haven, CT</li> <li>Rodrigo Labouriau, H酶jbjerg, Denmark</li> <li>Gui-Song Xia, Wuhan, China</li> <li>Michael Dumbser, Lona-Lases, Italy</li> <li>Satish Bhatnagar, Henderson, NV</li> <li>Alexander Semigrodskikh, Yekaterinburg, Russia</li> <li>Harold Berjamin, Galway, Ireland</li> <li>Brandilyn Stigler, Wylie, TX</li> <li>Michal Hospod谩r, Ko拧ice, Slovakia</li> <li>Kumaara Velan, Erith, United Kingdom</li> <li>R Michael Perry, Scottsdale, AZ</li> <li>Marius Ionescu, Washington, DC</li> <li>Rhameez Sheldon, Johannesburg, South Africa</li> <li>Kerstin Fiege, Den Helder, Netherlands</li> <li>Dan Ursu, Windsor, Ontario, Canada</li> <li>Erick Chicken, Crawfordville, FL</li> <li>Mohammed Sayyari, Bochum, Germany</li> <li>Evan Warner, Brooklyn, NY</li> <li>Martin Swanson, Davenport, IA</li> <li>Jennifer Reasons, Round Rock, TX</li> <li>Nguyen Nhi, Henderson, NV</li> <li>Cb Senthil Nathan, Coimbatore, India</li> <li>Randall Laplante, Burlington, VT</li> <li>Corinne Reyes, Selden, NY</li> <li>Christoph Glanzer, Z眉rich, Switzerland</li> <li>Mostafa Zahri, Sharja, United Arab Emirates</li> <li>Jeven Syatriadi, Singapore</li> <li>Ashish Shukla, Katni, India</li> <li>Adam Elmachtoub, New York, NY</li> <li>Owen Kahn, Pittsburgh, PA</li> </ul></div><!-- end #paddingWrapper --> <!-- end #mainContent --></div> <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --> </div></div> <div id="footer"> <ul id="MenuBar2" class="MenuBarHorizontal"> <li><a href="search.php">Search</a> </li> <li><a href="about.php" class="MenuBarItemSubmenu">About MGP</a> <ul> <li><a href="mission.php">Mission</a></li> <li><a href="news.php" title="Announcements">News</a></li> <li><a href="staff.php">Staff</a></li> <li><a href="recognition.php">Recognition</a></li> <li><a href="acknowledgments.php"><span style="font-size: x-small">Acknowledgments</span></a></li> </ul> </li> <li><a href="links.php">Links</a></li> <li><a href="faq.php" title="Frequently Asked Questions">FAQs</a></li> <li><a href="posters.php">Posters</a></li> <li><a href="submit.php">Submit Data</a></li> <li><a href="contact.php">Contact</a></li> </ul> <br /> <p>The Mathematics Genealogy Project is in need of funds to help pay for student help and other associated costs. If you would like to contribute, please <a href="https://northdakotastate-ndus.nbsstore.net/mathematics-genealogy-project-donation">donate online</a> using credit card or bank transfer or mail your tax-deductible contribution to:</p> <p> Mathematics Genealogy Project<br /> Department of Mathematics<br /> North Dakota State University<br /> P. O. Box 6050<br /> Fargo, North Dakota 58108-6050</p> </div> <!-- end #container --></div> <script type="text/javascript"> var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); </script> </body> <!-- InstanceEnd --></html>