CINXE.COM
- MacTutor History of Mathematics
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <link rel="icon" href="../static/img/favicon.gif" /> <title> - MacTutor History of Mathematics </title> <!-- Bootstrap CSS --> <link rel="stylesheet" href="../static/css/bootstrap.min.css?h=8de02d92" /> <!-- Custom CSS - must be in this order --> <link rel="stylesheet" href="../static/css/lato.css?h=cc1e7b16" /> <link rel="stylesheet" href="../static/css/reset.css?h=d363f773" /> <link rel="stylesheet" href="../static/css/custom.css?h=af6c60f9" /> <link rel="stylesheet" href="../static/css/site.css?h=009079dc" /> <link rel="stylesheet" href="../static/css/content.css?h=469c9b2b" /> <link rel="stylesheet" href="../static/katex/katex.min.css?h=607b2673" /> <link rel="stylesheet" href="../static/css/tooltip.css?h=8bb1ae34" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /> <!-- Switch design skin --> <link id="new-theme-style" rel="stylesheet" /> <!-- opposite of noscript --> <noscript> <style> .nonoscript { display: none; } </style> </noscript> <!-- opengraph --> <meta property="og:title" content="" /> <meta property="og:site_name" content="Maths History" /> <meta property="og:locale" content="en_GB" /> <meta property="og:url" content="https://mathshistory.st-andrews.ac.uk/Information/" /> <!-- twitter card --> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="Maths History" /> <meta name="twitter:title" content="" /> </head> <body> <div class="container"> <!--noindex--> <!-- HEADER --> <header class="site-header py-3 position-relative"> <!-- skip link for accessibility --> <a class="skip-link" href="#main">Skip to content</a> <div class="row flex-nowrap justify-content-between align-items-center"> <div class="col pt-1"> <a class="site-header-name text-decoration-none" href="../" > <h1 class="site-header-name"> <img height="48" src="../static/img/logo.png" alt="MacTutor logo" /> MacTutor </h1> </a> </div> </div> <!-- <a href="javascript:void()" class="row justify-content-end small pr-4" id="theme-toggler" onclick="toggleTheme()" > <i class="fa" style="width: min-content"></i> </a> --> </header> <!-- END HEADER --> <!-- NAVIGATION --> <div class="container nav-bar" role="navigation"> <div class="row nav"> <a class="col-md-auto p-2" href="../">Home</a> <a class="col-md-auto p-2" href="../Biographies/">Biographies</a> <a class="col-md-auto p-2" href="../HistTopics/">History Topics</a> <a class="col-md-auto p-2" href="../Map/">Map</a> <a class="col-md-auto p-2" href="../Curves/">Curves</a> <a class="col-md-auto p-2" href="../Search/">Search</a> </div> </div> <!-- END NAVIGATION --> <!--endnoindex--> <main id="main"> <div class="row"> <div class="col-md-12"> <div class="row"> <div class="col-md-12"> <h1></h1> </div> </div> <div class="row"> <div class="col-md-12"><span class="markup"><h2>Overview</h2> <br/> MacTutor is a free online resource containing biographies of more than <span class="non-italic">3000</span> mathematicians and over <span class="non-italic">2000</span> pages of essays and supporting materials. The system is constantly developing, and although it is no longer the only source on the web for the history of mathematics, we feel that we cover the subject in greater depth than any of the others. <h3>Ongoing Developments</h3> <br/> Developments are being made to allow a wider community of editors to contribute to the MacTutor site. <br/> <br/> At the moment, changes to the archive are being made by <a class="mlink" data-popup="../Biographies/Robertson_Edmund/popup/" href="../Biographies/Robertson_Edmund/">Edmund Robertson</a> and <a class="mlink" data-popup="../Biographies/OConnor/popup/" href="../Biographies/OConnor/">John O'Connor</a> of the <a href="https://www.st-andrews.ac.uk/mathematics-statistics/">School of Mathematics and Statistics</a> at the <a href="https://www.st-andrews.ac.uk/">University of St Andrews</a>. Our intention with these new developments is to bring more editors in and create a new system whereby editors can propose changes to the site and administrators will be able to review and manage these changes accordingly, publishing them to the live website where appropriate. We hope this will encourage more collaboration and increase the value of the archive towards research and scholarship interaction.</span></div> </div> </div> <!--noindex--> <!--endnoindex--> </div> <!-- END MAIN BODY --> </main> <!--noindex--> <footer class="site-footer mt-3 pb-3 pt-3 pt-md-0"> <div class="row"> <div class="cr-footer col-md-4"> DJF/JOC/EFR<br /> <a href="../Miscellaneous/copyright/" >Copyright information</a ><br /> <a href="../Miscellaneous/accessibility/" >Accessibility statement</a > </div> <div class="links-footer col-md-6"> <a href="https://www.st-andrews.ac.uk/mathematics-statistics/" target="_blank" >School of Mathematics and Statistics</a > <br /> <a href="http://www.st-andrews.ac.uk/" target="_blank" >University of St Andrews, Scotland</a > </div> <div class="col-md-2"> <img src="../static/img/st-andrews-logo.png?h=e46f195e" alt="University of St. Andrews logo" /> </div> </div> <hr /> <div class="row"> <div class="col-md-12"> If you have comments, or spot errors, we are always pleased to <a href="../Miscellaneous/contact_us/">hear from you</a>. </div> </div> </footer> <!--endnoindex--> </div> <script src="../static/js/popper.min.js?h=313789ca"></script> <script src="../static/js/tippy-bundle.iife.min.js?h=99c14441"></script> <script src="../static/js/site-popups.js?h=7ad47578"></script> <script src="../static/js/foldup.js?h=0b5aeaab"></script> <script src="../static/js/extras-popup.js?h=d0cee101"></script> <script src="../static/js/imageMapResizer.min.js?h=319b7d80"></script> <script> imageMapResize(); // https://blog.shhdharmen.me/toggle-light-and-dark-themes-in-bootstrap const LOCAL_STORAGE_KEY = 'toggle-bootstrap-theme'; const LOCAL_META_DATA = JSON.parse( localStorage.getItem(LOCAL_STORAGE_KEY) ); const DARK_THEME_PATH = 'https://bootswatch.com/5/flatly/bootstrap.min.css'; const DARK_STYLE_LINK = document.getElementById('new-theme-style'); let isDark = LOCAL_META_DATA && LOCAL_META_DATA.isDark; // check if user has already selected dark theme earlier if (isDark) { enableDarkTheme(); } else { disableDarkTheme(); } /** * Apart from toggling themes, this will also store user's theme preference in local storage. * So when user visits next time, we can load the same theme. * */ function toggleTheme() { isDark = !isDark; if (isDark) { enableDarkTheme(); } else { disableDarkTheme(); } const META = { isDark }; localStorage.setItem(LOCAL_STORAGE_KEY, JSON.stringify(META)); } function enableDarkTheme() { DARK_STYLE_LINK.setAttribute('href', DARK_THEME_PATH); } function disableDarkTheme() { DARK_STYLE_LINK.setAttribute('href', ''); } </script> </body> </html>