CINXE.COM

Your Old Books | RBMS - Rare Books & Manuscripts Section

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport"> <title>Your Old Books | RBMS - Rare Books &amp; Manuscripts Section</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://rbms.info/xmlrpc.php" /> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//v0.wordpress.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="RBMS - Rare Books &amp; Manuscripts Section &raquo; Feed" href="https://rbms.info/feed/" /> <link rel="alternate" type="application/rss+xml" title="RBMS - Rare Books &amp; Manuscripts Section &raquo; Comments Feed" href="https://rbms.info/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.3.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-0QVB05YVJE" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.3.0'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/rbms.info\/yob\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-0QVB05YVJE', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-0QVB05YVJE', {"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 MonsterInsights --> <script type="text/javascript"> /* <![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:\/\/rbms.info\/wp-includes\/js\/wp-emoji-release.min.js?ver=658a61b4bed71c5f550d1d4cfd71f30c"}}; /*! 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' type='text/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> <link rel='stylesheet' id='wp-block-library-css' href='https://rbms.info/wp-includes/css/dist/block-library/style.min.css?ver=658a61b4bed71c5f550d1d4cfd71f30c' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://rbms.info/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://rbms.info/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=658a61b4bed71c5f550d1d4cfd71f30c' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css' type='text/css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css' type='text/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' type='text/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='dw_focus_template-css' href='https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/assets/css/template.css?ver=658a61b4bed71c5f550d1d4cfd71f30c' type='text/css' media='all' /> <link rel='stylesheet' id='dw_focus_responsive-css' href='https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/assets/css/responsive.css?ver=658a61b4bed71c5f550d1d4cfd71f30c' type='text/css' media='all' /> <link rel='stylesheet' id='style-css' href='https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/style.css?ver=658a61b4bed71c5f550d1d4cfd71f30c' type='text/css' media='all' /> <link rel='stylesheet' id='dw-focus-qa-css' href='https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/dwqa-templates/style.css?ver=658a61b4bed71c5f550d1d4cfd71f30c' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css' type='text/css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link rel='stylesheet' id='jetpack_css-css' href='https://rbms.info/wp-content/plugins/jetpack/css/jetpack.css?ver=13.6.1' type='text/css' media='all' /> <script type="text/javascript" src="https://rbms.info/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.3.0" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/rbms.info","hash_tracking":"false","v4_id":"G-0QVB05YVJE"};/* ]]> */ </script> <script type="text/javascript" src="https://rbms.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://rbms.info/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/assets/js/bootstrap.min.js?ver=658a61b4bed71c5f550d1d4cfd71f30c" id="bootstrap-js"></script> <script type="text/javascript" src="https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/assets/js/jquery.infinitescroll.min.js?ver=658a61b4bed71c5f550d1d4cfd71f30c" id="infinitescroll-js"></script> <script type="text/javascript" id="dw_focus-js-extra"> /* <![CDATA[ */ var dw_focus = {"ajax_url":"https:\/\/rbms.info\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/assets/js/custom.js?ver=658a61b4bed71c5f550d1d4cfd71f30c" id="dw_focus-js"></script> <script type="text/javascript" src="https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/assets/js/jquery.mouse.move.js?ver=658a61b4bed71c5f550d1d4cfd71f30c" id="mouse-move-js"></script> <script type="text/javascript" src="https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/assets/js/jquery.swipe.js?ver=658a61b4bed71c5f550d1d4cfd71f30c" id="swipe-js"></script> <link rel="https://api.w.org/" href="https://rbms.info/wp-json/" /><link rel="alternate" type="application/json" href="https://rbms.info/wp-json/wp/v2/pages/140" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://rbms.info/xmlrpc.php?rsd" /> <link rel="canonical" href="https://rbms.info/yob/" /> <link rel='shortlink' href='https://wp.me/P4V6UK-2g' /> <link rel="alternate" type="application/json+oembed" href="https://rbms.info/wp-json/oembed/1.0/embed?url=https%3A%2F%2Frbms.info%2Fyob%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://rbms.info/wp-json/oembed/1.0/embed?url=https%3A%2F%2Frbms.info%2Fyob%2F&#038;format=xml" /> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//rbms.info/?wordfence_lh=1&hid=F979018CBAFEE44268B0E64A9078F7A0'); </script> <style>img#wpstats{display:none}</style> <style> </style> <!--[if lt IE 9]> <script src="https://rbms.info/wp-content/themes/dw_focus_1.0.9_theme/assets/js/html5.js" type="text/javascript"></script> <![endif]--> <style type="text/css"> .site-header #branding a { background-image: url(http://rbms.info/wp-content/uploads/2014/11/DW_logo_3.jpg); } #colophon.dark #site-info .small-logo { background-image: url(http://rbms.info/wp-content/uploads/2014/11/rbms_logo_sm_black_solid.jpg); } @media ( max-width: 979px ) { .wrap-navigation .small-logo { background-image: url(http://rbms.info/wp-content/uploads/2014/11/rbms_logo_sm_black_solid.jpg); } } body.error404 { background-image: url(http://rbms.info/wp-content/uploads/2014/12/rbms_logo_full_bw_med1.jpg); } a:hover, .navbar .nav .current_page_item > a, .navbar .nav .current-menu-item > a, .navbar .nav .current-post-ancestor > a, .navbar .nav .current-menu-parent > a, .navbar .nav .current-menu-ancestor > a, .navbar .nav li a:hover, .navbar .nav li a:active, .navbar .nav li a:focus, .archive .content-inner .entry-meta a:hover, .desktop .top-news .dropdown-menu a:hover, .desktop .top-news .dropdown-menu a:active, .desktop .top-news .dropdown-menu a:focus, .home .site-content .content-inner .entry-meta a:hover { color: #1e73be; } .desktop .top-news .entry-meta, .news-slider .carousel .carousel-inner .entry-category, .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .single .site-content>.hentry .post-categories li { background: #1e73be !important ; } .news-slider .carousel-list .other-entry li.active { border-left-color: #1e73be; } .nav-tabs>.active>a:before, .nav-tabs>.active>a:hover:before { border-top-color: #1e73be; } .archive .post-layout a.active, .pagination ul>li .current, .btn-primary:hover { background: #1e73be; border-color: #1e73be !important; } body.error404 .entry-content h2 { color: #1e73be; } </style> <link rel="shortcut icon" href="http://rbms.info/wp-content/uploads/2015/04/RBMSfavicon2.png"> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Your Old Books" /> <meta property="og:url" content="https://rbms.info/yob/" /> <meta property="og:description" content="Anyone with an interest in translations of Your Old Books into other languages should contact the current chair of the RBMS Publications Committee. Your Old Books is also available as a compact PDF…" /> <meta property="article:published_time" content="2014-05-18T04:46:57+00:00" /> <meta property="article:modified_time" content="2023-04-10T22:50:23+00:00" /> <meta property="og:site_name" content="RBMS - Rare Books &amp; Manuscripts Section" /> <meta property="og:image" content="https://s0.wp.com/i/blank.jpg" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:text:title" content="Your Old Books" /> <meta name="twitter:card" content="summary" /> <!-- End Jetpack Open Graph Tags --> <link rel="stylesheet" type="text/css" id="wp-custom-css" href="https://rbms.info/?custom-css=3af2bb43fc" /></head> <body class="page-template-default page page-id-140 desktop chrome not-login right-sidebar dw_top_15_hide group-blog" > <header id="masthead" class="site-header" role="banner"> <div class="container"> <div id="header"> <div class="row"> <div id="branding" class="span3 visible-desktop"> <h1> <a href="https://rbms.info/" title="RBMS &#8211; Rare Books &amp; Manuscripts Section" rel="home"> RBMS &#8211; Rare Books &amp; Manuscripts Section </a> </h1> </div> <div id="sidebar-header" class="span9"> <aside id="text-2" class="widget widget_text"> <div class="textwidget"><style> .ads-770×90 { text-align: center; background: #fff; height: 90px; line-height: 90px; max-width: 770px; width: 100%; display: block; margin:0 auto; } .ads-770×90 a { color: #666; } </style> <div class="ads-770×90"> <a href="http://rbms.info/" target="_blank" rel="noopener"><img src="https://i0.wp.com/rbms.info/wp-content/uploads/2014/11/header_8.jpg?w=640" data-recalc-dims="1"></a> </div></div> </aside> </div> </div> </div> <div class="wrap-navigation"> <nav id="site-navigation" class="main-navigation navbar" role="navigation"> <div class="navbar-inner"> <button class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse" type="button"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <button class="collapse-search hidden-desktop" data-target=".search-collapse" data-toggle="collapse" > <i class="icon-search"></i> </button> <a class="small-logo hidden-desktop" rel="home" title="DW Focus" href="https://rbms.info/">DW Focus</a> <ul class="social-links visible-desktop"> <li class="facebook"><a target="_blank" href="https://www.facebook.com/RBMSinfo" title="Facebook"><i class="icon-facebook"></i></a></li> <li class="twitter"><a target="_blank" href="https://twitter.com/RBMSinfo" title="Twitter"><i class="icon-twitter"></i></a></li> <li class="rss"><a href="https://rbms.info/feed/" title="Rss"><i class="icon-rss"></i></a></li> </ul><!-- End social links --> <div class="search-collapse collapse"> <script> (function() { var cx = '013906620197259132265:zcxc8vyinns'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:search></gcse:search> </div> <div class="nav-collapse collapse"> <ul id="menu-main" class="nav"><li id="menu-item-828" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-828 0"><a href="http://rbms.info/home/">Home</a></li> <li id="menu-item-851" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-851 0"><a href="https://rbms.info/conferences/">Conferences</a><i class="sub-menu-collapse icon-chevron-down hidden-desktop"></i> <ul class="sub-menu"> <li id="menu-item-2021" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2021 active 1"><a title="Conferences (Main)" href="https://rbms.info/conferences/">Conferences (Main)</a></li> <li id="menu-item-9001" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9001 1"><a href="https://web.cvent.com/event/eec2ebfb-c5d9-47b3-8485-6c1def8b7a62/summary">2025 RBMS Conference</a></li> <li id="menu-item-7500" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7500 1"><a href="https://rbms.info/conferences/conference-guide-program/">Conference Guide</a></li> <li id="menu-item-1899" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1899 1"><a href="http://rbms.info/conferences/#past">Past Conferences</a></li> <li id="menu-item-2228" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2228 1"><a href="http://rbms.info/conferences/#ala_schedules">RBMS/ALA Meeting Schedules</a></li> </ul> </li> <li id="menu-item-852" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-852 0"><a href="https://rbms.info/committees/">Committees</a><i class="sub-menu-collapse icon-chevron-down hidden-desktop"></i> <ul class="sub-menu"> <li id="menu-item-3561" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3561 active 1"><a href="http://rbms.info/committees/">Committees (Main)</a></li> <li id="menu-item-2015" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2015 1"><a href="http://rbms.info/committees/#standing">Standing Committees</a></li> <li id="menu-item-2016" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2016 1"><a href="http://rbms.info/committees/#recurring">Recurring Committees</a></li> <li id="menu-item-2017" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2017 1"><a href="http://rbms.info/committees/#taskforce">Task Forces</a></li> <li id="menu-item-2018" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2018 1"><a href="http://rbms.info/committees/#discussion">Discussion Groups</a></li> <li id="menu-item-2019" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2019 1"><a href="http://rbms.info/committees/#liaisons">Liaisons</a></li> </ul> </li> <li id="menu-item-830" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-parent-item menu-parent-item menu-item-830 0"><a href="http://rbms.info/careers-faq/">Careers &#038; Scholarships</a><i class="sub-menu-collapse icon-chevron-down hidden-desktop"></i> <ul class="sub-menu"> <li id="menu-item-835" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-835 active color-none 1"><a href="https://rbms.info/blog/category/news-events/jobs-positions/">Jobs/Positions</a></li> <li id="menu-item-866" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-866 1"><a href="https://rbms.info/careers-faq/">Careers FAQ</a></li> <li id="menu-item-3470" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3470 1"><a href="https://rbms.info/committees/membership_and_professional/educational_opportunities/">Educational Opportunities Directory</a></li> <li id="menu-item-847" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-847 1"><a title="Conference Scholarships" href="https://rbms.info/scholarships/">Conference Scholarships</a></li> <li id="menu-item-4077" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4077 1"><a href="https://rbms.info/committees/membership_and_professional/mentoring_program/">RBMS Mentoring Program</a></li> </ul> </li> <li id="menu-item-848" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-848 0"><a href="https://rbms.info/resources/">Resources</a><i class="sub-menu-collapse icon-chevron-down hidden-desktop"></i> <ul class="sub-menu"> <li id="menu-item-2022" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2022 active 1"><a title="Resources (Main)" href="https://rbms.info/resources/">Resources (Main)</a></li> <li id="menu-item-3143" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3143 1"><a href="http://rbms.info/committees/bibliographic_standards/#cataloging_aids">Cataloging Aids</a></li> <li id="menu-item-849" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-849 1"><a href="https://rbms.info/standards/">Guidelines &#038; Standards</a></li> <li id="menu-item-9172" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9172 1"><a href="https://rbms.info/instruction-outreach-resources/">Instruction &#038; Outreach</a></li> <li id="menu-item-850" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-850 1"><a href="https://rbms.info/publications/">Publications</a></li> <li id="menu-item-855" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-855 1"><a href="https://rbms.info/rbms_manual/">RBMS Manual</a></li> <li id="menu-item-3469" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3469 1"><a href="https://rbms.info/publications/discussion_list/">RBMS Electronic Discussion List</a></li> </ul> </li> <li id="menu-item-4007" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-4007 0"><a href="https://rbms.info/rbms-blogs/">RBMS Blogs</a><i class="sub-menu-collapse icon-chevron-down hidden-desktop"></i> <ul class="sub-menu"> <li id="menu-item-829" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-829 active color-none 1"><a href="https://rbms.info/blog/category/news-events/">News Blog</a></li> <li id="menu-item-4008" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4008 1"><a href="http://rbms.info/chairs-blog/">Chair&#8217;s Blog</a></li> <li id="menu-item-4010" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4010 1"><a href="http://rbms.info/cv-comments/">Controlled Vocabularies Community Discussion Blog</a></li> <li id="menu-item-4009" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4009 1"><a href="http://rbms.info/theft-reports/">Theft Report Updates Blog</a></li> </ul> </li> <li id="menu-item-854" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-854 0"><a href="https://rbms.info/about/">About</a><i class="sub-menu-collapse icon-chevron-down hidden-desktop"></i> <ul class="sub-menu"> <li id="menu-item-2023" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2023 active 1"><a title="About (Main)" href="https://rbms.info/about/">About (Main)</a></li> <li id="menu-item-4070" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4070 1"><a href="https://rbms.info/about/membership/">Joining RBMS</a></li> <li id="menu-item-868" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-868 1"><a href="https://rbms.info/contact/">Contact</a></li> <li id="menu-item-853" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-853 1"><a href="https://rbms.info/history/">History of RBMS</a></li> </ul> </li> </ul> </div> </div> </nav> <div id="under-navigation" class="clearfix under-navigation"> <div class="row-fluid"> <!-- Under navigation positions ( breadcrum, twitter widgets) --> <div class="span9"> <aside id="dw_focus_news_headlines-2" class="widget dw_focus_headlines"> <h3 class="widget-title">Latest News:</h3> <div class="headlines" data-interval="false"> <ul> <li><a href="https://rbms.info/blog/news-events/resource-announcement-archivist-actions-abolitionist-futures-reimagining-archival-practice-against-incarceration/">Resource Announcement: Archivist Actions, Abolitionist Futures: Reimagining Archival Practice Against Incarceration</a><span class="time_diff"> - April 3, 2025</span></li> </ul> </div> </aside> </div> <div class="span3 "><script> (function() { var cx = '013906620197259132265:zcxc8vyinns'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:search></gcse:search></div> </div> </div> </div> </div> </header> <!-- End header --> <div id="main"> <div class="container"> <div class="row"> <div id="primary" class="site-content span9"> <article id="post-140" class="post-140 page type-page status-publish hentry content-print"> <header class="entry-header"> <h1 class="entry-title">Your Old Books</h1> </header><!-- .entry-header --> <div class="entry-content"> <p>Anyone with an interest in translations of <em>Your Old Books</em> into other languages should contact <a href="mailto:publications@rbms.info">the current chair of the RBMS Publications Committee</a>.</p> <p>Your Old Books is also available as a <a href="http://rbms.info/wp-content/uploads/2020/02/New-YOB-Brochure-FINAL-5.pdf" target="_blank" rel="noopener noreferrer">compact PDF version →</a></p> <h3>RBMS Publications Committee (Revision 2011)</h3> <p>This guide addresses some frequently asked questions about rare and older books and their values. The answers are meant only as general responses to these questions, and many possible exceptions are not described. No attempt has been made to identify or to evaluate individual books, nor does RBMS have the resources to respond to such requests. The appendix lists online and print resources for more information on the questions covered.</p> <div class="panel-group" id="custom-collapse-0"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-0">1. What makes a book rare?</a> </h4> </div> <div id="custom-collapse-0-0" class="panel-collapse collapse"> <div class="panel-body">Millions of books, pamphlets, magazines, newspapers, and broadsides have been published since the invention of printing more than five hundred years ago. Only a small portion of these pieces, however, would be considered “rare” by specialists. In simple terms, books achieve a degree of rarity only when demand exceeds supply. Unfortunately, there are no easy formulas for determining rarity.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-1">2. What makes a book important?</a> </h4> </div> <div id="custom-collapse-0-1" class="panel-collapse collapse"> <div class="panel-body">People value books either because of their contents or because of their physical characteristics. First editions of important literary or historical works and initial reports of scientific discoveries or inventions are prime examples of books that are important because of their contents. Illustrated books that give a new interpretation of a text or are the work of an esteemed artist are also valued. Books that were suppressed or censored may be both important and scarce, since few copies may have survived. Physical characteristics, such as a special binding; an early use of a new printing process; or an autograph, inscription, or marginal annotations of a famous person; may also contribute to a book’s importance and its market price.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-2">3. Does scarcity increase a book's value?</a> </h4> </div> <div id="custom-collapse-0-2" class="panel-collapse collapse"> <div class="panel-body">A book known to exist in only a few copies may have significant monetary value if collectors and libraries prize it. Searching the Internet using services like abaa.org, addall.com, alibris.com abebooks.com, or vialibri.com can give you an idea of how many copies of a book are currently being offered for sale. For information about how many copies are held by libraries, your local librarian can help you access databases such as OCLC’s WorldCat. Regardless of scarcity, a book without important text or distinguishing physical characteristics is likely to have little market value.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-3">4. Are all old books valuable?</a> </h4> </div> <div id="custom-collapse-0-3" class="panel-collapse collapse"> <div class="panel-body">Age by itself is not enough to make a book valuable. The importance of the text, the condition of the book, and demand for it will determine the valuation of an old book. However, certain categories of books are generally more sought after, including all books printed before 1501, English books printed before 1641, books printed in the Americas before 1801, and books printed west of the Mississippi before 1850.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-4">5. What is the difference between a rare book and a second-hand book?</a> </h4> </div> <div id="custom-collapse-0-4" class="panel-collapse collapse"> <div class="panel-body">A second-hand or used book is a previously owned book that is neither an important edition nor has special physical characteristics, such as binding, inscription, or association with important previous owners. Market prices for second-hand books are typically modest.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-5">6. What is meant by a book’s condition, and how does that affect a book's value?</a> </h4> </div> <div id="custom-collapse-0-5" class="panel-collapse collapse"> <div class="panel-body">Condition refers to a book’s physical appearance and the completeness of its contents. In general, the better a book’s physical condition, the more it will be worth. Terms that might be used to describe old books include (from best condition to worst condition) “As New,” “Fine” (no defects), “Very Good,” “Good,” “Fair” (worn but includes complete text), and “Poor” (very worn, but readable). Missing or mutilated covers, pages, or illustrations must be noted and are major faults that will severely compromise the book’s value.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-6">7. Where are rare books found?</a> </h4> </div> <div id="custom-collapse-0-6" class="panel-collapse collapse"> <div class="panel-body">Because books are portable and durable, rare books can turn up anywhere, from well-ordered private libraries to attics, basements, garage sales, and increasingly on Internet bookseller and auction sites. Books considered rare by collectors and librarians may be found together with more common books. Experience and specialized knowledge are often needed to discriminate among them.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-7">8. What kinds of books are usually not rare?</a> </h4> </div> <div id="custom-collapse-0-7" class="panel-collapse collapse"> <div class="panel-body"><strong>Bibles</strong></p> <p>No single work has been printed more often than the Bible. Because they are so common, most Bibles have no significant monetary value. Certain important editions of the Bible, however, are collectible: the earliest printed Bibles dating from the fifteenth and sixteenth centuries; the 1611 printings of the first authorized English (King James) version; and a variety of sixteenth- and seventeenth-century oddities such as the “Breeches” Bible, the “Vinegar” Bible, and the “Wicked” Bible, which have some misprint or peculiar wording. Most Bibles that contain handwritten genealogical or other family information do not have market value, unless the families or individuals were famous.</p> <p><strong>Sermons and Religious Instruction</strong></p> <p>Like Bibles, many other types of religious books, such as hymnals and other worship books, collections of sermons, and books of religious instruction were intended for wide circulation. Great quantities were printed as cheaply as possible, making them both less scarce and less attractive to collectors. There are some exceptions. Early Shaker tracts, for example, are considered important and may be quite rare, resulting in greater demand and higher prices.</p> <p><strong>Collected Editions of an Author&#8217;s Work</strong></p> <p>When authors become popular and well established, publishers often issue collected editions of their works. Such editions may be offered in special bindings and may even be limited and signed, but they are seldom rare. Exceptions include editions published by fine presses or those with historically significant editors, which may be valued by collectors or libraries for that reason.</p> <p><strong>Encyclopedias</strong></p> <p>Since encyclopedias are published and purchased for the currency of their information, obsolete editions of modern encyclopedias have little monetary value, whatever the historical interest of their articles. The eleventh edition (1911) of the Encyclopædia Britannica may be one exception. Complete sets of encyclopedias published before 1800 also have some market value, and single volumes proportionately less.</p> <p><strong>Textbooks</strong></p> <p>Old schoolbooks and college textbooks fall into the category of second-hand books with a few exceptions. There is a market for early American primers (for example, the Eclectic Reader of William Holmes McGuffey), although prices vary considerably depending on the edition and condition. Illustrated textbooks printed before 1850 are also sought after, as are early examples that instructed students about topics now studied, such as the place of African Americans, women, or immigrant groups in society.</p> <p><strong>Reprints and Facsimiles</strong></p> <p>Reprinting important texts in typographic or photographic facsimile is a common and inexpensive means of producing a previously printed text. Such facsimiles are generally not rare and are valued as used books. Extremely high-quality reproductions of medieval and Renaissance manuscripts and early printed books, however, can be quite expensive. Color facsimiles published during the nineteenth century are also valued by collectors when they were produced using innovative printing techniques such as collotype or chromolithography.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-8">9. What is the difference between a first and a limited edition?</a> </h4> </div> <div id="custom-collapse-0-8" class="panel-collapse collapse"> <div class="panel-body">An &#8220;edition&#8221; of a work is the total number of copies of a book printed from the same setting of type (be it metal type, phototype, or by digital means). If a book proves popular, the edition may be reprinted from the same setting of type, with no or minimal changes. This is generally known as a &#8220;printing.&#8221; Information about editions and printings is sometimes included on the title page of a book or on the back (verso) of the title page. If no information is provided, determining the edition or printing usually requires research using specialized bibliographies. Intensive collecting of true &#8220;first editions&#8221; of important modern literary works over the past few decades has substantially raised the market value of copies in fine condition.</p> <p>The term &#8220;limited edition&#8221; is reserved for editions in which copies contain an explicit &#8220;limitation statement,&#8221; usually on the back of the title page or on a separate page at the beginning or end of the volume. The limitation statement gives the total number of copies, sometimes with a breakdown of how many copies were printed on a certain type of paper, or bound in a certain kind of binding, or reserved or withheld from sale. The number of the specific copy is often printed or added by hand (as in &#8220;no. 46 of 500&#8221;), sometimes with the autograph of the author(s), publisher, or other contributor. The size of an edition, whether explicitly limited or not, does not by itself determine a book’s rarity or value.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-9">10. Is a book signed or marked up by a previous owner, or autographed by the author, more valuable?</a> </h4> </div> <div id="custom-collapse-0-9" class="panel-collapse collapse"> <div class="panel-body">The association of a book with a previous owner can add to its value, if that person is important or famous. Autographs, inscriptions or dedications, manuscript annotations, bookplates or stamps, or other distinctive markings may all be forged, so they need to be authenticated before a positive statement of association can be made.</p> <p>Contemporary authors routinely sign many copies of their books at publicity events organized to promote sales. Because they are common, such autographs typically add little to the market value of the book. Authors also sign books on other occasions, and they sometimes inscribe and present them to important associates and friends. Such &#8220;presentation&#8221; or &#8220;association&#8221; copies may command a premium price. Expert knowledge of the current market is needed in order to determine the value of a particular signed or inscribed copy.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-10">11. Are old letters, scrapbooks, photographs, and documents valuable?</a> </h4> </div> <div id="custom-collapse-0-10" class="panel-collapse collapse"> <div class="panel-body">Collectors and librarians often compete for the letters, cards, documents, photographs, and manuscripts of famous people, creating a market for them. The market value of such materials, like that of printed books, depends on perceived importance and condition, scarcity of comparable material, and actual condition. Similar materials created by people who are not famous may be of interest to librarians if they document a particular place, era, or segment of society. For more information, you might consult the Guide to Donating Your Personal or Family Papers to a Repository on the Society of American Archivists Web site, <a href="http://www.archivists.org/publications/donating-familyrecs.asp" target="_blank" rel="noopener noreferrer">http://www.archivists.org/publications/donating-familyrecs.asp »</a></div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-11">12. Might someone want my single volume to complete a set?</a> </h4> </div> <div id="custom-collapse-0-11" class="panel-collapse collapse"> <div class="panel-body">Because the chance of finding a buyer with a set lacking the exact volume or volumes is remote, single volumes or incomplete sets of multivolume works generally have little appeal to booksellers, collectors, or librarians. Exceptions include books considered rare because of their age and scarce early volumes of magazines or newspapers.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-12">13. How can I keep my books in good condition?</a> </h4> </div> <div id="custom-collapse-0-12" class="panel-collapse collapse"> <div class="panel-body">Books are damaged by light and by fluctuations and extremes in temperature and humidity. It is best to store them in a cool, comfortably dry, stable environment with low or indirect lighting. Most basements, garages, and attics are too hot, too damp, or too variable to provide good storage conditions. Avoid shelving books where they will be exposed to direct sunlight. Do not wrap books in newspaper or plastic or store them in cardboard boxes. Acid in the cardboard and in newsprint will damage books. Plastic wrappers, because they restrict air circulation, can promote the growth of mold or mildew. Furthermore, some plastics degrade over time and fuse to the materials they are touching. Store large books, such as atlases, bound newspapers, or art folios, flat on shelves rather than standing vertically. Never use adhesive tape to repair torn pages or a binding because it yellows with age and leaves a nasty residue. You can buy various types of protective enclosures for storing older or fragile books. See question fourteen below, and the Web site appendix, for suggestions on further reading and contact information for distributors of archival supplies.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-13">14. Should I have my books rebound?</a> </h4> </div> <div id="custom-collapse-0-13" class="panel-collapse collapse"> <div class="panel-body">It is best to consult an expert before rebinding. Rebinding can lessen the value of some books, and in other cases, the cost of the work will greatly exceed the monetary value of the book. Conservators will often recommend a less drastic approach. Properly fitted boxes or wrappers can often be alternatives to repairing or replacing the binding and can help to preserve the item in its original form. For further advice on conservation treatments, please consult the American Institute of Conservation’s Guidelines for Selecting a Conservator at <a href="http://www.conservation-us.org/about-conservation/how-to-choose#.VIHHCPnF-YQ" target="_blank" rel="noopener noreferrer">http://www.conservation-us.org/about-conservation/how-to-choose#.VIHHCPnF-YQ »</a></div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-14">15. Do I need to insure my books?</a> </h4> </div> <div id="custom-collapse-0-14" class="panel-collapse collapse"> <div class="panel-body">Most homeowner’s and renter’s insurance policies cover the loss of books, like other household items. If you own valuable books, consult with your agent to be sure they are adequately covered. Make a list of your books, and store it in a safe place so that you will have a record in case of theft, loss, or damage. Your agent may also suggest that you have your books professionally appraised to document their replacement value.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-15">16. How do I describe my books?</a> </h4> </div> <div id="custom-collapse-0-15" class="panel-collapse collapse"> <div class="panel-body">That depends on your purpose in listing your books and the kind of books you own. For insurance purposes or in order to sell your books, digital photographs of the binding and dust jacket (if any), as well as the title page and any other publication information, will be helpful. If you cannot provide photographs, you should make a complete transcription of the main title page and any other publication information given at the beginning or end of the volume, as well as a description of its binding, indicating wear or damage, and other physical features.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-16">17. Should I have my books appraised?</a> </h4> </div> <div id="custom-collapse-0-16" class="panel-collapse collapse"> <div class="panel-body">A professional appraisal of your books is the surest way to establish their value for the purpose of insuring them, preparing them for sale, or reporting their donation as a charitable tax deduction. However, appraisals can be expensive and are often unnecessary. Qualified appraisers are experts in their areas of specialty and charge hourly fees for their labor. An appraiser will need to inspect your books personally and then research his or her findings in specialized bibliographies and published sale records in order to determine values. Depending on the size of your collection, this may require many billable hours. Thus, one factor in deciding whether you need to have your books appraised is whether your collection is worth enough to warrant the expense. An experienced appraiser should be able to give you an estimate of the cost in advance if you provide an adequate preliminary description of your books.</p> <p>Other documentation can be used to establish the value of your books. If you bought them, you can use your invoices or receipts. If you inherited them, any legal or fiscal documents that describe the transfer of property may contain information about their value. If you wish to take a tax deduction for donating them, and their combined value is less than $5,000, such documentation and/or copies of recent sale records of comparable items may be sufficient evidence. Donations of books with a value exceeding $5,000 require professional appraisal. Consult the freely downloadable IRS Publication 561 entitled Determining the Value of Donated Property or a tax adviser for details.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-17">18. Where can I find an appraiser?</a> </h4> </div> <div id="custom-collapse-0-17" class="panel-collapse collapse"> <div class="panel-body">Many booksellers perform appraisals as part of their business. The Antiquarian Booksellers’ Association of America has a membership directory on its Web site (<a href="http://www.abaa.org" target="_blank" rel="noopener noreferrer">http://www.abaa.org</a>) that allows you to search for qualified booksellers by geographical region or by their fields of specialty. Your local yellow pages directory may also contain the names of “used,” “rare,” or “antiquarian” booksellers in your area. Because the range of rare books is vast, you should seek an appraiser who is knowledgeable about the particular type of books you have. Ask for references and referrals until you are satisfied that you have found the right person. Other sources for finding appraisers include the Appraisers Association of America and the International Society of Appraisers.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-18">19. How can I sell my books?</a> </h4> </div> <div id="custom-collapse-0-18" class="panel-collapse collapse"> <div class="panel-body">You can sell your books to a bookseller, through a professional auction house, or on your own through an online auction or other means of direct sale. Which is best for you will depend on the rarity and value of your books, your location, how quickly you need to sell them, and the time you are willing to spend marketing them. If you simply have a few second-hand books to clear off your shelves, a good option will be to find a local used book shop willing to buy the lot from you. If your books are rare or valuable, then finding a bookseller that specializes in the particular kind of books you have may be your best option. Directories published on the Web by the Antiquarian Booksellers’ Association of America or the International League of Antiquarian Booksellers can help identify qualified merchants. If the first dealer you contact cannot help you, ask for a referral. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-19">20. How can I ascertain a fair price?</a> </h4> </div> <div id="custom-collapse-0-19" class="panel-collapse collapse"> <div class="panel-body">Many booksellers now have searchable catalogs and databases on the World Wide Web. These resources can be very helpful in determining an approximate retail value of your books because they can be used to find recent prices asked for similar copies. When comparing your book to a description in such a database, be careful to find as close a match as possible, not only in terms of publication details, but also in terms of condition, binding, and other unique features. You can also search some auction sites to find prices realized in recent sales.</p> <p>Many individuals who wish to sell their books are unsure of their worth and so must depend to a great extent on the trustworthiness and professional behavior of the dealer. Booksellers who are members of the Antiquarian Booksellers’ Association of America or the International League of Antiquarian Booksellers must abide by a strict code of ethics designed to protect their customers. When selecting booksellers with whom to do business, ask whether they belong to these organizations or have other verifiable credentials attesting to their integrity.</p> <p>If you decide to sell your books to a bookseller, keep in mind that it costs booksellers money to run their businesses. In order to cover their overhead costs and turn a fair profit, they must offer you less for your books than they will sell them for—often a good deal less.</p> <p>If you decide to sell your books yourself through an auction service, setting a reserve limit will ensure that you do not have to accept a bid for less than a certain minimum amount.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-20">21. Can I sell or give my old books to a library?</a> </h4> </div> <div id="custom-collapse-0-20" class="panel-collapse collapse"> <div class="panel-body">All libraries buy books, but they generally find the administrative overhead involved in buying from private individuals costly and difficult, and thus may refuse your offer on that basis alone. If the library is willing to consider buying a book from you, be prepared to provide a full description and state a reasonable price.</p> <p>Libraries will welcome donations if the donated books fit their collection profile. Most public libraries focus on popular publications that circulate frequently. Many academic and research libraries are interested in acquiring rare and unique materials. School libraries, especially in impoverished areas, may welcome donations of used or older books. If the item does not fit its collection profile, the library may refuse the gift. Most libraries will also refuse donations that include restrictions on the use or disposition of the donated books.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-21">22. Who else might accept my old books as a donation?</a> </h4> </div> <div id="custom-collapse-0-21" class="panel-collapse collapse"> <div class="panel-body">Many organizations welcome donations of second-hand or used books, either because it is part of their mission to provide reading materials to others, or because they can sell them to raise money to support charitable causes. Goodwill, Oxfam, the Salvation Army, churches, synagogues, and other charitable institutions will welcome your donated books.</div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-22">23. Where can I go for more information on old and rare books, book collecting, and evaluating books?</a> </h4> </div> <div id="custom-collapse-0-22" class="panel-collapse collapse"> <div class="panel-body"> The following appendix contains brief listings of easily accessible resources that are generally known and respected. Their mention here, however, does not imply any official endorsement by RBMS or guarantee of the accuracy or quality of information they present, nor should the omission of any resources be taken as an indication that they are not of good quality. The listings are not meant to be comprehensive, just good beginning points for further reading. </div> </div> </div> <p><a name="appendix"></a><strong>Appendix</strong>:</p> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-23">Book Collecting?</a> </h4> </div> <div id="custom-collapse-0-23" class="panel-collapse collapse"> <div class="panel-body"> <a name="book"></a><strong>Book Collecting</strong>:</p> <p>The web site of the <a href="http://www.abaa.org/" target="_blank" rel="noopener noreferrer">Antiquarian Booksellers&#8217; Association of America</a> (ABAA) features a &#8220;Collector&#8217;s Corner&#8221; with a variety of information for amateur book collectors, including &#8220;Introduction to Book Collecting,&#8221; by Allen and Patricia Ahearn, and other &#8220;member publications&#8221;; a glossary of terms; a frequently asked questions page; and a list of &#8220;book collecting links.&#8221; It also includes a searchable directory of ABAA member booksellers.</p> <p>The web site of the <a href="http://www.ioba.org/" target="_blank" rel="noopener noreferrer">Independent Online Booksellers Association</a> (IOBA) includes glossaries of book terminology and condition definitions and a semi-annual magazine on book selling and collecting, the IOBA Standard. It also includes a searchable directory of IOBA member booksellers and links to multi-dealer databases and auction sites.</p> <p><a href="http://Rarebooks.info" target="_blank" rel="noopener noreferrer">Rarebooks.info</a> aims to be a comprehensive web resource for learning about rare books. It offers three levels of access: free, free with registration, and paid subscription membership. The free levels include access to a glossary of terms and links to libraries, museums, national associations, and private collections worldwide. The complete site is available in both English and French. Many other organizations and individuals maintain web sites that contain information, references, and links relevant to book collecting, book selling, book and printing history, and related topics. Entering these and other terms into Internet search engines will turn up a wealth of online resources.</p> <p>Some classic books on book collecting that are still widely available include:</p> <p>Book Collecting: A Modern Guide, Jean Peters, editor (Bowker, 1977). [ISBN: 0835209857] Modern Book Collecting, by Robert A. Wilson (Lyons Press, 1992). [ISBN: 1558211799].</p> <p>ABC for Book Collectors, by John Carter, 8th edition revised by Nicolas Barker. (Oak Knoll Press, 2004) [ISBN: 1584561122] <p>Nicholas Basbanes, who has lately revived the romance of book collecting with his popular trilogy on bibliophiles and bibliophilia throughout history (A Gentle Madness, Patience &amp; Fortitude, A Splendor of Letters), has also written a practical guide for today&#8217;s aspiring book collectors: Among the Gently Mad: Strategies and Perspectives for the Book-Hunter in the 21st Century (New York: Henry Holt, 2002). [ISBN: 0805051597] <p><a href="http://www.finebooksmagazine.com/" target="_blank" rel="noopener noreferrer">Fine Books &amp; Collections</a> (formerly OP Magazine) is a bi-monthly magazine with articles about book collectors and collecting, book fairs and auctions, and other news from the world of books and publishing.<br /> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-24">Evaluation and appraisal?</a> </h4> </div> <div id="custom-collapse-0-24" class="panel-collapse collapse"> <div class="panel-body"> <a name="eval"></a><strong>Evaluation and Appraisal: Selected Resources</strong></p> <p>Some popular guides to identifying and determining the value of books include:</p> <p>Book Finds: How to Find, Buy, and Sell Used and Rare Books, by Ian C. Ellis, 2nd edition (Perigee, 2001) [ISBN: 0399526544] <p>Collected Books: The Guide to Values, by Allen and Patricia Ahearn (Putnam, 2002) [ISBN: 0399147810] (note: a new edition appears about every two years).</p> <p>The Official Price Guide to Collecting Books, by Marie Tedford and Pat Goudey, 4th edition (House of Collectibles, 2002) [ISBN: 0609807692] <p>Pocket Guide to the Identification of First Editions, by Bill McBride, 6th edition (McBride, 2001) [ISBN: 0930313062] <p>Those who wish to buy and sell books online may find the following helpful:</p> <p>Buying Books Online: Finding Bargains and Saving Money with Booksense Stores, Amazon Marketplace, and Other Online Sites, by Stephen Windwalker (Harvard Perspective Press, 2002) [ISBN: 0971577846]; and,</p> <p>Selling Used Books Online: The Complete Guide to Bookselling at Amazon&#8217;s Marketplace and Other Online Sites, by Stephen Windwalker (Harvard Perspective Press, 2002) [ISBN: 0971577838] <p><a href="http://www.bookpricescurrent.com/" target="_blank" rel="noopener noreferrer">American Book Prices Current</a> is &#8220;an annual record of books, manuscripts, autographs, maps and broadsides sold at auction,&#8221; available as a book or CD-ROM. Many major auction houses that handle fine and rare books, such as Christie&#8217;s, Sotheby&#8217;s, and Swann Galleries, offer searchable databases of past and current sales from their web site. PBA Galleries also offers an online appraisal tool called BiblioBot that can be used to estimate market values of hardcover books. You can also estimate the current retail market values of used and rare books by comparing prices for similar books in databases and catalogs available on the web sites of online booksellers. If you need to find an appraiser in your area, the web sites of the Antiquarian Booksellers&#8217;s Association of America (ABAA), the American Society of Appraisers (ASA), and of the International Society of Appraisers each offer searchable directories by subject and dealer/appraiser location. Many booksellers also offer appraisal services, and may be competent in their areas of expertise even if they are not certified by ASA, ISA, or another agency. Request and check references and consult with a tax attorney until you are satisfied that you have found a qualified appraiser for your collection.<br /> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#custom-collapse-0" href="#custom-collapse-0-25">Preservation?</a> </h4> </div> <div id="custom-collapse-0-25" class="panel-collapse collapse"> <div class="panel-body"> <p><a name="pres"></a><strong>Preservation: Selected Resources</strong></p> <p>Although designed mainly to serve professionals, the following web sites also contain some information for general audiences on caring for books, papers, photographs, and other documents. <a href="http://palimpsest.stanford.edu/" target="_blank" rel="noopener noreferrer">Conservation OnLine Resources for Conservation Professionals</a> (COoL) is &#8220;a full text library of conservation information . . . [concerning] library, archives and museum materials.&#8221;</p> <p>The <a href="http://www.nedcc.org/" target="_blank" rel="noopener noreferrer">Northeast Document Conservation Center</a> (NEDCC) maintains on its web site lists of: frequently asked preservation questions, technical leaflets on various topics that are freely available online, preservation suppliers and services, and other online preservation resources.</p> <p>The American Institute for Conservation of Historic &amp; Artistic Works (AIC) publishes online &#8220;<a href="http://aic.stanford.edu/public/select.html" target="_blank" rel="noopener noreferrer">Guidelines for Selecting a Conservator</a>&#8221; and a database of conservators that can be searched by specialty and by area in North America. AIC&#8217;s &#8220;Caring for Your Treasures&#8221; brochures are available online and in print. Some commonly available non-technical guide books on preservation include: Preserving Your Family Treasures, by Michael Trinkley and Debi Hacker (Chicora Foundation, 1998). [ISBN: 1583170014] <p>Caring for Your Family Treasures: Heritage Preservation, by Jane S. Long and Richard W. Long (Abrams, 2000). [ISBN: 0810929872] <p>Ounce of Preservation: A Guide to the Care of Papers and Photographs, by Craig A. Tuttle (Rainbow Books, 1995). [ISBN 1568250215] <p>A Preservation Guide: Saving the Past and Present for the Future, by Barbara Sagraves (Ancestry.com: 1995). [ISBN 0916489590] </div> </div> </div> </div> <hr> <p>The original version of this pamphlet was produced in 1989 under the auspices of the Rare Books and Manuscripts Section, Association of College and Research Libraries, by the late Peter Van Wingen, Specialist for the Book Arts, Rare and Special Collections Division at the Library of Congress. It was revised by the RBMS Publications Committee in 1994.</p> <p>In 1997, the RBMS Electronic Information Technologies Committee (ad hoc) published the revised text on the RBMS web site. The RBMS Publications Committee substantially revised and updated the text again in 2005. Copyright © 2005, American Library Association.</p> <p>Anyone who wishes to create a link to this document from another web site or publish its url elsewhere may do so without requesting permission. Anyone who wishes to reproduce the entire document or portion thereof in any format, print or electronic, should seek permission from the current chair of the RBMS Publications Committee.</p> </div><!-- .entry-content --> </article><!-- #post-140 --> <div id="comments" class="comments-area"> </div><!-- #comments .comments-area --> </div> <div id="secondary" class="widget-area span3" role="complementary"> <aside id="nav_menu-3" class="widget widget_nav_menu"><h3 class="widget-title">Featured Resources</h3><div class="menu-home-side-container"><ul id="menu-home-side" class="menu"><li id="menu-item-4011" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4011 color-none"><a href="https://rbms.info/blog/category/news-events/">RBMS News Blog</a></li> <li id="menu-item-3758" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3758"><a href="http://rbms.info/chairs-blog/">Chair&#8217;s Blog</a></li> <li id="menu-item-856" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-856"><a href="https://rbms.info/diversity/">Diversity</a></li> <li id="menu-item-3424" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3424"><a href="http://rbms.info/theft-reports/">Security Updates</a></li> <li id="menu-item-3429" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-140 current_page_item menu-item-3429"><a href="https://rbms.info/yob/" aria-current="page">Your Old Books</a></li> </ul></div></aside><aside id="text-4" class="widget widget_text"> <div class="textwidget"><p style="text-align:center;"><a href="http://www.ala.org/acrl/aboutacrl/givetoacrl/givetoacrl" class="btn btn-primary btn-responsive" role="button" target="_blank" style="color: #FFF;" rel="noopener"> <i class="star"></i>Give for Scholarships</a></p> </div> </aside> <aside id="recent-posts-2" class="widget widget_recent_entries"> <h3 class="widget-title">Latest News Blog Posts</h3> <ul> <li> <a href="https://rbms.info/blog/news-events/resource-announcement-archivist-actions-abolitionist-futures-reimagining-archival-practice-against-incarceration/">Resource Announcement: Archivist Actions, Abolitionist Futures: Reimagining Archival Practice Against Incarceration</a> <span class="post-date">April 3, 2025</span> </li> <li> <a href="https://rbms.info/blog/news-events/survey-participate-in-the-ai-for-access-survey-help-shape-the-future-of-ai-in-archives/">Survey: Participate in the &#8220;AI for Access&#8221; Survey – Help Shape the Future of AI in Archives</a> <span class="post-date">April 3, 2025</span> </li> <li> <a href="https://rbms.info/blog/news-events/position-announcement-director-of-public-services-for-special-collections-university-of-arkansas-libraries/">Position Announcement: Director of Public Services for Special Collections, University of Arkansas Libraries</a> <span class="post-date">March 21, 2025</span> </li> <li> <a href="https://rbms.info/blog/news-events/position-announcement-catalog-librarian-clark-art-institute/">Position Announcement: Catalog Librarian, Clark Art Institute</a> <span class="post-date">March 17, 2025</span> </li> <li> <a href="https://rbms.info/blog/news-events/position-announcement-special-collections-librarian-suny-geneseo/">Position Announcement: Special Collections Librarian, SUNY Geneseo</a> <span class="post-date">March 17, 2025</span> </li> </ul> </aside> </div> </div> </div> </div> <!-- Footer --> <footer id="colophon" class="site-footer dark" role="contentinfo"> <div class="container"> <div id="site-tools"> <div class="row-fluid"> <div class="span9"><ul class="breadcrumbs"><li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://rbms.info"><span itemprop="title">RBMS &#8211; Rare Books &amp; Manuscripts Section</span></a> </li> <li>Your Old Books</li></ul></div> </div> </div> <div class="footer-shadown"></div> </div> <div id="site-info" class="container"> <div class="clearfix"> <div class="copyright"> <p><a style="color:#fff;" href="http://www.ala.org/acrl/"><img src="http://rbms.info/wp-content/uploads/2015/12/ACRL-LOGO-white.png" style="margin: 5px 0px"></a></p> <p></p> <p>A Division of the <a style="color:#fff;" href="http://www.ala.org/"><img src="http://rbms.info/wp-content/uploads/2015/12/ala_long_WHITE.png"></a></p> </div> <div class="logo"> <p>Site maintained by the <a style="color:#fff;" href="http://rbms.info/about/questions/">RBMS Web Team</a>. Contact: <a style="color:#fff;" href="mailto:webteam@rbms.info">webteam@rbms.info</a></p> <p>&copy; 2015 American Library Association. 50 E Huron St., Chicago IL 60611 |</p> <p>1.800.545.2433 | <a style="color:#fff;" href="http://www.ala.org/copyright">Copyright Statement</a> |<a style="color:#fff;" href="http://www.ala.org/privacypolicy"> Privacy Policy</a> </p> <a class="small-logo" href="http://rbms.info/" title="Rare Books and Manuscripts Section" rel="home">Rare Books and Manuscripts Section</a> </div> </div> </div> </footer><!-- #colophon .site-footer --> <a class="scroll-top" href="#masthead" title="Scroll to top">Top</a> <a rel="nofollow" style="display:none" href="https://rbms.info/?blackhole=de90c7b0e8" title="Do NOT follow this link or you will be banned from the site!">RBMS - Rare Books &amp; Manuscripts Section</a> <style type="text/css"> .cse .gsc-control-cse, .gsc-control-cse { padding: .2em !important; } </style><script type="text/javascript" src="https://stats.wp.com/e-202514.js" id="jetpack-stats-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="jetpack-stats-js-after"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"72716622\",\"post\":\"140\",\"tz\":\"-5\",\"srv\":\"rbms.info\",\"j\":\"1:13.6.1\"}") ]); _stq.push([ "clickTrackerInit", "72716622", "140" ]); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ document.querySelectorAll("ul.nav-menu").forEach( ulist => { if (ulist.querySelectorAll("li").length == 0) { ulist.style.display = "none"; } } ); /* ]]> */ </script> <script type="text/javascript"> jQuery(document).ready(function() { // if your slider is meant to autoplay, set this to true // otherwise, if you've turned on the "Stop Slider" option .. // .. in the slider's admin, set this to false var autoplay = true; var mySlider; // replace "revapi1" with your API variable name if(typeof revapi1 !== 'undefined') { mySlider = revapi1; } // if slider isn't found, bounce out of function else { return; } var isPlaying = autoplay, // play/pause container that will hold each button playPause = jQuery('<div class="prefix-play-pause" />'), // play button play = jQuery('<div class="prefix-play" />').appendTo(playPause), // pause button pause = jQuery('<div class="prefix-pause" />').appendTo(playPause); // toggle button visibility if autoplay is set to false if(!autoplay) { pause.hide(); play.show(); } // attach click handler to playPause container playPause.on('click', function() { if(isPlaying) { pause.hide(); play.show(); // ********************************* // API method for pausing the slider // ********************************* mySlider.revpause(); } else { play.hide(); pause.show(); // ********************************* // API method for playing the slider // ********************************* mySlider.revresume(); } isPlaying = !isPlaying; // append playPause container to slider }).appendTo(jQuery(mySlider).parent()); }); </script> </body> </html> <!-- Dynamic page generated in 1.693 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2025-04-06 10:32:53 --> <!-- Compression = gzip -->

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