CINXE.COM
News - The Mathematics Genealogy Project
<!DOCTYPE html> <meta charset="UTF-8"> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>News - 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>News</h1> <p><b>13 July 2020</b>—Our historical domain name now functions properly, and our nightly updating from the working database to the public database is now set up again. Undoubtedly, there will be some remaining glitches regarding the server migration. Please use the contact form if you identify problems.</p><p><b>2 July 2020</b>—We are in the process of migrating to a cloud server because of a failure of our old server. Pending data submissions were successfully migrated to the new server and will be processed in due course. The genealogy.math.ndsu.nodak.edu domain name does not work for the moment. We anticipate that it will be restored soon, but mathgenealogy.org should be considered the preferred domain name going forward. The data submission/update forms and contact form are now working. Please use the contact form to report any issues you discover.</p><p><b>23 April 2017</b>—Colm Mulcahy of Spelman College has an article in the May 2017 Notices of the American Mathematical Society entitled <a href="http://www.ams.org/publications/journals/notices/201705/rnoti-p466.pdf">The Mathematics Genealogy Project Comes of Age at Twenty-one</a>.</p><p><b>2 January 2017</b>—The Astronomy Genealogy Project was recently discussed in an article in the <em>Journal of Astronomical History and Heritage</em>. The <a href="https://arxiv.org/abs/1612.08908">article is available on the arXiv</a>. The Mathematics Genealogy Project wishes AstroGen great success, and eagerly looks forward to the public launch of their database.</p><p><b>28 August 2016</b>—On 26 August 2016, <em>Nature</em> News published <a href="http://www.nature.com/news/majority-of-mathematicians-hail-from-just-24-scientific-families-1.20491">an article</a> about the Mathematics Genealogy Project. The article discusses the results of the journal article <a href"http://dx.doi.org/10.1140/epjds/s13688-016-0088-y">"The classical origin of modern mathematics"</a> by F. Gargiulo, A. Caen, R. Lambiotte, and T. Carletti, published in EPJ Data Science.</p><p><b>21 December 2015</b>—We apologize for the inconvenience, but our data backlog is currently much larger than usual. At the time this message is posted, we are still processing data submitted on 22 November 2015. We thank you for your patience and ask that you do not send inquiries about missing data until at least five weeks have passed since the data was submitted. This message will be removed when our backlog is reduced to the usual three weeks.</p><p><b>20 October 2015</b>—We apologize for the inconvenience, but our data backlog is currently much larger than usual. At the time this message is posted, we are still processing data submitted on 11 September 2015. We thank you for your patience and ask that you do not send inquiries about missing data until at least <em>five</em> weeks have passed since the data was submitted. This message will be removed when our backlog is reduced to the usual three weeks.</p><p><b>13 June 2011</b>—<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>.</p><p><b>24 February 2011</b>—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>.</p><p><b>20 October 2010</b>—Today we have made an additional feature available to improve the display of mathematics in dissertation titles. We now support standard LaTeX code to be displayed using the MathJax package. Please enclose any LaTeX code in submissions between dollar signs ($) to ensure the smoothest implementation of this. To see an example of a thesis title rendered using <a href="http://www.mathjax.org/">MathJax</a>, see the page for <a href="id.php?id=23237">James Angelos</a>.</p><p><b>20 October 2010</b>—We recently experienced difficulties with our server that may have resulted in data submissions made between 9 October 2010 and 18 October 2010 not having been received. If you submitted new data or data updates in that period, we encourage you to resubmit them to ensure they are published in a timely manner.</p><p><b>17 September 2010</b>—In the 6 May 2010 issue of Times Higher Education, Jon Adams, research officer at the London School of Economics, wrote <a href="http://www.timeshighereducation.co.uk/story.asp?sectioncode=26&storycode=411471">an article</a> about academic genealogies. In it, the Mathematics Genealogy Project is discussed, and he includes quotes from Managing Director Mitchel T. Keller.</p><p><b>13 September 2010</b>—Thanks to Professor David Joyner of the United States Naval Academy, we have just posted some information about the structure of the Mathematics Genealogy Project graph. This can be found on our <a href="http://www.genealogy.math.ndsu.nodak.edu/extrema.php#structure">extrema page</a>.</p><p><b>1 March 2010</b>—The March 2010 Notices of the American Mathematical Society carries a brief article in the <a href="http://www.ams.org/notices/201003/rtx100300416p.pdf">Mathematics People section</a> on Managing Director Mitchel T. Keller's recently-awarded Marshall Sherfield Fellowship. Keller, who will receive his PhD in May 2010 from the Georgia Institute of Technology, is the first mathematician to receive a Marshall Sherfield Fellowship. Up to two fellowships are awarded annually to recent American PhD recipients in science, technology, engineering, and mathematics to conduct postdoctoral research in the United Kingdom. Keller will spend the 2010/11 and 2011/12 academic years in the Department of Mathematics at the London School of Economics as a visiting fellow conducting research in combinatorics. Part of Keller's fellowship application discussed his involvement with the Mathematics Genealogy Project and his desire to use some of his time in the UK to strengthen the Project's connections with UK universities and professional societies.</p><p><b>3 February 2010</b>—At the 2010 Joint Mathematics Meetings in San Francisco, the Mathematics Genealogy Project Advisory Committee held its first meeting. The Project's founder, Harry B. Coonce, relayed his intention to retire from his role as Managing Director. The Advisory Committee recommended that Mitchel T. Keller, long-time Assistant Director, be named Dr. Coonce's successor. This appointment was confirmed by Dogan Comez, Chair of the NDSU Department of Mathematics, on 3 February 2010. The Project anticipates continuing its usual operations as Keller assumes permanent operation of the Project. He had previously served as Interim co-Managing Director since October 2008. Christopher L. Spicer, Assistant Professor of Mathematics at Morningside College, was also named Assistant Director of the Mathematics Genealogy Project. This change more accurately reflects Spicer's responsibilities for producing posters for the Project.</p><p><b>28 June 2009</b>—We now have <a href="tutorials.php">video tutorials</a> about how to use our online data submission forms available. Links to the tutorials can also be found on the data submission pages.</p><p><b>20 June 2009</b>—Today we are pleased to announce the rollout of a new version of the database that runs behind the scenes of the Mathematics Genealogy Project's website. For the majority of our records, this will have no noticeable impact. However, the enhancements now allow us to record more than two advisors, jointly awarded degrees, and multiple doctorates properly. In the coming months, we will be reviewing our records to edit any old records that can benefit from our new capabilities, but we welcome updates submitted by our visitors as well. Simply click on the link at the bottom of an individual's page to submit an update. We will have a video tutorial on the use of our new update form coming soon, too. As always, you may contact us via email at <a href="mailto:project@genealogy.math.ndsu.nodak.edu">project@genealogy.math.ndsu.nodak.edu</a>.</p><p><b>3 October 2008</b>—Today we are sorry to report that, due to personal reasons, Founder and Managing Director Harry B. Coonce will be on an indefinite leave of absence from the Project. Serving as Interim co-Managing Directors will be Jim Coykendall and Mitchel T. Keller. While we hope that the Project's operations will move forward seamlessly until Dr. Coonce is able to return to his post, we ask for your patience, as there will inevitably be delays in handling some matters. Please send any correspondence for the project to <a href="mailto:project@genealogy.math.ndsu.nodak.edu">project@genealogy.math.ndsu.nodak.edu</a>.</p><p><b>30 May 2008</b>—Due to summer travel, there may be extended delays in processing new data submissions. We hope to be caught up by late June. We are also severely behind in responding to email and processing data updates. We hope to be caught up by September. Please do not resubmit any data until we have posted an announcement indicating that we are caught up.</p><p><b>10 December 2007</b>—Please join us at our booth, located with the American Mathematical Society, at the Joint Mathematics Meetings in San Diego, California, 6-9 January 2008. We love hearing from our site's users, and you'll have an opportunity to submit data in person or to order a personalized poster. Note that our participation in the JMM will delay our data processing, so we appreciate your patience. Some data received during January 2008 will likely not be posted until late Feburary 2008.</p><p><b>9 September 2007</b>—Today we have launched a new design for our website. This will likely require that you update any links you have to our site. If you encounter any technical problems, please email <a href="mailto:mitkelle@genealogy.math.ndsu.nodak.edu">Mitch Keller</a>.</p><p><b>9 August 2007</b>—The September 2007 issue of the <a href="http://www.ams.org/notices">Notices of the American Mathematical Society</a> contains an article on the Mathematics Genealogy Project: <a href="http://www.ams.org/notices/200708/tx070801002p.pdf">A Labor of Love: The Mathematics Genealogy Project</a> by Allyn Jackson.</p><p><b>24 January 2007</b>—Beginning today, we are testing interlinking with <a href="http://www.ams.org/mathscinet/">MathSciNet</a>, the online version of the Amerian Mathematical Society's <i>Mathematical Reviews</i>. On over 60 percent of our pages, you should now see a MathSciNet link below the mathematician's name. This will link directly to items in MathSciNet authored by that mathematician. (Either you or your institution will have to have MathSciNet access for this link to work.) In the near future, we will establish a mechanism forour visitors to correct incorrect links or submit new links that were not detected by the automatic linking process. Contact <a href="mailto:mitkelle@genealogy.math.ndsu.nodak.edu">Mitch Keller</a> with questions or issues about this new feature. We hope that a future version of MathSciNet will provide links back to individuals' pages in the genealogy project as well.</p><p><b>21 December 2006</b>—Please join us at our booth, located with the American Mathematical Society, at the Joint Mathematics Meetings in New Orleans, Louisiana, 5-8 January 2006. We love hearing from our site's users, and you'll have an opportunity to submit data in person or to order a personalized poster. Note that our participation in the JMM will delay our data processing, so we appreciate your patience. Some data received between now and 31 January 2007 will likely not be posted until Feburary 2007.</p><p><b>11 October 2006</b>—We now have a list of the top 50 most prolific advisors as well as the number of advisors with a given number of students. This can be found on our <a href="php/extrema.php">extrema page</a>.</p><p><b>1 January 2004</b>—We'll be at the <a href="http://www.ams.org/amsmtgs/2078_intro.html">Joint Mathematics Meetings</a> in Phoenix, Arizona, next week. We'll have sample T-shirts and new genealogy posters to look at, and we'll be happy to take any data you might have for us. We will be located at the AMS booth in the exhibits throughout the meetings. Please stop and visit us!</p><p><b>21 December 2003</b>—Today we are pleased to announce one new feature and one improvement in functionality. First, many of our pages now bear a Biography link below a mathematician's name. This link goes to the biography at the MacTutor History of Mathematics Archive run by St. Andrews University in Scotland. We have also changed our method of counting descendants to count <i>all</i> of a mathematician's descendants using a matrix algorithm for performing a breadth first search. This accurately counts descendants by following both Advisor 1 and Advisor 2 links.</p><p><b>21 September 2003</b>—The much anticipated Mathematics Subject Classifications are now online for theses where we have the information. Please continue to submit updates when available.</p><p><b>2 March 2003</b>—In order to make the Mathematics Genealogy Project more helpful to the people who use it we are adding a new feature. Beginning immediately we have added a category for data submission (on new and current entries) that contains the AMS Subject Classification for the thesis. Later this spring, we anticipate having this data visible by individual theses, and we will also be adding a category on the search page in order to allow people to search for all theses in a given area. We recognize that it will be a while before we have this information online for the 62,000 already in the database. However, the new form for submitting updated data allows you to add information to a mathematician's entry without re-entering all the data. Simply browse to his/her page and click the update link at the bottom. We hope that many of you will find this information helpful.</p><p><b>11 January 2003</b>—The Mathematics Genealogy Project now has a new home at <a href="http://www.ndsu.nodak.edu/ndsu/math">North Dakota State University</a>. As a part of this process, it is possible that things have been broken. If you find any bugs or have suggestions for improvements, please contact us via email.</p><p><b>26 September 2000</b>—To improve search efficiency, a search for any name will now find similar names that are spelled using accents, umlauts, or tildes. For example, a search for Mott will now find M玫tt, M贸tt, M枚tt, and so on.</p></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>