CINXE.COM
Digital Bodleian | About
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png"> <link rel="icon" href="/icons/favicon.svg" sizes="any" type="image/svg+xml"> <link rel=”mask-icon” href="/icons/favicon.svg" color="#aaaaaa"> <link rel="manifest" href="/icons/site.webmanifest"> <link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#5bbad5"> <meta name="apple-mobile-web-app-title" content="Digital Bodleian"> <meta name="application-name" content="Digital Bodleian"> <meta name="msapplication-TileColor" content="#b91d47"> <meta name="theme-color" content="#ffffff"> <link rel="search" href="https://digital.bodleian.ox.ac.uk/search.xml" type="application/opensearchdescription+xml" title="Digital Bodleian"/> <link rel="preconnect" href="https://fonts.googleapis.com/"> <link rel="preconnect" href="https://fonts.gstatic.com/"> <link rel="preconnect" href="https://iiif.bodleian.ox.ac.uk/"> <link href="/static/global/base.css" rel="preload" as="style"> <link href="/static/global/base.css" type="text/css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/static/wpcc/cookieconsent.min.css"/> <script src="/static/wpcc/cookieconsent.min.js" defer></script> <title> Digital Bodleian | About </title> <script> window.dataLayer = window.dataLayer || []; </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-M7Z6S2Q');</script> <!-- End Google Tag Manager --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "abstract": "About", "name": "About", "creator": { "@type": "Organization", "url": "https://www.bodleian.ox.ac.uk", "name": "Bodleian Libraries", "logo": "https://iiif.bodleian.ox.ac.uk/iiif/image/f27e28db-0b08-4f16-9bdf-3565f591fb71/full/256,/0/default.jpg", "address": { "@type": "PostalAddress", "addressLocality": "Oxford", "addressRegion": "Oxfordshire", "postalCode": "OX1 3BG", "streetAddress": "Bodleian Libraries, Broad Street" } } } </script> </head> <body class="site-body"> <!-- Changing this id value will likely cause the height calculations for the object viewer to be off. --> <nav id="main-navigation" class="navbar has-shadow" role="navigation" aria-label="main navigation"> <div class="navbar-brand db-navbar-brand is-bg-db-green px-3"> <a class="navbar-item is-marginless is-paddingless has-tooltip-bottom" href="/" aria-label="Digital Bodleian homepage" data-tooltip="Digital Bodleian homepage"> <img class="db-logo" src="/static/global/images/db-logo.svg" width="223" height="57" alt="Digital Bodleian Logo"> </a> <a role="button" class="navbar-burger burger has-text-white" aria-label="menu" aria-expanded="false" data-target="top-navbar"> <span aria-hidden="true"></span> <span aria-hidden="true"></span> <span aria-hidden="true"></span> </a> </div> <div id="top-navbar" class="navbar-menu"> <div class="navbar-start"> <a class="navbar-item has-text-weight-semibold is-uppercase " href="/search/"> Search </a> <a class="navbar-item has-text-weight-semibold is-uppercase " href="/browse/"> Browse </a> <div class="navbar-item has-dropdown is-hoverable"> <a class="navbar-link has-text-weight-semibold is-uppercase" href="#">About</a> <div class="navbar-dropdown is-white is-blurred-bg-medium"> <a class="navbar-item is-active" href="/about/">About Digital Bodleian</a> <a class="navbar-item " href="/faq/">FAQs</a> <a class="navbar-item " href="/help/">Help</a> <a class="navbar-item " href="/developer/">API Documentation</a> <a class="navbar-item " href="/terms/">Terms of Use</a> </div> </div> </div> <div class="navbar-end px-5"> <a class="navbar-item is-size-5" id="login-link" href="/login/?next=/about/"> <i class="fa fa-user"></i> Log in </a> <a class="navbar-item is-marginless has-tooltip-bottom" href="https://www.oxford.ac.uk/" aria-label="University of Oxford homepage" data-tooltip="University of Oxford homepage"> <img src="/static/global/images/oxweb-logo-square.svg" width="98" height="98" alt="University of Oxford Logo"> </a> </div> </div> </nav> <script type="application/javascript"> document.addEventListener('DOMContentLoaded', () => { // The 'next' variable on the login link should be the current url, including any query parameters added since page load // so we update it when it's clicked var loginLink = document.getElementById("login-link"); if (loginLink !== null) { loginLink.onclick = function () { var currentUrl = window.location.pathname + window.location.search; var href = "/login/?next=" + encodeURIComponent(currentUrl); this.setAttribute("href", href); }; } // Get all "navbar-burger" elements const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0); // Check if there are any navbar burgers if ($navbarBurgers.length > 0) { // Add a click event on each of them $navbarBurgers.forEach( el => { el.addEventListener('click', () => { // Get the target from the "data-target" attribute const target = el.dataset.target; const $target = document.getElementById(target); // Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu" el.classList.toggle('is-active'); $target.classList.toggle('is-active'); }); }); } }); </script> <!-- site-content is used for sticky footers --> <div role="main" class="site-content"> <section class="hero is-large db-hero" style="background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://iiif.bodleian.ox.ac.uk/iiif/image/5fb8acef-9910-4c39-a031-136eba74c457/995,1520,2533,475/!1600,300/0/default.jpg');"> <div class="hero-body"> <div class="column"> <div class="column is-10-tablet is-offset-1-tablet is-7-widescreen is-offset-2-widescreen py-5 px-5"> <h1 class="title is-size-2 has-text-white">Digital Bodleian makes portions of the Bodleian's extraordinary library collections open to a wide variety of users from around the world for learning, teaching and research.</h1> </div> </div> </div> </section> <div class="container"> <div class="columns"> <div class="column is-10-tablet is-offset-1-tablet is-7-widescreen is-offset-2-widescreen"> <div class="content py-5 px-5"> <div class="block-heading"><h2 id="about-digital-bodleian" class="title">About Digital Bodleian</h2></div> <div class="block-paragraph"><p data-block-key="6anl1">Digital Bodleian first launched in 2015 with the aim of bringing together digitized content from the Bodleian Libraries’ extraordinary and rich collections into a single portal. The Bodleian Libraries have been digitizing content since the early 1990s and Digital Bodleian was and is designed to enable access to that content for the widest possible audience.</p><p data-block-key="1zuxs">Digital Bodleian quickly established itself as a key resource for research and teaching based on Bodleian Libraries’ collections, and usage has steadily increased over the years since launch.</p><p data-block-key="agjxx">The site has relaunched, in late 2020, with a new and improved search and discovery interface, which aims to</p><ul><li data-block-key="00e3z">Facilitate improved searching, filtering and browsing of collection items</li><li data-block-key="jxyuc">Improve display of item-level metadata</li><li data-block-key="wp2qs">Enable viewing and download of highest-quality resolution images for the purposes of non-commercial research and teaching</li><li data-block-key="0jykv">Improve curation and delivery of Bodleian Libraries content, as well as the delivery of content on behalf of partners such as Oxford’s colleges and Digital Humanities projects</li></ul><p data-block-key="8eqzv">The relaunched Digital Bodleian benefited from funding from the Oxford University GLAM Digital Strategy Implementation Programme, and the technical redevelopment was completed in partnership with <a href="https://www.textandbytes.com/"><b>text & bytes LLC</b></a>.</p><p data-block-key="kxfk4"></p></div> <div class="block-heading"><h2 id="library-collections" class="title">Library collections</h2></div> <div class="block-paragraph"><p data-block-key="dwvqi">The Bodleian Libraries are committed to digitizing as many of our special collections holdings as possible, but the vastness of these holdings means that only a relatively small amount is available online. If you would like to explore our special collections further, there are a number of additional online resources available. These include the main library catalogue for print collections <a href="http://solo.bodleian.ox.ac.uk/"><b>SOLO</b></a>, where information about, for example, rare books can be found; <a href="https://archives.bodleian.ox.ac.uk/"><b>Bodleian Archives & Manuscripts</b></a><b>,</b> which contains information about our post-1500 archival and manuscript collections; and numerous TEI catalogues, which contain records for our Western medieval and non-Western manuscript collections. Guidance on all of our available finding aids is provided by <a href="https://www.bodleian.ox.ac.uk/weston/finding-resources/catalogues"><b>Weston Library Special Collections</b></a>. If in doubt, please <a href="mailto:digital-bodleian@bodleian.ox.ac.uk"><b>contact us</b></a>.</p><p data-block-key="e9im1">Digital Bodleian also works in partnership with a number of Oxford colleges and Digital Humanities projects to deliver images of their collections. For more information about this service, please <a href="mailto:digital-bodleian@bodleian.ox.ac.uk"><b>contact us</b></a>.</p><p data-block-key="48g95"></p></div> <div class="block-heading"><h2 id="credits" class="title">Credits and acknowledgements</h2></div> <div class="block-paragraph"><p data-block-key="9smki">Digital Bodleian is a core service of <a href="https://www.bodleian.ox.ac.uk/bdlss"><b>Bodleian Digital Library Systems and Services (BDLSS)</b></a><b>.</b></p><h4 data-block-key="4rq31">Head of service</h4><ul><li data-block-key="97ueg">Judith Siefring, Head of Digital Collections Discovery</li></ul><h4 data-block-key="0q976">Collections curation</h4><ul><li data-block-key="bt8mb">Tim Dungate, Digitization and Digital Engagement Manager</li><li data-block-key="7bvje">Elizabeth Hanlon, Digitization and Digital Engagement Officer</li><li data-block-key="s0elr">Callum McDonald, Digitization Assistant</li></ul><h4 data-block-key="4njfe">Development team</h4><ul><li data-block-key="s80wc">Andrew Irving, Senior Systems Architect</li><li data-block-key="lmhy0">Mel Mason, Software Engineer</li><li data-block-key="o7k08">Richard Allen, Software Engineer</li></ul><h4 data-block-key="mat6x">Search and browse interface</h4><ul><li data-block-key="pvfxi">Developed in partnership with <a href="https://www.textandbytes.com/"><b>text & bytes LLC</b></a><b>.</b></li></ul><p data-block-key="oarpn">In addition to the team above, the project to relaunch Digital Bodleian benefitted from the hard work of Wendy Maule, Digital Project Manager, and of former members of staff Andrew Hankinson and Emma Stanford, who gave invaluable direction on technical development and content curation, and Gabriel Ignat, who led on the new design.</p><p data-block-key="qf8y4">We would like to thank our wonderful development partners <a href="https://www.textandbytes.com/"><b>text & bytes</b></a>, <a href="https://www.herrmanngermann.ch/"><b>Hermann Germann</b></a> who collaborated with us on the design, and our colleagues in Bodleian Special Collections for their help in providing contextual information for these digital collections. We would also like to thank the members of the Digital Bodleian user group, who worked with us to test and refine the new interface.</p><p data-block-key="qfuut"></p></div> <div class="block-heading"><h2 id="contact" class="title">Contact and feedback</h2></div> <div class="block-paragraph"><p data-block-key="931up">If you have questions about the digital collections, feedback about the site, or would like to report a technical problem, contact: <a href="mailto:digital-bodleian@bodleian.ox.ac.uk"><b>digital-bodleian@bodleian.ox.ac.uk</b></a><b>.</b></p><p data-block-key="jie5p">If you have a query about the physical collections from which digital surrogates were created, contact: <a href="mailto:specialcollections.enquiries@bodleian.ox.ac.uk"><b>specialcollections.enquiries@bodleian.ox.ac.uk</b></a><b>.</b></p><p data-block-key="w1k97">The <a href="/terms/"><b>Terms of Use</b></a> outline the ways in which the content delivered by Digital Bodleian can be used for non-commercial research and teaching. If you would like to discuss the use or purchase of collection images for commercial purposes, please contact <a href="mailto:imaging@bodleian.ox.ac.uk"><b>imaging@bodleian.ox.ac.uk</b></a><b>.</b></p></div> </div> </div> </div> </div> </div> <footer class="footer is-bg-db-dark-green"> <div class="container"> <div class="columns is-desktop"> <div class="column is-4-desktop"> <figure class="mr-5"> <img src="/static/global/images/bodleian-logo-white.svg" width="117" height="160" alt="Bodleian Libraries"/> </figure> <address> Bodleian Libraries,<br /> Broad Street,<br /> Oxford OX1 3BG </address> </div> <div class="column is-2-desktop"> <ul> <li><a href="https://www.bodleian.ox.ac.uk/about">About the Bodleian Libraries</a></li> <li><a href="https://www.ox.ac.uk/about">About the University of Oxford</a></li> <li><a href="/about">About Digital Bodleian</a></li> <li><a href="https://www.bodleian.ox.ac.uk/about/media">Press & media</a></li> </ul> </div> <div class="column is-2-desktop"> <ul> <li><a href="https://visit.bodleian.ox.ac.uk/accessibility">Accessibility Statement</a></li> <li><a href="/terms">Terms of Use</a></li> <li><a href="https://glam.web.ox.ac.uk/privacy-policy-digitalbodleian-website">Privacy Policy</a></li> <li><a href="https://visit.bodleian.ox.ac.uk/cookies">Cookies</a></li> <li><a href="/about#contact">Contact</a></li> </ul> </div> </div> </div> <div class="columns is-bg-db-charcoal copyright"> <div class="column has-text-centered"> <p>© Copyright 2020 The Bodleian Libraries</p> </div> </div> </footer></body> <script>window.addEventListener("load", function(){window.wpcc.init({"corners":"small","colors":{"popup":{"background":"#00152e","text":"#ffffff","border":"#afb3e4"},"button":{"background":"#be0f34","text":"#ffffff"}},"position":"bottom","content":{"href":"https://visit.bodleian.ox.ac.uk/cookies","message":"We use cookies to help give you the best experience on our website. By continuing without changing your cookie settings, we assume you agree to this. Please read our cookie policy to find out more.","link":"Cookie Policy","button":"Dismiss"},"margin":"none"})});</script> </html>