CINXE.COM
Ebling Library – for the Health Sciences – UW–Madison
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="preload" href="https://ebling.library.wisc.edu/wp-content/themes/uw-theme/dist/fonts/uw-rh/redhat-display-latin.v14.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://ebling.library.wisc.edu/wp-content/themes/uw-theme/dist/fonts/uw-rh/redhat-text-latin.v13.woff2" as="font" type="font/woff2" crossorigin> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-SHPZHYF1KX"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SHPZHYF1KX', { 'cookie_domain': 'none' }); </script> <script>(function(H){H.className=H.className.replace(/\bno-js\b/,'')})(document.documentElement)</script> <title>Ebling Library – for the Health Sciences – UW–Madison</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//cdn.wisc.cloud' /> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link rel="alternate" type="application/rss+xml" title="Ebling Library » Feed" href="https://ebling.library.wisc.edu/feed/" /> <link rel="alternate" type="application/rss+xml" title="Ebling Library » Comments Feed" href="https://ebling.library.wisc.edu/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.20.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-SHPZHYF1KX" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '8.20.1'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStrs = [ 'ga-disable-G-SHPZHYF1KX', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); __gtagTracker('config', 'G-SHPZHYF1KX', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='ip_style-css' href='https://ebling.library.wisc.edu/wp-content/plugins/impactpubs/ip_style.css?ver=6.6.2' media='all' /> <link rel='stylesheet' id='widgetopts-styles-css' href='https://ebling.library.wisc.edu/wp-content/plugins/widget-options/assets/css/widget-options.css?ver=4.0.7' media='all' /> <link rel='stylesheet' id='wonderplugin-gridgallery-engine-css-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wonderplugin-gridgallery/engine/wonderplugingridgalleryengine.css?ver=18.6.1PRO' media='all' /> <link rel='stylesheet' id='wonderplugin-font-awesome-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wonderplugin-tabs/font-awesome/css/font-awesome.min.css?ver=7.8.1PRO' media='all' /> <link rel='stylesheet' id='wonderplugin-tabs-engine-css-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wonderplugin-tabs/engine/wonderplugin-tabs-engine.css?ver=7.8.1PRO' media='all' /> <link rel='stylesheet' id='uw-theme-style-css' href='https://ebling.library.wisc.edu/wp-content/themes/uw-theme/style.css?ver=6.6.2' media='all' /> <link rel='stylesheet' id='uw-theme-ebling-child-style-css' href='https://ebling.library.wisc.edu/wp-content/themes/uw-theme-ebling-child/style.css?ver=1.0.0.1525104608' media='all' /> <link rel='stylesheet' id='uwmadison-style-css' href='https://ebling.library.wisc.edu/wp-content/themes/uw-theme/dist/main.min.css?ver=1.32.0' media='all' /> <!--[if lt IE 10]> <link rel='stylesheet' id='uwmadison-ie-css' href='https://ebling.library.wisc.edu/wp-content/themes/uw-theme/dist/css/ie.css?ver=1.32.0' media='all' /> <![endif]--> <link rel='stylesheet' id='searchwp-forms-css' href='https://ebling.library.wisc.edu/wp-content/plugins/searchwp/assets/css/frontend/search-forms.css?ver=4.3.17' media='all' /> <link rel='stylesheet' id='bfa-font-awesome-css' href='https://use.fontawesome.com/releases/v5.15.4/css/all.css?ver=2.0.3' media='all' /> <link rel='stylesheet' id='bfa-font-awesome-v4-shim-css' href='https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css?ver=2.0.3' media='all' /> <style id='bfa-font-awesome-v4-shim-inline-css'> @font-face { font-family: 'FontAwesome'; src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2') format('woff2'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff') format('woff'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf') format('truetype'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome') format('svg'); } @font-face { font-family: 'FontAwesome'; src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2') format('woff2'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff') format('woff'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf') format('truetype'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome') format('svg'); } @font-face { font-family: 'FontAwesome'; src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2') format('woff2'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff') format('woff'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf') format('truetype'), url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome') format('svg'); unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD; } </style> <link rel='stylesheet' id='forget-about-shortcode-buttons-css' href='https://ebling.library.wisc.edu/wp-content/plugins/forget-about-shortcode-buttons/public/css/button-styles.css?ver=2.1.3' media='all' /> <script src="https://ebling.library.wisc.edu/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=8.20.1" id="monsterinsights-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/ebling.library.wisc.edu","hash_tracking":"false","v4_id":"G-SHPZHYF1KX"};</script> <script src="https://ebling.library.wisc.edu/wp-content/themes/uw-theme/dist/js/jquery/jquery.min.js?ver=3.6.0" id="jquery-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wonderplugin-gridgallery/engine/wonderplugingridlightbox.js?ver=18.6.1PRO" id="wonderplugin-gridgallery-lightbox-script-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wonderplugin-gridgallery/engine/wonderplugingridgallery.js?ver=18.6.1PRO" id="wonderplugin-gridgallery-script-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wonderplugin-tabs/engine/wonderplugin-tabs-engine.js?ver=7.8.1PRO" id="wonderplugin-tabs-engine-script-js"></script> <link rel="https://api.w.org/" href="https://ebling.library.wisc.edu/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://ebling.library.wisc.edu/wp-json/wp/v2/pages/5" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ebling.library.wisc.edu/xmlrpc.php?rsd" /> <link rel="canonical" href="https://ebling.library.wisc.edu/" /> <link rel='shortlink' href='https://ebling.library.wisc.edu/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://ebling.library.wisc.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Febling.library.wisc.edu%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://ebling.library.wisc.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Febling.library.wisc.edu%2F&format=xml" /> <style data-eae-name="tkVJCb54eElz2y3di">.__eae_cssd, .tkVJCb54eElz2y3di {unicode-bidi: bidi-override;direction: rtl;}</style> <script> var __eae_open = function (str) { document.location.href = __eae_decode(str); }; var __eae_decode = function (str) { return str.replace(/[a-zA-Z]/g, function(c) { return String.fromCharCode( (c <= "Z" ? 90 : 122) >= (c = c.charCodeAt(0) + 13) ? c : c - 26 ); }); }; var __eae_decode_emails = function () { var __eae_emails = document.querySelectorAll(".__eae_r13"); for (var i = 0; i < __eae_emails.length; i++) { __eae_emails[i].textContent = __eae_decode(__eae_emails[i].textContent); } }; if (document.readyState !== "loading") { __eae_decode_emails(); } else if (document.addEventListener) { document.addEventListener("DOMContentLoaded", __eae_decode_emails); } else { document.attachEvent("onreadystatechange", function () { if (document.readyState !== "loading") __eae_decode_emails(); }); } var vfbw50__CZQ = function (str) { var r = function (a, d) { var map = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"; for (var i = 0; i < a.length; i++) { var pos = map.indexOf(a[i]); d += pos >= 0 ? map[(pos + 47) % 94] : a[i]; } return d; }; window.location.href = r(str, ""); }; document.addEventListener("copy", function (event) { if ( NodeList.prototype.forEach === undefined || Array.from === undefined || String.prototype.normalize === undefined || ! event.clipboardData ) { return; } var encoded = []; var copiedText = window.getSelection().toString().trim(); document.querySelectorAll( "." + document.querySelector("style[data-eae-name]").dataset.eaeName ).forEach(function (item) { encoded.push(item.innerText.trim()); }); if (! encoded.length) { return; } encoded.filter(function (value, index, self) { return self.indexOf(value) === index; }).map(function (item) { return { original: new RegExp(item.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&"), "ig"), reverse: Array.from(item.normalize("NFC")) .reverse() .join('') .replace(/[()]/g, "__eae__") }; }).forEach(function (item) { copiedText = copiedText.replace( item.original, item.reverse.replace("__eae__", "(").replace("__eae__", ")") ) }); event.clipboardData.setData("text/plain", copiedText); event.preventDefault(); }); </script> <!-- HFCM by 99 Robots - Snippet # 1: Material Design Icons --> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- /end HFCM by 99 Robots --> <!-- Generic meta tags --> <meta name="description" content="PubMedArticle SearchJournalsLibrary CatalogUW Search Search Search Go MyNCBI • User Guide • Where did the other links go? Search Articles Go Search Journals in BrowZineJournal Title, ISSN or Subject Keywords GoBrowse Journals by Topic • Journals A-Z • BrowZine Login • About/Help Search UW Library Catalog AnywhereTitleAuthor/CreatorSubject Go My Library Account • Advanced Search …" /> <!-- Open Graph meta tags --> <meta property="og:title" content="Ebling Library" /> <meta property="og:url" content="https://ebling.library.wisc.edu/" /> <meta property="og:description" content="PubMedArticle SearchJournalsLibrary CatalogUW Search Search Search Go MyNCBI • User Guide • Where did the other links go? Search Articles Go Search Journals in BrowZineJournal Title, ISSN or Subject Keywords GoBrowse Journals by Topic • Journals A-Z • BrowZine Login • About/Help Search UW Library Catalog AnywhereTitleAuthor/CreatorSubject Go My Library Account • Advanced Search …" /> <meta property="og:site_name" content="Ebling Library" /> <meta property="og:type" content="website" /> <!-- Schema.org meta tags --> <meta itemprop="name" content="Ebling Library"> <meta itemprop="description" content="PubMedArticle SearchJournalsLibrary CatalogUW Search Search Search Go MyNCBI • User Guide • Where did the other links go? Search Articles Go Search Journals in BrowZineJournal Title, ISSN or Subject Keywords GoBrowse Journals by Topic • Journals A-Z • BrowZine Login • About/Help Search UW Library Catalog AnywhereTitleAuthor/CreatorSubject Go My Library Account • Advanced Search …"> <!-- Twitter meta tags --> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Ebling Library" /> <meta name="twitter:description" content="PubMedArticle SearchJournalsLibrary CatalogUW Search Search Search Go MyNCBI • User Guide • Where did the other links go? Search Articles Go Search Journals in BrowZineJournal Title, ISSN or Subject Keywords GoBrowse Journals by Topic • Journals A-Z • BrowZine Login • About/Help Search UW Library Catalog AnywhereTitleAuthor/CreatorSubject Go My Library Account • Advanced Search …" /> <script type="text/javascript" src="//script.crazyegg.com/pages/scripts/0009/8170.js" async="async"></script><link rel="icon" href="https://ebling.library.wisc.edu/wp-content/uploads/2017/12/uw.gif" sizes="32x32" /> <link rel="icon" href="https://ebling.library.wisc.edu/wp-content/uploads/2017/12/uw.gif" sizes="192x192" /> <link rel="apple-touch-icon" href="https://ebling.library.wisc.edu/wp-content/uploads/2017/12/uw.gif" /> <meta name="msapplication-TileImage" content="https://ebling.library.wisc.edu/wp-content/uploads/2017/12/uw.gif" /> <style id="wp-custom-css"> .entry-content li { line-height: 1.2em !important; margin-left:-1em; } #wonderplugintabs-1 li { margin-bottom: 0 !important; } #menu-popular-links li, #menu-our-community li { line-height: .8em !important; margin-bottom: .7em; } .uw-copyright { padding: .3em; } /* Home page */ /* Alerts */ #post-5 .alert{ -moz-border-radius:4px; -webkit-border-radius:4px; border:1px solid #555555; border-radius:4px; background-color: white; margin:20px 10px 5px 20px; padding:4px; text-align: center; font-weight:800; margin-top:-2em; margin-bottom:2em !important; } #post-5 .alert a { text-decoration: none; } #post-5 .subtle-alert{ -moz-border-radius:4px; -webkit-border-radius:4px; border:1px solid #555555; border-radius:4px; background-color: white; margin:20px 10px 5px 20px; padding:4px; text-align: center; font-weight:bolder; font-size:110%; margin-top:-2em; margin-bottom:2em !important; } /* #post-5 ul.uw-link-list { column-count: 2 } */ #post-5 .subject-guides { margin-right:2em; padding: 1em; } #post-5 .subject-guides ul li { margin-right:2em; padding: 0 2em; } #post-5 .uw-pe-text_block ul li { list-style-type: none !important; line-height:1.1em !important; margin:.1em 0 .6em -2em; } #post-5 .uw-pe-text_block ul li a { text-decoration:none; } #post-5 .uw-pe-text_block ul li a:hover{ text-decoration:underline; text-decoration-color: #990000; } /* Home Page News */ #post-5 .narrow-column .uw-pe-latest_posts { background-color: #ffffff !important; padding: 10px 20px; box-shadow: 2px 3px #cccccc; border: 1px solid #aaaaaa; } #post-5 .narrow-column .uw-pe-latest_posts h3 { line-height: 1.25 !important; margin-bottom: .3em ; } #post-5 .narrow-column .uw-pe-latest_posts p { line-height: 1.3em;align-content} #post-5 .uw-post-img img { margin-top:4px !important; } #post-5 .uw-more-link { margin-left:18px !important; } /* Home Page Events */ #post-5 .narrow-column .uw-pe-todaywiscedu_events { background-color: #ffffff !important; padding: 10px 20px 10px 50px; box-shadow: 2px 3px #cccccc; border: 1px solid #aaaaaa; } #post-5 .narrow-column .uw-pe-todaywiscedu_events h2 { margin-left:-35px; margin-bottom: .3em;} #post-5 .narrow-column .uw-pe-todaywiscedu_events .uw-event-month { margin-left:-18px; } #post-5 .narrow-column .uw-pe-todaywiscedu_events .uw-more-link { margin-left:-24px !important; } /* Home Page Classes & Events */ #post-5 .narrow-column .uw-events-list-holder { background-color: #ffffff !important; padding: 10px 20px 10px 50px; box-shadow: 2px 3px #cccccc; border: 1px solid #aaaaaa; } #post-5 .narrow-column .uw-events-list-holder h2 { margin-left:-35px; margin-bottom: .7em;} #post-5 .narrow-column .uw-events-list-holder .uw-events--plugin { margin-left:-18px; } #post-5 .narrow-column .uw-events-list-holder li.uw-event p { line-height:1.3em; } #post-5 .uw-events-list-holder .uw-more-link { margin-left:-24px !important; } /*#post-5 .narrow-column .uw-events-list-holder li.uw-event time { line-height:1.3em; font-size: small; } */ /*div.uw-header-search { visibility: hidden !important; display: none !important; } */ #post-5 div.uw-outer-row.row-1.has_background-image { padding:25px; } #post-5 #table_1 td { padding:8px 12px !important; } #post-5 div.flex-grid.homepage li a { line-height: .8em !important; margin-bottom: .7em !important; } #post-5 .flex-grid.homepage .uw-more-link { margin-left:.1em !important; } #post-5 #table_1 { margin-left:-12px !important; } #post-5 .bigitem { flex: 2 0 0; } #post-5 .smallitem { flex: 1 0 0; } /* Resource Portals #post-32 .uw-pe-text_block ul li { list-style-type: none !important; line-height:.8em; margin-left:-1em; } #post-32 .uw-pe-text_block ul li a { text-decoration:none; } #post-32 .uw-pe-text_block ul li a:hover { text-decoration:underline; text-decoration-color: #990000; } */ #menu-item-12023 a { font-weight:800 !important; font-size: 110% !important; } /* Hours & Directions */ #post-86 .uw-pe-text_block ul li { list-style-type: none !important; line-height:1em; margin-left:-1em; } #post-86 .uw-pe-text_block ul li a { text-decoration:none; } #post-86 .uw-pe-text_block ul li a:hover { text-decoration:underline; text-decoration-color: #990000; } /* News Page */ #categories-4 ul li { list-style-type: none !important; line-height:1em; margin-left:-.5em; } #categories-4 ul li a { text-decoration:none; } #categories-4 ul li a:hover { text-decoration:underline; text-decoration-color: #990000; } .green-checkmark { background-image: url(http://ebling.library.wisc.edu/wp-content/uploads/2019/06/checkmark.png); background-position: center; background-repeat: no-repeat; } .rss-icon { background-image: url(https://ebling.library.wisc.edu/images/icons/feed-icon-24.gif); background-size: 24px; background-position: center; background-repeat: no-repeat; } .center { text-align:center; margin-left:auto; margin-right:auto; } .left { text-align: left !important; } .flex-grid { display: flex; flex-wrap: wrap; line-height: .8em; } .col { flex: 1; } .col li a { line-height:.7em !important; } @media (max-width: 400px) { .flex-grid { display: block; } } /* Forms in WonderTabs/all? */ .gfield_label { font-family: Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif !important; font-weight:bolder !important; } hr.trans-divider { width:80%; border-style:none; height:1px; color:#ccc !important; background-color:#ccc !important; } /* search tabs */ .pubmed-tools { display: inline-block; padding-left: 0; } img.pubmed-logo { margin-top: -7px; } button.btn { background: #c5050c; color: white; } i.icon-search img { max-width: 19px; } .btn:focus, .btn:hover { text-decoration: none; background-color: #9b0000; } input#q { width: 55%; } select#field { width: 30%; background-color:#f6f6f6; } button.btn.waves-effect { border-radius:0; min-width:6%; height:2.5em } /* list style */ ul { list-style: none; /* Remove HTML bullets */ } /* Faculty/Staff pages */ p.faculty-address { margin-top:-.1em !important; } /* databases page */ #post-26 div.uw-outer-row row-2 { margin-top:-25px; } #WhatWeTeach h3::before { display: block; content: " "; margin-top: -285px; height: 285px; visibility: hidden; pointer-events: none; } #menu-item-8369 a { font-weight: 600 !important; color: #990000 !important; } .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-36 { font-size: 36px; } .material-icons.md-48 { font-size: 48px; } .material-icons.md-60 { font-size: 60px; } #post-8555 { margin-top: -2em; background-color:white !important; } #post-8555 header .entry-header { background-color:white !important; } #post-8555 #ask-chat-button { margin-bottom:-4em; } .page-id-8555 td { text-align: center; display: table-cell; vertical-align: middle; background-color: #ffffff; } .nursing-guide-left-column { font-size: 124% !important; } @media screen and (min-width: 600px) { #post-10285 .row-1 { margin-bottom: -6em !important; } } #post-10285 .uw-column.one-column { margin-top: -2.5em !important; } /* Ask Ebling Page Fall 2021 */ #post-11231 .ask-button { margin-left:25px; margin-right:25px; margin-bottom:8px; margin-top:8px;} #post-11231 .fasc-button { width:250px; text-align:center; } @media screen and (max-width: 800px) { #post-11231 .ask-button { margin-left:5px; margin-right:5px; margin-bottom:8px; margin-top:8px;} #post-11231 .fasc-button { width:180px !important; text-align:center;} #post-11231 #ask-footer p { width:50%; } } @media screen and (max-width: 400px) { #post-11231 .ask-button { width: 90%; margin-left:25px; margin-right:25px; margin-bottom:8px; margin-top:8px;} } #post-11231 .fasc-button { width:225px !important; text-align:center; } } #post-11231 .liaison-zoom { margin-bottom: 2em; } #post-11231 .liaison-zoom h4 { font-weight:700; font-size: 110%; margin-bottom: .3em; text-transform: capitalize; } #post-11231 p { font-weight: normal; font-size: medium; } button.uw-accordion-header #accordion-header-1 #text { font-size: 150% !important; } #uw-accordion-header-818727 { padding-left:6% !important; } </style> <style type="text/css"> div.gform_wrapper { position: relative; background-color: transparent; border-style: solid; border-width: 0; } div.gform_wrapper form { position: relative; } div.gform_wrapper .gform_title { } div.gform_wrapper span.gform_description { } div.gform_wrapper .top_label .gfield_label { } div.gform_wrapper .gfield .ginput_complex.ginput_container label { margin-bottom: 0; } div.gform_wrapper .ginput_container label, div.gform_wrapper table.gfield_list thead th, div.gform_wrapper span.ginput_product_price_label, div.gform_wrapper span.ginput_quantity_label, div.gform_wrapper .gfield_html { } div.gform_wrapper span.ginput_product_price, div.gform_wrapper .gfield_price .ginput_container_total span { } div.gform_wrapper .gsection { border-bottom-width: px; margin-right: 0; margin-bottom: px; } div.gform_wrapper h2.gsection_title { font-size: 25px; } div.gform_wrapper ul.gfield_radio li input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) { width: auto !important; display: inline-block; } div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper select, div.gform_wrapper textarea { background-color: transparent; border-style: solid; border-radius: px; } div.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) { width: 100%; } div.gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), div.gform_wrapper .gfield select { } div.gform_wrapper .gfield textarea { } div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium { width: 49%; } div.gform_wrapper .gfield .gfield_description { } div.gform_wrapper ul.gform_fields li.gfield:not(.gf_left_third):not(.gf_middle_third)::not(.gf_right_third) { margin-bottom: 0; padding-right: 0; margin-top: px; } div.gform_wrapper .gform_footer, div.gform_wrapper .gform_page_footer { text-align: ; } div.gform_wrapper .gform_footer .gform_button, div.gform_wrapper .gform_page_footer .button { border-width: px; border-style: solid; border-radius: px; } div.gform_wrapper.gf_browser_ie .gform_footer .gform_button, div.gform_wrapper.gf_browser_ie .gform_page_footer .button { } div.gform_wrapper .gform_footer input[type=submit]:last-child, div.gform_wrapper .gform_page_footer input[type=button]:last-child, div.gform_wrapper .gform_page_footer input[type=submit]:last-child { margin-bottom: 0 !important; } div.gform_wrapper .gform_footer .gform_button:hover, div.gform_wrapper .gform_page_footer .button:hover { } /* File Upload */ div.gform_wrapper .gfield input[type=file] { background-color: transparent; border-width: px; } div.gform_wrapper div.validation_error { } div.gform_wrapper li.gfield.gfield_error { background-color: transparent; } div.gform_wrapper .gfield_error .gfield_label { } div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper li.gfield_error textarea { border-width: px; } div.gform_wrapper .validation_message { } /* Success Message */ div.gform_confirmation_wrapper { background-color: transparent; border-width: px; border-radius: px; } div.gform_confirmation_wrapper .gform_confirmation_message { } </style> <link rel="profile" href="http://gmpg.org/xfn/11"> </head> <body class="home page-template-default page page-id-5 uw-light-gray-bg singular"> <a class="show-on-focus" href="#main" id="skip-link">Skip to main content</a> <div class="uw-global-bar" role="navigation"> <a class="uw-global-name-link" href="https://www.wisc.edu" aria-label="University of Wisconsin Madison home page">U<span>niversity <span class="uw-of">of</span> </span>W<span>isconsin</span>–Madison</a> </div> <header class="uw-header uw-has-search"> <div class="uw-header-container"> <div class="uw-header-crest-title"> <div class="uw-header-crest"> <a href="https://ebling.library.wisc.edu/" aria-hidden="true" tabindex="-1"><svg viewBox="0 0 55.5 87.28" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b634349.25312606"> <title id="dynid67c00e6b634349.25312606">UW Crest</title> <style> .cls-1{fill:url(#Web_Shield_blend);} .cls-2{fill:#282728;} .cls-3{fill:#c5050c;} .cls-4{fill:#fff;} </style> <g> <radialGradient id="Web_Shield_blend" cx="46.25" cy="16.57" r="33.44" gradientTransform="translate(-22.22 26.01) scale(1.09 1.09)" gradientUnits="userSpaceOnUse"><stop offset="0.17" stop-color="#fff"/><stop offset="0.3" stop-color="#f6ede4"/><stop offset="0.69" stop-color="#debe9b"/><stop offset="0.87" stop-color="#d4ac7f"/></radialGradient> </g> <path id="Gold_gradient" data-name="Gold gradient" class="cls-1" d="M28,87.36a3.78,3.78,0,0,1-1.05-1.16l-0.06-.09-0.11,0C8.65,81.86-1.45,54,.83,31.71a47.71,47.71,0,0,1,1.29-7.25,35.39,35.39,0,0,1,2.33-6.39,23.55,23.55,0,0,1,3.75-5.65A14.7,14.7,0,0,1,19,7.28,0.33,0.33,0,0,0,19.33,7,5.49,5.49,0,0,1,23.21,4.4l0.19,0,0-.19A4.69,4.69,0,0,1,28,.64a4.76,4.76,0,0,1,4.56,3.54l0,0.19,0.19,0A5.51,5.51,0,0,1,36.67,7a0.32,0.32,0,0,0,.37.26,14.7,14.7,0,0,1,10.77,5.13,24,24,0,0,1,4.24,6.71l0.23,0.55a42.56,42.56,0,0,1,2.89,12C57.45,54,47.35,81.86,29.23,86.08l-0.11,0-0.06.09A3.78,3.78,0,0,1,28,87.36Z" transform="translate(-0.25 -0.36)"/><path id="Black" class="cls-2" d="M55.43,31.68a49.49,49.49,0,0,0-.86-5.5,39.81,39.81,0,0,0-1.39-4.93,31.29,31.29,0,0,0-2.23-4.93,22.63,22.63,0,0,0-3-4.1A14.94,14.94,0,0,0,37,7H36.94a5.77,5.77,0,0,0-4.16-2.91,4.93,4.93,0,0,0-9.56,0A5.77,5.77,0,0,0,19.06,7H19A14.94,14.94,0,0,0,8,12.23a22.63,22.63,0,0,0-3,4.1,31.29,31.29,0,0,0-2.23,4.93,39.81,39.81,0,0,0-1.39,4.93,49.49,49.49,0,0,0-.86,5.5C-1.73,54.3,8.44,82.1,26.73,86.36A3.17,3.17,0,0,0,28,87.64a3.17,3.17,0,0,0,1.27-1.28C47.56,82.1,57.73,54.3,55.43,31.68ZM28,1.23A3.9,3.9,0,0,1,31.93,4a4.86,4.86,0,0,0-3.86,2.47,0.17,0.17,0,0,1-.07.09,0.15,0.15,0,0,1-.07-0.09A4.86,4.86,0,0,0,24.07,4,3.9,3.9,0,0,1,28,1.23ZM26.14,5.52a3.51,3.51,0,0,1,1.59,2.11A0.46,0.46,0,0,0,28,8a0.46,0.46,0,0,0,.27-0.42,3.51,3.51,0,0,1,1.59-2.11,4.19,4.19,0,0,1,6,1.58,13.38,13.38,0,0,0-1.67.42,6.6,6.6,0,0,0-2.38,1.32,9.4,9.4,0,0,0-3,6.1c-0.67,7.31,7.72,6.16,8.14,6.13,1.08,0,1.9-1.71,1.9-4s-0.84-4-1.9-4c-0.65,0-1.77.52-1.88,2.55C35,17.1,35.7,19,36.6,19.11c0.47,0.06.89-.76,1-1.6s0.06-1.87-.59-2a0.38,0.38,0,0,0-.46.28A3.83,3.83,0,0,1,37,17.1c0,1.25-1.28.63-1.12-1.36C36,14,36.89,14.09,36.93,14.09c0.5,0,1.26,1,1.26,3,0,1.75-.84,3.63-2.46,2.65-1.36-1-1.89-3.28-1.52-5,0.17-.81.87-3,3.13-3,3.26,0,6.3,1.71,8.72,4.9-0.27.85-1.95,4.1-7.28,7.21l-0.29.15a11,11,0,0,0-4.93-1,27.07,27.07,0,0,0-4.64.74,4.09,4.09,0,0,1-.92.15h0a4.09,4.09,0,0,1-.92-0.15A27.07,27.07,0,0,0,22.44,23a11,11,0,0,0-4.93,1l-0.29-.15c-5.34-3.11-7-6.36-7.28-7.21,2.42-3.19,5.46-4.9,8.72-4.9,2.26,0,3,2.21,3.13,3,0.38,1.77-.16,4.05-1.52,5-1.61,1-2.46-.9-2.46-2.65,0-2,.76-3,1.26-3,0,0,.94-0.11,1.09,1.65,0.17,2-1.09,2.61-1.12,1.36a3.83,3.83,0,0,1,.39-1.34A0.38,0.38,0,0,0,19,15.48c-0.65.16-.71,1.3-0.59,2s0.56,1.66,1,1.6c0.9-.12,1.6-2,1.52-3.44-0.1-2-1.23-2.55-1.88-2.55-1.06,0-1.9,1.71-1.9,4s0.82,4,1.9,4c0.42,0,8.81,1.18,8.14-6.13a9.4,9.4,0,0,0-3-6.1,6.6,6.6,0,0,0-2.38-1.32A13.38,13.38,0,0,0,20.1,7.1,4.19,4.19,0,0,1,26.14,5.52ZM10.28,36.18A32.49,32.49,0,0,0,10,39.49a44.42,44.42,0,0,0,2,15.25,49.48,49.48,0,0,0,4.13,9.32A11.48,11.48,0,0,1,11,66.39,66.66,66.66,0,0,1,4.53,34.57,16.13,16.13,0,0,0,10.28,36.18ZM4.56,34c0.44-7.31,2.29-13.05,5-16.87,0.48,1.24,2.57,4.35,7.39,7.18-4.1,2.47-6,7.56-6.58,11.36A15.81,15.81,0,0,1,4.56,34ZM16.41,64.53c3.08,5.3,6.12,8.46,8.45,10.13A11.54,11.54,0,0,1,21.32,79c-4-2.7-7.4-7-10.07-12.13A11.81,11.81,0,0,0,16.41,64.53ZM25.33,75A12.2,12.2,0,0,0,28,76.46,12.2,12.2,0,0,0,30.67,75a12,12,0,0,0,3.53,4.34,18.69,18.69,0,0,1-3.58,1.78s0-.09,0-0.13c-0.26-1.32-2-1.59-2.61-1.59s-2.35.27-2.61,1.59c0,0,0,.09,0,0.13a18.69,18.69,0,0,1-3.58-1.78A12,12,0,0,0,25.33,75Zm5.81-.32c2.33-1.67,5.37-4.83,8.45-10.13a11.81,11.81,0,0,0,5.16,2.36C42.08,72,38.69,76.32,34.68,79A11.54,11.54,0,0,1,31.14,74.66Zm8.72-10.61A49.48,49.48,0,0,0,44,54.73a44.1,44.1,0,0,0,1.66-7.32A44.34,44.34,0,0,0,46,39.49a32.49,32.49,0,0,0-.32-3.31,16.13,16.13,0,0,0,5.75-1.61A66.66,66.66,0,0,1,45,66.39,11.48,11.48,0,0,1,39.86,64.05Zm5.78-28.4c-0.62-3.8-2.5-8.8-6.58-11.36,4.82-2.83,6.92-5.94,7.39-7.18,2.69,3.82,4.55,9.56,5,16.87A15.81,15.81,0,0,1,45.64,35.65ZM25,84.76a23.29,23.29,0,0,1-5.87-2.93,27.5,27.5,0,0,1-3.25-2.62,31.1,31.1,0,0,1-2.35-2.47q-0.76-.88-1.46-1.81a47.49,47.49,0,0,1-5.58-9.69A63.9,63.9,0,0,1,3.09,55,70.46,70.46,0,0,1,1.3,44.19a64.57,64.57,0,0,1-.07-10.84C1.4,31.43,1.63,29.5,2,27.59A39.32,39.32,0,0,1,3.4,22a31,31,0,0,1,2.1-4.86,20.93,20.93,0,0,1,3.15-4.44,16.19,16.19,0,0,1,4-3.1,13.93,13.93,0,0,1,1.93-.87q0.51-.18,1-0.32a8.82,8.82,0,0,1,1-.26,14,14,0,0,1,2.56-.21,7.58,7.58,0,0,1,3.88,1,8,8,0,0,1,3.34,6c0.39,4.52-4.21,5.23-5.11,5.22-0.14,0-.21-0.13.24-0.59a6.53,6.53,0,0,0,1-5.1c-0.44-2.07-1.9-3.69-4-3.69a11.16,11.16,0,0,0-8.12,3.89A22.78,22.78,0,0,0,6,22.61,42.69,42.69,0,0,0,3.76,34,62.43,62.43,0,0,0,4,44.63,68.71,68.71,0,0,0,5.94,55.22a60.82,60.82,0,0,0,3.53,9.85,43.36,43.36,0,0,0,5.48,9A25.89,25.89,0,0,0,23.08,81a18.15,18.15,0,0,0,2.21,1A6.71,6.71,0,0,0,26,85,6.63,6.63,0,0,1,25,84.76Zm3.29,1.55a0.6,0.6,0,0,1-.31.21,0.6,0.6,0,0,1-.31-0.21,6.49,6.49,0,0,1-1.51-5.17c0.12-.64,1.2-0.93,1.82-0.94s1.7,0.3,1.82.94A6.49,6.49,0,0,1,28.31,86.3ZM54.7,44.19A70.46,70.46,0,0,1,52.91,55a63.9,63.9,0,0,1-3.42,10.2,47.49,47.49,0,0,1-5.58,9.69q-0.7.93-1.46,1.81a31.1,31.1,0,0,1-2.35,2.47,27.5,27.5,0,0,1-3.25,2.62A23.29,23.29,0,0,1,31,84.76,6.63,6.63,0,0,1,30,85a6.71,6.71,0,0,0,.67-3.1,18.15,18.15,0,0,0,2.21-1,25.89,25.89,0,0,0,8.13-6.87,43.36,43.36,0,0,0,5.48-9,60.82,60.82,0,0,0,3.53-9.85A68.71,68.71,0,0,0,52,44.63,62.43,62.43,0,0,0,52.24,34,42.69,42.69,0,0,0,50,22.61a22.78,22.78,0,0,0-4.47-7.87,11.16,11.16,0,0,0-8.12-3.89c-2.12,0-3.58,1.62-4,3.69a6.53,6.53,0,0,0,1,5.1c0.45,0.46.38,0.59,0.24,0.59-0.9,0-5.51-.71-5.11-5.22a8,8,0,0,1,3.34-6,7.58,7.58,0,0,1,3.88-1,14,14,0,0,1,2.56.21,8.77,8.77,0,0,1,1,.26q0.52,0.14,1,.32a13.93,13.93,0,0,1,1.93.87,16.19,16.19,0,0,1,4,3.1,20.93,20.93,0,0,1,3.15,4.44A31,31,0,0,1,52.6,22,39.32,39.32,0,0,1,54,27.59c0.35,1.91.58,3.84,0.74,5.77A64.57,64.57,0,0,1,54.7,44.19Z" transform="translate(-0.25 -0.36)"/><path id="Red" class="cls-3" d="M45,39.63c-0.11-2.69-.9-10.9-6.48-14.46A9.41,9.41,0,0,0,34.18,24c-2.74-.18-4.77.87-6.14,0.91H28c-1.37,0-3.42-1.09-6.16-.91a9.35,9.35,0,0,0-4.37,1.21C11.85,28.73,11.07,36.94,11,39.63a43.52,43.52,0,0,0,3.54,19C18.36,67.12,23,73.14,27.63,75.19L28,75.35l0.37-.16c4.61-2,9.27-8.06,13.14-16.57A43.53,43.53,0,0,0,45,39.63Z" transform="translate(-0.25 -0.36)"/><path id="W" class="cls-4" d="M36.3,33.18V35L36.67,35h0.18a1.17,1.17,0,0,1,.82.28,1.27,1.27,0,0,1,.21,1.11s-3.74,16.19-4.45,19.27c-0.82-3.9-5.26-25.18-5.26-25.18l0-.09H27.27v0.1L23.4,55.32,19,36.37a2.7,2.7,0,0,1,0-.28,1.27,1.27,0,0,1,.31-1A1,1,0,0,1,20,34.92l0.37,0v-1.8H14.13v1.76l0.28,0a1.16,1.16,0,0,1,.95.83L23,68.48l0,0.09h1.1v-0.1l3.56-23.3,4.53,23.31,0,0.09h1l7.25-32.78a1,1,0,0,1,1-.75h0.07l0.36,0V33.18H36.3Z" transform="translate(-0.25 -0.36)"/> </svg></a> </div> <div class="uw-title-tagline"> <h1 id="site-title" class="uw-site-title uw-red-title"> <a href="https://ebling.library.wisc.edu/" rel="home">Ebling Library</a> </h1> <div id="site-description" class="uw-site-tagline">for the Health Sciences</div> </div> </div> <div class="uw-header-search"> <form role="search" class="uw-search-form" method="get" id="searchform" action="https://ebling.library.wisc.edu/"> <label for="s" class="show-for-sr">Search</label> <input type="text" class="field uw-search-input" name="s" id="s" placeholder="Search" /> <input type="submit" class="submit uw-search-submit uw-button" name="submit" id="searchsubmit" value="Search" /> </form> </div> </div> </header><!-- #branding --> <button class="uw-mobile-menu-button-bar uw-mobile-menu-button-bar-reversed" aria-label="Open menu" aria-expanded="false" aria-controls="uw-top-menus"><span>Menu</span><svg viewBox="0 0 1024 1024" version="1.1" role="img" focusable="false" aria-labelledby="dynid67c00e6b6351c9.79864064"> <title id="dynid67c00e6b6351c9.79864064">open menu</title> <path class="path1" d="M128 256h768v86h-768v-86zM128 554v-84h768v84h-768zM128 768v-86h768v86h-768z"/> </svg><svg viewBox="0 0 805 1024" version="1.1" role="img" focusable="false" aria-labelledby="dynid67c00e6b6354f7.45252087"> <title id="dynid67c00e6b6354f7.45252087">close</title> <path class="path1" d="M741.714 755.429q0 22.857-16 38.857l-77.714 77.714q-16 16-38.857 16t-38.857-16l-168-168-168 168q-16 16-38.857 16t-38.857-16l-77.714-77.714q-16-16-16-38.857t16-38.857l168-168-168-168q-16-16-16-38.857t16-38.857l77.714-77.714q16-16 38.857-16t38.857 16l168 168 168-168q16-16 38.857-16t38.857 16l77.714 77.714q16 16 16 38.857t-16 38.857l-168 168 168 168q16 16 16 38.857z"/> </svg></button> <div id="uw-top-menus" class="uw-is-visible uw-horizontal uw-hidden" aria-hidden="false"> <div class="uw-main-nav"> <nav class="uw-nav-menu uw-nav-menu-reverse" aria-label="Main Menu"> <ul id="uw-main-nav" class=""><li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-5 current_page_item menu-item-20"><a href="https://ebling.library.wisc.edu/" aria-current="page">Home</a></li> <li id="menu-item-7714" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uw-dropdown menu-item-7714"><a href="#" aria-haspopup="true" aria-expanded="false">News<svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b682a43.13763303"> <title id="dynid67c00e6b682a43.13763303">Expand</title> <path d="M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg><svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b682f59.96695743"> <title id="dynid67c00e6b682f59.96695743">Collapse</title> <path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg></a> <ul aria-hidden="true" aria-label="News submenu" class="sub-menu uw-child-menu"> <li id="menu-item-7034" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7034"><a href="https://ebling.library.wisc.edu/ebling-library-news/">Ebling Library News</a></li> <li id="menu-item-7033" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7033"><a href="https://ebling.library.wisc.edu/about-us/ebling-post-newsletter/">The Ebling Post Newsletter</a></li> </ul> </li> <li id="menu-item-7715" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uw-dropdown menu-item-7715"><a href="#" aria-haspopup="true" aria-expanded="false">Services<svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b6838a2.70495877"> <title id="dynid67c00e6b6838a2.70495877">Expand</title> <path d="M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg><svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b683c04.92438363"> <title id="dynid67c00e6b683c04.92438363">Collapse</title> <path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg></a> <ul aria-hidden="true" aria-label="Services submenu" class="sub-menu uw-child-menu"> <li id="menu-item-115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-115"><a href="https://ebling.library.wisc.edu/services/liaison-librarians/">Subject Librarians</a></li> <li id="menu-item-6692" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6692"><a href="https://ebling.library.wisc.edu/services/reference-research-services/">Reference/Research</a></li> <li id="menu-item-13658" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13658"><a href="https://ebling.library.wisc.edu/ebling-library-classes-events/">Library Instruction</a></li> <li id="menu-item-11160" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11160"><a href="https://ebling.library.wisc.edu/literature-search-systematic-review-services/">Literature Searches</a></li> <li id="menu-item-13486" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13486"><a href="https://ebling.library.wisc.edu/services/data-services/">Data Services</a></li> <li id="menu-item-113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113"><a href="https://ebling.library.wisc.edu/services/historical-services/">Historical Services</a></li> <li id="menu-item-8269" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8269"><a href="https://pas.wisc.edu">Public Access Service</a></li> <li id="menu-item-12567" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12567"><a href="https://ebling.library.wisc.edu/services/research-impact-support/">Research Impact Support</a></li> <li id="menu-item-8406" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8406"><a href="http://researchguides.library.wisc.edu/health-science-tutorials">Tutorials</a></li> <li id="menu-item-7331" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7331"><a href="https://ebling.library.wisc.edu/services/">——-</a></li> <li id="menu-item-110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-110"><a href="https://ebling.library.wisc.edu/services/course-reserves/">Course Reserves</a></li> <li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119"><a href="https://ebling.library.wisc.edu/services/remote-access/">Remote Access</a></li> <li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://ebling.library.wisc.edu/services/borrower-services/">Borrowing</a></li> <li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="https://ebling.library.wisc.edu/materials/delivery-services/">Delivery Services</a></li> <li id="menu-item-7270" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7270"><a href="https://ebling.library.wisc.edu/services/">——-</a></li> <li id="menu-item-108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108"><a href="https://ebling.library.wisc.edu/services/alumni-services/">Alumni Services</a></li> <li id="menu-item-109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109"><a href="https://ebling.library.wisc.edu/services/community-outreach/">Community Outreach</a></li> </ul> </li> <li id="menu-item-7716" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uw-dropdown menu-item-7716"><a href="#" aria-haspopup="true" aria-expanded="false">Materials<svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b685047.65137069"> <title id="dynid67c00e6b685047.65137069">Expand</title> <path d="M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg><svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b685316.47947652"> <title id="dynid67c00e6b685316.47947652">Collapse</title> <path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg></a> <ul aria-hidden="true" aria-label="Materials submenu" class="sub-menu uw-child-menu"> <li id="menu-item-7595" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7595"><a href="https://ebling.library.wisc.edu/materials/databases/">Health Sciences Databases (A-Z)</a></li> <li id="menu-item-8161" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8161"><a href="https://ebling.library.wisc.edu/materials/journals/">Journals</a></li> <li id="menu-item-8241" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8241"><a href="https://ebling.library.wisc.edu/materials/books/">Books</a></li> <li id="menu-item-7597" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7597"><a href="https://ebling.library.wisc.edu/materials/subject-guides/">Subject Guides</a></li> </ul> </li> <li id="menu-item-9996" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uw-dropdown menu-item-9996"><a href="#" aria-haspopup="true" aria-expanded="false">Art@Ebling<svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b685da9.54945410"> <title id="dynid67c00e6b685da9.54945410">Expand</title> <path d="M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg><svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b686079.17722530"> <title id="dynid67c00e6b686079.17722530">Collapse</title> <path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg></a> <ul aria-hidden="true" aria-label="Art@Ebling submenu" class="sub-menu uw-child-menu"> <li id="menu-item-9998" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9998"><a href="https://ebling.library.wisc.edu/bookclub/">Book Club</a></li> <li id="menu-item-9997" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9997"><a href="https://ebling.library.wisc.edu/corpus-callosum">Corpus Callosum</a></li> <li id="menu-item-9999" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9999"><a href="https://ebling.library.wisc.edu/recreading/">Recreational Reading Collection</a></li> </ul> </li> <li id="menu-item-7717" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uw-dropdown menu-item-7717"><a href="#" aria-haspopup="true" aria-expanded="false">InfoCommons<svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b6867e0.46356065"> <title id="dynid67c00e6b6867e0.46356065">Expand</title> <path d="M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg><svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b686aa9.37661017"> <title id="dynid67c00e6b686aa9.37661017">Collapse</title> <path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg></a> <ul aria-hidden="true" aria-label="InfoCommons submenu" class="sub-menu uw-child-menu"> <li id="menu-item-6209" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6209"><a href="https://ebling.library.wisc.edu/infocommons/about-the-infocommons/">About</a></li> <li id="menu-item-6208" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6208"><a href="https://ebling.library.wisc.edu/infocommons/computers-equipment/">Computers & Equipment</a></li> <li id="menu-item-6207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6207"><a href="https://ebling.library.wisc.edu/infocommons/software/">Software</a></li> <li id="menu-item-6206" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6206"><a href="https://ebling.library.wisc.edu/infocommons/laptop-equipment-checkout/">Laptop & Equipment Checkout</a></li> <li id="menu-item-6205" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6205"><a href="https://ebling.library.wisc.edu/infocommons/wireless/">Wireless</a></li> <li id="menu-item-6203" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6203"><a href="https://ebling.library.wisc.edu/infocommons/print-copy-scan-fax/">Print/Copy/Scan/Fax</a></li> </ul> </li> <li id="menu-item-7718" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uw-dropdown menu-item-7718"><a href="#" aria-haspopup="true" aria-expanded="false">About Us<svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b687505.50161841"> <title id="dynid67c00e6b687505.50161841">Expand</title> <path d="M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg><svg class="uw-caret" viewBox="0 0 1792 1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b6877d7.79402015"> <title id="dynid67c00e6b6877d7.79402015">Collapse</title> <path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg></a> <ul aria-hidden="true" aria-label="About Us submenu" class="sub-menu uw-child-menu"> <li id="menu-item-95" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-95"><a href="https://ebling.library.wisc.edu/about-us/about-ebling-library/">About Ebling Library</a></li> <li id="menu-item-96" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-96"><a href="https://ebling.library.wisc.edu/about-us/staff-directory/">Staff Directory</a></li> <li id="menu-item-6239" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6239"><a href="https://ebling.library.wisc.edu/about-us/department-directory/">Department Directory</a></li> <li id="menu-item-6758" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6758"><a href="https://ebling.library.wisc.edu/about-us/liaison-directory/">Subject Librarian Directory</a></li> <li id="menu-item-97" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-97"><a href="https://ebling.library.wisc.edu/about-us/employment/">Work Here</a></li> <li id="menu-item-98" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-98"><a href="https://ebling.library.wisc.edu/about-us/exhibitions-art/">Exhibitions & Art</a></li> <li id="menu-item-12634" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12634"><a href="https://ebling.library.wisc.edu/about-us/faq/">FAQ</a></li> <li id="menu-item-100" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-100"><a href="https://ebling.library.wisc.edu/about-us/gifts-donations/">Gifts & Donations</a></li> <li id="menu-item-101" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101"><a href="https://ebling.library.wisc.edu/about-us/hours-location/">Visitor Information – Hours & Location</a></li> </ul> </li> <li id="menu-item-12022" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12022"><a href="https://ebling.library.wisc.edu/help/">Help</a></li> </ul> </nav> </div> <div class="uw-secondary-nav"> <nav class="uw-nav-menu uw-nav-menu-secondary" aria-label="Secondary Menu"> <ul id="uw-secondary-nav" class="utility-menu"><li id="menu-item-12023" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12023"><a href="https://ebling.library.wisc.edu/help/">Help</a></li> <li id="menu-item-7029" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7029"><a href="https://ebling.library.wisc.edu/about-us/gifts-donations/">Give</a></li> <li id="menu-item-6321" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6321"><a href="https://ebling.library.wisc.edu/about-us/hours-location/">Visit</a></li> <li id="menu-item-6813" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6813"><a href="https://uwmadison.webcheckout.net/patron">Laptops</a></li> <li id="menu-item-7341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7341"><a href="https://ebling.library.wisc.edu/about-us/employment/">Work Here</a></li> <li id="menu-item-6457" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6457"><a href="http://classrooms.hslc.wisc.edu/index.php?building=HSLC">HSLC Today</a></li> </ul> </nav> </div> </div> <div id="page" class="content page-builder"> <main id="main" class="site-main"> <article id="post-5" class="post-5 page type-page status-publish hentry"> <div class="entry-content"> <div class="uw-outer-row row-1 has_background-image has_text_block uw-outer-row-top-padding-default uw-outer-row-bottom-padding-default uw-row-default" style="background-image: url(https://ebling.library.wisc.edu/wp-content/uploads/2018/12/DSCN0149_B.jpg); background-repeat: no-repeat; background-size: cover"> <!--OUTER ROW --> <div class="uw-inner-row"> <div class="uw-column one-column"> <div class="uw-page-element uw-pe uw-pe-text_block" data-page-element="text_block" > <div class="uw-text-block"> <div class="flex-grid"> <div class="col bigitem"><div id="wonderplugintabs-container-1" style="max-width:800px;margin:0 auto;"><div style="display:none;" class="wonderplugintabs" id="wonderplugintabs-1" data-tabsid="1" data-width="800" data-height="255" data-skin="horizontaltoptabs" data-arrowinsidepanel="true" data-arrowloop="true" data-autoexpandpanelheight="false" data-fixedheaderwidth="false" data-fixedheaderheight="false" data-ajaxloading="false" data-ajaxloadingfirst="false" data-ajaxloadingauto="false" data-closeall="false" data-usetablecellfortitle="false" data-enablega="false" data-enabletabindex="true" data-keyaccess="true" data-fullwidthtabs="false" data-accordion="false" data-accordionmultiple="false" data-accordioncloseall="false" data-switchonmouseover="false" data-savestatusincookie="false" data-extendedheight="false" data-responsive="true" data-fullwidth="false" data-applydisplaynonetohiddenpanel="true" data-triggerresize="true" data-triggerresizeonload="true" data-disablewpautop="false" data-hidetitleonsmallscreen="false" data-donotinit="false" data-removeinlinecss="true" data-addinitscript="false" data-fullwidthtabsonsmallscreen="true" data-accordiononsmallscreen="true" data-paneloverflowvisible="false" data-addpanelarrow="false" data-arrowfontsize="20" data-arrowfontcolor="#666" data-headerwidth="180" data-headerheight="80" data-gatrackingid="" data-heightmode="auto" data-minheight="200" data-firstid="0" data-direction="horizontal" data-tabposition="top" data-tabiconposition="left" data-horizontaltabalign="left" data-hidetitleonsmallscreenwidth="768" data-transition="" data-arrowstyle="none" data-arrowimage="arrows-32-32-2.png" data-arrowwidth="32" data-arrowheight="32" data-prevarrowcss="position:absolute;top:50%;left:0;margin-top:-16px;" data-nextarrowcss="position:absolute;top:50%;right:0;margin-top:-16px;" data-ajaxloadingautodelay="500" data-navstyle="none" data-navwidth="16" data-navheight="16" data-navspacing="8" data-navimage="bullet-16-16-0.png" data-navcss="display:block;position:relative;text-align:center;width:100%;top:100%;margin-top:16px;" data-minimumheadermargin="0" data-responsivemode="arrow" data-tabarrowmode="slide" data-horizontalarrowwidthsameasheight="pixels" data-horizontalarrowwidth="32" data-arrowprevicon="fa-chevron-circle-left" data-arrownexticon="fa-chevron-circle-right" data-dropdownmenutext="More" data-dropdownmenuicon="fa-angle-down" data-triggerresizetimeout="10" data-triggerresizeonloadtimeout="100" data-fullwidthtabsonsmallscreenwidth="480" data-jsfolder="https://ebling.library.wisc.edu/wp-content/plugins/wonderplugin-tabs/engine/" data-skinsfoldername="skins" ><div class="wonderplugintabs-header-wrap"><div class="wonderplugintabs-header-inner-wrap"><ul class="wonderplugintabs-header-ul"><li data-slug="" class="wonderplugintabs-header-li wonderplugintabs-header-li-first"><div class="wonderplugintabs-header-caption" style="text-align:left;"><div class="wonderplugintabs-header-title">PubMed</div></div></li><li data-slug="" class="wonderplugintabs-header-li"><div class="wonderplugintabs-header-caption" style="text-align:left;"><div class="wonderplugintabs-header-title">Article Search</div></div></li><li data-slug="" class="wonderplugintabs-header-li"><div class="wonderplugintabs-header-caption" style="text-align:left;"><div class="wonderplugintabs-header-title">Journals</div></div></li><li data-slug="" class="wonderplugintabs-header-li"><div class="wonderplugintabs-header-caption" style="text-align:left;"><div class="wonderplugintabs-header-title">Library Catalog</div></div></li><li data-slug="" class="wonderplugintabs-header-li wonderplugintabs-header-li-last"><div class="wonderplugintabs-header-caption" style="text-align:left;"><div class="wonderplugintabs-header-title">UW Search</div></div></li></ul></div></div><div class="wonderplugintabs-panel-wrap" style="min-height:200px;"><div class="wonderplugintabs-panel wonderplugintabs-panel-first" data-contentloaded=1><div class="wonderplugintabs-panel-inner"><div id="search-controls"> <h3 id="pubmed-search">Search <a href="https://www.ncbi.nlm.nih.gov/sites/entrez?myncbishare=uwisclib&otool=uwisclib"> <img class="pubmed-logo" alt="PubMed Logo" hspace=10 src="/wp-content/uploads/2019/03/pubmed-e1552764047356.png"> </a> </h3> <form action="https://www.ncbi.nlm.nih.gov/pubmed/" id="basic-search-input" method="get" name="pubmed" class=""> <div class="input-group"> <label class="control-label sr-only" for="query">Search</label> <input class="form-control input-lg" id="query" name="term" type="text"> <input name="myncbishare" type="hidden" value="uwisclib" /> <input name="otool" type="hidden" value="uwisclib" /> <input name="cmd" type="hidden" value="Search" /> <span class="input-group-btn"> <button class="btn" type="submit"> <i class="icon-search"><img src="/wp-content/uploads/2019/03/whitesearchicon.png" alt="search icon"></i> <span class="hidden-xs">Go</span> </button> </span> </div> </form> <p class="searchextras"><a href="https://www.ncbi.nlm.nih.gov/sites/myncbi/">MyNCBI</a> • <a href="https://pubmed.ncbi.nlm.nih.gov/help/">User Guide</a> • <a href="/services/reference-research-services/pubmed-links-update/">Where did the other links go?</a></p> </div><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"></div></div><div class="wonderplugintabs-panel" data-contentloaded=1><div class="wonderplugintabs-panel-inner"><div id="search-controls"> <h3>Search Articles</h3> <form id="searchform" action="https://search.library.wisc.edu/search/articles" autocomplete="off" method="get" name="searchform"> <div class="input-group"> <input class="form-control" id="q" name="q" type="text" autofocus="" placeholder="Example: Article title or keywords" /> <div class="input-group-append"> <span class="input-group-btn"> <button class="btn" type="submit"> <i class="icon-search"><img src="/wp-content/uploads/2019/03/whitesearchicon.png" alt="search icon"></i> <span class="hidden-xs">Go</span> </button> </span> </div> </div> </form> </div> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"></div></div><div class="wonderplugintabs-panel" data-contentloaded=1><div class="wonderplugintabs-panel-inner"><div id="search-controls"> <h3>Search Journals in BrowZine</h3><form action="https://api.thirdiron.com/v2/libraries/1539/external-search" method="get"><div class="input-group"><label class="sr-only" for="query">Journal Title, ISSN or Subject Keywords</label><br /><input id="query" class="form-control input-lg" name="query" required="" type="text" placeholder="Journal Title, ISSN or Subject Keywords" /><button class="btn" type="submit"><i class="icon-search"><img src="/wp-content/uploads/2019/03/whitesearchicon.png" alt="search icon" /></i> <span class="hidden-xs">Go</span></button></div></form><p class="searchextras"><a href="/materials/journals/#journals-by-topic">Browse Journals by Topic</a> • <a href="/materials/health-sciences-e-journals-a-z-list/?wdt_column_filter[7]=A">Journals A-Z</a> • <a href="https://browzine.com/auth/login">BrowZine Login</a> • <a href="/materials/journals/browzine/">About/Help</a></p></div></div></div><div class="wonderplugintabs-panel" data-contentloaded=1><div class="wonderplugintabs-panel-inner"><script type="text/javascript"> function chgAction() { var form = document.searchform2; console.log('chgAction()'); console.log(form.field.selectedIndex); switch (form.field.selectedIndex) { case 0: form.action = "https://search.library.wisc.edu/search/catalog"; break; case 1: form.action = "https://search.library.wisc.edu/search/catalog/title"; break; case 2: form.action = "https://search.library.wisc.edu/search/catalog/author"; break; case 3: form.action = "https://search.library.wisc.edu/search/catalog/subject"; break; } } </script> <div id="search-controls"><h3>Search UW Library Catalog</h3> <form id="searchform2" action="https://search.library.wisc.edu/search/catalog" autocomplete="off" method="get" name="searchform2"> <div class="input-group"><input id="q" class="form-control" name="q" type="text" autofocus="" placeholder="Example: radioactive" /><br /><select id="field" class="form-control" onchange="chgAction()"><option selected="selected" value="anything">Anywhere</option><option value="title">Title</option><option value="author">Author/Creator</option><option value="subject">Subject</option></select> <div class="input-group-append"><span class="input-group-btn"><button class="btn" type="submit"><i class="icon-search"><img src="/wp-content/uploads/2019/03/whitesearchicon.png" alt="search icon" /></i> <span class="hidden-xs">Go</span></button></span> </div> </div> </form><p class="searchextras"><a href="https://account.library.wisc.edu/">My Library Account</a> <strong> • </strong> <a href="https://search.library.wisc.edu/search/catalog/advanced">Advanced Search</a> <strong> • </strong> <a href="https://search.library.wisc.edu/search/system">Search All of UW System</a></p></div> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"></div></div><div class="wonderplugintabs-panel wonderplugintabs-panel-last" data-contentloaded=1><div class="wonderplugintabs-panel-inner"><h3>Search UW-Madison</h3> <form id="searchform" action="https://ebling.library.wisc.edu/search_results2.php" method="post" name="search"> <div class="input-group"> <input id="q" class="form-control" name="criteria" type="text" size="18" tabindex="0" /> <select id="field" class="form-control" name="searchRoute"> <option value="uwsites" selected="selected" onclick="javascript:pageTracker._trackPageview('/LINK/search/uwsites');">UW Sites</option> <option value="uwpeople" onclick="javascript:pageTracker._trackPageview('/LINK/search/uwpeople');">UW People</option> </select> <div class="input-group-append"> <span class="input-group-btn"> <button class="btn" type="submit" name="submit3" value="Submit" alt="Shortcut go button" id="site_submit"> <i class="icon-search"><img src="/wp-content/uploads/2019/03/whitesearchicon.png" alt="search icon"></i> <span class="hidden-xs">Go</span> </button> </span> </div> </div> </form></div></div></div></div></div><script>function wondertabs_1_appendcss(csscode) {var head=document.head || document.getElementsByTagName("head")[0];var style=document.createElement("style");head.appendChild(style);style.type="text/css";if (style.styleSheet){style.styleSheet.cssText=csscode;} else {style.appendChild(document.createTextNode(csscode));}};wondertabs_1_appendcss("#wonderplugintabs-1 > .wonderplugintabs-header-wrap { box-sizing: border-box; display: block; position: relative; width: 100%; z-index: 1; margin-top: -1px; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-inner-wrap { box-sizing: border-box; display: block; overflow: hidden; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-ul { box-sizing: border-box; display: block; position: relative; list-style: none; white-space: nowrap; margin: 0; padding: 0; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li { box-sizing: border-box; display: inline-block; position: relative; margin: 0 4px 0 0; padding: 0px; vertical-align: bottom; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 0px; border-top-right-radius: 0px; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-caption { cursor: pointer; padding: 8px 12px; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-next { border-left: 1px solid #ccc; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li:hover { background-color: #fff; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-active { background-color: #fff; border-bottom: 1px solid #fff; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-active-last { } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-first { } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-first-side-arrows { margin-left: 4px; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-last { } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-last-side-arrows { } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-prev { display: none; text-align: center; position: absolute; top: 0; left: 0; cursor: pointer; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-prev:before { position: relative; top: 50%; margin-top: -9px; font-family: FontAwesome; display: block; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-prev:hover { } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-next { display: none; text-align: center; position: absolute; top: 0; right: 0; cursor: pointer; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-next:before { position: relative; top: 50%; margin-top: -9px; font-family: FontAwesome; display: block; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-next:hover { } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu { box-sizing: border-box; display: none; text-align: center; position: absolute; top: 0; right: 0; cursor: pointer; background-color: #f6f6f6; border: 1px solid #ccc; border-top-left-radius: 0px; border-top-right-radius: 0px; padding: 8px 12px; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-caption { display: table-cell; vertical-align: middle; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-text { font-family: \"Verlag\", Arial, sans-serif; font-size: 16px; font-weight: 400; vertical-align: middle; color: #333; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-icon { font-family: FontAwesome; font-size: 14px; vertical-align: middle; margin: 8px; color: #666; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu:hover { background-color: #fff; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-dropdown { display: none; position: absolute; white-space: nowrap; top: 100%; right: 0; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; box-shadow: 0 6px 12px rgba(0,0,0,.175); } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-dropdown-item { padding: 12px 32px 12px 20px; cursor: pointer; text-align: left; background-color: #fff; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-menu-dropdown-item:hover { background-color: #f9f9f9; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-icon-fontawesome { font-family: FontAwesome; font-size: 18px; line-height: 18px; vertical-align: middle; margin: 8px; color: #666; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-icon-image { margin: 4px; vertical-align: middle; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-title { display: inline-block; margin: 4px; font-family: \"Verlag\", Arial, sans-serif; font-size: 16px; font-weight: 400; vertical-align: middle; color: #333; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth { display: block; margin: 0; border-bottom: none; text-align: left; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth:last-child { border-bottom: 1px solid #ccc; } #wonderplugintabs-1 > .wonderplugintabs-panel-wrap { box-sizing: border-box; position: relative; display: block; width: 100%; overflow: hidden; border: 1px solid #ccc; background-color: #fff; margin-top: -1px; } #wonderplugintabs-1 > .wonderplugintabs-panel-wrap > .wonderplugintabs-panel { box-sizing: border-box; display: block; visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; text-align: left; padding: 24px; } #wonderplugintabs-1 > .wonderplugintabs-panel-wrap > .wonderplugintabs-panel-active { position: relative; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-ul-fullwidth { white-space: normal; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth { border-radius: 0; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-panel { padding: 24px; text-align: left; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-panel-active { position: relative; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth .wonderplugintabs-header-caption:after { position:absolute; color:#333; top: 12px; right:8px; content: \"\\f107\"; font-family: FontAwesome; font-size: 16px; font-weight:400; } #wonderplugintabs-1 > .wonderplugintabs-header-wrap .wonderplugintabs-header-li-fullwidth.wonderplugintabs-header-li-active .wonderplugintabs-header-caption:after { content: \"\\f106\"; }");</script></div> </div> </div> </div> </div> </div> <!-- UW INNER ROW --> </div> <!--OUTER ROW --> <div class="uw-outer-row row-2 lightest-gray-background has_text_block has_latest_posts has_uw_events_list_element has_todaywiscedu_events uw-outer-row-top-padding-default uw-outer-row-bottom-padding-default uw-row-default"> <!--OUTER ROW --> <div class="uw-inner-row"> <div class="uw-column wide-column"> <div class="uw-page-element uw-pe uw-pe-text_block" data-page-element="text_block" > <div class="uw-text-block"> <div class="flex-grid homepage"> <div class="col"> <h2>DATABASES</h2> <ul> <li><strong><a href="http://digital.library.wisc.edu/1711.web/uptodate">UpToDate</a></strong></li> <li><strong><a href="http://digital.library.wisc.edu/1711.web/lexicomp">Lexidrug (Lexicomp)</a></strong></li> <li><strong><a href="http://digital.library.wisc.edu/1711.web/dynamedplus">DynaMed</a></strong></li> <li><strong><a href="http://digital.library.wisc.edu/1711.web/bestpractice">BMJ Best Practice</a></strong></li> <li><strong><a href="http://digital.library.wisc.edu/1711.web/essentialevidenceplus">Essential Evidence +</a></strong></li> <li>——</li> <li><strong><a href="https://digital.library.wisc.edu/1711.web/batesvisualguide">Bates’ Visual Guide</a></strong></li> <li><strong><a href="http://digital.library.wisc.edu/1711.web/ebscoCINAHL">CINAHL Plus</a></strong></li> <li><strong><a href="http://digital.library.wisc.edu/1711.web/clinicalkey">ClinicalKey</a></strong></li> <li><strong><a href="http://digital.library.wisc.edu/1711.web/cochraneLibrary">Cochrane Library</a></strong></li> <li><a href="https://digital.library.wisc.edu/1711.web/embase"><strong>Embase</strong></a></li> <li><a href="https://search.library.wisc.edu/digital/AMedicalAds"><strong>HADES</strong></a></li> <li><strong><a href="https://digital.library.wisc.edu/1711.web/natural-medicines">NatMed Pro</a></strong></li> <li><strong><a href="http://digital.library.wisc.edu/1711.web/psycinfo">PsycINFO</a></strong></li> <li><strong><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?myncbishare=uwisclib&otool=uwisclib">PubMed</a></strong></li> <li><strong><a href="http://digital.library.wisc.edu/1711.web/scopus">Scopus</a></strong></li> <li><strong><a href="https://digital.library.wisc.edu/1711.web/webofscience">Web of Science</a></strong></li> <li></li> <li><a class="uw-more-link" href="/materials/databases/">More</a></li> </ul> </div> <div class="col"> <h2>JOURNALS</h2> <ul> <li><a href="https://ebling.library.wisc.edu/corpus-callosum"><strong>Corpus Callosum</strong></a></li> <li><a href="https://wmjonline.org/"><strong>WMJ</strong></a></li> <li>——</li> <li><strong><a href="https://browzine.com/libraries/1539/journals/18475/issues/current">Academic Medicine</a></strong></li> <li><a href="https://browzine.com/libraries/1539/journals/18126/issues/current"><strong>BMJ</strong></a></li> <li><strong><a href="https://browzine.com/libraries/1539/journals/880/issues/current">Cell</a></strong></li> <li><a href="https://browzine.com/libraries/1539/journals/10278/issues/current"><strong>JAMA</strong></a></li> <li><strong><a href="https://browzine.com/libraries/1539/journals/39968/issues/current">Journal of Immunology</a></strong></li> <li><strong><a href="https://browzine.com/libraries/1539/journals/18355/issues/current">Journal of Neuroscience</a></strong></li> <li><a href="https://browzine.com/libraries/1539/journals/9144/issues/current"><strong>The Lancet</strong></a></li> <li><a href="https://browzine.com/libraries/1539/journals/13191/issues/current"><strong>Nature</strong></a></li> <li><a href="https://browzine.com/libraries/1539/journals/13075/issues/current"><strong>Nature Medicine</strong></a></li> <li><a href="https://browzine.com/libraries/1539/journals/354854/issues/current"><strong>Nature Metabolism</strong></a></li> <li><a href="https://browzine.com/libraries/1539/journals/10292/issues/current"><strong>NEJM</strong></a></li> <li><strong><a href="https://browzine.com/libraries/1539/journals/18365/issues/current">Pediatrics</a></strong></li> <li><a href="https://browzine.com/libraries/1539/journals/274/issues/current"><strong>Science</strong></a></li> <li></li> <li><a class="uw-more-link" href="/materials/journals/">More</a></li> </ul> </div> <div class="col"> <h2>BOOKS</h2> <ul> <li><a href="https://digital.library.wisc.edu/1711.web/accessmedicine"><strong>AccessMedicine</strong></a></li> <li><a href="https://digital.library.wisc.edu/1711.web/accesscardiology"><strong>AccessCardiology</strong></a></li> <li><a href="https://digital.library.wisc.edu/1711.web/accesspharmacy"><strong>AccessPharmacy</strong></a></li> <li><a href="https://digital.library.wisc.edu/1711.web/accesssurgery"><strong>AccessSurgery</strong></a></li> <li><strong><a href="https://www-clinicalkey-com.ezproxy.library.wisc.edu/#!/browse/books">ClinicalKey</a></strong></li> <li><strong><a href="https://digital.library.wisc.edu/1711.web/jamaevidence">JAMAevidence</a></strong></li> <li>——</li> <li><a href="https://www-clinicalkey-com.ezproxy.library.wisc.edu/#!/browse/book/3-s2.0-C20201035365"><strong>Campbell’s Orthopaedics</strong></a></li> <li><strong><a href="https://accessmedicine-mhmedical-com.ezproxy.library.wisc.edu/book.aspx?bookid=3495">CMDT</a></strong></li> <li><strong><a href="https://dsm-psychiatryonline-org.ezproxy.library.wisc.edu/doi/book/10.1176/appi.books.9780890425787">DSM-5-TR</a></strong></li> <li><strong><a href="http://accessmedicine.mhmedical.com.ezproxy.library.wisc.edu/book.aspx?bookid=3095">Harrison’s</a></strong></li> <li><strong><a href="https://www-clinicalkey-com.ezproxy.library.wisc.edu/#!/browse/book/3-s2.0-C20140051593">Medical Biochemistry</a></strong></li> <li><a href="https://www-clinicalkey-com.ezproxy.library.wisc.edu/#!/browse/book/3-s2.0-C20161017121"><strong>Nelson Pediatrics</strong></a></li> <li><strong><a href="https://digital.library.wisc.edu/1711.web/atlas-human-anatomy">Netter’s Atlas</a></strong></li> <li><strong><a href="https://www-clinicalkey-com.ezproxy.library.wisc.edu/#!/browse/book/3-s2.0-C20160040871">Robbins and Cotran</a></strong></li> <li><strong><a href="https://www-clinicalkey-com.ezproxy.library.wisc.edu/#!/browse/book/3-s2.0-C20170043124">Sabiston Surgery</a></strong></li> <li><strong><a href="https://www-clinicalkey-com.ezproxy.library.wisc.edu/#!/browse/book/3-s2.0-C20130000850">Textbook of Family Medicine</a></strong></li> <li></li> <li><a class="uw-more-link" href="/materials/books/">More</a></li> </ul> </div> </div> </div> </div><div class="uw-page-element uw-pe uw-pe-text_block" data-page-element="text_block" > <div class="uw-text-block"> <div class="flex-grid subject-guides uw-content-box"> <div class="col"> <h2>TOPIC GUIDES</h2> <ul class="uw-link-list"> <li><a href="https://researchguides.library.wisc.edu/AI-academic-health-sciences">AI in Academic Health Sciences</a></li> <li><a href="https://researchguides.library.wisc.edu/anatomy_resources">Anatomy Resources</a></li> <li><a href="https://researchguides.library.wisc.edu/basic-applied-sciences">Basic & Applied Sciences</a></li> <li><a href="https://researchguides.library.wisc.edu/clinical-resources">Clinical Resources</a> | <a href="https://researchguides.library.wisc.edu/ebm">EBM Guide</a></li> <li><a href="https://ebling.library.wisc.edu/reach/">DEI Resources (REACH)</a></li> <li><a href="https://researchguides.library.wisc.edu/health-statistics">Health Statistics</a></li> <li><a href="https://researchguides.library.wisc.edu/global-health">Global Health</a></li> <li><a href="https://researchguides.library.wisc.edu/history-health-sciences">History of the Health Sciences</a></li> <li><a href="https://researchguides.library.wisc.edu/LGBTQIHealth">LGBTQI Health Resources</a></li> <li><a href="https://researchguides.library.wisc.edu/nursing">Nursing Resources</a></li> <li><a href="https://researchguides.library.wisc.edu/pharmacy">Pharmacy</a></li> <li><a href="https://researchguides.library.wisc.edu/public-health">Public Health</a></li> <li><a href="https://researchguides.library.wisc.edu/physical-therapy">Physical Therapy</a></li> <li><a href="https://researchguides.library.wisc.edu/reproductivehealth/">Reproductive Health</a></li> </ul> </div> <div class="col"> <h2>OTHER GUIDES</h2> <ul class="uw-link-list"> <li><a href="https://researchguides.library.wisc.edu/ebling-browzine">Browzine</a></li> <li><a href="https://researchguides.library.wisc.edu/Citation_Management">Citation Management</a></li> <li><a href="http://researchguides.library.wisc.edu/finding-evaluating-doctors-hospitals">Doctors & Hospitals</a></li> <li><a href="https://researchguides.library.wisc.edu/impact_metrics">Impact Metrics</a></li> <li><a href="https://researchguides.library.wisc.edu/gettingstartedsearching">Lit Searching Intro</a></li> <li><a href="https://researchguides.library.wisc.edu/smph_esc">Lit Searching: Health Ed Research</a></li> <li><a href="https://researchguides.library.wisc.edu/publication-tracking">Publication Tracking</a> | <a href="https://researchguides.library.wisc.edu/researcherprofiles/orcid">ORCiD</a></li> <li><a href="https://researchguides.library.wisc.edu/citing">Style Guides</a></li> <li><a href="https://researchguides.library.wisc.edu/systematic-reviews">Systematic Reviews</a> | <a href="https://researchguides.library.wisc.edu/covidence">Covidence</a></li> <li><a href="https://researchguides.library.wisc.edu/health-sciences-tests-measurements">Tests & Measurements</a></li> <li><a href="https://researchguides.library.wisc.edu/health-science-tutorials">Tutorials</a></li> <li><a href="https://researchguides.library.wisc.edu/where-should-i-publish">Where Should I Publish?</a></li> <li><a style="color: #990000 !important;" href="https://ebling.library.wisc.edu/materials/subject-guides/">All Guides</a></li> </ul> </div> </div> <p><!--- end of flex grid subject guides ---></p> </div> </div><div class="uw-page-element uw-pe uw-pe-text_block" data-page-element="text_block" > <div class="uw-text-block"> <div class="flex-grid"> <div class="col"> <h2>STAFF</h2> <div class="wpdt-c wdt-skin-light"> <input type="hidden" id="wdtNonceFrontendEdit_5" name="wdtNonceFrontendEdit_5" value="7097a495ab" /><input type="hidden" name="_wp_http_referer" value="/" /> <input type="hidden" id="table_1_desc" value='{"tableId":"table_1","tableType":"manual","selector":"#table_1","responsive":false,"responsiveAction":"icon","editable":false,"inlineEditing":false,"infoBlock":false,"pagination":1,"paginationAlign":"right","paginationLayout":"full_numbers","paginationLayoutMobile":"simple","file_location":"","tableSkin":"light","scrollable":false,"globalSearch":false,"showRowsPerPage":false,"popoverTools":false,"hideBeforeLoad":false,"number_format":1,"decimalPlaces":2,"spinnerSrc":"https:\/\/ebling.library.wisc.edu\/wp-content\/plugins\/wpdatatables-5.8\/assets\/\/img\/spinner.gif","groupingEnabled":false,"tableWpId":5,"dataTableParams":{"sDom":"BT\u003C\u0027clear\u0027\u003Etp","bSortCellsTop":false,"bFilter":true,"bPaginate":true,"sPaginationType":"full_numbers","aLengthMenu":[[1,5,10,25,50,100,-1],[1,5,10,25,50,100,"All"]],"iDisplayLength":25,"columnDefs":[{"sType":"formatted-num","wdtType":"int","bVisible":false,"orderable":true,"searchable":true,"InputType":"text","name":"wdt_ID","origHeader":"wdt_ID","notNull":false,"conditionalFormattingRules":[],"className":"numdata integer column-wdt_id","aTargets":[0]},{"sType":"string","wdtType":"string","bVisible":true,"orderable":false,"searchable":true,"InputType":"text","name":"department","origHeader":"department","notNull":false,"conditionalFormattingRules":[],"className":" column-department","aTargets":[1]},{"sType":"string","wdtType":"string","bVisible":true,"orderable":true,"searchable":true,"InputType":"text","name":"staff","origHeader":"staff","notNull":false,"conditionalFormattingRules":[],"className":" column-staff","aTargets":[2]}],"bAutoWidth":false,"order":[[1,"asc"]],"ordering":true,"fixedHeader":{"header":false,"headerOffset":0},"fixedColumns":false,"oLanguage":{"sSearchPlaceholder":""},"buttons":[],"bProcessing":false,"serverSide":true,"ajax":{"url":"https:\/\/ebling.library.wisc.edu\/wp-admin\/admin-ajax.php?action=get_wdtable&table_id=5","type":"POST"},"oSearch":{"bSmart":false,"bRegex":false,"sSearch":""}},"tabletWidth":"1024","mobileWidth":"480","renderFilter":"header","advancedFilterEnabled":false,"serverSide":true,"autoRefreshInterval":0,"processing":true,"fnServerData":true,"columnsFixed":0,"sumFunctionsLabel":"","avgFunctionsLabel":"","minFunctionsLabel":"","maxFunctionsLabel":"","columnsDecimalPlaces":{"wdt_ID":-1,"department":-1,"staff":-1},"columnsThousandsSeparator":{"wdt_ID":0},"sumColumns":[],"avgColumns":[],"sumAvgColumns":[],"timeFormat":"h:i A","datepickFormat":"mm\/dd\/yy"}'/> <table id="table_1" class="display nowrap data-t data-t wpDataTable wpDataTableID-5" style="" data-described-by='table_1_desc' data-wpdatatable_id="5"> <!-- Table header --> <thead> <tr> <th class="wdtheader sort numdata integer" style="">wdt_ID</th> <th data-class="expand" class="wdtheader" style="">department</th> <th class="wdtheader sort" style="">staff</th> </tr> </thead> <!-- /Table header --> <!-- Table body --> <tbody> <tr id="table_5_row_0"> <td style="">1</td> <td style="">Administration</td> <td style=""><a href="/staff/hooper-lane-christopher/" target="_self">Christopher Hooper-Lane</a></td> </tr> <tr id="table_5_row_1"> <td style="">2</td> <td style="">Collections</td> <td style=""><a href="/staff/osmond-andrew/">Andrew Osmond</a></td> </tr> <tr id="table_5_row_2"> <td style="">3</td> <td style="">Facilities</td> <td style=""><a href="/staff/king-joseph/">Joe King</a></td> </tr> <tr id="table_5_row_3"> <td style="">4</td> <td style="">Marketing/Communications</td> <td style=""><a href="/staff/vellardita-lia/">Lia Vellardita</a></td> </tr> <tr id="table_5_row_4"> <td style="">8</td> <td style="">Medical Education</td> <td style=""><a href="/staff/christensen-leslie/">Leslie Christensen</a></td> </tr> <tr id="table_5_row_5"> <td style="">9</td> <td style="">School of Nursing</td> <td style=""><a href="/staff/hitchcock-mary/">Mary Hitchcock</a></td> </tr> <tr id="table_5_row_6"> <td style="">10</td> <td style="">School of Pharmacy</td> <td style=""><a href="/staff/wilson-paije/">Paije Wilson</a></td> </tr> <tr id="table_5_row_7"> <td style="">12</td> <td style="">Population/Public Health</td> <td style=""><a href="/staff/vandagriff-susan//">Susan Vandagriff</a></td> </tr> </tbody> <!-- /Table body --> <!-- Table footer --> <!-- /Table footer --> </table> </div><style> table.wpDataTable { table-layout: fixed !important; } .wpDataTablesWrapper table.wpDataTable td, .WpDataTablesWrapper table.wpDataTable th { padding:12px !important; } .wpDataTablesWrapper table.wpDataTable td.column-link { padding:10px !important; font-weight: bold !important; }table.wpDataTable td.numdata { text-align: right !important; } .wpDataTablesWrapper table.wpDataTable > tbody > tr > td{ border: none !important; } .wpDataTablesWrapper table.wpDataTable > thead > tr > th{ border: none !important; } </style> <style> /* td inner border color */ .wpdt-c.wpDataTablesWrapper table.wpDataTable.wpdtSimpleTable td, .wpdt-c .wpDataTablesWrapper table.wpDataTable td { border-color: #fcfcfc !important; } /* table outer border color */ .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable tr:last-child td, .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable tr:last-child td.wpdt-merged-cell:last-child, .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable tr:last-child td.wpdt-merged-cell, .wpdt-c .wpDataTablesWrapper table.wpDataTable tr:last-child td { border-bottom-color: #f7f7f7 !important; } .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable tr td:first-child, .wpdt-c .wpDataTablesWrapper table.wpDataTable tr td:first-child { border-left-color: #f7f7f7 !important; } .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable tr td:last-child, .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable tr td.wpdt-merged-cell:last-child, .wpdt-c .wpDataTablesWrapper table.wpDataTable tr td:last-child { border-right-color: #f7f7f7 !important; } .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable tr:first-child td { border-top-color: #f7f7f7 !important; } /* odd rows background color */ .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable tr.odd td, .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd td { background-color: #dadfe1 !important; } .wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr:nth-child(2) th { overflow: visible; } </style> <style> .wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='5'] > tbody > tr > td{ border: none !important; } .wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='5'] > thead { border: none !important; } .wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='5'] > tfoot > tr > td{ border: none !important; } .wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='5'] > tfoot { border: none !important; } .wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='5'] > thead > tr > th{ border: none !important; } </style> <style> /* td inner border color */ .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 thead tr:nth-child(2) th, .wpdt-c.wpDataTablesWrapper table.wpDataTable#wpdtSimpleTable-5 td, .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 td, .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 tr.odd td, .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 tr.even td{ border-color: #fcfcfc !important; } .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 thead tr:first-child th:not(:first-child):not(:last-child){ border-left-color: #fcfcfc !important; border-right-color: #fcfcfc !important; } .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 thead tr th:first-child { border-right-color: #fcfcfc !important; border-bottom-color: #fcfcfc !important; } .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 thead tr th:last-child { border-left-color: #fcfcfc !important; border-bottom-color: #fcfcfc !important; } .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 thead tr:nth-child(1) th { border-bottom-color: #fcfcfc !important; } /* table outer border color */ .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-5 tr:last-child td, .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 tr:last-child td{ border-bottom-color: #f7f7f7 !important; } .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 thead tr th:first-child, .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-5 tr td:first-child, .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 tr td:first-child{ border-left-color: #f7f7f7 !important; } .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 thead tr th:last-child, .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-5 tr td:last-child, .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 tr td:last-child{ border-right-color: #f7f7f7 !important; } .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-5 tr:first-child th { border-top-color: #f7f7f7 !important; } </style> <p style="margin-top: -10px !important; font-family: Verlag,'Helvetica Neue',Helvetica,Arial,sans-serif;"><strong><a href="/about-us/staff-directory/">Full Staff Directory</a> | <a href="/about-us/liaison-directory/">Liaison Directory</a></strong></p> </div> </div> </div> </div> </div> <div class="uw-column narrow-column"> <div class="uw-page-element uw-pe uw-pe-latest_posts" data-page-element="latest_posts" ><h2 class="uw-mini-bar uw-content-box-header">News</h2><ul class="uw-posts-listing"><li class="uw-post align-middle"><div class="uw-post-img align-self-top"><img width="150" height="150" src="https://ebling.library.wisc.edu/wp-content/uploads/2025/02/FYI-1.png" class="attachment-thumbnail size-thumbnail" alt="FYI" decoding="async" /></div><div class="uw-post-text"><h3><a href="https://ebling.library.wisc.edu/2025/02/26/ebling-may-be-noisy-on-thursday/">Ebling may be noisy on Thursday</a></h3><p class="uw-post-excerpt">We'll be refreshing the library chairs so there will be some noise and limited seating. </p></div></li><li class="uw-post align-middle"><div class="uw-post-img align-self-top"><img width="120" height="150" src="https://ebling.library.wisc.edu/wp-content/uploads/2024/10/Deadline.png" class="attachment-thumbnail size-thumbnail" alt="Pictures of books on shelves with the words Deadline Soon above them" decoding="async" /></div><div class="uw-post-text"><h3><a href="https://ebling.library.wisc.edu/2025/02/26/upcoming-change-to-your-uw-library-borrowing-account/">Opt-in by 03/01 to retain your library account history</a></h3><p class="uw-post-excerpt">Want to keep seeing the library books you've borrowed over the years? This post is for you! </p></div></li><li class="uw-post align-middle"><div class="uw-post-img align-self-top"><img width="150" height="113" src="https://ebling.library.wisc.edu/wp-content/uploads/2025/02/Untitled-design.png" class="attachment-thumbnail size-thumbnail" alt="Decorative image, line drawing of a woman at a computer" decoding="async" /></div><div class="uw-post-text"><h3><a href="https://ebling.library.wisc.edu/2025/02/26/managing-your-online-scholarly-presence-with-citations-and-metrics/">Managing Your Online Scholarly Presence with Citations and Metrics</a></h3><p class="uw-post-excerpt">Our free online workshop is on 03/05, register to save your spot.</p></div></li><li class="uw-post align-middle"><div class="uw-post-img align-self-top"><img width="150" height="150" src="https://ebling.library.wisc.edu/wp-content/uploads/2023/12/CorpusBlossomJonArnasonFall23.jpg" class="attachment-thumbnail size-thumbnail" alt="Decorative image. Black and white zoomed in photograph of a flower." decoding="async" loading="lazy" /></div><div class="uw-post-text"><h3><a href="https://ebling.library.wisc.edu/2025/02/10/calling-all-creatives-corpus-callosums-spring-2025-issue-will-be-open-for-submissions-02-10/">Calling all creatives! Corpus Callosum’s Spring 2025 issue now accepting submissions!</a></h3><p class="uw-post-excerpt">Please consider submitting your art, music/multimedia, or writing to Ebling Library’s online arts journal, Corpus Callosum.</p></div></li><li><a class="uw-more-link" href="https://ebling.library.wisc.edu/ebling-library-news/">More News <svg viewBox="0,0,1792,1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b6efaa2.37574369"> <title id="dynid67c00e6b6efaa2.37574369">More</title> <path d="M979 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23zm384 0q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg></a></li></ul></div><div class="uw-page-element uw-pe uw-pe-uw_events_list_element" data-page-element="uw_events_list_element" ><div class='uw-events-list-holder'><h2 class='uw-mini-bar uw-content-box-header'>Ebling Classes & Events</h2><ul class='uw-events uw-events--plugin'> <li class="uw-event"> <div class="uw-event-date"> <div class="uw-event-date-month">Mar</div> <div>05</div> </div> <div class="uw-event-listing"> <p> <span class="uw-event-title"> <a href="https://ebling.library.wisc.edu/event/managing-your-online-scholarly-presence-with-citations-and-metrics/">Managing Your Online Scholarly Presence with Citations and Metrics</a> </span> <span><time datetime="2025-03-05">03/05/2025</time> @ 12:00 pm - 1:00 pm</span> Online/virtual </br><a href='https://go.wisc.edu/twkssf'>Register for Zoom</a> </p> </div> </li> <li class="uw-event"> <div class="uw-event-date"> <div class="uw-event-date-month">Mar</div> <div>12</div> </div> <div class="uw-event-listing"> <p> <span class="uw-event-title"> <a href="https://ebling.library.wisc.edu/event/zotero-2/">Introduction to Zotero</a> </span> <span><time datetime="2025-03-12">03/12/2025</time> @ 12:00 pm - 1:00 pm</span> Online/virtual </br><a href='https://go.wisc.edu/j048q8'>Register for Zoom</a> </p> </div> </li> <li class="uw-event"> <div class="uw-event-date"> <div class="uw-event-date-month">Apr</div> <div>02</div> </div> <div class="uw-event-listing"> <p> <span class="uw-event-title"> <a href="https://ebling.library.wisc.edu/event/orcid-and-sciencv-for-nih-biographical-sketches/">ORCID and SciENcv for NIH Biographical Sketches</a> </span> <span><time datetime="2025-04-02">04/02/2025</time> @ 12:00 pm - 1:00 pm</span> Online/virtual </br><a href='https://go.wisc.edu/kgd749'>Register for Zoom</a> </p> </div> </li> </ul><a class='uw-more-link' href='https://ebling.library.wisc.edu/ebling-library-classes-events/'>More Classes & Events <svg viewBox="0,0,1792,1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b7230e7.08301410"> <title id="dynid67c00e6b7230e7.08301410">More</title> <path d="M979 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23zm384 0q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg></a></div></div><div class="uw-page-element uw-pe uw-pe-todaywiscedu_events" data-page-element="todaywiscedu_events" ><h2 class="uw-mini-bar uw-content-box-header">Health Sciences Events</h2><ul class="uw-events"><li><span class="uw-event-month">February</span><ul class="uw-events"><li class="uw-event"><div class="uw-event-date"><span class="show-for-sr">February</span> 27</div><div class="uw-event-listing"><span class="uw-event-title"><a href="https://today.wisc.edu/events/view/203098">Pediatrics Grand Rounds </a></span><span class="uw-event-subtitle">Neurodiversity Affirming Pediatric Care</span><span class="uw-event-time">7:30 AM</span>, <span class="uw-event-location"><a href="https://uwmadison.zoom.us/j/98611045778">Online</a></span></div></li><li class="uw-event"><div class="uw-event-date"><span class="show-for-sr">February</span> 27</div><div class="uw-event-listing"><span class="uw-event-title"><a href="https://today.wisc.edu/events/view/206156">Distinguished Seminars in Microbiology: Dr. Matt Medeiros</a></span><span class="uw-event-subtitle">Stability and function of the mosquito microbiome</span><span class="uw-event-time">3:30 PM</span>, <span class="uw-event-location"><a href="https://map.wisc.edu/?initObj=0060">1220 Ebling Symposium Center, Microbial Sciences</a></span></div></li><li class="uw-event"><div class="uw-event-date"><span class="show-for-sr">February</span> 28</div><div class="uw-event-listing"><span class="uw-event-title"><a href="https://today.wisc.edu/events/view/204521">Ophthalmology Grand Rounds - Virtual</a></span><span class="uw-event-subtitle">Breanna Aldred, MD, "Seeing the Wild Side: Exceptional Eyes in the Animal Kingdom;" Sina Rashidi Kikanloo, MD, "Flaps, Lasers, and Cuts, Oh My: Complications in Refractive Surgery"</span><span class="uw-event-time">7:00 AM</span>, <span class="uw-event-location"><a href="https://uwmadison.zoom.us/j/95896072184?pwd=F8ijBP6bsrjdWba3rbmYy4z8vRSURF.1">Online</a></span></div></li><li class="uw-event"><div class="uw-event-date"><span class="show-for-sr">February</span> 28</div><div class="uw-event-listing"><span class="uw-event-title"><a href="https://today.wisc.edu/events/view/203556">R Programming: Reports</a></span><span class="uw-event-time">10:00 AM</span>, <span class="uw-event-location">Online, connection information will be sent in advance</span></div></li><li class="uw-event"><div class="uw-event-date"><span class="show-for-sr">February</span> 28</div><div class="uw-event-listing"><span class="uw-event-title"><a href="https://today.wisc.edu/events/view/205889">HSMT Brown Bag</a></span><span class="uw-event-subtitle">Jeremy Greene</span><span class="uw-event-time">12:00 PM</span>, <span class="uw-event-location"><a href="https://map.wisc.edu/?initObj=0469">Curti Lounge, Mosse Humanities Building</a></span></div></li></ul></li></ul><div><a class="uw-more-link" href="http://today.wisc.edu/events/feed/71">More events <svg viewBox="0,0,1792,1792" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b725ed4.46396028"> <title id="dynid67c00e6b725ed4.46396028">More</title> <path d="M979 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23zm384 0q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg></a></div></div> </div> </div> <!-- UW INNER ROW --> </div> <!--OUTER ROW --> </div> <!-- End Entry Contnet --> </article> </main> </div> <footer id="colophon" class="uw-footer"> <h2 class="show-for-sr uw-footer-header">Site footer content</h2> <div class="uw-footer-content"> <div class="uw-logo"> <a href="https://www.wisc.edu" aria-label="Link to main university website"> <svg viewBox="0 0 326 216" version="1.1" role="img" focusable="false" aria-labelledby="dynid67c00e6b72a0e3.34098474"> <title id="dynid67c00e6b72a0e3.34098474">University logo that links to main university website</title> <g> <path d="M21.3,195.1c-5.7-4.1-6.2-3.7-8.3-10.1l-7.3-23c-1.1-3.4-2.1-7.5-5.2-9.6v-0.2h9.1c-0.2,1.4,0.4,3.3,0.7,4.5l9.3,28.9 l7.3-23.7c1.2-3.8,2.4-7.8-1-9.6v-0.2h8.8c-0.4,1.6,0.1,3.5,0.9,6.3l8.7,27l7-22.8c1.1-3.5,3.2-8.6-1.7-10.3v-0.2h9.6l-13.1,42.8 c-5.7-3.9-6.2-3.6-8.2-10L31,163.7L21.3,195.1z"/> <path d="M64.5,161.1c0-2.9,0.4-7.4-2.7-8.6v-0.2h11.8v0.2c-3.1,1.2-2.7,5.8-2.7,8.6v23.5c0,2.8-0.4,7.3,2.7,8.5v0.2H61.7v-0.2 c3.1-1.1,2.7-5.7,2.7-8.5V161.1z"/> <path d="M102.2,159.7c-2.4-2.5-6.3-3.9-9.8-3.9c-3.5,0-8,1.4-8,5.7c0,8.5,21.4,8.4,21.4,19.9c0,6.7-7,12.9-16.7,12.9 c-3.8,0-7.6-0.6-11.1-1.9l-1.8-7.8c3.7,3.2,8.8,5.2,13.6,5.2c3.5,0,8.9-2.1,8.9-6.5c0-9.7-21.4-8-21.4-21.2c0-7.8,8-10.8,15.6-10.8 c3.1,0,6.3,0.4,9.3,1.4V159.7z"/> <path d="M141.5,160c-3.4-2.2-7.4-3.5-11.5-3.5c-8.6,0-14.6,6.3-14.6,15.3c0,9.2,6.2,17.3,15.8,17.3c4.7,0,9.3-1.7,13.3-3.9h0.2 l-3.2,7.2c-2.9,1.4-6.2,1.9-9.4,1.9c-14.7,0-23.8-8.2-23.8-21.5c0-12.9,9.1-21.4,21.8-21.4c3.8,0,7.7,0.7,11.3,1.6V160z"/> <path d="M189.9,172.3c0,12.7-10.5,21.9-22.9,21.9c-12.3,0-22.7-8.8-22.7-21.6c0-11.8,10.3-21.7,23.3-21.4 C180.7,151.2,189.9,161.1,189.9,172.3z M151.3,172.1c0,8.7,6.2,17.7,15.9,17.7c9.5,0,15.5-6.9,15.5-16.2c0-9.1-5.8-17.9-15.6-17.9 C157.5,155.7,151.3,162.7,151.3,172.1z"/> <path d="M199.3,185.2c0,3.5-0.1,6,3.2,7.9v0.2h-11v-0.2c3.3-1.9,3.3-4.4,3.3-7.9v-24.8c0-3.5,0-6-3.2-7.8v-0.2h9.1v0.1 c0.2,0.7,0.5,1.1,0.9,1.6l0.9,1.2l22.8,28.8v-23.6c0-3.5,0.1-6-3.2-7.8v-0.2h11v0.2c-3.2,1.9-3.2,4.4-3.2,7.8v34.9 c-4.4-1.5-6.4-3.5-9.1-7.1l-21.4-27.1V185.2z"/> <path d="M261.2,159.7c-2.4-2.5-6.3-3.9-9.8-3.9c-3.5,0-8,1.4-8,5.7c0,8.5,21.4,8.4,21.4,19.9c0,6.7-7,12.9-16.7,12.9 c-3.8,0-7.6-0.6-11.1-1.9l-1.8-7.8c3.7,3.2,8.8,5.2,13.6,5.2c3.5,0,8.9-2.1,8.9-6.5c0-9.7-21.4-8-21.4-21.2c0-7.8,8-10.8,15.6-10.8 c3.1,0,6.3,0.4,9.3,1.4V159.7z"/> <path d="M270.7,161.1c0-2.9,0.4-7.4-2.7-8.6v-0.2h11.8v0.2c-3.1,1.2-2.7,5.8-2.7,8.6v23.5c0,2.8-0.4,7.3,2.7,8.5v0.2H268v-0.2 c3.1-1.1,2.7-5.7,2.7-8.5V161.1z"/> <path d="M291.8,185.2c0,3.5-0.1,6,3.2,7.9v0.2h-11v-0.2c3.3-1.9,3.3-4.4,3.3-7.9v-24.8c0-3.5,0-6-3.2-7.8v-0.2h9.1v0.1 c0.2,0.7,0.5,1.1,0.9,1.6l0.9,1.2l22.8,28.8v-23.6c0-3.5,0.1-6-3.2-7.8v-0.2h11v0.2c-3.2,1.9-3.2,4.4-3.2,7.8v34.9 c-4.4-1.5-6.4-3.5-9.1-7.1l-21.4-27.1V185.2z"/> </g> <g> <path d="M11.7,203.2v7c0,2.7,1.5,3.5,3,3.5c1.7,0,3-0.8,3-3.5v-7h1.5v6.9c0,3.8-2.1,4.8-4.5,4.8c-2.4,0-4.5-1.2-4.5-4.7v-7H11.7z"/> <path d="M22.3,214.8v-11.6h2c1.7,2.7,5.3,8.5,5.9,9.7h0c-0.1-1.5-0.1-3.3-0.1-5.2v-4.5h1.4v11.6h-1.9c-1.5-2.5-5.3-8.7-6-10h0 c0.1,1.3,0.1,3.3,0.1,5.4v4.6H22.3z"/> <path d="M36.6,203.2v11.6h-1.5v-11.6H36.6z"/> <path d="M42.9,214.8l-4.2-11.6h1.6l2,5.8c0.6,1.7,1.2,3.4,1.4,4.5h0c0.2-0.9,0.9-2.7,1.5-4.4l2.1-5.8H49l-4.4,11.6H42.9z"/> <path d="M58.4,209.3h-5.7v4.1H59l-0.2,1.3h-7.6v-11.6h7.5v1.3h-6v3.5h5.7V209.3z"/> <path d="M63,209.7v5.1h-1.5v-11.6H66c2.4,0,3.6,1.3,3.6,3.1c0,1.5-0.9,2.4-2,2.7c0.9,0.2,1.8,1,1.8,3v0.5c0,0.8,0,1.8,0.2,2.3h-1.5 c-0.2-0.5-0.2-1.4-0.2-2.5V212c0-1.6-0.5-2.4-2.5-2.4H63z M63,208.4h2.5c1.8,0,2.5-0.7,2.5-2c0-1.2-0.8-1.9-2.4-1.9H63V208.4z"/> <path d="M73.3,211.5c0.3,1.4,1.3,2.1,2.9,2.1c1.8,0,2.5-0.8,2.5-1.9c0-1.2-0.6-1.8-2.9-2.4c-2.7-0.7-3.7-1.6-3.7-3.2 c0-1.7,1.3-3.1,3.8-3.1c2.8,0,3.9,1.6,4.1,3.1h-1.6c-0.2-1-0.8-1.9-2.5-1.9c-1.4,0-2.2,0.6-2.2,1.7c0,1.1,0.6,1.5,2.7,2 c3.3,0.8,3.9,2.1,3.9,3.6c0,1.9-1.4,3.3-4.2,3.3c-2.9,0-4.2-1.6-4.4-3.4H73.3z"/> <path d="M84.5,203.2v11.6H83v-11.6H84.5z"/> <path d="M90.4,204.5h-3.7v-1.3h9v1.3h-3.7v10.3h-1.5V204.5z"/> <path d="M101.2,214.8v-4.2c0-0.1,0-0.2-0.1-0.3l-4.1-7h1.8c1,1.9,2.7,4.9,3.3,5.9c0.5-1,2.2-4,3.3-5.9h1.6l-4.2,7 c0,0.1-0.1,0.1-0.1,0.3v4.2H101.2z"/> <path d="M123.5,208.9c0,3.2-1.8,6-5.4,6c-3.4,0-5.3-2.6-5.3-5.9c0-3.3,1.9-5.9,5.4-5.9C121.5,203,123.5,205.5,123.5,208.9z M114.4,208.9c0,2.5,1.3,4.7,3.8,4.7c2.7,0,3.8-2.2,3.8-4.7c0-2.5-1.2-4.6-3.8-4.6C115.5,204.3,114.4,206.5,114.4,208.9z"/> <path d="M126.3,203.2h7.4v1.3h-5.9v3.8h5.5v1.3h-5.5v5.2h-1.5V203.2z"/> <path d="M142.5,214.8l-3.1-11.6h1.6c0.9,3.8,2.1,8.6,2.4,9.9h0c0.3-1.5,1.9-6.9,2.6-9.9h1.5c0.7,2.6,2.3,8.5,2.5,9.8h0 c0.4-2,2-7.5,2.6-9.8h1.5l-3.4,11.6h-1.6c-0.7-2.7-2.2-8.2-2.5-9.6h0c-0.3,1.7-1.8,6.9-2.6,9.6H142.5z"/> <path d="M158,203.2v11.6h-1.5v-11.6H158z"/> <path d="M162.2,211.5c0.3,1.4,1.3,2.1,2.9,2.1c1.8,0,2.5-0.8,2.5-1.9c0-1.2-0.6-1.8-2.9-2.4c-2.7-0.7-3.7-1.6-3.7-3.2 c0-1.7,1.3-3.1,3.8-3.1c2.8,0,3.9,1.6,4.1,3.1h-1.6c-0.2-1-0.8-1.9-2.5-1.9c-1.4,0-2.2,0.6-2.2,1.7c0,1.1,0.6,1.5,2.7,2 c3.3,0.8,3.9,2.1,3.9,3.6c0,1.9-1.4,3.3-4.2,3.3c-2.9,0-4.2-1.6-4.4-3.4H162.2z"/> <path d="M181.1,211.5c-0.5,2-2,3.4-4.6,3.4c-3.5,0-5.2-2.6-5.2-5.9c0-3.1,1.7-6,5.3-6c2.7,0,4.2,1.6,4.6,3.5h-1.5 c-0.4-1.3-1.2-2.2-3.1-2.2c-2.6,0-3.6,2.3-3.6,4.7c0,2.3,1,4.7,3.7,4.7c1.8,0,2.6-1,3-2.1H181.1z"/> <path d="M193.9,208.9c0,3.2-1.8,6-5.4,6c-3.4,0-5.3-2.6-5.3-5.9c0-3.3,1.9-5.9,5.4-5.9C191.8,203,193.9,205.5,193.9,208.9z M184.7,208.9c0,2.5,1.3,4.7,3.8,4.7c2.7,0,3.8-2.2,3.8-4.7c0-2.5-1.2-4.6-3.8-4.6C185.9,204.3,184.7,206.5,184.7,208.9z"/> <path d="M196.6,214.8v-11.6h2c1.7,2.7,5.3,8.5,5.9,9.7h0c-0.1-1.5-0.1-3.3-0.1-5.2v-4.5h1.4v11.6H204c-1.5-2.5-5.3-8.7-6-10h0 c0.1,1.3,0.1,3.3,0.1,5.4v4.6H196.6z"/> <path d="M210.1,211.5c0.3,1.4,1.3,2.1,2.9,2.1c1.8,0,2.5-0.8,2.5-1.9c0-1.2-0.6-1.8-2.9-2.4c-2.7-0.7-3.7-1.6-3.7-3.2 c0-1.7,1.3-3.1,3.8-3.1c2.8,0,3.9,1.6,4.1,3.1h-1.6c-0.2-1-0.8-1.9-2.5-1.9c-1.4,0-2.2,0.6-2.2,1.7c0,1.1,0.6,1.5,2.7,2 c3.3,0.8,3.9,2.1,3.9,3.6c0,1.9-1.4,3.3-4.2,3.3c-2.9,0-4.2-1.6-4.4-3.4H210.1z"/> <path d="M221.3,203.2v11.6h-1.5v-11.6H221.3z"/> <path d="M224.8,214.8v-11.6h2c1.7,2.7,5.3,8.5,5.9,9.7h0c-0.1-1.5-0.1-3.3-0.1-5.2v-4.5h1.4v11.6h-1.9c-1.5-2.5-5.3-8.7-6-10h0 c0.1,1.3,0.1,3.3,0.1,5.4v4.6H224.8z"/> <path d="M243.4,209.8v1.3h-6.6v-1.3H243.4z"/> <path d="M256.1,209.8c0-2.2,0-4.3,0.1-5.6h-0.1c-0.5,1.9-2.4,6.8-3.7,10.5H251c-1-3-2.9-8.5-3.5-10.5h0c0.1,1.3,0.1,3.9,0.1,5.9 v4.6h-1.4v-11.6h2.3c1.3,3.6,2.9,8.2,3.3,9.7h0c0.3-1.1,2.2-6.2,3.5-9.7h2.2v11.6h-1.5V209.8z"/> <path d="M262.6,211.3l-1.2,3.5h-1.5l4.1-11.6h1.9l4.3,11.6h-1.6l-1.3-3.5H262.6z M266.8,210c-1.1-3-1.7-4.7-2-5.5h0 c-0.3,1-1,2.9-1.8,5.5H266.8z"/> <path d="M272.3,203.2h4.1c3.3,0,5.5,2.2,5.5,5.7c0,3.4-2.1,5.9-5.5,5.9h-4.1V203.2z M273.8,213.5h2.4c2.7,0,4-2,4-4.6 c0-2.3-1.2-4.4-4-4.4h-2.4V213.5z"/> <path d="M286.2,203.2v11.6h-1.5v-11.6H286.2z"/> <path d="M290.3,211.5c0.3,1.4,1.3,2.1,2.9,2.1c1.8,0,2.5-0.8,2.5-1.9c0-1.2-0.6-1.8-2.9-2.4c-2.7-0.7-3.7-1.6-3.7-3.2 c0-1.7,1.3-3.1,3.8-3.1c2.8,0,3.9,1.6,4.1,3.1h-1.6c-0.2-1-0.8-1.9-2.5-1.9c-1.4,0-2.2,0.6-2.2,1.7c0,1.1,0.6,1.5,2.7,2 c3.3,0.8,3.9,2.1,3.9,3.6c0,1.9-1.4,3.3-4.2,3.3c-2.9,0-4.2-1.6-4.4-3.4H290.3z"/> <path d="M310.1,208.9c0,3.2-1.8,6-5.4,6c-3.4,0-5.3-2.6-5.3-5.9c0-3.3,1.9-5.9,5.4-5.9C308.1,203,310.1,205.5,310.1,208.9z M301,208.9c0,2.5,1.3,4.7,3.8,4.7c2.7,0,3.8-2.2,3.8-4.7c0-2.5-1.2-4.6-3.8-4.6C302.2,204.3,301,206.5,301,208.9z"/> <path d="M312.9,214.8v-11.6h2c1.7,2.7,5.3,8.5,5.9,9.7h0c-0.1-1.5-0.1-3.3-0.1-5.2v-4.5h1.4v11.6h-1.9c-1.5-2.5-5.3-8.7-6-10h0 c0.1,1.3,0.1,3.3,0.1,5.4v4.6H312.9z"/> </g> <path d="M211.4,52c-0.3-3-0.8-6-1.4-8.9c-0.6-2.7-1.3-5.4-2.3-8c-1-2.8-2.2-5.5-3.6-8c-1.4-2.4-3-4.6-4.8-6.7 c-4.9-5.4-11.1-8.4-17.8-8.5l-0.1,0c-1.1-2.4-4.1-4.4-6.8-4.7c0,0-1.4-6-7.8-6.1c-6.4,0-7.8,6.1-7.8,6.1c-2.6,0.4-5.7,2.3-6.8,4.7 l-0.1,0c-6.8,0.1-12.9,3.1-17.8,8.5c-1.9,2-3.4,4.3-4.8,6.7c-1.4,2.5-2.6,5.3-3.6,8c-0.9,2.6-1.7,5.3-2.3,8 c-0.6,2.9-1.1,5.9-1.4,8.9c-3.7,36.8,12.8,82,42.5,88.9c0.5,0.7,1.5,2.1,2.1,2.1c0.6,0,1.6-1.4,2.1-2.1 C198.6,134,215.1,88.8,211.4,52z M166.8,2.5c5.2,0,6.4,4.4,6.4,4.5c-2.6,0.2-5,1.7-6.3,4c0,0-0.1,0.2-0.1,0.2 c-0.1,0-0.1-0.1-0.1-0.2c-1.3-2.3-3.7-3.8-6.3-4C160.4,6.9,161.5,2.5,166.8,2.5z M163.7,9.5c1.3,0.8,2.2,2,2.6,3.4 c0.1,0.4,0.3,0.7,0.4,0.7s0.3-0.3,0.4-0.7c0.4-1.4,1.3-2.7,2.6-3.4c3.8-2.3,8.1-0.8,9.8,2.6c-0.9,0.1-1.7,0.4-2.7,0.7 c-1.5,0.5-2.8,1.2-3.9,2.1c-2.4,2.2-4.5,5.6-4.9,9.9c-1.1,11.9,12.6,10,13.2,10c1.8,0,3.1-2.8,3.1-6.5c0-3.7-1.4-6.5-3.1-6.5 c-1.1,0-2.9,0.8-3.1,4.1c-0.1,2.3,1,5.4,2.5,5.6c0.8,0.1,1.5-1.2,1.7-2.6c0.2-1.2,0.1-3-1-3.3c-0.3-0.1-0.7,0.1-0.8,0.5 c-0.1,0.3,0.7,0.8,0.6,2.2c0,2-2.1,1-1.8-2.2c0.2-2.9,1.7-2.7,1.8-2.7c0.8,0,2.1,1.7,2.1,4.9c0,2.8-1.4,5.9-4,4.3 c-2.2-1.6-3.1-5.3-2.5-8.2c0.3-1.3,1.4-4.9,5.1-4.9c5.3,0,10.2,2.8,14.2,8c-0.4,1.4-3.2,6.7-11.8,11.7c-0.2,0.1-0.5,0.3-0.5,0.2 c-2.6-1.1-5.1-1.8-8-1.6c-2.6,0.1-5.1,0.6-7.5,1.2c-0.5,0.1-1,0.2-1.5,0.2c-0.5,0-1-0.1-1.5-0.2c-2.5-0.6-5-1.1-7.5-1.2 c-2.9-0.2-5.4,0.5-8,1.6c0,0-0.3-0.2-0.5-0.2c-8.7-5.1-11.4-10.3-11.8-11.7c3.9-5.2,8.9-8,14.2-8c3.7,0,4.8,3.6,5.1,4.9 c0.6,2.9-0.3,6.6-2.5,8.2c-2.6,1.6-4-1.5-4-4.3c0-3.2,1.2-4.9,2.1-4.9c0.1,0,1.5-0.2,1.8,2.7c0.3,3.2-1.8,4.2-1.8,2.2 c0-1.4,0.7-1.9,0.6-2.2c-0.1-0.3-0.4-0.5-0.8-0.5c-1.1,0.3-1.2,2.1-1,3.3c0.2,1.4,0.9,2.7,1.7,2.6c1.5-0.2,2.6-3.3,2.5-5.6 c-0.2-3.3-2-4.1-3.1-4.1c-1.7,0-3.1,2.8-3.1,6.5c0,3.7,1.3,6.5,3.1,6.5c0.7,0.1,14.3,1.9,13.2-10c-0.4-4.3-2.5-7.7-4.9-9.9 c-1.1-1-2.3-1.6-3.9-2.1c-1.1-0.3-1.8-0.5-2.7-0.7C155.6,8.7,159.9,7.1,163.7,9.5z M138.1,58.5c-4.4-0.4-7.8-1.9-9.4-2.7 c0.7-11.9,3.7-21.2,8.1-27.4c0.8,2,4.2,7.1,12,11.7C142.1,44,139.1,52.3,138.1,58.5z M149.6,41.4c2-1.2,4.5-1.8,7.1-2 c4.5-0.3,7.8,1.4,10,1.5h0.1c2.2-0.1,5.5-1.8,10-1.5c2.6,0.2,5.2,0.7,7.1,2c9.1,5.8,10.4,19.1,10.5,23.5c0.6,15.5-4.2,27.5-5.8,30.9 c-6.3,13.8-13.9,23.6-21.4,26.9l-0.6,0.3l-0.6-0.3c-7.5-3.3-15.1-13.1-21.4-26.9c-1.5-3.3-6.4-15.4-5.8-30.9 C139.2,60.6,140.5,47.2,149.6,41.4z M137.9,59.3c-0.3,2.3-0.5,4.2-0.5,5.4c-0.2,4.3,0,8.6,0.6,12.9c0.6,4,1.5,8,2.7,11.9 c1.7,5.3,4,10.3,6.7,15.2c-2.8,2.5-7,3.5-8.4,3.8c-7.5-15-11.4-34.3-10.5-51.7C130.4,57.6,133.7,59,137.9,59.3z M147.9,105.4 c5,8.6,10,13.8,13.7,16.5c-1.4,3.5-4.6,6.2-5.8,7.1c-6.5-4.4-12-11.3-16.4-19.7C141.2,108.9,145.1,107.9,147.9,105.4z M162.4,122.4 c2,1.5,4.1,2.3,4.3,2.4c0.3-0.1,2.3-0.9,4.3-2.4c1.4,3.4,4.4,6,5.7,7.1c-1.9,1.2-3.8,2.2-5.8,2.9c0-0.1,0-0.1,0-0.2 c-0.4-2.1-3.2-2.6-4.2-2.6c-1,0-3.8,0.4-4.2,2.6c0,0.1,0,0.1,0,0.2c-2-0.7-4-1.7-5.8-2.9C158,128.4,161,125.8,162.4,122.4z M171.9,121.9c3.8-2.7,8.7-7.9,13.7-16.5c2.8,2.5,6.7,3.5,8.4,3.8c-4.3,8.4-9.9,15.3-16.4,19.7C176.5,128.1,173.2,125.4,171.9,121.9 z M186,104.6c2.7-4.8,5-9.9,6.7-15.2c1.2-3.9,2.1-7.9,2.7-11.9c0.6-4.3,0.8-8.6,0.6-12.9c0-1.2-0.2-3.1-0.5-5.4 c4.3-0.4,7.6-1.7,9.3-2.6c0.9,17.4-3,36.8-10.5,51.7C193,108.2,188.8,107.2,186,104.6z M195.4,58.5c-1-6.2-4.1-14.3-10.7-18.5 c7.8-4.6,11.2-9.7,12-11.7c4.4,6.2,7.4,15.5,8.1,27.4C203.3,56.6,199.9,58.1,195.4,58.5z M161.9,138.3c-3.4-1.1-6.6-2.7-9.5-4.8 c-1.9-1.3-3.6-2.7-5.3-4.3c-1.3-1.3-2.6-2.6-3.8-4c-0.8-1-1.6-1.9-2.4-2.9c-3.6-4.8-6.7-10.2-9.1-15.7c-2.3-5.4-4.2-10.9-5.6-16.6 c-1.4-5.8-2.4-11.7-2.9-17.6c-0.5-5.8-0.6-11.8-0.1-17.6c0.3-3.1,0.6-6.3,1.2-9.4c0.6-3.1,1.3-6.1,2.3-9.1c0.9-2.7,2-5.4,3.4-7.9 c1.4-2.6,3.1-5.1,5.1-7.2c1.9-2,4-3.7,6.4-5c1-0.5,2.1-1,3.1-1.4c0.5-0.2,1.1-0.4,1.7-0.5c0.5-0.1,1.1-0.4,1.7-0.4 c1.4-0.3,2.8-0.4,4.2-0.4c1.1,0,3.9,0.2,6.3,1.7c2.7,1.9,5,5,5.4,9.8c0.6,7.3-6.8,8.5-8.3,8.5c-0.2,0-0.3-0.2,0.4-1 c1.7-2.2,2.3-5.6,1.7-8.3c-0.7-3.4-3.1-6-6.5-6c-5.2,0-9.8,2.6-13.2,6.3c-3.3,3.6-5.6,8.2-7.3,12.8c-2.1,5.9-3.2,12.2-3.6,18.5 c-0.4,5.8-0.2,11.6,0.4,17.3c0.6,5.8,1.7,11.6,3.2,17.2c1.5,5.5,3.4,10.9,5.7,16c2.4,5.2,5.3,10.2,8.9,14.7 c3.6,4.5,8.1,8.5,13.2,11.2c1.2,0.6,2.4,1.1,3.6,1.6c-0.1,1.9,0.4,3.6,1.1,5C162.6,138.6,162.6,138.5,161.9,138.3z M167.3,140.8 c0,0-0.3,0.3-0.5,0.3c-0.3,0-0.5-0.3-0.5-0.3c-1.3-1.6-3.2-4.7-2.5-8.4c0.2-1,2-1.5,3-1.5c1,0,2.8,0.5,3,1.5 C170.4,136.1,168.5,139.2,167.3,140.8z M210.2,72.4c-0.5,5.9-1.5,11.8-2.9,17.6c-1.4,5.7-3.2,11.2-5.6,16.6 c-2.4,5.5-5.4,10.9-9.1,15.7c-0.8,1-1.5,2-2.4,2.9c-1.2,1.4-2.5,2.7-3.8,4c-1.6,1.5-3.4,3-5.3,4.3c-2.9,2-6.2,3.7-9.5,4.8 c-0.7,0.2-0.7,0.3-1.5,0.4c0.7-1.4,1.2-3.1,1.1-5c1.2-0.4,2.4-1,3.6-1.6c5.2-2.6,9.6-6.7,13.2-11.2c3.6-4.5,6.5-9.5,8.9-14.7 c2.4-5.2,4.3-10.5,5.7-16c1.5-5.6,2.6-11.4,3.2-17.2c0.6-5.7,0.8-11.5,0.4-17.3c-0.4-6.3-1.5-12.6-3.6-18.5 c-1.6-4.6-3.9-9.2-7.3-12.8c-3.4-3.7-8-6.3-13.2-6.3c-3.4,0-5.8,2.6-6.5,6c-0.6,2.7,0,6.1,1.7,8.3c0.7,0.8,0.6,1,0.4,1 c-1.5,0-9-1.1-8.3-8.5c0.4-4.8,2.8-7.9,5.4-9.8c2.4-1.5,5.2-1.7,6.3-1.7c1.4,0,2.8,0.1,4.2,0.4c0.5,0,1.2,0.2,1.7,0.4 c0.6,0.2,1.1,0.3,1.7,0.5c1.1,0.4,2.1,0.9,3.1,1.4c2.4,1.3,4.6,3.1,6.4,5c2,2.1,3.7,4.6,5.1,7.2c1.4,2.5,2.5,5.2,3.4,7.9 c1,3,1.8,6,2.3,9.1c0.6,3.1,0.9,6.2,1.2,9.4C210.8,60.6,210.7,66.5,210.2,72.4z"/> <path d="M180.3,54.4v3l0.6-0.1c0,0,0.1,0,0.3,0c0.3,0,0.9,0.1,1.3,0.5c0.4,0.4,0.5,1,0.3,1.8c0,0-6.1,26.3-7.2,31.3 C174.3,84.6,167,50,167,50l0-0.1h-1.4l0,0.2c0,0-5.2,33.7-6.3,40.4c-1.4-5.8-7.2-30.8-7.2-30.8c0-0.2,0-0.3,0-0.5 c0-0.7,0.2-1.2,0.5-1.5c0.4-0.4,1.1-0.4,1.2-0.4l0.6,0.1l0-2.9h-10.1v2.9l0.4,0.1c0.2,0,1.4,0.3,1.5,1.4c0,0,11.9,51,12.4,53.1 l0,0.1h1.8l0-0.2c0.1-0.4,4.9-32,5.8-37.9c1.1,5.9,7.3,37.5,7.4,37.9l0,0.1h1.6L187,58.7c0.3-1.1,1.2-1.2,1.6-1.2c0.1,0,0.1,0,0.1,0 l0.6,0v-3.1H180.3z"/> </svg> </a> </div> <div> <h3 class="uw-footer-header">Our Community</h3><ul id="menu-our-community" class=""><li id="menu-item-128" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-128"><a href="https://www.med.wisc.edu/">SMPH</a></li> <li id="menu-item-129" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-129"><a href="https://nursing.wisc.edu/">School of Nursing</a></li> <li id="menu-item-130" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-130"><a href="https://pharmacy.wisc.edu/">School of Pharmacy</a></li> <li id="menu-item-131" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-131"><a href="https://www.vetmed.wisc.edu/">School of Veterinary Medicine</a></li> <li id="menu-item-132" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-132"><a href="https://www.uwhealth.org/">UW Health</a></li> <li id="menu-item-135" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-135"><a href="https://uconnect.wisc.edu/">U-Connect</a></li> <li id="menu-item-133" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-133"><a href="https://www.med.wisc.edu/our-campus/hslc/">HSLC</a></li> <li id="menu-item-136" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-136"><a href="https://my.wisc.edu/portal/">MyUW Portal</a></li> <li id="menu-item-138" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138"><a href="https://www.library.wisc.edu/">UW-Madison Libraries</a></li> </ul></div> <div> <h3 class="uw-footer-header">Popular Links</h3><ul id="menu-popular-links" class=""><li id="menu-item-140" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-140"><a href="/materials/delivery-services/?tabid=1">Article & Book Delivery</a></li> <li id="menu-item-7531" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7531"><a href="https://ebling.library.wisc.edu/materials/purchase-request-suggest-a-title/">Suggest a Purchase</a></li> <li id="menu-item-7530" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7530"><a href="https://ebling.library.wisc.edu/services/course-reserves/">Course Reserves</a></li> <li id="menu-item-145" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-145"><a href="https://uwmadison.app.box.com/login">UW-Madison Box</a></li> <li id="menu-item-152" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-152"><a href="https://videos.med.wisc.edu/">Video Library</a></li> <li id="menu-item-7529" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7529"><a href="https://ebling.library.wisc.edu/?page_id=82">FAQ</a></li> <li id="menu-item-146" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-146"><a href="https://www.library.wisc.edu/services/citation-managers/">Citation Managers</a></li> <li id="menu-item-151" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-151"><a href="https://digital.library.wisc.edu/1711.web/googlescholar">Google Scholar</a></li> <li id="menu-item-150" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-150"><a href="https://digital.library.wisc.edu/1711.web/worldcat">WorldCat</a></li> </ul></div> <div class="uw-footer-contact"> <h3 class="uw-footer-header">Contact Us</h3><ul class="uw-contact-list"><li class="uw-contact-item uw-contact-address">Ebling Library<br /> Health Sciences Learning Ctr<br /> 750 Highland Avenue<br /> Madison, WI 53705-2221</li> <li class="uw-contact-item uw-contact-map-link"> <a href="http://map.wisc.edu/s/4z2paa7s">Map<svg class="uw-map-marker" viewBox="0 0 585 1024" version="1.1" role="img" focusable="false" aria-labelledby="dynid67c00e6b745360.30447367"> <title id="dynid67c00e6b745360.30447367">map marker</title> <path class="path1" d="M438.857 365.714q0-60.571-42.857-103.429t-103.429-42.857-103.429 42.857-42.857 103.429 42.857 103.429 103.429 42.857 103.429-42.857 42.857-103.429zM585.143 365.714q0 62.286-18.857 102.286l-208 442.286q-9.143 18.857-27.143 29.714t-38.571 10.857-38.571-10.857-26.571-29.714l-208.571-442.286q-18.857-40-18.857-102.286 0-121.143 85.714-206.857t206.857-85.714 206.857 85.714 85.714 206.857z"/> </svg></a></li> <li class="uw-contact-item">Email: <a href="mailto:askebling@hsl.wisc.edu">askebling@hsl.wisc.edu</a></li> <li class="uw-contact-item">Phone: <a href="tel:(608) 262-2020">(608) 262-2020</a></li> <li><ul class="uw-social-icons"><li id="uw-icon-youtube" class="uw-social-icon"><a aria-label="youtube" href="http://www.youtube.com/user/EblingLibraryUW"><svg class="uw-social-symbols" viewBox="0 0 576 512" version="1.1" role="img" focusable="false" aria-hidden="true" aria-labelledby="dynid67c00e6b7458d6.64079790"> <title id="dynid67c00e6b7458d6.64079790">youtube</title> <path class="path1" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/> </svg></a></li></ul></li></ul></div> </div> <div class="uw-copyright"> <p>Website feedback, questions or accessibility issues: <a id="uw-website-issues-contact" href="mailto:eblingweb@hsl.wisc.edu">eblingweb@hsl.wisc.edu</a>.</p> <p>Learn more about <a href="https://accessible.wisc.edu/">accessibility at UW–Madison</a>.</p> <p>This site was built using the <a href="https://uwtheme.wordpress.wisc.edu/">UW Theme</a> | <a href="https://www.wisc.edu/privacy-notice/">Privacy Notice</a> | © 2025 Board of Regents of the <a href="https://www.wisconsin.edu">University of Wisconsin System.</a> </p> </div> </footer> <div id="wondergridgallerylightbox_options" data-skinsfoldername="skins/default/" data-jsfolder="https://ebling.library.wisc.edu/wp-content/plugins/wonderplugin-gridgallery/engine/" style="display:none;"></div> <!-- .wpdt-c --> <div class="wpdt-c"> <!-- .wdt-frontend-modal --> <div id="wdt-frontend-modal" class="modal fade wdt-frontend-modal" style="display: none" data-backdrop="static" data-keyboard="false" tabindex="-1" role="dialog" aria-hidden="true"> <!-- .modal-dialog --> <div class="modal-dialog"> <!-- Preloader --> <div class="overlayed wdt-preload-layer"> <div class="preloader pl-lg"> <svg class="pl-circular" viewBox="25 25 50 50"> <circle class="plc-path" cx="50" cy="50" r="20"></circle> </svg> </div> </div> <!-- /Preloader --> <!-- .modal-content --> <div class="modal-content"> <!-- .modal-header --> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title">Dynamic title for modals</h4> </div> <!--/ .modal-header --> <!-- .modal-body --> <div class="modal-body"> </div> <!--/ .modal-body --> <!-- .modal-footer --> <div class="modal-footer"> </div> <!--/ .modal-footer --> </div> <!--/ .modal-content --> </div> <!--/ .modal-dialog --> </div> <!--/ .wdt-frontend-modal --> </div> <!--/ .wpdt-c --> <!-- .wpdt-c --> <div class="wpdt-c"> <!-- #wdt-delete-modal --> <div class="modal fade in" id="wdt-delete-modal" style="display: none" data-backdrop="static" data-keyboard="false" tabindex="-1" role="dialog" aria-hidden="true"> <!-- .modal-dialog --> <div class="modal-dialog"> <!-- .modal-content --> <div class="modal-content"> <!-- .modal-header --> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"> <i class="wpdt-icon-times-full"></i></span></button> <h4 class="modal-title">Are you sure?</h4> </div> <!--/ .modal-header --> <!-- .modal-body --> <div class="modal-body"> <!-- .row --> <div class="row"> <div class="col-sm-12"> <small>Please confirm deletion. There is no undo!</small> </div> </div> <!--/ .row --> </div> <!--/ .modal-body --> <!-- .modal-footer --> <div class="modal-footer"> <hr> <button type="button" class="btn btn-icon-text wdt-cancel-delete-button" data-dismiss="modal"> Cancel</button> <button type="button" class="btn btn-danger btn-icon-text wdt-browse-delete-button" id="wdt-browse-delete-button"><i class="wpdt-icon-trash"></i> Delete</button> </div> <!--/ .modal-footer --> </div> <!--/ .modal-content --> </div> <!--/ .modal-dialog --> </div> <!--/ #wdt-delete-modal --> </div> <!--/ .wpdt-c --><script type="text/javascript"> /* MonsterInsights Scroll Tracking */ if ( typeof(jQuery) !== 'undefined' ) { jQuery( document ).ready(function(){ function monsterinsights_scroll_tracking_load() { if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) { (function(factory) { factory(jQuery); }(function($) { /* Scroll Depth */ "use strict"; var defaults = { percentage: true }; var $window = $(window), cache = [], scrollEventBound = false, lastPixelDepth = 0; /* * Plugin */ $.scrollDepth = function(options) { var startTime = +new Date(); options = $.extend({}, defaults, options); /* * Functions */ function sendEvent(action, label, scrollDistance, timing) { if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) { return; } var paramName = action.toLowerCase(); var fieldsArray = { send_to: 'G-SHPZHYF1KX', non_interaction: true }; fieldsArray[paramName] = label; if (arguments.length > 3) { fieldsArray.scroll_timing = timing MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray); } else { MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray); } } function calculateMarks(docHeight) { return { '25%' : parseInt(docHeight * 0.25, 10), '50%' : parseInt(docHeight * 0.50, 10), '75%' : parseInt(docHeight * 0.75, 10), /* Cushion to trigger 100% event in iOS */ '100%': docHeight - 5 }; } function checkMarks(marks, scrollDistance, timing) { /* Check each active mark */ $.each(marks, function(key, val) { if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) { sendEvent('Percentage', key, scrollDistance, timing); cache.push(key); } }); } function rounded(scrollDistance) { /* Returns String */ return (Math.floor(scrollDistance/250) * 250).toString(); } function init() { bindScrollDepth(); } /* * Public Methods */ /* Reset Scroll Depth with the originally initialized options */ $.scrollDepth.reset = function() { cache = []; lastPixelDepth = 0; $window.off('scroll.scrollDepth'); bindScrollDepth(); }; /* Add DOM elements to be tracked */ $.scrollDepth.addElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.merge(options.elements, elems); /* If scroll event has been unbound from window, rebind */ if (!scrollEventBound) { bindScrollDepth(); } }; /* Remove DOM elements currently tracked */ $.scrollDepth.removeElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.each(elems, function(index, elem) { var inElementsArray = $.inArray(elem, options.elements); var inCacheArray = $.inArray(elem, cache); if (inElementsArray != -1) { options.elements.splice(inElementsArray, 1); } if (inCacheArray != -1) { cache.splice(inCacheArray, 1); } }); }; /* * Throttle function borrowed from: * Underscore.js 1.5.2 * http://underscorejs.org * (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors * Underscore may be freely distributed under the MIT license. */ function throttle(func, wait) { var context, args, result; var timeout = null; var previous = 0; var later = function() { previous = new Date; timeout = null; result = func.apply(context, args); }; return function() { var now = new Date; if (!previous) previous = now; var remaining = wait - (now - previous); context = this; args = arguments; if (remaining <= 0) { clearTimeout(timeout); timeout = null; previous = now; result = func.apply(context, args); } else if (!timeout) { timeout = setTimeout(later, remaining); } return result; }; } /* * Scroll Event */ function bindScrollDepth() { scrollEventBound = true; $window.on('scroll.scrollDepth', throttle(function() { /* * We calculate document and window height on each scroll event to * account for dynamic DOM changes. */ var docHeight = $(document).height(), winHeight = window.innerHeight ? window.innerHeight : $window.height(), scrollDistance = $window.scrollTop() + winHeight, /* Recalculate percentage marks */ marks = calculateMarks(docHeight), /* Timing */ timing = +new Date - startTime; checkMarks(marks, scrollDistance, timing); }, 500)); } init(); }; /* UMD export */ return $.scrollDepth; })); jQuery.scrollDepth(); } else { setTimeout(monsterinsights_scroll_tracking_load, 200); } } monsterinsights_scroll_tracking_load(); }); } /* End MonsterInsights Scroll Tracking */ </script><link rel='stylesheet' id='wdt-include-inter-google-fonts-css' href='https://fonts.googleapis.com/css2?family=Inter%3Awght%40300%3B400%3B500%3B600&display=swap&ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-bootstrap-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/bootstrap/wpdatatables-bootstrap.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-bootstrap-select-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/bootstrap/bootstrap-select/bootstrap-select.min.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-bootstrap-tagsinput-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/bootstrap/bootstrap-tagsinput/bootstrap-tagsinput.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-bootstrap-datetimepicker-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-bootstrap-nouislider-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/bootstrap/bootstrap-nouislider/bootstrap-nouislider.min.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-wp-bootstrap-datetimepicker-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/bootstrap/bootstrap-datetimepicker/wdt-bootstrap-datetimepicker.min.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-bootstrap-colorpicker-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/bootstrap/bootstrap-colorpicker/bootstrap-colorpicker.min.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-wpdt-icons-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/style.min.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-animate-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/animate/animate.min.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-uikit-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/uikit/uikit.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-wpdatatables-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/wdt.frontend.min.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-include-roboto-google-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto%3Awght%40400%3B500&display=swap&ver=5.8.1' media='all' /> <link rel='stylesheet' id='wdt-skin-light-css' href='https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/css/wdt-skins/light.css?ver=5.8.1' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://ebling.library.wisc.edu/wp-includes/css/dashicons.min.css?ver=6.6.2' media='all' /> <link rel='stylesheet' id='uw_events-css' href='https://ebling.library.wisc.edu/wp-content/plugins/uw-events-master/styles/uw-events.css?ver=1.0.27' media='all' /> <script src="https://ebling.library.wisc.edu/wp-content/plugins/impactpubs/ip_script.js" id="ip_script-js"></script> <!--[if lt IE 10]> <script src="https://ebling.library.wisc.edu/wp-content/themes/uw-theme/dist/js/polyfills/classList.js?ver=1.0.0" id="uwmadison-ie-js"></script> <![endif]--> <script src="https://ebling.library.wisc.edu/wp-content/themes/uw-theme/dist/main.min.js?ver=1.32.0" id="uwmadison-script-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/themes/uw-theme/dist/js/jquery-migrate/jquery-migrate.min.js?ver=3.4.0" id="jquery-migrate-js"></script> <script src="https://cdn.wisc.cloud/cookie-consent/1.1.0/uwcookieconsent.min.js?ver=1.1.0" id="uw-cookie-consent-js"></script> <script id="uw-cookie-consent-js-after"> window.addEventListener("load", function(){window.cookieconsent.initialize()}); </script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/bootstrap/bootstrap-select/bootstrap-select.min.js?ver=5.8.1" id="wdt-bootstrap-select-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/bootstrap/bootstrap.min.js?ver=5.8.1" id="wdt-bootstrap-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/bootstrap/bootstrap-select/ajax-bootstrap-select.min.js?ver=5.8.1" id="wdt-bootstrap-ajax-select-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/bootstrap/bootstrap-tagsinput/bootstrap-tagsinput.js?ver=5.8.1" id="wdt-bootstrap-tagsinput-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/moment/moment.js?ver=5.8.1" id="wdt-moment-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js?ver=5.8.1" id="wdt-bootstrap-datetimepicker-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/bootstrap/bootstrap-nouislider/bootstrap-nouislider.min.js?ver=5.8.1" id="wdt-bootstrap-nouislider-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/bootstrap/bootstrap-nouislider/wNumb.min.js?ver=5.8.1" id="wdt-wNumb-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/bootstrap/bootstrap-colorpicker/bootstrap-colorpicker.min.js?ver=5.8.1" id="wdt-bootstrap-colorpicker-js"></script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/bootstrap/bootstrap-growl/bootstrap-growl.min.js?ver=5.8.1" id="wdt-bootstrap-growl-js"></script> <script id="wdt-common-js-extra"> var wpdatatables_edit_strings = {"add_new_entry":"Add new entry","duplicate_entry":"Duplicate entry","back_to_date":"Back to date","browse_file":"Browse","cancel":"Cancel","cannot_be_empty":" field cannot be empty!","cannot_be_edit":"You can't edit this field","changeFileAttachment":"Change","choose_file":"Use selected file","chooseFile":"Choose file","close":"Close","columnAdded":"Column has been added!","columnHeaderEmpty":"Column header cannot be empty!","outOfRangeTypeValue":"Type value is out-of-range!","columnRemoveConfirm":"Please confirm column deletion!","columnRemoved":"Column has been removed!","columnsEmpty":"Please select columns that you want to use in table","copy":"Copy","currentlySelected":"Currently selected","databaseInsertError":"There was an error trying to insert a new row!","databaseDeleteError":"There was an error trying to delete a row!","dataSaved":"Data has been saved!","delete":"Delete","deleteSelected":"Delete selected","detach_file":"detach","edit_entry":"Edit entry","error":"Error!","errorText":"Unable to retrieve results","fileUploadEmptyFile":"Please upload or choose a file from Media Library!","from":"From","getJsonRoots":"JSON roots are found!","invalid_email":"Please provide a valid e-mail address for field","invalid_link":"Please provide a valid URL link for field","invalid_value":"You have entered invalid value. Press ESC to cancel.","lengthMenu":"Show _MENU_ entries","merge":"Merge","modalTitle":"Row details","newColumnName":"New column","selectAll":"Select all","deselectAll":"Deselect all","nothingSelected":"Nothing selected","numberOfColumnsError":"Number of columns can not be empty or 0","numberOfRowsError":"Number of rows can not be empty or 0","oAria":{"sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"},"ok":"Ok","oPaginate":{"sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous"},"previousFilter":"Choose an option in previous filters","replace":"Replace","removeFileAttachment":"Remove","rowDeleted":"Row has been deleted!","saveChart":"Save chart","saveFileAttachment":"Save","select_upload_file":"Select a file to use in table","select_pdf_logo_file":"Select a file to use as the PDF logo","selectFileAttachment":"Select file","selectExcelCsv":"Select an Excel or CSV file","sEmptyTable":"No data available in table","settings_saved_successful":"Plugin settings saved successfully","settings_saved_error":"Unable to save settings of plugin. Please try again or contact us over Support page.","shortcodeSaved":"Shortcode has been copied to the clipboard.","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sInfoPostFix":"","sInfoThousands":",","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sqlError":"SQL error","sSearch":"Search: ","statusInitialized":"Start typing a search query","statusNoResults":"No Results","statusTooShort":"Please enter more characters","search":"Search...","success":"Success!","sZeroRecords":"No matching records found","systemInfoSaved":"System info data has been copied to the clipboard. You can now paste it in file or in support ticket.","tableSaved":"Table saved successfully!","tableNameEmpty":"Table name can not be empty! Please provide a name for your table.","to":"To","purchaseCodeInvalid":"The purchase code is invalid or it has expired","activation_domains_limit":"You have reached maximum number of registered domains","activation_envato_failed":"It seems you don't have a valid purchase of wpDataTables","envato_failed_powerful":"It seems you don't have a valid purchase of Powerful Filters for wpDataTables","envato_failed_report":"It seems you don't have a valid purchase of Report Builder for wpDataTables","envato_failed_gravity":"It seems you don't have a valid purchase of Gravity Forms integration for wpDataTables","envato_failed_formidable":"It seems you don't have a valid purchase of Formidable Forms integration for wpDataTables","pluginActivated":"Plugin has been activated","pluginDeactivated":"Plugin has been deactivated","envato_api_activated":"Activated with Envato","activateWithEnvato":"Activate with Envato","unable_to_deactivate_plugin":"Unable to deactivate plugin. Please try again later.","selected_replace_data_option":"<small>You've selected the <strong>'Replace rows with source data'<\/strong> option. This means that you're about to <strong>delete all the data<\/strong> you currently have in your table and replace it with data from your source file.<br><br> If you have any <strong>date type columns<\/strong> in your file, please make sure you set the <strong>date input format in Main settings of plugin<\/strong> to the one you're using in your source file first.<br><br>Please consider <strong>duplicating your table first<\/strong>, before updating.<br><br><strong>There is no undo.<\/strong><\/small> ","selected_add_data_option":"<small>You've selected the <strong>'Add data to current table data'<\/strong> option. This means that you're about to <strong>add data<\/strong> from the file source to your table.<br><br> If you have any <strong>date type columns<\/strong> in your file, please make sure you set the <strong>date input format in Main settings of plugin<\/strong> to the one you're using in your source file first.<br><br>Please consider <strong>duplicating your table first<\/strong>, before updating.<br><br><strong>There is no undo.<\/strong><\/small>","selected_replace_table_option":"<small>You've selected the <strong>'Replace entire table data'<\/strong> option. This means that you're about to <strong>delete your entire table data and current column settings<\/strong> and replace it with data from your source file with default settings for columns.<br><br> If you have any <strong>date type columns<\/strong> in your file, please make sure you set the <strong>date input format in Main settings of plugin<\/strong> to the one you're using in your source file first. <br><br>Please consider <strong>duplicating your table first<\/strong>, before updating.<br><br><strong>There is no undo.<\/strong><\/small> ","clear_table_data":"Clear table data","star_rating":"Star rating","shortcode":"Shortcode","html_code":"HTML code","media":"Media","link":"Link","clip":"Clip","overflow":"Overflow","wrap":"Wrap","left":"Left","center":"Center","right":"Right","justify":"Justify","top":"Top","middle":"Middle","bottom":"Bottom","insert_row_above":"Insert row above","insert_row_below":"Insert row below","remove_row":"Remove row","insert_col_left":"Insert column left","insert_col_right":"Insert column right","remove_column":"Remove column","alignment":"Alignment","cut":"Cut","insert_custom":"Insert custom","undo":"Undo","redo":"Redo","text_wrapping":"Text wrapping","merge_cells":"Merge cells","api_google_maps_ok":"Google Maps API key is valid!","api_google_maps_not_ok":"There was an error while trying to save Google Maps API key!","api_google_maps_removed":"Google Maps API key is removed!","api_google_key_contains":"API key is valid","validate_api":"Validate & Save","remove_api":"Remove","empty_api_google_key":"API key is not valid!"}; </script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/wpdatatables/admin/common.js?ver=5.8.1" id="wdt-common-js"></script> <script id="wdt-wpdatatables-js-extra"> var wdt_ajax_object = {"ajaxurl":"https:\/\/ebling.library.wisc.edu\/wp-admin\/admin-ajax.php"}; var wpdatatables_settings = {"wdtDateFormat":"m\/d\/Y","wdtTimeFormat":"h:i A","wdtNumberFormat":"1"}; var wpdatatables_mapsapikey = {"wdtGoogleApiMaps":"","wdtGoogleApiMapsValidated":"0"}; var wpdatatables_frontend_strings = {"add_new_entry":"Add new entry","duplicate_entry":"Duplicate entry","back_to_date":"Back to date","browse_file":"Browse","cancel":"Cancel","cannot_be_empty":" field cannot be empty!","cannot_be_edit":"You can't edit this field","changeFileAttachment":"Change","choose_file":"Use selected file","chooseFile":"Choose file","close":"Close","columnAdded":"Column has been added!","columnHeaderEmpty":"Column header cannot be empty!","outOfRangeTypeValue":"Type value is out-of-range!","columnRemoveConfirm":"Please confirm column deletion!","columnRemoved":"Column has been removed!","columnsEmpty":"Please select columns that you want to use in table","copy":"Copy","currentlySelected":"Currently selected","databaseInsertError":"There was an error trying to insert a new row!","databaseDeleteError":"There was an error trying to delete a row!","dataSaved":"Data has been saved!","delete":"Delete","deleteSelected":"Delete selected","detach_file":"detach","edit_entry":"Edit entry","error":"Error!","errorText":"Unable to retrieve results","fileUploadEmptyFile":"Please upload or choose a file from Media Library!","from":"From","getJsonRoots":"JSON roots are found!","invalid_email":"Please provide a valid e-mail address for field","invalid_link":"Please provide a valid URL link for field","invalid_value":"You have entered invalid value. Press ESC to cancel.","lengthMenu":"Show _MENU_ entries","merge":"Merge","modalTitle":"Row details","newColumnName":"New column","selectAll":"Select all","deselectAll":"Deselect all","nothingSelected":"Nothing selected","numberOfColumnsError":"Number of columns can not be empty or 0","numberOfRowsError":"Number of rows can not be empty or 0","oAria":{"sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"},"ok":"Ok","oPaginate":{"sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous"},"previousFilter":"Choose an option in previous filters","replace":"Replace","removeFileAttachment":"Remove","rowDeleted":"Row has been deleted!","saveChart":"Save chart","saveFileAttachment":"Save","select_upload_file":"Select a file to use in table","select_pdf_logo_file":"Select a file to use as the PDF logo","selectFileAttachment":"Select file","selectExcelCsv":"Select an Excel or CSV file","sEmptyTable":"No data available in table","settings_saved_successful":"Plugin settings saved successfully","settings_saved_error":"Unable to save settings of plugin. Please try again or contact us over Support page.","shortcodeSaved":"Shortcode has been copied to the clipboard.","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sInfoPostFix":"","sInfoThousands":",","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sqlError":"SQL error","sSearch":"Search: ","statusInitialized":"Start typing a search query","statusNoResults":"No Results","statusTooShort":"Please enter more characters","search":"Search...","success":"Success!","sZeroRecords":"No matching records found","systemInfoSaved":"System info data has been copied to the clipboard. You can now paste it in file or in support ticket.","tableSaved":"Table saved successfully!","tableNameEmpty":"Table name can not be empty! Please provide a name for your table.","to":"To","purchaseCodeInvalid":"The purchase code is invalid or it has expired","activation_domains_limit":"You have reached maximum number of registered domains","activation_envato_failed":"It seems you don't have a valid purchase of wpDataTables","envato_failed_powerful":"It seems you don't have a valid purchase of Powerful Filters for wpDataTables","envato_failed_report":"It seems you don't have a valid purchase of Report Builder for wpDataTables","envato_failed_gravity":"It seems you don't have a valid purchase of Gravity Forms integration for wpDataTables","envato_failed_formidable":"It seems you don't have a valid purchase of Formidable Forms integration for wpDataTables","pluginActivated":"Plugin has been activated","pluginDeactivated":"Plugin has been deactivated","envato_api_activated":"Activated with Envato","activateWithEnvato":"Activate with Envato","unable_to_deactivate_plugin":"Unable to deactivate plugin. Please try again later.","selected_replace_data_option":"<small>You've selected the <strong>'Replace rows with source data'<\/strong> option. This means that you're about to <strong>delete all the data<\/strong> you currently have in your table and replace it with data from your source file.<br><br> If you have any <strong>date type columns<\/strong> in your file, please make sure you set the <strong>date input format in Main settings of plugin<\/strong> to the one you're using in your source file first.<br><br>Please consider <strong>duplicating your table first<\/strong>, before updating.<br><br><strong>There is no undo.<\/strong><\/small> ","selected_add_data_option":"<small>You've selected the <strong>'Add data to current table data'<\/strong> option. This means that you're about to <strong>add data<\/strong> from the file source to your table.<br><br> If you have any <strong>date type columns<\/strong> in your file, please make sure you set the <strong>date input format in Main settings of plugin<\/strong> to the one you're using in your source file first.<br><br>Please consider <strong>duplicating your table first<\/strong>, before updating.<br><br><strong>There is no undo.<\/strong><\/small>","selected_replace_table_option":"<small>You've selected the <strong>'Replace entire table data'<\/strong> option. This means that you're about to <strong>delete your entire table data and current column settings<\/strong> and replace it with data from your source file with default settings for columns.<br><br> If you have any <strong>date type columns<\/strong> in your file, please make sure you set the <strong>date input format in Main settings of plugin<\/strong> to the one you're using in your source file first. <br><br>Please consider <strong>duplicating your table first<\/strong>, before updating.<br><br><strong>There is no undo.<\/strong><\/small> ","clear_table_data":"Clear table data","star_rating":"Star rating","shortcode":"Shortcode","html_code":"HTML code","media":"Media","link":"Link","clip":"Clip","overflow":"Overflow","wrap":"Wrap","left":"Left","center":"Center","right":"Right","justify":"Justify","top":"Top","middle":"Middle","bottom":"Bottom","insert_row_above":"Insert row above","insert_row_below":"Insert row below","remove_row":"Remove row","insert_col_left":"Insert column left","insert_col_right":"Insert column right","remove_column":"Remove column","alignment":"Alignment","cut":"Cut","insert_custom":"Insert custom","undo":"Undo","redo":"Redo","text_wrapping":"Text wrapping","merge_cells":"Merge cells","api_google_maps_ok":"Google Maps API key is valid!","api_google_maps_not_ok":"There was an error while trying to save Google Maps API key!","api_google_maps_removed":"Google Maps API key is removed!","api_google_key_contains":"API key is valid","validate_api":"Validate & Save","remove_api":"Remove","empty_api_google_key":"API key is not valid!"}; </script> <script src="https://ebling.library.wisc.edu/wp-content/plugins/wpdatatables-5.8/assets/js/wpdatatables/wdt.frontend.min.js?ver=5.8.1" id="wdt-wpdatatables-js"></script> <script src="https://ebling.library.wisc.edu/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> </body> </html>