CINXE.COM

ND Full Catalog - Basic Search

<!-- filename: find-b --> <!-- 20041122 Creating file to test combined find/scan search box A.Bales--> <!-- 20041123 Moved combined find/scan search box to primary version of find-b. A. Bales--> <html> <head> <title>ND Full Catalog - Basic Search</title> <!-- filename: meta-tags-ndup --> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="Sun, 06 Nov 1994 08:49:37 GMT"> <!-- 20050913 Adjusted base specific URL to use server_httpd/F instead of server_f_start A. Bales --> <!-- 20050316 Setting base specific refresh URL --> <META HTTP-EQUIV="REFRESH" CONTENT="1200; URL=https://aleph23-prod.library.nd.edu:443/F?func=find-b-0&local_base=ndu01pub"> <!-- <META HTTP-EQUIV="REFRESH" CONTENT="1200; URL=https://aleph23-prod.library.nd.edu:443/F?func=find-b-0&local_base=ndu01pub"> --> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <link rel="stylesheet" href="https://aleph23-prod.library.nd.edu:443/exlibris.css" TYPE="text/css"> <script type="text/javascript" src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/malc-scripts.js"></script> <script language="Javascript"> <!-- function setCookie() { document.cookie = "ALEPH_SESSION_ID = 6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB; path = /"; } // --> </script> <!-- 20080527 Added following scripts to allow user to set a default index. A. Bales --> <script type="text/javascript"> <!-- function setSearchCookie() { index = document.getElementById('x').value ; d = new Date() ; d.setFullYear(2020,12,31) ; document.cookie = "PREF_INDEX = " + index + "; path = /; expires =" + d ; alert ( 'Default Search Type Saved' ); } function clearSearchCookie() { var d = new Date() ; //alert ( d ) d.setDate(d.getDate()-1) ; //alert ( 'expires ' + d ) document.cookie = "PREF_INDEX = '' ; path = /; expires =" + d ; alert ( 'Default Search Type cleared') ; } function setDefaultIndex() { prefIndex = getCookie( 'PREF_INDEX' ) ; var indexOptions = document.getElementById('x') ; //Get options from drop-down list for ( i=0;i<indexOptions.length;i++ ) { //Loop through options, compare to cookie if ( indexOptions[i].value == prefIndex ) { document.getElementById('x').selectedIndex = i ; // Select index if match found } } } function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "="); if (c_start!=-1) { c_start=c_start + c_name.length+1; c_end=document.cookie.indexOf(";",c_start); if (c_end==-1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return ""; } //--> </script> <!-- filename: script_search --> <!-- This file should be uniform for all bases --> <!-- This script sets the rotating search examples and tips --> <!-- 20080304 Revised script to seperate base specific examples into a seperate file. --> <script language="JavaScript"> function updateExample (i) { /* Checking whether the search box contains a tip */ oldTip = document.getElementById('tipbox').innerHTML oldTip = oldTip.replace(/<(\w|\W)*?>/g,""); /* Calls to base-specific scripts for the content of examples and tips */ example = setExample(i) ; tip = setTip(i) ; indexSwitch = setIndexSwitch(i) ; /* Set tip box based on content of tip */ if ( tip != '' ) { tipBox = '<span class="search_tip">' + tip + '</span>'; } else { tipBox = '' ; } /* Insert examples, tips and index switches into display */ document.getElementById('hint').innerHTML = example ; document.getElementById('tipbox').innerHTML = tipBox ; document.getElementById('index-switch').innerHTML = indexSwitch ; if ( document.getElementById('y').value == '' | document.getElementById('y').value == oldTip ) { document.getElementById('y').value = tip } return; } /* This script clears tip from the search box so the user can type a search */ function clearTip() { tip = document.getElementById('tipbox').innerHTML tip = tip.replace(/<(\w|\W)*?>/g,""); if ( document.getElementById('y').value == tip ) { document.getElementById('y').value = '' ; } } /* This script changes the target for the search option, if the user clicks the checkbox */ function setIndex(indexChk,indexUnChk) { optionNumber = document.getElementById('x').selectedIndex ; if ( document.getElementById('indexOption').checked == true ) { document.getElementById('x').options[optionNumber].value = indexChk ; } else { document.getElementById('x').options[optionNumber].value = indexUnChk ; } } </script> <!-- filename: script_search-examples-ndup --> <!-- This file includes the scripts that set the codes for the tip, examples and index switches. The script that inserts those items into the display is in script_search --> <!-- A version of this script is needed for any base that has its own search options in combo-code-include --> <script language="JavaScript"> function setExample(i) { switch (i) { case "find_WRD": example = '\"civil war\" <br> wom!n and executives <br> africa* and fiction' break; case "scan_TTI": example = ' zen and the art <br> old man and the sea &mdash; <b>Not</b> <i>The</i> old man and the sea <br> new american nation series'; break; case "find_WTI": example = 'noir and detective? <br> popular culture <br> wind willows'; break; case "scan_AUT": example = 'whitman walt <br> dickens c <br> american chemical society'; break; case "find_WAU": example = 'conference ieee <br> edgar poe <br> albert einstein'; break; case "scan_SUB": example = 'nixon, richard <i>(comma optional)</i><br> Psychology -颅 case studies <i>(hyphen optional)</i>'; break; case "find_WSU": example = 'religion and ethics <br> plato and criticism <br> roanoke colony'; break; case "scan_CNT": example = 'nd237 h <br> PN1995 <br> qd1 .c51'; break; } return example; } function setTip (i) { switch(i) { case "scan_TTI": tip = 'Omit initial articles (a an the el ein, etc.)'; break; default: tip = ''; break; } return tip } function setIndexSwitch (i) { switch (i) { case "find_WTI": indexSwitch = '<input type="checkbox" id="indexOption" checked onclick="setIndex(\'find_WTI\',\'find_WTX\')">Include keywords from table of contents and series titles '; break; default: indexSwitch = ''; break; } return indexSwitch } </script> </head> <!-- <body topmargin="0" onload="javascript:setCookie();window.document.form1.request.focus();"> --> <!-- 20080527 Added call to setDefaultIndex A.Bales--> <body topmargin="0" onload="javascript:setCookie();setDefaultIndex();updateExample(window.document.getInfo.x.value);window.document.getInfo.y.select();"> <!-- filename: head-1-nobor-ndup --> <!-- filename: include-window --> <!-- 20070410 Modified javascript open_window(loc) so that links with service type 'tag' open in original window instead of new window. A. Bales --> <script language="Javascript"> <!-- function open_window (loc) { self.name="main"; //make exception for reference links in bibs var serviceTypeTag = "service_type=TAG"; var serviceTypeTagLocation = loc.indexOf(serviceTypeTag); if (serviceTypeTagLocation > -1){ window.location.href=loc; } //otherwise, continue as before else if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=500,width=500,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=500,width=500,scrollbars,resizable"); } w.focus(); } function open_window2 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=100,width=500,scrollbars,resizable" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=100,width=500,scrollbars,resizable" ); } w.focus(); } function open_window3 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=400,width=450,scrollbars,resizable,top=200" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=400,width=450,scrollbars,resizable,top=200" ); } w.focus(); } function open_window4 (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("", "win1", "height=150,width=450,scrollbars,resizable,top=200" ); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc, "win1", "height=150,width=450,scrollbars,resizable,top=200" ); } w.focus(); } function open_window_ext (loc) { self.name="main"; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win2","height=500,width=500,scrollbars,resizable,toolbar,status,menubar"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win2","height=500,width=500,scrollbars,resizable,toolbar,status,menubar"); } w.focus(); } function set_iframe_location(url,id){ eval('document.all.' + id).src = url; } function open_window_confirm (loc,frame) { self.name=frame; if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=220,width=450,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=220,width=450,scrollbars,resizable"); } w.focus(); } function delete_win1 () { var w = window.open ("","win1","height=220,width=450,scrollbars,resizable"); w.close(); } function open_window_ill (loc) { if ((navigator.appVersion.indexOf("MSIE 5.0") != -1) && (navigator.appName.indexOf("Explorer") != -1)){ var w = window.open ("","win1","height=500,width=500,scrollbars,resizable"); w.document.write("<html>\n"); w.document.write('<body onLoad="window.location.href='); w.document.write("'" + loc + "';\n"); w.document.write('"'); w.document.write("</body>\n"); w.document.write("</html>\n"); w.document.close(); } else { var w = window.open (loc,"win1","height=500,width=500,scrollbars,resizable"); } w.focus(); } // --> </script> <!-- 20060829 - changing URL for ILL and find articles M. Havert --> <!-- 20050718 Adding varible flag for signed in status A. Bales --> <script language="JavaScript" type="text/javascript"> var signed_in = "no" </script> <!-- 20050215 Added skipnav link A. Bales --> <a href="#main" class="skipnav">Skip Navigation</a> <!-- 20041025 Commenting out Base Top Bar P. Calarco <tr class="topbar"> <td class="topbar" colspan="14" valign="middle" height="20" width="*" align="center" > ND Full Catalog </td> </tr> --> <!-- Start topbar --> <!-- filename: topbar-ndup --> <div class="topbar" id="ndu"> <div class="library"> <!-- 20090106 Changed library name from University to Hesburgh A. Bales --> <a href="http://library.nd.edu" class="topbar" tabindex="1"> HESBURGH LIBRARIES<br><div class="library_college">University of Notre Dame</div> </a> </div> <div class="college"> <a href="http://www.nd.edu/" title="Notre Dame Home Page" tabindex="2"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/ndmark.gif" alt="Notre Dame Home Page" class="college"></a> </div> <!-- 20050321 Removed "multi-catalog" & added "ND Law" A. Bales --> <!-- 20050225 Changed "other libraries" to "other catalogs" A. Bales --> <div class="malc" > <br> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30265?func=find-b-0&local_base=ndu01pub" class="topbar" tabindex="3"> Notre Dame</a> | <a href="https://saintmaryscollegeindiana.on.worldcat.org/discovery" class="topbar" tabindex="4"> Saint Mary's</a> | <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30266?func=find-b-0&local_base=hcc01pub" class="topbar" tabindex="5"> Holy Cross</a> | <a href="https://bethelindiana.on.worldcat.org/discovery" class="topbar" tabindex="6"> Bethel</a> | <a href="https://search.ebscohost.com/login.aspx?custid=s8991252&groupid=main&profid=eds&authtype=guest" class="topbar" tabindex="7">ND Law</a> </div> </div> <!-- endfile: topbar --> <!-- filename:alert --> <script type="text/javascript"> var contentfulDirectApi = (window.location.hostname.includes('prep')) ? 'https://dyccuey0h3.execute-api.us-east-1.amazonaws.com/prep' : 'https://fs49g1qrdg.execute-api.us-east-1.amazonaws.com/prod' // Include Marked.js reference in header so we can parse markdown in alerts var script = document.createElement("script") script.src = "https://cdn.jsdelivr.net/npm/marked@3.0.8/lib/marked.min.js" document.head.appendChild(script) // Make a global variable so these functions can be called from other template files without inlining the js function getAlerts(view) { return new Promise((resolve, reject) => { // If no view specified, can't fetch alerts. Resolve instantly if (!view) { return resolve([]) } var xhr = new XMLHttpRequest() var now = new Date().toISOString() var queryString = 'content_type=alert' queryString += '&fields.domains[in]=' + view queryString += '&fields.startTime[lte]=' + now queryString += '&fields.endTime[gte]=' + now var url = contentfulDirectApi + '/livequery?query=' + encodeURIComponent(queryString) xhr.open('GET', url, true) xhr.onload = function() { // Return if not ready or not good status if (this.status >= 200 && this.status < 300) { return resolve(JSON.parse(xhr.response)) } else { console.error({ status: this.status, text: xhr.statusText }) return resolve([]) // Technically this should be reject, but we don't want to hinder page load so we'll fail silently } } xhr.onerror = resolve xhr.send() }) } function displayAlerts(alertsData) { alertsData.forEach((alert) => { // Parse markdown and use that alert.html = marked(alert.fields.description) // Create class name based on alert type (Ex: "Informational 芒聙聯 Yellow" -> "informational-yellow") alert.class = alert.fields.type.toLowerCase().replace(/\s+[^a-zA-z]*\s*/g, '-') }) var alertSort = (left, right) => { // Put "Warning" type at top, otherwise sort alphanumeric asc if (left.fields.type !== right.fields.type) { if (left.fields.type === 'Warning' || right.fields.type === 'Warning') { return left.fields.type === 'Warning' ? -1 : 1 } else { return left.fields.type < right.fields.type ? -1 : 1 } } else { // If type is the same, sort by start time return left.fields.startTime < right.fields.startTime ? -1 : (left.fields.startTime > right.fields.startTime ? 1 : 0) } } alertsData.sort(alertSort) var alertCategorize = (alerts) => { var out = {} alerts.filter(a => a.fields && a.fields.type).forEach((alert) => { if (out[alert.fields.type]) { out[alert.fields.type].push(alert) } else { out[alert.fields.type] = [alert] } }) return out } var alertCategories = alertCategorize(alertsData || []) var categoryArray = Object.keys(alertCategories).map(type => { var currentAlerts = alertCategories[type] || [] var className = currentAlerts.length > 0 ? currentAlerts[0].class : '' var out = document.createElement('div') out.classList.add('alert-section') out.classList.add(className) currentAlerts.forEach((alert) => { var container = document.createElement('div') container.classList.add('alert-container') var desc = document.createElement('div') desc.classList.add('alert-description') desc.innerHTML = alert.html container.appendChild(desc) out.appendChild(container) }) return out }) if (categoryArray.length) { var allAlerts = document.createElement('div') allAlerts.classList.add('alerts') categoryArray.forEach(cat => allAlerts.appendChild(cat)) return allAlerts } else { return null } } </script> <div id="contentful-alerts"></div> <link rel="stylesheet" type="text/css" href="https://aleph23-prod.library.nd.edu:443/alerts.css"> <script type="text/javascript"> var view = 'catalogueClassicNDU' getAlerts(view).then((alertsData) => { const alertElements = displayAlerts(alertsData) if (alertElements) { document.getElementById('contentful-alerts').appendChild(alertElements) } }) </script> <!-- endfile --> <!-- Start middle bar --> <table class="middlebar" align="center" border="0" width="100%"> <tr> <!--filename: head-menu-ndup--> <td class="search" valign="top" > <ul> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30267?func=find-b-0" class="middlebar" id="basic" title="Basic Search" tabindex="20">Basic Search</a></li> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30268?func=find-a-0" title="Advanced Search" class="middlebar" id="adv" tabindex="21">Advanced Search</a></li> <!-- 20050301 Changed link back to "command" per screen design. A. Bales --> <!-- 20050208 Changed link from "Command Search" to "Expert Search" A. Bales --> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30269?func=find-c-0" title="Command Search" class="middlebar" id="cmd" tabindex="22"> Command Search</a></li> <li><a href="http://onesearch.library.nd.edu/primo_library/libweb/action/search.do?vid=NDU" title="CatalogPlus" class="middlebar" id="catplus">OneSearch</a> </ul> </td> <td valign="top" > <ul> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30270?func=history" title="Use sets of records from past searches" class="middlebar" tabindex="25">Previous Searches</a></li> <!-- 20050223 Suppressed "results list" per screen design committee. Link will be placed in context sensitive locations e.g., results pages. A. Bales --> <!-- <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30271?func=short" title="View list of records" class="middlebar"> Results List</a></li> --> <!-- 20050126 Replaced basket lines with My e-Shelf code as per rep change 630 pvc --> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30272?func=myshelf-short"title="View the records that were saved in My e- Shelf" class="middlebar" tabindex="26"> My e-Shelf</a></li> <li><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30273?func=option-show&func_param=DISPLAY-OPTION" title="Set information display options" class="middlebar" tabindex="27"> Preferences</a></li> <li><a href="https://libguides.library.nd.edu/catalog-help" title="Help using this system" rel="help" target="cat_help" class="middlebar" tabindex="28"> Help</a></li> </ul> </td> <td valign="top" > <ul> <li><a href="https://library.nd.edu/ask-us-desk" tabindex="30" title="Get help from a librarian now, with chat, phone or email" class="middlebar"> Ask-a-Librarian</a></li> <li><a href="https://proxy.library.nd.edu/login?url=https://nd.illiad.oclc.org/illiad/IND/illiad.dll" class="middlebar" title="Get books or articles the library does not own through Interlibrary Loan" tabindex="31"> Interlibrary Loan</a></li> <!-- 20090106 Updated feedback link for new website A. Bales --> <!-- 20050208 Redirected feedback link from Aleph page to U.L. page. was: href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30274?func=file&file_name=feedback" A. Bales --> <li><a href="https://nd.service-now.com/nd_portal?id=sc_cat_item&sys_id=1198d67ddb4a7240de73f5161d961936&URL=https://library.nd.edu/" tabindex="32" title="Send comments about this system" class="middlebar"> Feedback</a></li> </ul> </td> <td valign="top" class="login" width="30%"> <!-- added a column for a login-box --> <!-- filename: sign-in-box-ndup --> <form method=post name="login_form" action="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30275" class="login-f"> <table > <tr> <td colspan=3><span class="login-head">Sign-in (My Account/Renew Loans)</span> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30276?func=BOR-INFO"><img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/iCircle.gif" style="vertical-align:text-bottom" border=0></a> </td> </tr> <tr> <td class="login-text"> <input type="hidden" name="ssl_flag" value="Y"> <input type="hidden" name="func" value="login-session"> <input type="hidden" name="login_source" value="LOGIN-BOR"> <input type=hidden name=bor_library value="NDU50"> NetID </td> <td><input tabindex="50" class="login-i" size=15 maxlength=14 name=bor_id > </td> <td ><a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30277?func=BOR-INFO" class="login-about" tabindex="53" nowrap>No NetID?</a></span></td> </tr> <tr> <td class="login-text">Password</td> <td><input tabindex="51" class="login-i" type=password size=10 name=bor_verification value=""> </td> <td nowrap><input type=image src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-go.gif" tabindex="52" border=0 alt="Sign in" class="login-button"></td> </tr> </table> </form> <!-- endfile: sign-in-box-ndup --> </td> </tr> </table> <!-- filename: find-include-buttons-ndu01pub --> <!-- 20050114 Reformated base links for tab design A. Bales --> <div id="base_tabs"> <span class="tab_on"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30278?func=find-b-0&local_base=ndu01pub" class="tab_on" id="full" tabindex="61">Full catalog</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30279?func=find-b-0&local_base=nd_serials" class="tab_off" id="per" tabindex="62">Periodicals</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30280?func=find-b-0&local_base=nd_e-resources" class="tab_off" id="elec" tabindex="63">E-Resources</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30281?func=find-b-0&local_base=ndu30pub" class="tab_off" id="res" tabindex="64">Reserves</a> </span> <span class="tab_off"> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30282?func=file&file_name=base-list" title="Choose Databases to Search" class="tab_off" id="more" tabindex="65">More</a> </span> </div> <!-- Note: Original ExLibris version of this file included search links (basic, etc.) which are now in the head-1 file. For original file see -usm01 ABB 20050118 --> <a name="main" class="hide">Main Content</a> <!-- 20050207 Moved Feedback area below tabs A. Bales --> <!-- Start Feedback Area (displays system messages to user) --> <div class="feedbackbar"> &nbsp; </div> <!-- Functions that have been suppressed in this file --> <!-- <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30283?func=file&file_name=base-list" class="blue" title="Choose Databases to Search">Databases</a> <a href='javascript:open_window("https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30284?func=service-ill");' title="ILL Request" class=white>ILL Request</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30285?func=file&file_name=logout" class="white" title="Open a new session"> End Session</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30286?func=scan-list" class="blue" title="Browse alphabetical indexes of authors, titles etc.">Browse</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30287?func=file&file_name=login-session" title="Enter your username and password" class="middlebar">Sign-In</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30288?func=BOR-INFO" title="View information on your library account" class="middlebar"> My Account</a> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30289?func=bor-loan" title="View and renew loans" class="middlebar"> Renew Loans</a> --> <!-- 10192004 Suppressing "include-buttons" and moving to head-1 file A. Bales --> <!-- <include> find-include-buttons --> <!-- 20041022 Moved title to "scope" file - Added include for scope note A. Bales --> <!-- 20041025 Restored title & removed from scope note file. A. Bales --> <!-- 20050114 Reformated title for tab-bar layout. A. Bales --> <div class="title"> ND Full Catalog - Basic Search </div> <!-- filename: scope-ndu01pub --> </div> <script language="JavaScript"> <!--"This Javascript code, Copyright 2000, The University of Iowa." --> <!--"Updates for no-frames version, 11/6/2002, CM, MIT." --> <!--20041123 Modified script for MALC A. Bales --> <!-- function verify(x,y) { if ( y.value.length < 1 ) { var message = "Search box is empty"; var w = window.open("","message", "width=200,height=130,screenX=400,screenY=200","replace"); w.document.write('<body bgcolor="#fffff0" onBlur=self.close()>'); w.document.write('<form>'); w.document.write('<table width=100% cellspacing=20>'); w.document.write('<tr><td align=center>'); w.document.write(message); w.document.write('</td></tr>'); w.document.write('<tr><td align=center>'); w.document.write('<a href="javascript:self.close();"><img src="/www_eng/icon/a-ok.gif" width=80 height=22 border=0></a>'); w.document.write('</td></tr>'); w.document.write('</table>'); w.document.write('</form>'); w.document.write('</body>'); w.document.close(); w.focus(); return false; } else { for ( var i = 0; i < x.length; i++ ) { if ( x[i].selected ) { var opt = x[i].value.split("_"); if ( opt[0] == "find" || opt[0] == "F8" ) { document.search.find_code.value = opt[1]; document.search.request.value = y.value; document.search.action = "https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30290"; document.search.submit(); break; } else { document.browse.scan_code.value = opt[1]; document.browse.scan_start.value = y.value; document.browse.action = "https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30291"; document.browse.submit(); break; } } } return true; } } //--> </script> <!-- 20050329 Added "clear" button, changed "search" to "go" A. Bales --> <!-- 20050307 Commented out graphic "example" pending modification of script to use text examples. A. Bales --> <script> <!-- document.write('<table class="search_table" align="center">'); document.write('<tr>'); document.write('<th width="20%" >'); document.write('<form name="getInfo" onsubmit="verify(getInfo.x,getInfo.y); return false">Search type:</th>'); document.write('<th width="25%" valign="top" id="tipbox">&nbsp;</th>'); document.write('<th>&nbsp;</th>'); document.write('</tr>'); document.write('<tr>'); document.write('<td width="20%" align="left" valign="top">'); <!-- filename: combo-code-include --> <!-- Each base that has a copy of this file should also have a copy of script_search-examples --> <!-- When updating search options, also updates examples in script_search-examples --> <!-- 20080304 Added id to select tag A. Bales --> <!-- 20050426 Updated select tag to work with Javascript for text examples A. Bales --> document.write('<select id="x" name="x" size="8" onChange="updateExample(this.options[this.selectedIndex].value)">'); document.write('<option value="find_WRD" selected>Keyword Anywhere</option>'); document.write('<option value="scan_TTI" >Title begins with...</option>'); document.write('<option value="find_WTI" >Title Keyword</option>'); document.write('<option value="scan_AUT" >Author (last name first)</option>'); document.write('<option value="find_WAU" >Author Keyword</option>'); document.write('<option value="scan_SUB" >Subject begins with...</option>'); document.write('<option value="find_WSU" >Subject Keyword</option>'); document.write('<option value="scan_CNT" >Call Number begins with...</option>'); document.write('</select>'); document.write ('<br>&nbsp;&nbsp<a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30292?func=find-a-0" title="Advanced Search" >More Search Options</a>'); document.write('</td>'); document.write('<td width="25%" valign="top" align="left">'); /* 20060116 Removed previous search string. To restore, set value of next line to */ document.write('<input type="text" name="y" id="y" size="60" value="" onFocus="clearTip()"><br>'); /* Inserting line for text examples */ document.write ('<div id=\"hintbox\"><b>Examples:</b>'); document.write ('<div id=\"hint\">&nbsp;</div>'); document.write ('<div id=\"index-switch\">&nbsp;</div>'); document.write ('</div>'); /*20080527 Added lines for user to set default index. A.Bales*/ document.write ('<p style="text-align:right"><a href="javascript:setSearchCookie()">'); document.write ('Save this Search Type as my default</a> | <a href="javascript:clearSearchCookie()">Clear</a>') ; /* document.write('<img name="Image1" border="0" src="/www_eng/icon/find_WRD.gif" width="294" height="42"> </td>'); */ document.write('<td width="30%" rowspan=2 valign=top class=td4 align="left" nowrap>'); /* document.write('<!-- this is here so button lines up --> &nbsp;<br>'); */ document.write('<a name="Search" onclick="verify(getInfo.x,getInfo.y)">'); document.write('<img alt=" Go " src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-go.gif" border=0></a>'); /* document.write('<input type="submit" name="Search" value=" Search " onclick="verify(getInfo.x,getInfo.y)">'); */ /* Adding clear button */ document.write('&nbsp;<a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30293?func=find-b-0&clear_level=2">'); document.write('<img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-clear0.gif" border=0 alt="Clear"></a>'); document.write('</td>'); document.write('</tr>'); document.write('</table>'); document.write('</form>'); document.write('<p>'); document.write('<form name="search" action="">'); document.write('<input type=hidden name=func value="find-b">'); document.write('<input type=hidden name=find_code value="">'); document.write('<input type=hidden name=request value="">'); document.write('</form>'); document.write('<form name="browse" action="">'); document.write('<input type=hidden name=func value="scan">'); document.write('<input type=hidden name=scan_code value="">'); document.write('<input type=hidden name=scan_start value="">'); document.write('</form>'); //--> </script> <noscript> <form method=get name=form1 action="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30294"> <input type="hidden" name="func" value="find-b"> <!-- 20041020 Reformated table layout A. Bales --> <table cellspacing=2 border=0 cellpadding="0" width="100%"> <tr> <td colspan="2"> KEYWORD Search </td> </tr> <tr> <td class="td2" id="small" width="20%"> <!-- filename: find-code-include --> <select name=FIND_CODE SIZE="3" id="find_code"> <option value="WRD" selected>Keywords, anywhere</option> <option value="WTI" >Title keywords</option> <option value="WSU" >Subject keywords</option> <option value="WAU" >Author keywords</option> <option value="SYS" >System Number </option> </select> </td> <td class="td2" id="small"> <!-- 20050216 Changing double quotes to single in following line as per rep change 633 PVC --> <input size=40 name="request" value=''> <br>Words adjacent? <input Type="radio" name="adjacent" checked value="N"> No <input type="radio" name="adjacent" value="Y"> Yes <br> <input type="image" alt=" Go " src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-go.gif" border=0> <a href="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30295?func=find-b-0&clear_level=2"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-clear0.gif" border=0 alt="Clear"></a> </td> <!-- 20041115 Comment our base to search line A. Bales --> <!-- <tr> <td class="td2" width="20%" nowrap> Base to search </td> <td class="td2" id="small"> <!-- <include>base-list-include\FXX\9000\ --> <!-- </td> </tr> --> <tr> <td class="td2" colspan="2" valign=middle align="left" nowrap> </td> </tr> </table> <hr> <!-- 20041019 Suppressed search limits A. Bales --> <!-- <include>find-include-filter <hr> --> </form> <!-- 20041019 Added include for browse search A. Bales --> <!-- filename: scan-include-2 --> <!--20050211 Put form in fieldset A. Bales --> <fieldset> <legend class=subtitle> BROWSE an alphabetical list </legend> <!-- 20050527 changed from name from form1 to scan A. Bales --> <form method=get name=scan action="https://aleph23-prod.library.nd.edu:443/F/6ITXD3P67EPHSNHFTI9MMQIJJVCLVEFS1KNSM4626NXFCD8PSB-30296"> <input type="hidden" name="func" value="scan"> <!-- 20041020 Rearranged table layout A. Bales --> <table cellspacing=2 border=0 class="search_table" > <tr> <th>Search for: </th> <th>Search words beginning with:</th> <th>&nbsp;</th> </tr> <tr> <td class=td2 nowrap valign=top> <select name=scan_code tabindex="100" > <!-- 20070613 Removed AME (conference) and SUT (subject unform title); renamed ACO, per Index subgroup A. Bales --> <!--20050603 Changing LCA, SUD, CNL, SHL to CNT, SNT, LNT, SLT P. Calarco --> <!--20050121 Changed "begging with*" to "begins with..." A. Bales --> <!--20050104 Changed scroll box to drop-down A. Bales --> <!-- 20041022 Added in correct browse options from 14.2 P. Calarco --> <option value=TTI selected>Title begins with...</option> <option value=AUT >Author (last name first)</option> <option value=SUB >Subject begins with...</option> <option value=SRS >Series begins with...</option> <option value=CNT >LC Call number/title</option> <option value=XXX >------------</option> <option value=SYS >System number</option> <option value=020 >ISBN</option> <option value=022 >ISSN</option> <option value=035 >OCLC Number</option> <option value=XXX >------------</option> <option value=TUT >Uniform Title</option> <option value=XXX >By Author</option> <option value=APE >--Person</option> <option value=ACO >--Organization or Conference</option> <option value=XXX >By Subject</option> <option value=SPE >--Person</option> <option value=SME >--Conference</option> <option value=SGE >--Place</option> <option value=STP >--Topic</option> <option value=SGN >--Genre Term</option> <option value=LCA >LC Call Number</option> <option value=SNT >SuDocs Number/title</option> <option value=LNT >Local Call Number/title</option> <option value=SHL >Full Shelving Index</option> </select> </td> <td class=td1 valign=top width="300"> <!-- 20041101 Increased input size from 29 to 40 A. Bales --> <input size=40 tabindex="101" name="scan_start" maxlength=100 value=""> <br>* Do NOT type initial articles (The, An, A...) </td> <td valign="top" > <input type="image" tabindex="102" alt=" Go " src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-go.gif" border=0> <!-- 20080130 Replaced this paragraph as per SP1333 P. Andrzejewski --> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-clear0.gif" onclick="document.form1.scan_start.value='';" border=0 alt="Clear"> </td> </tr> </table> </form> </fieldset> </noscript> <!-- 20041020 Suppressed search hints A. Bales --> <!-- <span class="text3"> Search hints: </span> <p class="text1"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif" border="0" alt="Hint"> If you choose Yes for "Words adjacent," you can type in the phrase <em>computer programming</em> and the system will understand that you want only records that have the word <em>computer</em> NEXT to the word <em>programming</em>. <br><br> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif" border="0" alt="Hint"> Lowercase letters will find matches of capitalized words also. For example, <em>computer</em> will find matches for <em>computer</em>, <em>Computer</em> and <em>COMPUTER</em>. <br><br> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif" border="0" alt="Hint"> You may use the Boolean operators AND and OR in your search string. For example, you could type <em>(heart OR cardiac) AND surgery</em> to retrieve all records having <em>heart</em> or <em>cardiac</em> in them, together with the word <em>surgery</em>. <br><br> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/f-separator.gif" border="0" alt="Hint"> Use the <em>?</em> character to find matches that contain portions of words. For example, <em>gun?</em> will retrieve <em>gun, guns, gunners, gunnery, gunning,</em> etc. In another example, <em>?&nbsp;ology</em> will retrieve <em>anthropology, archaeology, psychology</em>, etc. The <em>?</em> character may also be used to find variant spellings. For example, <em>alumi?m</em> will find both the American spelling, <em>aluminum,</em> and the British spelling, <em>aluminium</em>. </p> <!-- filename: copyrights --> <hr> <!-- filename: backup-alert --> <!-- This file should be empty on the production server --> <!-- endfile: backup-alert --> <p> <table class="copyright" width="100%"> <tr> <td style="padding: 0 2em 0 0; "><a style="border:none" href="http://library.nd.edu"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/hesburgh_mark.png" alt="Hesburgh Libraries of Notre Dame" style="border:none"></a> </td> <td style="text-align:center; font-family:Arial,Verdana,serif; font-size:.85em;"> <a id="undlink" href="http://nd.edu">University of Notre Dame</a> | <a id="hesburghlink" href="http://library.nd.edu">Hesburgh Libraries</a> <p style="margin:.5em;"><span>221 Hesburgh Library</span> <span>Notre Dame, IN 46556</span> | <span>Phone: 574.631.6258</span> | <span>Fax: 574.631.6772</span></p> <span><a href="library.nd.edu/contact-us">Contact information</a></span> | <a href="http://m.library.nd.edu/">Mobile version</a></span> <span style="font-style:italic;font-size:.9em;padding-left:1em;"><a id="copyright" href="http://www.nd.edu/copyright">Copyright</a> &copy; 2010-</span> </td> <td> <a style="border:none" href="http://nd.edu"> <img src="https://aleph23-prod.library.nd.edu:443/exlibris/aleph/u23_1/alephe/www_f_eng/icon/ndmark.png" alt="University of Notre Dame" style="border:none" ></a> </td> </tr> </table> <!-- 20080408 Added tracking script for Google Analytics A. Bales --> <!-- This script should only be present in the PRODUCTION version of this file --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-2118378-4"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html>

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