CINXE.COM
Posters - The Mathematics Genealogy Project
<!DOCTYPE html> <meta charset="UTF-8"> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>Posters - 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>Posters</h1> <p>Personalized genealogy posters are a great way to display your academic heritage. They also make great graduation and retirement gifts. Our posters are printed on a high-quality glossy paper suitable for framing or hanging on the wall as is. Personal posters usually measure three feet by three feet, but the size depends on the individual's genealogy. Departmental posters are three feet tall (possibly 42 inches if the extra space is required) and as wide as needed to accommodate the ancestry of the department. All posters allow a choice of <a href="poster-colors-short.php">background color</a> (or background and text/line colors if using a dark background), and departmental posters may choose to accent their faculty members' nodes with a colored border.</p> <p>Processing time for a personal poster is generally <b>three weeks</b>, measured from the date we receive your order form to the date you receive the poster. If you need a poster faster than that, we offer expedited processing for an additional $40 above the prices below. Expedited processing is handled via our <a href="contact.php">contact form</a> and must be used for delivery dates between one week and three weeks. Processing times of less than one week are not available. </p> <p>All posters shipped within the US also incur a $30 shipping and handling fee, which includes insured shipment via USPS Priority Mail in a durable poster tube. (The $40 expedited processing fee for orders needed in less than three weeks includes upgraded shipping via USPS Express Mail for overnight delivery.) </p> <p>We are happy to produce electronic posters for customers outside the United States. You can then have the poster printed at a local location at your own cost. Many universities have plotters for printing posters used to present research at conferences, and these plotters are suitable for printing our posters. If you know the dimensions of the paper used by the plotter on which you plan to print your poster, we are happy to make the digital file to that size and specification. Other than in extraordinary circumstances, We no longer ship printed posters outside the United States. The cost of shipping and handling alone is more than it would cost for customers to print the poster in their home country. If you <b>absolutely</b> cannot find a plotter to print your poster on locally, please <a href="contact.php">contact us</a> and we will see if it is possible for us to print and ship to you.</p> <p>Regular poster prices are listed below. To order online, click on a price or "Order here" link to add the item to your cart. Use the <a href="contact.php">contact form</a> (selecting the personal poster option) to reach a staff member for further information on personal poster orders, including if you wish to pay by check or money order. Poster purchases support the project's student employees and other associated costs.</p> <p>Note that all physical poster purchases include a high-resolution PDF of the poster that you can put on your website or otherwise share electronically.</p> <ul> <li><a href="https://northdakotastate-ndus.nbsstore.net/individual-genealogy-poster">Personal genealogy poster including all ancestors</a>: <ul> <li>Electronic poster: $25.00</li> <li>Physical poster: $50.00 + $30.00 shipping and handling</li> </ul></li> <li>Personal genealogy poster including all ancestors and students (<a href="https://northdakotastate-ndus.nbsstore.net/individual-genealogy-poster">Up to 20 descendants</a>, <a href="https://northdakotastate-ndus.nbsstore.net/mathematics-genealogy-poster-more-than-20-descendants">More than 20 descendants</a>): <ul> <li>Electronic poster (up to 10 descendants): $35.00</li> <li>Electronic poster (11–20 descendants): $45.00</li> <li>Electronic poster (More than 20 descendants): <a href="https://northdakotastate-ndus.nbsstore.net/mathematics-genealogy-poster-more-than-20-descendants">Order here</a> after getting <a href="contact.php">price quote</a> from our staff</li> <li>Physical poster (up to 10 descendants): $60.00 + $30.00 shipping and handling</li> <li>Physical poster (11–20 descendants): $70.00 + $30.00 shipping and handling</li> <li>Physical poster (more than 20 descendants): <a href="https://northdakotastate-ndus.nbsstore.net/mathematics-genealogy-poster-more-than-20-descendants">Order here</a> after getting <a href="contact.php">price quote</a> from our staff</li> </ul></li> <li>Departmental genealogy posters—$165.00 and up + $30.00 shipping and handling <ul> <li>The first six feet are $165. If a department's genealogy requires more than six feet of width, the price will be determined based on the total length and the amount of work required to lay out the poster. A good estimate is that an additional stretch of up to six feet (making the poster up to 12 feet in width) is an additional $75.00.</li> <li>Departments may choose to include their PhD graduates on their poster at no additional charge. However, we will ask that someone from the department determine which individuals in our database listed under that institution graduated with a degree from a particular department. (For example, our database includes North Dakota State University PhD graduates from the Department of Mathematics, the Department of Statistics, and the Department of Computer Science and Operations Reserach. A query for "North Dakota State University" returns <i>all</i> of them and we are unable to distinguish which department they graduated from without reviewing thesis titles, which is not something we are able to do for each poster order.)</li> <li>Because of the complex nature of department posters, please allow <b>at least one month</b> from the date we receive your order to the date you receive the poster. On a case-by-case basis, we will consider faster delivery times, but there will be an expedited processing surcharge of at least $25.</li> <li>Please use the <a href="contact.php">contact form</a>, making sure to select the department poster option, regarding department poster orders. (There is no order form required for department posters.)</li> </ul> </li> </ul> <p>Sample posters:</p> <ul> <li>North Dakota State University <a href="posters/ndsu.pdf">Department of Mathematics</a></li> <li>University of Michigan–Dearborn <a href="posters/um-dearborn.pdf">Department of Mathematics</a></li> <li>Personal genealogy of <a href="posters/chatham.pdf">Richard Chatham</a></li> <li>Personal genealogy of <a href="posters/raich.pdf">Andrew Raich</a></li> <li>Personal genealogy of <a href="posters/smoller.pdf">Joel Smoller</a> with descendants</li> <li>Personal genealogy of <a href="posters/wyatt.pdf">Katherine G. Wyatt</a></li> <li>Personal genealogy of <a href="posters/turner.pdf">Gregg Turner</a></li> <li>Personal genealogy of <a href="posters/moehring.pdf">Rolf M枚hring</a> with descendants</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>