CINXE.COM
Glenn Elert
<!doctype html> <html lang="en" itemscope itemtype="https://schema.org/WebPage"> <head> <meta charset="utf-8"> <title>Glenn Elert</title> <link rel="canonical" href="https://glennelert.us"> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> <!-- Only used by the GLENNELERT root index page --> <!-- robots --> <!-- Я твой слуга. Я твой работник. --> <!-- author --> <link rel="author" href="https://glennelert.us"> <meta name="author" content="Glenn Elert"> <!-- break out of frames --> <script>if (window!= top) top.location.href=location.href</script> <!-- jQuery for scrolltop --> <!-- script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script --> <!-- Google Structured Data https://developers.google.com/structured-data --> <!--script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "hypertextbook", "url": "https://hypertextbook.com", "logo": "https://omniscientwalnut.com/eglobe.png" } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "name": "hypertextbook", "url": "https://hypertextbook.com" } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Person", "name": "Glenn Elert", "description": "Author, illustrator, webmaster. Career science teacher. Citizen of the United States. Omniscient walnut.", "image": "https://glennelert.us/walnut.png", "url": "https://glennelert.us", "sameAs": [ "https://twitter.com/GlennElert", "https://www.youtube.com/user/fleenbert" ] } </script--> <!-- hypertextbook icons --> <!--meta name="apple-mobile-web-app-title" content="hypertextbook"> <meta name="application-name" content="hypertextbook"> <meta name="msapplication-config" content="https://hypertextbook.com/hypertextbook/browserconfig.xml"> <meta name="msapplication-TileColor" content="#001f3d"> <meta name="theme-color" content="#ffffff"> <link rel="manifest" href="https://hypertextbook.com/hypertextbook/site.webmanifest"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon.png" sizes="180x180"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-152x152.png" sizes="152x152"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-120x120.png" sizes="120x120"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-76x76.png" sizes="76x76"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-60x60.png" sizes="60x60"--> <!-- shared icons --> <!--link rel="shortcut icon" href="https://hypertextbook.com/favicon.ico" sizes="64x64"> <link rel="shortcut icon" href="https://hypertextbook.com/favicon-48x48.ico" sizes="48x48"> <link rel="icon" href="https://hypertextbook.com/favicon-32x32.png" sizes="32x32" type="image/png"> <link rel="icon" href="https://hypertextbook.com/favicon-16x16.png" sizes="16x16" type="image/png"> <link rel="mask-icon" href="https://hypertextbook.com/safari-pinned-tab.svg" color="#001f3d"--> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '2cH8w1NPvzsTT', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <!-- ShareThis --> <!--script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=644331b4cbd2bb001b85f6f5&product=sop' async='async'></script--> <!-- Global global site tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-1QJD6JVN8Q"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()) gtag('config', 'G-1QJD6JVN8Q'); </script> <!-- Google Search --> <!--script> (function() { var cx = '010156806650563000082:chk_tobzrhs'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script--> <!-- Good old-fashioned meta tags --> <meta name="description" content="Author, illustrator, webmaster. Career science teacher. Citizen of the United States. Omniscient walnut."> <!-- Facebook Open Graph --> <meta property="fb:app_id" content="650318438466819"> <meta property="og:type" content="profile"> <meta property="og:site_name" content="Glenn Elert"> <meta property="og:url" content="https://glennelert.us"> <meta property="og:title" content="Glenn Elert"> <meta property="og:description" content="Author, illustrator, webmaster. Career science teacher. Citizen of the United States. Omniscient walnut."> <meta property="og:image" content="https://glennelert.us/glennelert/walnut.png"> <!--meta property="article:author" content="https://glennelert.us"--><!-- unique --> <!-- Twitter Card --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@glennelert"> <meta name="twitter:creator" content="@glennelert"> <meta name="twitter:url" content="https://glennelert.us"> <meta name="twitter:title" content="Glenn Elert"> <meta name="twitter:description" content="Author, illustrator, webmaster. Career science teacher. Citizen of the United States. Omniscient walnut."> <meta name="twitter:image" content="https://glennelert.us/glennelert/walnut.png"> <!-- Google's thing that's similar. Web Snippets? Snip Whippets? --> <meta itemprop="name" content="Glenn Elert"> <meta itemprop="description" content="Author, illustrator, webmaster. Career science teacher. Citizen of the United States. Omniscient walnut."> <meta itemprop="image" content="https://glennelert.us/glennelert/walnut.png"> <meta itemprop="datepublished" content="2008-12-27"> <meta itemprop="datemodified" content="2024-07-11"> <!-- Google Structured Data https://developers.google.com/structured-data --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Person", "name": "Glenn Elert", "description": "Author, illustrator, webmaster. Career science teacher. Citizen of the United States. Omniscient walnut.", "image": "https://glennelert.us/glennelert/walnut.png", "url": "https://glennelert.us", "sameAs": [ "https://twitter.com/glennelert", "https://www.youtube.com/GlennElert" ] } </script> <!-- Adobe TypeKit --> <link rel="stylesheet" href="https://use.typekit.net/crb8ikx.css"> <!-- Style Wars, nothing but Style Wars. Give me the Style Wars. Don't let them end. --> <style> html, body { min-height: 100%; border: 0em; margin: 0em; padding: 0em; } body { font-family: minerva-modern, sans-serif; font-size: 22px; font-weight: 400; text-align: left; background-image: url(https://glennelert.us/glennelert/gradient.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; } article { background-color: hsla(60, 16%, 92%,0.85); box-shadow: 0.1em 0.1em 0.6em 0.2em hsla(0,0%,0%,0.12); border-radius: 1em; margin: 1em auto; padding: 0.5em 0em 0.5em 1.75em; overflow: hidden; width: 360px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);} a:link { color: hsla(190, 75%, 35%,1.00); } a:visited { color: hsla(190, 10%, 65%,1.00); } a:hover { color: hsla( 0,100%, 50%,1.00); background-color: hsla( 60,100%, 50%,0.32); border-radius: 0.5em; margin: -0.25em -0.50em; padding: 0.25em 0.50em; } a:active { color: hsla( 0,100%, 50%,1.00); } a { text-decoration: none; } h1, p, ul { line-height: 1em; padding: 0em; white-space: nowrap; } h1 { margin: 1.125em 0em 1.125em -1.125em; font-family: trajan-pro-3, serif; font-size: 150%; font-weight: 300; line-height: 66%; letter-spacing: 0.225em; text-align: center; } li { margin: 0.250em 0em 0.250em 0.000em; list-style: circle; } p { margin: 1.000em 0em 0.750em 0.000em; } ul { margin: 0.750em 0em 1.750em 1.500em; } footer { line-height: 0; margin: 0; opacity: 0.12; padding: 0; text-align: center; } @media screen and (max-width:480px) { article { font-size: 18px; width: 270px; position: relative; top: 0; left: 0; transform: none; } h1 { margin-top: 0.875em; } } embed { display: inline-block; width: 27px; margin: 0em; } </style> <!-- Style Wars, if they should bar wars, please let these Style Wars stay. --> </head> <body> <article> <h1 title="ˈɡlɛn ˈiːlɚt">Glenn Elert</h1> <p title="ˈɔθɚ ˈɪləˌstreɪdɚ ˈwɛbˌmæstɚ">Author, illustrator, webmaster</p> <ul> <li><a href="https://hypertextbook.com/" rel="me" title="Hypertextbook" target="_blank">hypertextbook.com</a></li> <li><a href="https://physics.info/" rel="me" title="The Physics Hypertextbook" target="_blank">physics.info</a></li> </ul> <p title="kəˈrɪr ˈsaɪəns ˈtitʃər">Career science teacher</p> <ul> <li><a href="http://midwoodscience.org/" rel="me" title="Midwood High School Science Research Program" target="_blank">midwoodscience.org</a></li> </ul> <p title="ˈsɪdᵻzn əv ðə juˌnaɪdᵻd ˈsteɪts">Citizen of the United States</p> <ul> <li><a href="https://glennelert.us/" rel="me" title="You are here">glennelert.us</a></li> </ul> <p title="ˌsoʊʃəl ˈmidiə ˈprɛzns">The medium is the mess age</p> <ul> <li> <embed src="behance.svg"> <embed src="bluesky.svg"> <embed src="google.svg"> <embed src="instagram.svg"> <embed src="threads.svg"> <embed src="twitter.svg"> <embed src="youtube.svg"> </li> </ul> <!--a href="https://orcid.org/0000-0002-1041-3998" target="orcid.widget" rel="noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">orcid.org/0000-0002-1041-3998</a--> <!-- tän⁵¹⁻⁵³ tʰä⁵¹ ku̯aɪ̯⁵¹ u¹ <-- mando taːn²² tʰaːt̚⁵ kʷaːi̯³³ mɐt̚² <-- canto ɑmˈnɪʃnt ˈwɔlˌnət ˈskubə rænʃ --> </article> <footer><a href="https://scubaranch.com/fleenbert.html" title="Photos of Glenn Elert">.</a></footer> </body> </html>