The Wayback Machine - https://web.archive.org/web/20200111235516/http://oskicat.berkeley.edu/record%3Db15574777~S1
OskiCat - UC Berkeley Library Web Catalog /All Locations Skip to content
OskiCat: UCB Library Catalog


Start Over Request Add to My Lists Save Records MARC Display Another Search
     
Limit to items not checked out

Author Libby, Willard F.
Title Radioactivity of ordinary elements, especially samarium and neodymium: method of detection, by Willard F. Libby ...
Published [1933]
Location Call No. Status    
 Main (Gardner) Stacks (NRLF)  308t .L6945    AVAILABLE  RESTRICTED USE
 NRLF (UCB)  QC721 .L5    AVAILABLE  
MANUSCRIPT
Description 1 p. l., 26 numb. l. tables, diagrs. 29 cm.
Thesis Thesis (Ph.D.)--Univ. of California, May 1933.
Other Resources

Select location to text:

    '; var itms = document.getElementById('bib_items'); var tr = itms.getElementsByTagName('TR'); for (i = 1; i < tr.length; i++) { var x = tr[i].getElementsByTagName('TD'); if (x.length === 6) { // if there are only 6 cells (like our ITEM table) var loc = trim(x[0].innerHTML.replace(/(<([^>]+)>| )/ig,"")); var call = trim(x[1].innerHTML.replace(/(<([^>]+)>| )/ig,"")); var status = trim(x[2].innerHTML.replace(/(<([^>]+)>| )/ig,"")); var qualified_status = trim(x[3].innerHTML.replace(/(<([^>]+)>| )/ig,"")); var has_qualified_status = (qualified_status !== "" ? true : false); // If we're on the first row, check it var chck = (i === 1 ? " checked " : ""); if (i <= 4) { out += '
  1. ' + call + ' ' + loc + ': ' + status + (has_qualified_status ? " (" + qualified_status + ")" : "") + ''; qrcodeContent += " ::" + call + " " + loc + ":" + status + (has_qualified_status ? " (" + qualified_status + ")" : ""); } if (debug > 0) {alert("found item: " + loc + "|" + call );} } } qrcodeContent = Url.encode(qrcodeContent); qrcode = qrcode + qrcodeContent; out += '' + "

    Note: Provider charges may apply. SMS must be enabled." + "

    Don't see your cell provider? Let us know" + "" + "

    " + '
    Get Book Info via QR Code
    ' + "
    ' + ""; var sms_home = document.getElementById("smscontent"); sms_home.innerHTML = out; } catch (e) {}