CINXE.COM
Recognition - The Mathematics Genealogy Project
<!DOCTYPE html> <meta charset="UTF-8"> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>Recognition - 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>Recognition of the MGP</h1> <ul> <li>May 2017 <ul><li>Colm Mulcahy of Spelman College wrote about the Math Genealogy Project in a piece for the May 2017 issue of the Notices of the American Mathematical Society: "<a href="http://www.ams.org/publications/journals/notices/201705/rnoti-p466.pdf">The Mathematics Genealogy Project Comes of Age at Twenty-one</a>"</li></ul></li> <li>June 2011 <ul> <li>Managing Director Mitchel T. Keller was recently interviewed by Jon Adams for the London School of Economics for an online video series highlighting things people attached to the LSE do. The video is <a href="http://youtu.be/sy7Bx4sHUMY">available on YouTube</a>.<br /><iframe width="450" height="286" src="http://www.youtube.com/embed/sy7Bx4sHUMY" frameborder="0" allowfullscreen="allowfullscreen"></iframe></li> <li><a href="http://www.wired.com">Wired magazine</a> has a <a href="http://www.wired.com/magazine/2011/05/st_mathancestry/">short mention</a> of the Mathematics Genealogy Project, featuring a visualization of the ancestry of <a href="http://www.genealogy.math.ndsu.nodak.edu/id.php?id=20655">Gerald Sussman</a>.</li></ul></li> <li>May 2010 <ul> <li><a href="http://www.timeshighereducation.co.uk/story.asp?sectioncode=26&storycode=411471">Times Higher Education</a>—Jon Adams, research officer at the London School of Economics, wrote about academic genealogies. He specifically discusses the Mathematics Genealogy Project and includes quotes from Managing Director Mitchel T. Keller</li></ul></li> <li>September 2007 <ul> <li><a href="http://www.ams.org/notices/">Notices of the AMS</a>—Allyn Jackson interviewed the Mathematics Genealogy Project's founder Harry B. Coonce for the <a href="http://www.ams.org/notices/200708/tx070801002p.pdf">September 2007 issue</a>. </li> </ul> </li> <li>May 2005 <ul> <li><a href="http://scout.cs.wisc.edu/"><img src="recog/img/scoutsel.gif" alt="Scout Report Selection" style="border: 0" width="100" height="29" /></a> <div>The Internet Scout Project chose to include the Mathematics Genealogy Project in their <a href="http://scout.wisc.edu/Reports/NSDL/MET/2005/met-050520-general.php#6">20 May 2005 Scout Report</a>.</div> </li> </ul> </li> <li>January 2000 <ul> <li>PRISM Magazine—An article about The Mathematics Genealogy Project can be found in PRISM Magazine's <a href="http://www.prism-magazine.org/jan00/html/briefings.cfm#family">January 2000 issue</a>.</li> </ul> </li> <li>September 1999 <ul> <li> <a href="http://www.sciencemag.org/"> <img src="recog/img/sciencemag.gif" alt="Science Magazine Online" style="border: 0" width="100" height="33" /></a> <div>The Mathematics Genealogy Project was featured in <a href="http://www.sciencemag.org/">Science Magazine</a> on September 24th, 1999. </div> </li> <li>The Reporter—A story featuring the Mathematics Genealogy Project appeared in the September 16th issue of the Minnesota State University's newspaper, The Reporter. </li> <li><a href="http://scout.cs.wisc.edu/"><img src="recog/img/scoutsel.gif" alt="Scout Report Selection" style="border: 0" width="100" height="29" /></a> <div>The Internet Scout Project chose to include the Mathematics Genealogy Project in their <a href="http://scout.cs.wisc.edu/report/sr/1999/scout-990910.html#6"> September 10th, 1999 Scout Report</a>.</div></li> </ul> </li> <li>August 1999 <ul> <li>Chronicle of Higher Education—See what the <a href="recog/chronicle/chronicle.html"> Chronicle of Higher Education</a> had to say in their August 18th edition about the Mathematics Genealogy Project. </li> </ul> </li> </ul> <span style="text-align: center; font-style: italic">Reproductions of any publications or images are used with permission.</span> </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>