CINXE.COM
Chemistry Tree - Otto Wallach
<script language="javascript" type="text/javascript"> var gPUBID=''; // global placeholder function getHttpRes() { pubid=gPUBID; if (http.readyState == 4) { res = http.responseText; // These following lines get the response and update the page document.getElementById('div'+songid).innerHTML = res; } } function ChangeHS(pid,pubid,score) { // This function does the AJAX request gPUBID=pubid; http.open('GET','pubcommands.php?cmd=humanscore&pid='+pid+'&pubid='+pubid+'&score='+score); http.onreadystatechange = getHSRes; http.send(null); } function ChangePSS(pid,pubid,score) { // This function does the AJAX request gPUBID=pubid; http.open('GET','pubcommands.php?cmd=pubsimscore&pid='+pid+'&pubid='+pubid+'&score='+score); http.onreadystatechange = getHSRes; http.send(null); } function ChangeSS(pid,pid2,score) { // This function does the AJAX request gPUBID=pid.toString() + pid2.toString(); http.open('GET','pubcommands.php?cmd=simscore&pid='+pid+'&pid2='+pid2+'&score='+score); http.onreadystatechange = getSSRes; http.send(null); } function AddHS(pid,pubid,score) { // This function does the AJAX request gPUBID=pubid; http.open('GET','pubcommands.php?cmd=humanadd&pid='+pid+'&pubid='+pubid+'&score='+score); http.onreadystatechange = getHSRes; http.send(null); } function getHSRes() { pubid=gPUBID; if (http.readyState == 4) { res = http.responseText; // These following lines get the response and update the page document.getElementById('pri'+pubid).innerHTML = res; } } function getPSSRes() { pubid=gPUBID; if (http.readyState == 4) { res = http.responseText; // These following lines get the response and update the page document.getElementById('pri'+pubid).innerHTML = res; } } function getSSRes() { pubid=gPUBID; if (http.readyState == 4) { res = http.responseText; // These following lines get the response and update the page //document.getElementById('pri'+pubid).innerHTML = res; } } function getXHTTP() { var xhttp; try { // The following "try" blocks get the XMLHTTP object for various browsers xhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e2) { // This block handles Mozilla/Firefox browsers... try { xhttp = new XMLHttpRequest(); } catch (e3) { xhttp = false; } } } return xhttp; // Return the XMLHTTP object } var http = getXHTTP(); // This executes when the page first loads. </script> <TITLE>Chemistry Tree - Otto Wallach</TITLE> <!DOCTYPE html> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="Chemistry Tree: mentors, trainees, research areas and affiliations for Otto Wallach, Bonn, Göttingen" /> <link rel="shortcut icon" href="/favicon.ico"> <link rel="stylesheet" type="text/css" href="style/normalize.css"> <link rel="stylesheet" href="style/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="style/custom.css"> <link rel="stylesheet" type="text/css" href="/ui/vendor/jquery-ui.css"> <script type="text/javascript" src="/ui/vendor/modernizr.js"></script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </head> <style type="text/css"> A{text-decoration:none; color: #0000FF} A:visited {text-decoration: none; color: #3333FF}A:active {text-decoration: none; color: #AAAA33} A:hover {color: #AAAA33; text-decoration: underline} body {background-color: rgb(241, 241, 241); color: #000000;} </style> <div class="modal fade" id="signIN" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <div class="login-choice"> <h4 id="login-modal" class="entrance-selector selected">Log In</h4> <h4 id="login-sign-up" class="entrance-selector">Sign Up</h4> </div> </div> <div class="modal-body"> <div class="response" role="alert"> </div> <div id="login-modal-container"><p>Log in to add people & connections, or <b><a href="#" class="sign-up-trig trig">click here to create an account</a></b>.</p> <form id="logmein" action="process.php" method="POST"> <input type="text" placeholder="Username" class="text-input text-input-navy text-input-o" name="user" size=20 maxlength="30" value=""></h5> <input type="password" placeholder="Password"class="text-input text-input-navy text-input-o" name="pass" size=20 maxlength="30" value=""></h5> <font size="2"><input type="checkbox" name="remember"> Save login </font> <input type="hidden" name="sublogin" value="1"> <input type="hidden" name="refurl" value="https://academictree.org/chemistry/peopleinfo.php?pid=51872"> - <font size="2"><a href="forgotpass.php">Forgot password</a></font> </div><div id="sign-up-modal-container"><form id="new-acount"><p>Already have an account? Log in <b><a href="#" class="sign-in-trig trig">here.</a></b></p><span>Login ID:</span><INPUT class="text-input text-input-navy text-input-o register" TYPE=TEXT NAME="newusername" placeholder="(Visible to the public but not directly linked to your node.)"><span>Password:</span><INPUT class="text-input text-input-navy text-input-o register" TYPE="password" placeholder="password" NAME="passwd" VALUE=""><span>Re-enter:</span><INPUT class="text-input text-input-navy text-input-o register" TYPE="password" placeholder="password again" NAME="passwd2" VALUE=""><span>Email:</span><INPUT class="text-input text-input-navy text-input-o register" TYPE=TEXT NAME="email" placeholder="email"><p>(Don't worry, your e-mail will not be distributed or made public. Its only purpose is for us to contact you about your account.)</p></div> </div> <div class="modal-footer"> <button type="button" class="btn btn-navy btn-border-o" data-dismiss="modal">Close</button> <button id="login-button" type="submit" class="btn btn-navy btn-border-o">Login</button> <button id="sign-up-button" onclick="validateNewUser(event)" type="submit" class="btn btn-navy btn-border-o">Sign Up</button> </div> </form> </div> </div> </div> <body id="home"> <div class="wrapper"> <header> <a id="menuToggle" href="#">☰</a> <a id="logo" href="index.php">Chemistry Tree</a> <div id="navigation"> <form ACTION="peoplelist.php" id="searchform" role="search"><input type="text" class="text-input text-input-o text-input-navy text_people_top" name="searchname" placeholder="Search" style=" width: 150px; margin: 0;"><input type="hidden" id="check" NAME="searchalltrees" value="1"><input type="hidden" id="pidconn" name="pidconn" value="-1"> <input type="hidden" id="allfields" name="allfields" value="1"> <button type="submit" class="btn btn-navy btn-border-o"><img src="./images/search.svg"></button></form><ul><li><a href="tree.php?pid=51872">Tree</a></li><li><a href="peoplelist.php?new=1">Recent Additions</a></li><li><a href="distance.php">Distance</a></li><li><a href="analysis.php">Analysis</a></li><li><a href="faq.php">Help</a></li><li><a href="faq.php#donate" class="btn btn-thin btn-green btn-fill-horz-o" style="padding: 1px 5px;">Donate</a></li><li><a href="#" id="login-trigger" data-toggle="modal" data-target="#signIN">Sign In/Register</a></li> </ul> </div> </header> <div class="main clearfix"> <link rel="stylesheet" href="style/print.css" type="text/css" media="print"> <div class="container cf" > <div class="boxfloat"> <div class="boxinline"> <div class="personphoto noprint"> <img src="/photo/005/cache.051872.Otto_Wallach.jpg" class="img-thumbnail img-responsive"> </div> <!-- Begin DIV holding Person Information --> <div class="personinfo"> <h1 style="margin-top:0;"> Otto Wallach </h1> <table border="0" cellspacing="0"> <tr><td valign="top"><h5 style="margin:0;">Affiliations: </h5></td><td></td><td></td><td><a href="inst.php?locid=12496">Bonn, Göttingen</a> </td></tr> </table> </td></tr> <h5 style="display: inline-block; margin: 0;">Website:</h5> <a href="https://www.nobelprize.org/prizes/chemistry/1910/wallach/biographical/" target="_blank">https://www.nobelprize.org/prizes/chemistry/1910/wallach/biographical/</a><br><h5 style="display: inline-block; margin: 0;">Google:</h5> <a href="http://www.google.com/search?hl=en&q=%22Otto+Wallach%22" target="_blank">"Otto Wallach"</a><br><h5 style="display: inline-block; margin: 0;">Bio:</h5><p>(1847 - 1931)<br> <a href=http://www.leopoldina.org/de/mitglieder/mitgliederverzeichnis/member/5363/ target=_blank>http://www.leopoldina.org/de/mitglieder/mitgliederverzeichnis/member/5363/</a><br> Wallach, Otto <a href=http://opacplus.bsb-muenchen.de/title/BV021039512/ft/bsb11002678?page=5 target=_blank><i>Über vom Toluol abgeleitete neue isomere Verbindungen</i></a> Inaug. Diss. Gottingen (1869).<br> The Nobel Prize in Chemistry 1910 was awarded to Otto Wallach "in recognition of his services to organic chemistry and the chemical industry by his pioneer work in the field of alicyclic compounds".</p><table border="0" cellpadding="1" cellspacing="0"><tr><td><h5 style="display: inline-block; margin: 0;"><a href="faq.php#meandist">Mean distance</a>: 8.01</h5> </td><td bgcolor="#006666"><font color="#2c8181">S</td><td bgcolor="#222299"><font color="#3535a2">N</td><td bgcolor="#800606"><font color="#9a3939">B</td><td bgcolor="#0000FF"><font color="#ffffff">C</td><td bgcolor="#12184a"><font color="#161c4d">P</td></tr></table> </div> </div> </div> </div> <!-- Construct button container --> <div class="container"> <div class="btns noprint"> <a href="tree.php?pid=51872" class="btn btn-default">Tree</a> <a href="publications.php?pid=51872" class="btn btn-default">Publications</a> <a href="peoplelist.php?special=sim&specialN=51872" class="btn btn-default">Similar researchers</a> <a href="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?CMD=search&DB=pubmed&term=Wallach%2BO[au]" target="_blank" class="btn btn-default">PubMed</a> <a href="reporterror.php?pid=51872" class="btn btn-default">Report error</a> </div> <div class="leftcol"> <div class="boxfloat" ><h4 style="display:inline-block;">Parents</h4> <a style="float: right; font-size: small" href="#" id="login-trigger" data-toggle="modal" data-target="#signIN">Sign in to add mentor</a><!-- Construct Parent Connection Container --> <div class="container" style="display:inline"> <!-- Construct Parent Connection UL --> <table class="connection_list"> <tr style="border-bottom-style: none;text-align:left"> <td><a href="peopleinfo.php?pid=51873">Hans Julius Anton Edward Hübner</a></td> <td>grad student</td> <td>1869</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="border-top-style: none;"><td colspan=5> (Über vom Toluol abgeleitete neue isomere Verbindungen.)</td></tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=21404">August Kekulé</a></td> <td>post-doc</td> <td>1870</td> <td><a href="peoplelist.php?searchinst=Rheinische Friedrich-Wilhelms-Universität Bonn">Universität Bonn</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=754275">Hermann Wichelhaus</a></td> <td>post-doc</td> <td>1869-1870</td> <td><a href="peoplelist.php?searchinst=Friedrich-Wilhelms-Universität zu Berlin">Universität Berlin</a></td> </tr> </tbody> </table> </div> </div> <!-- Construct Child Connection Container --> <div class="boxfloat"><h4 style="display:inline-block;">Children</h4> <a style="float: right; font-size: small" href="#" id="login-trigger" data-toggle="modal" data-target="#signIN">Sign in to add trainee</a> <div class="container" style="display:inline;"> <table class='connection_list'> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=807221">Frederick Challenger</a></td> <td>grad student</td> <td></td> <td><a href="peoplelist.php?searchinst=Uniiversity of Göttingen">Uniiversity of Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=98498">Edward Kremers</a></td> <td>grad student</td> <td>1890</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=53963">Edward Bartow</a></td> <td>grad student</td> <td>1895</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=804397">Guy Manning Kerr</a></td> <td>grad student</td> <td>1896</td> <td><a href="peoplelist.php?searchinst=Göttingen">Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=54130">Francis J. Pond</a></td> <td>grad student</td> <td>1896</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=65870">Walther Borsche</a></td> <td>grad student</td> <td>1898</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=66759">Adolf Sieverts</a></td> <td>grad student</td> <td>1898</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=77097">Julius von Braun</a></td> <td>grad student</td> <td>1898</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=734121">Otto Rahn</a></td> <td>grad student</td> <td>1902</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=163900">Heinrich Wienhaus</a></td> <td>grad student</td> <td>1907</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=51871">Walter Norman Haworth</a></td> <td>grad student</td> <td>1910</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=83927">Hans Heinrich Schlubach</a></td> <td>grad student</td> <td>1912</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> <tr style="text-align:left"> <td><a href="peopleinfo.php?pid=756228">Wilhelm Eugen Biltz</a></td> <td>post-doc</td> <td>1900-1903</td> <td><a href="peoplelist.php?searchinst=Georg-August-Universität Göttingen">Universität Göttingen</a></td> </tr> </tbody> </table> </div> </div> <!-- Construct Collaborator Connection Container --> <div class="boxfloat" ><h4 style="display:inline-block;">Collaborators</h4> <a style="float: right; font-size: small" href="#" id="login-trigger" data-toggle="modal" data-target="#signIN">Sign in to add collaborator</a> <div class="container" style="display:inline;"> <table class="connection_list"> </tbody> </table> </div> </div> </div> <div class="rightcol movepubdown"> <div class="boxfloat" style="padding-top:5px; padding-bottom:5px; padding-left:20px; padding-right:20px;"> <a href="publications.php?pid=51872&special=sim" class="btn btn-default" style="font-size: 10px; padding: 3px 5px;" rel="nofollow">BETA: Related publications</a> <h4>Publications</h4> <div class="container" style="display:table; width:100%; font-size:8px;"> <table class="table table-condensed table-striped table-responsive table-hover" style="font-size:1.2em;margin-bottom: 2px;"> <tr><td> <p>You can help our author matching system! If you notice any publications incorrectly attributed to this author, please <a href="#" data-toggle="modal" data-target="#signIN">sign in</a> and mark matches as correct or incorrect.</p> </td></tr> <tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Wallach O, Weißenborn A. (<b>1924</b>) Über Diosphenol und homologe Verbindungen <em>European Journal of Organic Chemistry</em>. 437: 148-186</td></tr><tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Wallach O, Grote E. (<b>1919</b>) Zur Kenntnis der Terpene und der ätherischen Öle. I. Abwandlung von Menthon in Pulegenon <em>European Journal of Organic Chemistry</em>. 418: 36-69</td></tr><tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Wallach O, Standacher M. (<b>1918</b>) Zur Kenntnis der Terpene und der ätherischen Öle. Über Verbindungen der Eucarvonreihe <em>European Journal of Organic Chemistry</em>. 414: 367-375</td></tr><tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Wallach O. (<b>1918</b>) Zur Kenntnis der Terpene und der ätherischen Öle. Über das Verhalten der Nitrosochlorid-Additions-Produkte gegen Chlorwasserstoff abspaltende Mittel <em>European Journal of Organic Chemistry</em>. 414: 257-270</td></tr><tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Wallach O, Pelikan K. (<b>1918</b>) Zur Kenntnis der Terpene und der ätherischen Öle. I. Über das Verhalten des Pinolhydrats bei der Reduktion und über einige mit Dihydropinolhydrat isomere Glykole <em>European Journal of Organic Chemistry</em>. 414: 195-204</td></tr><tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Wallach O. (<b>1915</b>) Zur Kenntnis der Terpene und der ätherischen Öle. Über Isomerien in der Thujamenthon-Reihe <em>European Journal of Organic Chemistry</em>. 408: 163-182</td></tr><tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Haworth WN, Perkin WH, Wallach O. (<b>1913</b>) CXXIX. - Sylvestrene. the constitution of d-sylvestrene and its derivatives <em>Journal of the Chemical Society, Transactions</em>. 103: 1228-1241</td></tr><tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Harries C, Hofmann F, Ditmar R, et al. (<b>1913</b>) Literatur <em>Zeitschrift FüR Analytische Chemie</em>. 52: 664-668</td></tr><tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Wallach O. (<b>1913</b>) Zur Kenntnis der Terpene und der ätherischen Öle. Zur Kenntnis der ungesättigten alicyclischen Kohlenwasserstoffe <em>Justus Liebigs Annalen Der Chemie</em>. 396: 264-284</td></tr><tr><td class="clickable-row" data-href="publications.php?pid=51872" style="font-size: 12px;">Wallach O. (<b>1912</b>) Zur Kenntnis der Terpene und der ätherischen Öle. [Abhandlung CVIII.] <em>Justus Liebigs Annalen Der Chemie</em>. 388: 49-62</td></tr> </table> <a href="publications.php?pid=51872">See more...</a> </div> </div> </div> <div class="loading-clock"></div> </div> </div><!-- /main --> </div> <!-- /wrapper --> <footer> <div class="footer-container"> <div class="footer-bottom"> Added by: jandh (2011-07-04 13:57:19) - Is someone missing from the tree? <a href="#" data-toggle="modal" data-target="#signIN">Register/sign in</a> to make changes.<br> <img src="https://neurotree.org/sess_align.php?w=PHPSESSID&x=b4ejda4vsah0s0o26qo9skk4r2"/>Question? Ideas? Want to start a new tree? Contact <em>admin at neurotree dot org</em> - <a href="reporterror.php?pid=51872&refurl=https%3A%2F%2Facademictree.org%2Fchemistry%2Fpeopleinfo.php%3Fpid%3D51872">Report bug/error</a><br>©2005-2024 The Academic Family Tree - <a href="faq.php#license">Data licensed for re-use with attribution to this site (CC-BY 3.0).</a> <span style="position: absolute; right: 0;"> <iframe src="https://platform.twitter.com/widgets/tweet_button.html?size=s&url=https%3A%2F%2Facademictree.org%2Fchemistry%2Fpeopleinfo.php%3Fpid%3D51872text=Academic Family Tree&hashtags=academictree" width="60" height="25" size="small" scrolling="no" title="" style="border: 0; overflow: hidden;"></iframe> <iframe src="https://www.facebook.com/plugins/share_button.php?href=https%3A%2F%2Facademictree.org%2Fchemistry%2Fpeopleinfo.php%3Fpid%3D51872&layout=button&size=small&mobile_iframe=true&width=60&height=25&appId" width="60" height="25" style="border:none;overflow:hidden;" scrolling="no" frameborder="0" allowTransparency="true"></iframe> </span> </div> </div> </footer> <script type="text/javascript" src="/ui/vendor/jquery.js"></script> <script type="text/javascript" src="/ui/vendor/jquery-ui.min.js" type="text/javascript"></script> <script type="text/javascript" src="/ui/vendor/jquery.ui.autocomplete.html.js" type="text/javascript"></script> <script type="text/javascript" src="/ui/aComplete.js"></script> <script type="text/javascript" src="/ui/vendor/bootstrap.min.js"></script> <script type="text/javascript" src="/ui/submital.js" type="text/javascript"></script> <script> $( "#sign-in" ).click(function() { $( ".login-container" ).toggle("fast"); }); $( "#sign-in2" ).click(function() { $( ".login-container" ).toggle("fast"); }); $(document).ready(function() { //navigation toggle var menuToggle = $("#menuToggle"); var menu = $("#navigation"); var menuItem = $("#navigation ul li"); menuToggle.click(function() { menu.toggleClass("active"); }); menuItem.click(function() { menu.removeClass("active"); menuItem.removeClass("current-page"); $(this).addClass("current-page"); }); h=$('.wrapper').height(); //console.log(h); hwrap = h-78; $('.wrapper').css('min-height',hwrap); // login js $('.sign-in-trig').click(function() { $('#login-modal').addClass('selected'); $('#login-modal-container').css('display','block'); $('#login-button').css('display','inline-block'); $('#login-sign-up').removeClass('selected'); $('.response').html(""); $('#sign-up-modal-container').css('display','none'); $('#sign-up-button').css('display','none'); }); $('.sign-up-trig').click(function() { $('#login-sign-up').addClass('selected'); $('#sign-up-modal-container').css('display','block'); $('#sign-up-button').css('display','inline-block'); $('#login-modal').removeClass('selected'); $('#login-modal-container').css('display','none'); $('.response').html(""); $('#login-button').css('display','none'); }); }); $(window).resize(function() { h=$('.wrapper').height(); console.log('wrapper' + h); w=$(window).height(); console.log('widow' + w); hwrap = w-84; $('.wrapper').css('min-height',hwrap); }); </script> </body> </html> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-61671548-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-61671548-1'); </script> <!-- <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-61671548-1', 'auto'); ga('send', 'pageview'); </script> --> <script> jQuery(document).ready(function($) { $(".clickable-row").click(function() { window.document.location = $(this).data("href"); }); $('.clickable-row').hover(function() { $(this).css('cursor','pointer'); }); $('.alert').hide(); $(".close").click(function() { $('.alert').hide(); }); $('.cancel').click(function() { $('.response').hide(); }); $('.modal').on('hidden.bs.modal', function () { $('.response').hide(); }) $(document).keyup(function(e) { if (e.keyCode == 27) { // escape key maps to keycode `27` $('.alert').hide(); } }); }); </script>