CINXE.COM

Contact Us - 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> Contact Us - 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="Contact Us" /> <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/Miscellaneous/contact_us/" /> <!-- twitter card --> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="Maths History" /> <meta name="twitter:title" content="Contact Us" /> </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" />&nbsp;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">&#xf1fc;</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>Contact Us</h1> </div> </div> <div class="row"> <div class="col-md-12"><span class="markup">You can send us comments, suggestions and feedback by email on <a href="mailto:mathshistory@st-andrews.ac.uk">mathshistory@st-andrews.ac.uk</a>, and we will try to get back to you as soon as possible. <br/> <br/> We would be particularly interested in comments and feedback about the new website design. If you spot an error or issue, please let us know.</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="../copyright/" >Copyright information</a ><br /> <a href="../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="./">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>

Pages: 1 2 3 4 5 6 7 8 9 10