CINXE.COM

Public Computing and Technology – Olin & Uris Libraries

<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/apple-touch-icon-57x57.png" /> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/apple-touch-icon-114x114.png" /> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/apple-touch-icon-72x72.png" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/apple-touch-icon-144x144.png" /> <link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/apple-touch-icon-60x60.png" /> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/apple-touch-icon-120x120.png" /> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/apple-touch-icon-76x76.png" /> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/apple-touch-icon-152x152.png" /> <link rel="icon" type="image/png" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/favicon-196x196.png" sizes="196x196" /> <link rel="icon" type="image/png" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/favicon-96x96.png" sizes="96x96" /> <link rel="icon" type="image/png" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/favicon-16x16.png" sizes="16x16" /> <link rel="icon" type="image/png" href="https://olinuris.library.cornell.edu/wp-content/themes/culu/images/favicon/favicon-128.png" sizes="128x128" /> <meta name="application-name" content="&nbsp;" /> <meta name="msapplication-TileColor" content="#FFFFFF" /> <meta name="msapplication-TileImage" content="mstile-144x144.png" /> <meta name="msapplication-square70x70logo" content="mstile-70x70.png" /> <meta name="msapplication-square150x150logo" content="mstile-150x150.png" /> <meta name="msapplication-wide310x150logo" content="mstile-310x150.png" /> <meta name="msapplication-square310x310logo" content="mstile-310x310.png" /> <title>Public Computing and Technology &#8211; Olin &amp; Uris Libraries</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//olinuris.library.cornell.edu' /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//use.typekit.net' /> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link rel="alternate" type="application/rss+xml" title="Olin &amp; Uris Libraries &raquo; Feed" href="https://olinuris.library.cornell.edu/feed" /> <link rel="alternate" type="application/rss+xml" title="Olin &amp; Uris Libraries &raquo; Comments Feed" href="https://olinuris.library.cornell.edu/comments/feed" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.0.1 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-N6KRYRQ7BB" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var em_version = '8.0.1'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/olinuris.library.cornell.edu\/public-computing-and-technology\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-N6KRYRQ7BB', ]; /* 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.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_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 = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-N6KRYRQ7BB', {"forceSSL":"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', 'referrer' : 'page_referrer', }; 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 ExactMetrics --> <script> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/olinuris.library.cornell.edu\/wp\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.5.5"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <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> <style id='global-styles-inline-css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='cu_ares_tablesorter_skin-css' href='https://olinuris.library.cornell.edu/wp-content/plugins/ares_wordpress-master/table_skins/cu/ares-table-cu-style.css?ver=6.5.5' media='all' /> <link rel='stylesheet' id='wp-libcal-hours-css' href='https://olinuris.library.cornell.edu/wp-content/plugins/wp-libcal-hours/public/css/wp-libcal-hours-public.css?ver=2.1.5' media='all' /> <link rel='stylesheet' id='chld_thm_cfg_parent-css' href='https://olinuris.library.cornell.edu/wp-content/themes/culu/style.css?ver=6.5.5' media='all' /> <link rel='stylesheet' id='custom-styling-css' href='https://olinuris.library.cornell.edu/wp-content/themes/culu-child/style.css?ver=1.0.0.1556303584' media='all' /> <link rel='stylesheet' id='freight_font-css' href='https://use.typekit.net/vcl4exk.css?ver=6.5.5' media='all' /> <link rel='stylesheet' id='slick-css -css' href='https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.css?ver=6.5.5' media='all' /> <link rel='stylesheet' id='slick-css-theme -css' href='https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/accessible-slick-theme.min.css?ver=6.5.5' media='all' /> <link rel='stylesheet' id='slick-css-init-css' href='https://olinuris.library.cornell.edu/wp-content/themes/culu/js/accessible-slick/init.css?ver=6.5.5' media='all' /> <link rel='stylesheet' id='theme-style-css' href='https://olinuris.library.cornell.edu/wp-content/themes/culu-child/style.css?ver=1.0.0.1556303584' media='all' /> <link rel='stylesheet' id='simple-social-icons-font-css' href='https://olinuris.library.cornell.edu/wp-content/plugins/simple-social-icons/css/style.css?ver=3.0.2' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.30.0' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://olinuris.library.cornell.edu/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1727198711' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' /> <link rel='stylesheet' id='elementor-post-1186-css' href='https://olinuris.library.cornell.edu/wp-content/uploads/elementor/css/post-1186.css?ver=1727198711' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://olinuris.library.cornell.edu/wp-content/uploads/elementor/css/custom-pro-frontend.min.css?ver=1727198711' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.23.4' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.23.4' media='all' /> <link rel='stylesheet' id='elementor-post-6483-css' href='https://olinuris.library.cornell.edu/wp-content/uploads/elementor/css/post-6483.css?ver=1730917049' 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='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.5.5' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://olinuris.library.cornell.edu/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.0.1" id="exactmetrics-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */ var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/olinuris.library.cornell.edu","hash_tracking":"false","v4_id":"G-N6KRYRQ7BB"};/* ]]> */ </script> <script id="cu_ares_js-js-extra"> /* <![CDATA[ */ var my_ajax_obj = {"ajax_url":"https:\/\/olinuris.library.cornell.edu\/wp\/wp-admin\/admin-ajax.php","nonce":"093cd25b81"}; /* ]]> */ </script> <script src="https://olinuris.library.cornell.edu/wp-content/plugins/ares_wordpress-master/js/ares.js?ver=6.5.5" id="cu_ares_js-js"></script> <script src="https://olinuris.library.cornell.edu/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://olinuris.library.cornell.edu/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://olinuris.library.cornell.edu/wp-content/plugins/ares_wordpress-master/js/jquery.tablesorter.min.js?ver=6.5.5" id="cu_ares_tableshorter_js-js"></script> <script src="https://olinuris.library.cornell.edu/wp-content/plugins/wp-libcal-hours/public/js/wp-libcal-hours-public.js?ver=2.1.5" id="wp-libcal-hours-js"></script> <script src="https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.23.4" id="font-awesome-4-shim-js"></script> <link rel="https://api.w.org/" href="https://olinuris.library.cornell.edu/wp-json/" /><link rel="alternate" type="application/json" href="https://olinuris.library.cornell.edu/wp-json/wp/v2/pages/6483" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://olinuris.library.cornell.edu/wp/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.5.5" /> <link rel="canonical" href="https://olinuris.library.cornell.edu/public-computing-and-technology" /> <link rel='shortlink' href='https://olinuris.library.cornell.edu/?p=6483' /> <link rel="alternate" type="application/json+oembed" href="https://olinuris.library.cornell.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Folinuris.library.cornell.edu%2Fpublic-computing-and-technology" /> <link rel="alternate" type="text/xml+oembed" href="https://olinuris.library.cornell.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Folinuris.library.cornell.edu%2Fpublic-computing-and-technology&#038;format=xml" /> <style> .ae_data .elementor-editor-element-setting { display:none !important; } </style> <script> jQuery(document).ready(function() { jQuery('.elementor-tabs').on('click', '.elementor-tab-title', function(){ hotspots.init(); }); }); </script> <style> .card, .wp_rss_retriever_item_wrapper { padding: 0 20px; border: 1px solid #ccc; border-radius: 0; margin-bottom: 20px; } .feed-item.card, .wp_rss_retriever_item_wrapper { padding: 20px !important; } /*.feed-item a, .wp_rss_retriever_item_wrapper a { font-weight: bold; }*/ .feed-item div, .wp_rss_retriever_item_wrapper { margin: 10px 0; } .wp_rss_retriever_metadata { display: none; } ul.rss-aggregator { padding-left: 0; list-style-type: none; margin-left: 0; margin-top: 20px; } .card .database-metadata p, .card .faq-metadata p, .wp_rss_retriever_list { margin: 0 !important; } .card .database-metadata .description, .card .faq-metadata .description, .card .database-metadata .more, .card .faq-metadata .more { margin-bottom: 20px; } .card .database-metadata button, .card .faq-metadata button, .database_metadata button { margin: 0 0 20px 0; padding: 15px 15px; font-size: 1rem; color: #fff; border: none; background-color: #017DB2; } .card .database-metadata button:hover, .card .faq-metadata button:hover, .database_metadata button:hover { font-size: 1rem; color: #fff; border: none; background-color: #333; cursor: pointer; } .card-title .subtitle { font-size: 1rem; } .facetwp-per-page-select, .facetwp-sort-select { color: #004f80; border-color: #ccc; margin: 0; background-color: #fff; width: 100%; height: 35px; border-radius: 0; } .facetwp-counts { vertical-align: middle; padding-top: 7px; } .facetwp-page { text-align: center; } .facetwp-pager .facetwp-page { border: 1px solid #ccc; margin: 0; padding: 5px 10px; border-radius: 0; } .facetwp-pager .facetwp-page.active, .facetwp-pager .facetwp-page.active:hover, .facetwp-pager .facetwp-page:hover { border: 1px solid #004f80; background-color: #004f80; color: #fff !important; font-weight: bold; margin: 0; padding: 5px 10px; } .facetwp-page:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .facetwp-page:last-child { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .facet-wrapper .elementor-widget:not(:last-child) { margin-bottom: 0; } .search-facets .elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active { border-bottom: 1px solid #ccc; } .search-facets .elementor-widget-toggle .elementor-toggle .elementor-tab-title:not(first-child) { border-top: 1px solid #ccc; } .search-facets .elementor-widget-toggle .elementor-toggle .elementor-tab-content { border-bottom: 0; padding-left: 15px } .search-facets .facetwp-counter { position: absolute; right: 15px; text-align: right; } .search-facets .facetwp-facet { margin-bottom: 0; } .search-facets .facetwp-checkbox { background: none; padding-left: 0; color: #004f80; } .search-facets .facetwp-checkbox:hover, .search-facets .facetwp-checkbox:focus { text-decoration: underline; color: #333; } .facet-wrapper .elementor-column-wrap { padding: 0 !important; } .search-facets .facetwp-checkbox.checked { color: #333 !important; background-image: none; } .search-facets .facetwp-checkbox.checked:before { content: 'x'; color: #d9534f; font-weight: bold; padding-right: 7px; } .facetwp-sort-select { width: 100%; height: 35px; background-color: #fff; } .elementor-element.elementor-button-danger { text-align: center; } .elementor-element.elementor-button-danger .elementor-button { color: #d9534f; background-color: #fff; border: none; font-size: 16px; text-align: center; margin: 10px 0; width: 100%; } .elementor-element.elementor-button-danger .elementor-button:hover, .elementor-element.elementor-button-danger .elementor-button:focus { text-decoration: underline; border: none; cursor: pointer; } .elementor-element.elementor-button-danger.clear-all { border-top: 0; text-align: left; } .elementor-element.elementor-button-danger.clear-all .elementor-button { text-align: left; padding: 0; } .single-post .metadata-title, .single-post .note { font-size: 16px; margin: 20px 0 0 0; } .single-post .tags { margin-top: 20px; } .single-post .metadata-title.description { margin: 0; } .single-post p { margin: 0; font-size: 16px; } .single-post .database_metadata .topic-tag:after { content: ', ' } .single-post .database_metadata .topic-tag:last-child:after { content: '' } .database_metadata .fa { padding: 0 7px; } .database_metadata button .fa { padding: 0 7px; } .database_metadata ul { margin-left: 0; padding-left: 0; } .database_metadata li { list-style-type: none; } footer .footer__nav li:last-child { border-right: 0; } h2, h3, h4, h5 { color: #000 !important; } .heading-white h2, .heading-white h3, .heading-white h4, .heading-white h5 { color: #fff !important; } .map-legend .number { background-color: #B31B1B; border: none; padding: 3px 10px; text-align: center; text-decoration: none; display: inline-block; font-weight: bold; color: #fff; border-radius: 25px; margin-right: 5px; } .map-legend div { margin: 15px 0; } .core-book, .core-book-country { display: flex; flex-wrap: wrap; } .core-book .card { padding: 20px; width: 260px; float: left; margin: 10px; } .core-book .cover { margin: 0 auto; text-align: center; max-width: 128px; } .core-book-country .card { padding: 20px; width: 100%; margin-bottom: 20px; } .core-book-country .card-body { width: 70%; float: left; padding: 0 15px; } .core-book-country .cover { width: 20%; float: left; } .countries .card { font-size: 18px; font-weight: bold; } .core-book-country .description p { font-size: 1em !important; } @media screen and (max-width: 800px) { .core-book-country .card-body, .core-book-country .cover { width: 100%; float: none; } .core-book-country .cover img { width: 100%; } .core-book-country .cover { max-height: 200px; overflow: hidden; margin-bottom: 10px; } } </style> <script> jQuery(document).ready(function() { jQuery('.elementor-tabs').on('click', '.elementor-tab-title', function(){ hotspots.init(); }); }); </script> <!--Matomo--> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://webstats.library.cornell.edu/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '246']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <!--End Matomo Code--> <meta name="generator" content="Elementor 3.23.4; features: additional_custom_breakpoints, e_lazyload; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <style id="kirki-inline-styles"></style> <script src="https://kit.fontawesome.com/8ec932d54d.js"></script> <!-- Isotope Library --> <script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script> <!-- Image Loader Library --> <script src='https://imagesloaded.desandro.com/imagesloaded.pkgd.js'></script> </head> <!-- Declare variables for theme options--> <!-- Use Kirki to handle customizer --> <style> .hero__content .all-libraries { background-color: #6d2b2b; } .hero__content .home-header, .heading-highlight { background-color: #6d2b2b; } .hero__content.interior-pages .college { background-color: #6d2b2b; } .bg-header { background-color: #fff, #fff; background-image: url('https://olinuris.library.cornell.edu/wp-content/themes/culu/images/hero/header-bg-margin.svg'), url('/wp-content/uploads/2020/01/UP_2016_1526_017_select.jpg'); background-repeat: repeat-x, no-repeat; background-position: top left, top left; background-size: auto, cover; } @media only screen and (min-width: 640px) { .bg-header { background-image: url('https://olinuris.library.cornell.edu/wp-content/themes/culu/images/hero/header-bg-margin.svg'), url('/wp-content/uploads/2020/01/UP_2016_1526_017_select.jpg'); } } @media only screen and (min-width: 1440px) { .bg-header { background-image: url('https://olinuris.library.cornell.edu/wp-content/themes/culu/images/hero/header-bg-margin.svg'), url('/wp-content/uploads/2020/01/UP_2016_1526_017_select.jpg'); } } </style> <body class="page-template-default page page-id-6483 elementor-default elementor-kit-1186 elementor-page elementor-page-6483" <nav aria-label="Skip to content"><a class="skip-link screen-reader-text" href="#main-content">Skip to content</a></nav> <!-- announcemnet banner --> <style> #announcement-banner { background-color: #42526e; } #announcement-banner, #announcement-banner p, #announcement-banner a, #announcement-banner .close-announcement { color: #ffffff; } </style> <!-- header --> <header class="branding"> <!-- logo --> <div class="logo-cul"> <div class="cornell-logo"> <a href="https://www.cornell.edu" class="insignia" title="Cornell University homepage">Cornell University</a> <a class="library-brand" href="https://www.library.cornell.edu/" title="Cornell University Library homepage">Cornell University Library</a> </div> </div><!-- /logo --> <!-- nav --> <nav class="user-tools" aria-label="My account and Search menu"> <ul> <!--<li><a href="#"><i class="fas fa-bars"></i></a></li>--> <li><a href="https://www.library.cornell.edu/myacct" title="My account"><i class="fas fa-user" aria-hidden="true"><span class="sr-only">My account</span></i></a></li> <li><button class="icon-search" title="Search"><i class="fas fa-search" aria-hidden="true"><span class="sr-only">Search site and Catalog</span></i></button></li> </ul> </nav> </header> <div role="banner" class="easy-notification-banner"> </div> <form class="user-tool-search" role="search" aria-label="Search catalog and site" method="get" action="/"> <div class="search-field"> <label for="search">Search</label> <input type="text" id="search" aria-label="Search Overlay" value="" /> <fieldset class="search-filter"> <legend class="sr-only">Filter Search</legend> <div class="search-library-resources"><input type="radio" name="search-type" value="catalog" id="catalog" aria-label="Search Overlay Catalog Filter" checked /> <label for="catalog">Library Resources</label></div> <div class="search-library-unit"><input class="site-search" type="radio" name="search-type" value="site" id="site" aria-label="Search Overlay Site Filter" /> <label for="site">This site</label></div> </fieldset> </div> <button class="btn-submit" type="submit">Search</button> <button class="btn-close-search">Close</button> </form> <!-- header --> <section class="hero__content interior-pages bg-header " aria-label="Hero header"> <div class="all-libraries" role="region" aria-label="All library websites and hours, and ask a librarian links"> <a href="https://www.library.cornell.edu/libraries"><span><i class="fas fa-arrow-left" aria-hidden="true"></i> Libraries and Hours</span></a> <a href="https://www.library.cornell.edu/ask"><span><i class="far fa-comment-alt" aria-hidden="true"></i> Ask a Librarian</span></a> </div> <div class="college" role="region" aria-label="College site"> </div> <div class="home-header" role="region" aria-label="Unit library header"> <div class="subheader"> <h1><a href="/">Olin &amp; Uris Libraries</a> </h1> <!-- Display hours status --> <div class="available-time"> <div class="primary-hours"> <span id="header-hours-2818" class="library"><i class="fas fa-clock icon-time" aria-hidden="true"><span class="sr-only">Library hours status</span></i><span class="libcal-unit-name"><strong>Olin: </strong></span><span class="libcal-hours-today">Open until Midnight</span></span><br><span id="header-hours-2830" class="library"><i class="fas fa-clock icon-time" aria-hidden="true"><span class="sr-only">Library hours status</span></i><span class="libcal-unit-name"><strong>Uris: </strong></span><span class="libcal-hours-today">Open until 11pm</span></span> </div> <div class="secondary-hours"> <a class="full-hours" href="/full-hours">Full Hours</a>/ <a href="mailto:libgateway-l@cornell.edu" title="Contact us"> <i class="fas fa-envelope" aria-hidden="true"><span class="sr-only">Contact us</span></i> </a> </div> </div> </div> <form class="home-search" role="search" method="get" action="/" aria-label="Home search"> <div class="search-field"> <label for="home-search">Search</label> <input type="text" id="home-search" aria-label="Home Search" value="" name="s" /> <fieldset class="search-filter"> <legend class="sr-only">Filter Search</legend> <div class="search-library-resources"><input type="radio" name="search-type-home" value="catalog" id="home-catalog" aria-label="Search Homepage Catalog Filter" checked /> <label for="home-catalog">Library Resources</label> </div> <div class="search-library-unit"><input class="site-search" type="radio" name="search-type-home" value="site" aria-label="Searh Homepage Site Filter" id="search-type-home" /> <label for="search-type-home">This site</label> </div> </fieldset> </div> <button class="btn-submit" type="submit">Search</button> <div></div> </form> </div> </section> <!-- #site-navigation --> <nav id="site-navigation" class="main-navigation" aria-label="Main navigation"> <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false" title="Main Navigation" ><i class="fas fa-bars" aria-hidden="true"><span class="screen-reader-text">Main Navigation</span></i></button> <div class="menu-main-menu-container"><ul id="primary-menu" class="menu"><li id="menu-item-2028" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-2028"><a href="https://olinuris.library.cornell.edu/">Home</a></li> <li id="menu-item-13" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-13"><a href="https://olinuris.library.cornell.edu/about">About</a> <ul class="sub-menu"> <li id="menu-item-844" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-844"><a href="https://olinuris.library.cornell.edu/welcome-to-olin-and-uris-libraries">Welcome to Olin and Uris Libraries</a></li> <li id="menu-item-845" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-845"><a href="https://olinuris.library.cornell.edu/building-use-policies">Building Use Policies</a></li> <li id="menu-item-2950" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2950"><a href="https://olinuris.library.cornell.edu/staff-profiles">Staff Directory</a></li> <li id="menu-item-2598" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2598"><a href="https://olinuris.library.cornell.edu/departments">Departments</a></li> <li id="menu-item-3438" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3438"><a href="https://olinuris.library.cornell.edu/contact-suggestions">Contact &#038; Suggestions</a></li> <li id="menu-item-865" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-865"><a href="https://olinuris.library.cornell.edu/frequently-asked-questions">Frequently Asked Questions</a></li> <li id="menu-item-870" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-870"><a href="https://olinuris.library.cornell.edu/visitor-information">Visitor Information</a></li> </ul> </li> <li id="menu-item-2171" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-2171"><a href="https://olinuris.library.cornell.edu/use-the-library">Use the Library</a> <ul class="sub-menu"> <li id="menu-item-5359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5359"><a href="https://olinuris.library.cornell.edu/spaces-in-olin-uris-libraries"> Spaces</a></li> <li id="menu-item-2414" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2414"><a href="https://olinuris.library.cornell.edu/equipment">Laptop &#038; Equipment Loans</a></li> <li id="menu-item-7282" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-6483 current_page_item menu-item-7282"><a href="https://olinuris.library.cornell.edu/public-computing-and-technology" aria-current="page">Public Computing and Technology</a></li> </ul> </li> <li id="menu-item-2172" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2172"><a href="https://olinuris.library.cornell.edu/resources">Resources</a> <ul class="sub-menu"> <li id="menu-item-849" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-849"><a href="https://olinuris.library.cornell.edu/collection-highlights">Collection Highlights</a></li> <li id="menu-item-884" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-884"><a href="https://olinuris.library.cornell.edu/course-reserves">Course Reserves</a></li> </ul> </li> <li id="menu-item-871" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-871"><a href="https://olinuris.library.cornell.edu/services">Services</a> <ul class="sub-menu"> <li id="menu-item-872" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-872"><a href="https://olinuris.library.cornell.edu/borrowing-and-delivery">Borrowing and Delivery</a></li> <li id="menu-item-885" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-885"><a href="https://www.library.cornell.edu/services/disability">Disability Services</a></li> <li id="menu-item-886" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-886"><a href="https://olinuris.library.cornell.edu/instruction-outreach">Instruction &#038; Outreach</a></li> <li id="menu-item-931" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-931"><a href="https://olinuris.library.cornell.edu/research-help-olin-reference-desk">Research Help</a></li> <li id="menu-item-2547" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2547"><a href="https://olinuris.library.cornell.edu/submit-course-reserves">Submit Course Reserves</a></li> </ul> </li> <li id="menu-item-2174" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2174"><a href="https://olinuris.library.cornell.edu/news-events">News &#038; Events</a> <ul class="sub-menu"> <li id="menu-item-3654" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3654"><a href="https://www.library.cornell.edu/about/events/booktalks">Book Talks</a></li> <li id="menu-item-3041" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3041"><a href="https://olinuris.library.cornell.edu/exhibitions">Exhibitions</a></li> <li id="menu-item-2014" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2014"><a href="https://olinuris.library.cornell.edu/upcoming-events-at-olin-uris-libraries">Upcoming Events</a></li> <li id="menu-item-2015" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2015"><a href="https://olinuris.library.cornell.edu/workshops-at-olin-uris-libraries">Workshops</a></li> <li id="menu-item-6452" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6452"><a href="https://blogs.cornell.edu/libraryspaceprojects/olin/">Olin Library Basement and First Floor Renewal</a></li> </ul> </li> </ul></div> </nav><!-- #site-navigation --> <main id="main-content" class="page-interior"> <article id="post-6483" class="post-6483 page type-page status-publish hentry" aria-label="Public Computing and Technology"> <header class="entry-header"> <h2 class="entry-title">Public Computing and Technology</h2> </header> <div class="entry-content"> <div data-elementor-type="wp-page" data-elementor-id="6483" class="elementor elementor-6483" data-elementor-post-type="page"> <section class="elementor-section elementor-top-section elementor-element elementor-element-9e925dd elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="9e925dd" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-222a2c7" data-id="222a2c7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-48379f6 elementor-widget__width-initial elementor-widget elementor-widget-table-of-contents" data-id="48379f6" data-element_type="widget" data-settings="{&quot;exclude_headings_by_selector&quot;:[],&quot;marker_view&quot;:&quot;bullets&quot;,&quot;headings_by_tags&quot;:[&quot;h2&quot;,&quot;h3&quot;,&quot;h4&quot;,&quot;h5&quot;,&quot;h6&quot;],&quot;icon&quot;:{&quot;value&quot;:&quot;fas fa-circle&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;hierarchical_view&quot;:&quot;yes&quot;,&quot;min_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;min_height_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;min_height_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="table-of-contents.default"> <div class="elementor-widget-container"> <div class="elementor-toc__header"> <h2 class="elementor-toc__header-title"> On this page: </h2> </div> <div id="elementor-toc__48379f6" class="elementor-toc__body"> <div class="elementor-toc__spinner-container"> <i class="elementor-toc__spinner eicon-animation-spin eicon-loading" aria-hidden="true"></i> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-308de79" data-id="308de79" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-db64166 elementor-widget elementor-widget-heading" data-id="db64166" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Public Computing</h2> </div> </div> <div class="elementor-element elementor-element-9c52d0f elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="9c52d0f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">Public desktop computers are available on Olin Library’s first floor, just past the circulation desk in the main study area. </p><p data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">Uris Library has desktop computing available in the Cocktail Lounge. The computers are located near the stairs that lead to the original Uris Library building.</p><p>All public workstations in Olin and Uris libraries are PCs. All public computers offer standard desktop software, including:</p><ul><li>Microsoft Office</li><li>Adobe Creative Cloud (no public license, requires personal account or a Cornell-issued Named User License)</li><li>Chrome, Firefox, and Microsoft Edge</li></ul><div>For more information on using Cornell University Library computers, please refer to the Library&#8217;s <a href="https://www.library.cornell.edu/libraries/policies/public-computing/">Public Computing policy</a>.</div> </div> </div> <div class="elementor-element elementor-element-6b56b66 elementor-widget elementor-widget-toggle" data-id="6b56b66" data-element_type="widget" data-widget_type="toggle.default"> <div class="elementor-widget-container"> <div class="elementor-toggle"> <div class="elementor-toggle-item"> <h3 id="elementor-tab-title-1121" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-1121" aria-expanded="false"> <span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true"> <span class="elementor-toggle-icon-closed"><i class="fas fa-chevron-right"></i></span> <span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-chevron-down"></i></span> </span> <a class="elementor-toggle-title" tabindex="0">Borrowing & Returning Books</a> </h3> <div id="elementor-tab-content-1121" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-1121"><p><strong>Can I mail my books back from out of town?</strong></p> <p class="rteindent1">If you have left campus and need to return library materials, please use the address below. We recommend you insure your package for $100 per item. Please be sure your name and contact information are included with the returned materials.</p> <p class="rteindent2">Olin Library Service Desk<br>2Bo7 Uris Library<br>Cornell University<br>Ithaca, NY 14853</p> <p><strong>What is a Hold or Recall request?</strong></p> <p class="rteindent1">A Hold places a request for an item that is currently checked out; you will be notified when the book is returned by the borrower. A Recall request also places a request for you, but generates a notice to the borrower to return the book within 9 &#8211; 14 days.</p> <p><strong>What is a Library-to-Library delivery request?</strong></p> <p class="rteindent1">This is a request to page a book from the stacks of one library and have it delivered it to another campus library of your choice. Turnaround time is usually 2 days.</p> <p><strong>What is the <a href="https://www.library.cornell.edu/services/request/borrow-direct">BorrowDirect</a> service and how can I use it?</strong></p> <p class="rteindent1">BorrowDirect is a service that allows you to borrow books for up to 16 weeks from the combined collections of eleven partner universities (over 50 million volumes). Turnaround time is usually 4 days, and is often quicker than placing a recall.</p> <p><strong>How can I appeal a fine?</strong></p> <p class="rteindent1">If you believe you were fined in error or that your fines should be waived due to special circumstances, please fill out an <a href="https://cornell.libwizard.com/f/olinuris-online-fine-appeal-form">appeal form</a>. The library will reply within a week of receiving your appeal.</p> <p><strong>How can I pay a fine?</strong></p> <p class="rteindent1">Check or credit card payments are accepted at the Olin Library Service Desk (<a href="mailto:libpublicservices@cornell.edu">libpublicservices@cornell.edu</a>; (607) 255-5069) and at Mann Library (<a href="mailto:mann_circ@cornell.edu">mann_circ@cornell.edu</a>; (607) 255-3296).</p> <p class="rteindent1">To Mail in payments by check:</p> <ul class="rteindent1"> <li>please make checks payable to &#8220;Cornell University&#8221;</li> <li>include your ID number on the check and note what bills you are paying</li> <li>include your contact information (name, phone number or email address)</li> <li>mail to:</li> </ul> <p class="rteindent3">Olin Library Service Desk&nbsp;<br>2B07 Uris Library<br>Cornell University<br>Ithaca, NY 14853</p></div> </div> <div class="elementor-toggle-item"> <h3 id="elementor-tab-title-1122" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-1122" aria-expanded="false"> <span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true"> <span class="elementor-toggle-icon-closed"><i class="fas fa-chevron-right"></i></span> <span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-chevron-down"></i></span> </span> <a class="elementor-toggle-title" tabindex="0">Building Info</a> </h3> <div id="elementor-tab-content-1122" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-1122"><p><strong>Where am I allowed to eat in the library?</strong></p> <p class="rteindent1"><strong>“If it is neat, you can eat.”</strong></p> <p class="rteindent1">Covered beverages and small, contained snacks and sandwiches are permitted throughout the library<strong>&nbsp;except</strong>&nbsp;in the following locations:</p> <ul> <li class="rteindent1">Current Periodical Room</li> <li class="rteindent1">Olin 501 Graduate Reading Room; Olin 604 &amp; 605</li> <li class="rteindent1">A.D. White Library</li> <li class="rteindent1">Kinkeldey Room</li> <li class="rteindent1">Kroch Library</li> </ul> <p class="rteindent1">Open plates of food as well as messy, noisy or aromatic foods are permitted in the&nbsp;<strong><a href="http://living.sas.cornell.edu/dine/wheretoeat/cafescoffeehouses/amitbhatialibecafe.cfm">Amit Bhatia Libe Café</a></strong>, and Uris&nbsp;<strong>Tower Lounge</strong>.</p> <p class="rteindent1">All areas should be as clean as, or cleaner than, they were before study or use. Trash and recyclables are to be placed in the appropriate containers, and spills should be wiped up.</p> <p><strong>Can I film or take photographs in the library?</strong></p> <p class="rteindent1">Personal photos are generally permitted, so long as they are not disruptive and respect the space and privacy of those using the library for research.&nbsp;<strong>For all photo and film shoots (e.g. student projects, wedding or engagement photos), specific permission from&nbsp;<a href="mailto:libadmin@cornell.edu">Library Administration</a>&nbsp;is required in advance.</strong>&nbsp;If library staff have not been notified, you will be asked to provide evidence of permission to photograph or film. For more information, see&nbsp;<a href="/building-use-policies/">Use of Olin &amp; Uris Library Public Spaces</a>.</p> <p><strong>What are the numbers over the Olin circulation desk?</strong></p> <p class="rteindent1">These are paging numbers. When Olin was a closed stack library, books had to be requested through a paging system.&nbsp; Each request would receive a number; the number corresponding to the requested item would light up when the request was filled.&nbsp; The system is no longer in use, but the numbers remain.</p> <p><strong>Do I need to show my ID to go into the stacks?</strong></p> <p class="rteindent1">No. However, all users of university buildings and facilities are required to show identification if requested by a university official.</p> <p><strong>Where is Kroch Library?</strong></p> <p class="rteindent1">Kroch Library is physically part of Olin Library; there is no separate entrance from the outside.&nbsp; Upon entering Olin, walk straight along &#8220;tiger alley&#8221; (the long passageway with striped flooring) to reach Kroch, which houses our Asian materials.</p> <p><strong>Where are group study rooms located?</strong></p> <p class="rteindent1">In Olin Library,&nbsp;<strong>room 302</strong>&nbsp;is a&nbsp;<a href="/reservable-study-rooms/">reservable group study room</a>, and&nbsp;<strong>conference rooms 403 and 404</strong>&nbsp;are also available for group study. In Uris, group study is encouraged in the&nbsp;<strong>Austen Room</strong>&nbsp;and&nbsp;<strong>Tower Lounge</strong>, and there are also three&nbsp;<a href="/reservable-study-rooms/">reservable group study rooms</a>&nbsp;located in the&nbsp;<strong>Cocktail Lounge</strong>. For more information about Olin &amp; Uris study areas, see&nbsp;<a href="/spaces-in-olin-uris-libraries/">Spaces in Olin &amp; Uris Libraries</a>.</p></div> </div> <div class="elementor-toggle-item"> <h3 id="elementor-tab-title-1123" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-1123" aria-expanded="false"> <span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true"> <span class="elementor-toggle-icon-closed"><i class="fas fa-chevron-right"></i></span> <span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-chevron-down"></i></span> </span> <a class="elementor-toggle-title" tabindex="0">Carrels & Lockers</a> </h3> <div id="elementor-tab-content-1123" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-1123"><p><strong>How do I get an assigned carrel or locker at Olin or Uris Library?</strong></p><p class="rteindent1">Olin Carrels are available to registered graduate students; Uris carrels are available to undergraduate students writing their Honors thesis; <a href="https://olinuris.library.cornell.edu/spaces-in-olin-uris-libraries/locker-rentals">lockers</a> are generally available to all registered students. See our <a href="https://olinuris.library.cornell.edu/spaces-in-olin-uris-libraries/study-carrels">Study Carrels</a> page for additional information and policies or to make a request.</p></div> </div> <div class="elementor-toggle-item"> <h3 id="elementor-tab-title-1124" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-1124" aria-expanded="false"> <span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true"> <span class="elementor-toggle-icon-closed"><i class="fas fa-chevron-right"></i></span> <span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-chevron-down"></i></span> </span> <a class="elementor-toggle-title" tabindex="0">Computing & Equipment</a> </h3> <div id="elementor-tab-content-1124" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-1124"><p><strong>How do I print in the library? Can I print without a Cornell ID? Can I get refunded for a bad print job?</strong></p><p class="rteindent1">The libraries are equipped with CU Print printers. At this time, only registered students are able to print with CU print, there is no guest printing available. Please refer to the <a href="https://it.cornell.edu/cu-print">CU Print website</a> for more information on printing, including <a href="https://it.cornell.edu/cu-print/cu-print-refunds"> refund requests</a>.</p><p><strong>Do you have Mac computers?</strong></p><p class="rteindent1">All public workstations in Olin and Uris libraries are PCs. Olin, Uris, and Mann libraries have Mac <a href="/equipment/">laptops</a> for loan.</p><p><strong>Can I borrow a phone charger or a laptop charger?</strong></p><p class="rteindent1">iPhone and Android chargers, as well as Dell and Mac laptop chargers and many other computer peripherals are available for loan. All <a href="https://olinuris.library.cornell.edu/equipment/">equipment</a> may be checked out at the Olin and Uris circulation desks.</p><p><strong>Do you have scanners and/or photocopiers?</strong></p><p class="rteindent1">There are several scanners and photocopiers in Olin and Uris Libraries. See our <a href="https://olinuris.library.cornell.edu/public-computing-and-technology">Public Computing</a> page for more information.</p><p><strong>Where can I print a poster, make a transparency, etc?</strong></p><p class="rteindent1"><a href="https://mannlib.cornell.edu/help/poster-printing/details-and-policies">Mann Library</a> has poster printing available.  Transparencies can be ordered through <a href="http://printservices.cornell.edu/">Cornell Print Services</a>. </p><p><strong>Besides laptops, what equipment do you have for loan?</strong></p><p class="rteindent1">We have DSLR and other digital cameras, camcorders, tripods, digital projectors and screens, audio recording equipment, and slide projectors available on a first come, first serve basis. There are also a number of peripherals and calculators available for short-term loan, including phone chargers, laptop chargers. and headphones. All <a href="https://olinuris.library.cornell.edu/equipment/">equipment</a> may be checked out at the Olin and Uris circulation desks.</p><p><strong>How do I report a problem with a wireless connection?</strong></p><p class="rteindent1">Please contact CIT for assistance with <a href="https://it.cornell.edu/wifi">Eduroam</a>, Cornell University&#8217;s wi-fi network service. Wi-fi connections throughout the Library can fluctuate momentarily for a wide variety of reasons.  If you experience a persistent inability to connect to the wireless network in a single location in Olin or Uris Library, please visit our <a href="http://tinyurl.com/cornellwireless">Wi-Fi troubleshooting form</a> to provide the details needed to diagnose potential problems.</p></div> </div> <div class="elementor-toggle-item"> <h3 id="elementor-tab-title-1125" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-1125" aria-expanded="false"> <span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true"> <span class="elementor-toggle-icon-closed"><i class="fas fa-chevron-right"></i></span> <span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-chevron-down"></i></span> </span> <a class="elementor-toggle-title" tabindex="0">Visitor Privileges</a> </h3> <div id="elementor-tab-content-1125" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-1125"><p><strong>I live in the area, and/or I am an alumnus/alumna of Cornell. Can I check out books?</strong></p><p class="rteindent1">Yes, patrons not actively affiliated with Cornell <a href="https://cornell.libwizard.com/f/library-card">may apply for a guest borrower library card</a>.  Any person may visit the libraries and use materials, databases and resources on-site with or without a library account. For more information about guest borrowing and library privileges please contact the Library Public Services Office at <a href="mailto:libpublicservices@cornell.edu">libpublicservices@cornell.edu</a>. </p><p><strong>Can Ithaca College students check out books?</strong></p><p class="rteindent1">Students of local area colleges are not eligible to check out books as guest borrowers, but may borrow from Cornell by placing an interlibrary loan request through their college library.</p></div> </div> <div class="elementor-toggle-item"> <h3 id="elementor-tab-title-1126" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-1126" aria-expanded="false"> <span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true"> <span class="elementor-toggle-icon-closed"><i class="fas fa-chevron-right"></i></span> <span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-chevron-down"></i></span> </span> <a class="elementor-toggle-title" tabindex="0">Your Account</a> </h3> <div id="elementor-tab-content-1126" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-1126"><p><strong>How do I change my mailing address?</strong></p> <p class="rteindent1">Go to&nbsp;<a href="http://whoiam.cornell.edu/">WhoIAm</a>&nbsp;and follow the instructions under &#8220;edit information.&#8221;</p> <p><strong>How do I renew my books?</strong></p> <p class="rteindent1">Go to&nbsp;<a href="https://www.library.cornell.edu/myacct">My Account</a>, log in with your NetID and password, and select the items you wish to renew.&nbsp; If you are unable to renew, please contact&nbsp;<a href="mailto:libpublicservices@cornell.edu">libpublicservices@cornell.edu</a>&nbsp;for assistance.&nbsp;&nbsp;</p></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-079a0e1 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="079a0e1" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0294c6" data-id="c0294c6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2bd9563 elementor-widget elementor-widget-heading" data-id="2bd9563" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Printing</h2> </div> </div> <div class="elementor-element elementor-element-6650b84 elementor-widget elementor-widget-text-editor" data-id="6650b84" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">Printing in Olin and Uris library is limited to those with an active <a href="https://it.cornell.edu/cu-print" target="_blank" rel="noopener">CU print</a> account. At this time CU print accounts are only provided for current undergraduate and graduate students.</p><p data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">Both libraries are equipped with several networked CU Print printers, including color printers and multi-function printers with scanning capabilities.</p><p data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">Most of the CU printers are the first floor of Olin library and in the Uris Tower Room. CIT maintains a complete list of <a href="https://it.cornell.edu/cu-print/cu-print-printer-locations">CU printer locations</a>.</p><p data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">There is no guest printing available.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0c96f9e elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="0c96f9e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-355da9c" data-id="355da9c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-97720b8 elementor-widget elementor-widget-heading" data-id="97720b8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Scanning</h2> </div> </div> <div class="elementor-element elementor-element-e40414b elementor-widget elementor-widget-text-editor" data-id="e40414b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">Olin and Uris Libraries offer a variety of equipment for your self-service scanning needs. In addition to dedicated scanning stations on the first floor, our public multi-function printers can also scan documents and send them to your email as an attachment. Scanning is provided free of charge; if you wish to print you must have a CU Print account.</p><p data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">Olin library main floor:</p><ul><li data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">Two multi-function printers are available for printing and copying if you have a CU Print account. Use the Guest button on touch screen to get started if you do not have a CU Print account.</li><li data-pm-slice="1 1 [&quot;bullet_list&quot;,null,&quot;bullet_list&quot;,null,&quot;list_item&quot;,null]">Additional scanners are located along the east wall, near Olin 107 Reading Room, and scanning up to 11” x 17” is available to all.</li></ul><p>Uris Tower Room:</p><ul><li>Pickup in Uris Library is located in the Uris Tower Library Entrance. This entrance can be accessed using the entrance to the clock tower on the East side of the building and is limited to current faculty, staff, and students with a Cornell ID card. A multi-function printer is available for printing and copying if you have a CU Print account.  </li><li>Scanning up to 11″ x 17″ available to all – use Guest button on touch screen to get started if you do not have a CU Print account.</li></ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-c3d4fcc elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="c3d4fcc" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1733344" data-id="1733344" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7650a16 elementor-widget elementor-widget-heading" data-id="7650a16" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Micrographic Equipment </h2> </div> </div> <div class="elementor-element elementor-element-3a21100 elementor-widget elementor-widget-text-editor" data-id="3a21100" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Patrons can order micrographic materials usually housed in the Library Annex to be delivered to Olin Library for viewing.</p><p>The micrographic equipment is located in Room B12 on the lower level of Olin Library. The machine in Olin only supports microfilm and microfiche formats. Patrons who need machines with microcard reading capabilities should use the machine at Mann Library. Users have the options of scanning/saving or printing the documents they are viewing.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-afd47f6 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="afd47f6" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3cd0173" data-id="3cd0173" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5d929ee elementor-position-top elementor-widget elementor-widget-image-box" data-id="5d929ee" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img fetchpriority="high" decoding="async" width="392" height="338" src="https://olinuris.library.cornell.edu/wp-content/uploads/2020/04/micrographic2.jpg" class="attachment-full size-full wp-image-2141" alt="ST ViewScan photo" srcset="https://olinuris.library.cornell.edu/wp-content/uploads/2020/04/micrographic2.jpg 392w, https://olinuris.library.cornell.edu/wp-content/uploads/2020/04/micrographic2-300x259.jpg 300w" sizes="(max-width: 392px) 100vw, 392px" /></figure><div class="elementor-image-box-content"><p class="elementor-image-box-title"><strong>ST ViewScan</strong></p><p class="elementor-image-box-description">Two machines available. These machines offer an intuitive Windows desktop application look and the convenience of viewing enhanced digital live images on a PC screen before scan, capture, and output. They combine industry-standard motorized roll film carriers with a small camera design and new technology. </p></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-68bce5a" data-id="68bce5a" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4857f80 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="4857f80" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0753508" data-id="0753508" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2626025 elementor-widget elementor-widget-heading" data-id="2626025" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Wi-Fi</h2> </div> </div> <div class="elementor-element elementor-element-56c6947 elementor-widget elementor-widget-text-editor" data-id="56c6947" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Wireless access is available throughout Olin and Uris libraries through one of <a href="https://it.cornell.edu/wifi">Cornell&#8217;s three Wi-Fi options</a>. If you have already <a href="https://it.cornell.edu/wifi-resnet/register-your-computer-or-mobile-device">registered your wireless device</a>, then no additional steps are necessary to connect to the wireless network.</p><p>If you are a visitor to Cornell and do not have a NetID, please refer to the <a href="https://it.cornell.edu/wifi/connect-cornell-visitor-wi-fi">Cornell IT Wi-Fi for Visitors</a> page to register your wireless device.</p><p>If you have trouble with wireless access in the library, please speak with the Reference staff for immediate assistance.</p> </div> </div> </div> </div> </div> </section> </div> </div><!-- .entry-content --> </article><!-- #post-6483 --> </main><!-- #main --> <footer> <div class="footer__nav"> <div class="all-libraries"> <a href="https://www.library.cornell.edu/libraries"> <span class="fa fa-arrow-left" aria-hidden="true"></span> Libraries and Hours </a> | <a href="https://www.library.cornell.edu/ask"> Ask a Librarian </a> </div> <nav aria-label="footer navigation"> <div class="menu-footer-container"><ul id="footer-menu" class="menu"><li id="menu-item-59" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-59"><a href="https://olinuris.library.cornell.edu/">Home</a></li> <li id="menu-item-73" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73"><a href="https://olinuris.library.cornell.edu/about">About</a></li> <li id="menu-item-3140" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3140"><a href="https://olinuris.library.cornell.edu/use-the-library">Use the Library</a></li> <li id="menu-item-6186" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6186"><a href="https://olinuris.library.cornell.edu/resources">Resources</a></li> <li id="menu-item-75" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75"><a href="https://olinuris.library.cornell.edu/services">Services</a></li> <li id="menu-item-3141" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3141"><a href="https://olinuris.library.cornell.edu/news-events">News &#038; Events</a></li> </ul></div> </nav> </div> <!-- Declare variables for theme options--> <!-- Use Kirki to handle customizer --> <figure class="college"> <!-- <a href="http://cornell.edu"> <img src="" alt=" website homepage" /> </a> --> </figure> <address class="library"> <div class="container"> <div class="c-1"> <p>CONTACT</p> <p><strong>Olin &amp; Uris Libraries</strong><br> 161 Ho Plaza<br> Ithaca, NY 14853 <a class="icon-map" href="https://goo.gl/maps/YpEvF7GJpzts6x7x5" title="Library Location"> <i class="fas fa-map-marker-alt" aria-hidden="true"><span class="sr-only">Olin &amp; Uris Libraries Library Location</span></i></a> </p> </div> <div class="c-2"> <p>Information & Reference: <a href="mailto:okuref@cornell.edu">okuref@cornell.edu</a>, (607) 255-4144</p> <p>Olin Circulation: (607) 255-4245</p> <p>Circulation Email: <a href="mailto:libpublicservices@cornell.edu">libpublicservices@cornell.edu</a></p> </div> </div> </address> <address class="cornell"> <p>©2024 Cornell University Library, Ithaca, NY 14853 | 607-255-4144 | <a href="https://www.library.cornell.edu/privacy"><strong>Privacy</strong></a> | <a href="https://www.library.cornell.edu/web-accessibility"><strong>Web Accessibility Assistance</strong></a> | <a href="/admin"><strong>Staff Login</strong></a></p> </address> <p class="feedback"> <a class="btn-graphic" href="https://cornell.libwizard.com/f/feedback?&4589755=https%3A%2F%2Folinuris.library.cornell.edu%2Fpublic-computing-and-technology">FEEDBACK</a> <a class="btn-graphic" href="https://alumni.library.cornell.edu/give-library/">GIVE TO THE LIBRARY <i class="fas fa-arrow-right" aria-hidden="true"></i></a> </p> </footer> <script src="https://cornell.libanswers.com/load_chat.php?hash=8fdf48c79ec644a50bb294d4f03f3127"></script> <div id="libchat_8fdf48c79ec644a50bb294d4f03f3127"></div> <style type="text/css" media="screen"></style> <script type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='culu-print-style-css' href='https://olinuris.library.cornell.edu/wp-content/themes/culu-child/sass/print/print.css?ver=1.0.0.1556303584' media='print' /> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/themes/culu/js/navigation.js?ver=20151215" id="culu-navigation-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/themes/culu/js/search.js?ver=20151215" id="culu-search-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/themes/culu/js/skip-link-focus-fix.js?ver=20151215" id="culu-skip-link-focus-fix-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/themes/culu/js/facetwp.js?ver=20151299" id="facetwp-pagination-js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.js" id="accessible-slick-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/themes/culu/js/accessible-slick/init.js" id="accessible-slick-init-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/themes/culu/js/isotope.js" id="isotope-init-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/themes/culu/js/notifications.js?ver=20200317" id="culu-notifications-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/themes/culu/js/announcement-banner.js?ver=20220203" id="culu-announcement-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.23.3" id="elementor-pro-webpack-runtime-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.23.4" id="elementor-webpack-runtime-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.23.4" id="elementor-frontend-modules-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" id="elementor-pro-frontend-js-before"> /* <![CDATA[ */ var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/olinuris.library.cornell.edu\/wp\/wp-admin\/admin-ajax.php","nonce":"0cc71312ee","urls":{"assets":"https:\/\/olinuris.library.cornell.edu\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/olinuris.library.cornell.edu\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/olinuris.library.cornell.edu\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; /* ]]> */ </script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.23.3" id="elementor-pro-frontend-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" id="elementor-frontend-js-before"> /* <![CDATA[ */ var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":481,"lg":769,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":480,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":768,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.23.4","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"e_lazyload":true,"display-conditions":true,"form-submissions":true,"taxonomy-filter":true},"urls":{"assets":"https:\/\/olinuris.library.cornell.edu\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/olinuris.library.cornell.edu\/wp\/wp-admin\/admin-ajax.php"},"nonces":{"floatingButtonsClickTracking":"30771e98db"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"viewport_mobile":480,"viewport_tablet":768,"lightbox_description_src":"caption","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes"},"post":{"id":6483,"title":"Public%20Computing%20and%20Technology%20%E2%80%93%20Olin%20%26%20Uris%20Libraries","excerpt":"","featuredImage":false}}; /* ]]> */ </script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.23.4" id="elementor-frontend-js"></script> <script type="text/javascript" src="https://olinuris.library.cornell.edu/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.23.3" id="pro-elements-handlers-js"></script> <script> jQuery(document).ready(function() { jQuery( '.elementor-accordion .elementor-tab-title' ).removeClass( 'elementor-active' ); jQuery( '.elementor-accordion .elementor-tab-content' ).css( 'display', 'none' ); }); </script> </body> </html>

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