{"id":61,"date":"2012-10-03T14:05:39","date_gmt":"2012-10-03T13:05:39","guid":{"rendered":"http:\/\/demo.brandingbay.com\/ARL\/?page_id=61"},"modified":"2022-05-04T11:29:57","modified_gmt":"2022-05-04T10:29:57","slug":"services","status":"publish","type":"page","link":"http:\/\/demo.brandingbay.com\/ARL\/visiting\/services\/","title":{"rendered":"Reproduction services"},"content":{"rendered":"\n<p class=\"has-medium-font-size\">At the library we offer the following reproduction services:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Staffed copy service<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<p class=\"has-medium-font-size\">Staff can make copies from printed works that are dated post-1800 and in a good condition.<\/p>\n<\/div>\n<\/div>\n\n\n\n<ul><li>A4 b\/w&nbsp; 10p per copy\/scan<\/li><li>A4 colour 20p per copy\/scan<\/li><li>A3 b\/w 20p per copy\/scan<\/li><li>A3 colour 40p per copy\/scan<\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<form target=\"paypal\" action=\"https:\/\/www.paypal.com\/cgi-bin\/webscr\" method=\"post\">\n<input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\n<input type=\"hidden\" name=\"hosted_button_id\" value=\"X7NUHZCH97WKE\">\n<table>\n<tbody><tr><td><input type=\"hidden\" name=\"on0\" value=\"Repro options\">Reproduction items<\/td><\/tr><tr><td><select name=\"os0\">\n\t<option value=\"A4 B\/W\">A4 B\/W \u00a30.10 GBP<\/option>\n\t<option value=\"A4 Colour\">A4 Colour \u00a30.20 GBP<\/option>\n\t<option value=\"A3 B\/W\">A3 B\/W \u00a30.30 GBP<\/option>\n\t<option value=\"A3 Colour\">A3 Colour \u00a30.40 GBP<\/option>\n<\/select> <\/td><\/tr>\n<\/tbody><\/table>\n<input type=\"hidden\" name=\"currency_code\" value=\"GBP\">\n<input type=\"image\" src=\"https:\/\/www.paypalobjects.com\/en_GB\/i\/btn\/btn_cart_LG.gif\" name=\"submit\" alt=\"PayPal \u2013 The safer, easier way to pay online!\" border=\"0\">\n<img decoding=\"async\" loading=\"lazy\" alt=\"\" src=\"https:\/\/www.paypalobjects.com\/en_GB\/i\/scr\/pixel.gif\" width=\"1\" height=\"1\" border=\"0\">\n<\/form>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Digital reproductions<\/strong><\/h2>\n\n\n\n<p class=\"has-medium-font-size\">Staff can make high quality digital reproductions from works that are dated pre-1800 works, and send these via email or CD-Rom.<\/p>\n\n\n\n<ul><li>\u00a310 for the first image taken, \u00a31 for any following image.<\/li><\/ul>\n\n\n\n<p class=\"has-medium-font-size\">In addition, there will be a flat fee of \u00a35 for the provision of a CD-Rom. Provision of the images via email will be free of charge.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">If reproductions are going to be used for research, private study, review, or news report, a form needs to be signed to that effect.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">If reproductions are going to be used for reproduction in a publication, production, or otherwise, permission needs to be asked from the Keeper of the Library, forms signed and copyright fees paid.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Copyright fees for reproducing images<\/h2>\n\n\n\n<ul class=\"has-medium-font-size\"><li>Black and white image, each separate use: \u00a320.00<\/li><li>Coloured image, each separate use: \u00a340.00<\/li><\/ul>\n\n\n\n<div id=\"smart-button-container\">\n      <div style=\"text-align: center;\">\n        <div style=\"margin-bottom: 1.25rem;\">\n          <p>Copyright fee single use<\/p>\n          <select id=\"item-options\"><option value=\"Colour image\" price=\"40\">Colour image &#8211; 40 GBP<\/option><option value=\"Black &amp; white image\" price=\"20\">Black &amp; white image &#8211; 20 GBP<\/option><\/select>\n          <select style=\"visibility: hidden\" id=\"quantitySelect\"><\/select>\n        <\/div>\n      <div id=\"paypal-button-container\"><\/div>\n      <\/div>\n    <\/div>\n    <script src=\"https:\/\/www.paypal.com\/sdk\/js?client-id=AWx9ugs9b1Z0rkFew6ooZwi9mNJcuRWNVCtygVkR2kOUOENO6LAa_uhS-XaHWHvjYyyYC-9-9kQ9yn6m&amp;enable-funding=venmo&amp;currency=GBP\" data-sdk-integration-source=\"button-factory\"><\/script>\n    <script>\n      function initPayPalButton() {\n        var shipping = 0;\n        var itemOptions = document.querySelector(\"#smart-button-container #item-options\");\n    var quantity = parseInt();\n    var quantitySelect = document.querySelector(\"#smart-button-container #quantitySelect\");\n    if (!isNaN(quantity)) {\n      quantitySelect.style.visibility = \"visible\";\n    }\n    var orderDescription = 'Copyright fee single use';\n    if(orderDescription === '') {\n      orderDescription = 'Item';\n    }\n    paypal.Buttons({\n      style: {\n        shape: 'rect',\n        color: 'gold',\n        layout: 'vertical',\n        label: 'paypal',\n        \n      },\n      createOrder: function(data, actions) {\n        var selectedItemDescription = itemOptions.options[itemOptions.selectedIndex].value;\n        var selectedItemPrice = parseFloat(itemOptions.options[itemOptions.selectedIndex].getAttribute(\"price\"));\n        var tax = (0 === 0 || false) ? 0 : (selectedItemPrice * (parseFloat(0)\/100));\n        if(quantitySelect.options.length > 0) {\n          quantity = parseInt(quantitySelect.options[quantitySelect.selectedIndex].value);\n        } else {\n          quantity = 1;\n        }\n\n        tax *= quantity;\n        tax = Math.round(tax * 100) \/ 100;\n        var priceTotal = quantity * selectedItemPrice + parseFloat(shipping) + tax;\n        priceTotal = Math.round(priceTotal * 100) \/ 100;\n        var itemTotalValue = Math.round((selectedItemPrice * quantity) * 100) \/ 100;\n\n        return actions.order.create({\n          purchase_units: [{\n            description: orderDescription,\n            amount: {\n              currency_code: 'GBP',\n              value: priceTotal,\n              breakdown: {\n                item_total: {\n                  currency_code: 'GBP',\n                  value: itemTotalValue,\n                },\n                shipping: {\n                  currency_code: 'GBP',\n                  value: shipping,\n                },\n                tax_total: {\n                  currency_code: 'GBP',\n                  value: tax,\n                }\n              }\n            },\n            items: [{\n              name: selectedItemDescription,\n              unit_amount: {\n                currency_code: 'GBP',\n                value: selectedItemPrice,\n              },\n              quantity: quantity\n            }]\n          }]\n        });\n      },\n      onApprove: function(data, actions) {\n        return actions.order.capture().then(function(orderData) {\n          \n          \/\/ Full available details\n          console.log('Capture result', orderData, JSON.stringify(orderData, null, 2));\n\n          \/\/ Show a success message within this page, e.g.\n          const element = document.getElementById('paypal-button-container');\n          element.innerHTML = '';\n          element.innerHTML = '<h3>Thank you for your payment!<\/h3>';\n\n          \/\/ Or go to another URL:  actions.redirect('thank_you.html');\n\n        });\n      },\n      onError: function(err) {\n        console.log(err);\n      },\n    }).render('#paypal-button-container');\n  }\n  initPayPalButton();\n    <\/script>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Digital images taken by researchers<\/strong><\/h2>\n\n\n\n<p class=\"has-medium-font-size\">Researchers are permitted to take digital images of works for research, private study, review, or news report. Permission needs to asked, and a form needs to be signed to that effect.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>At the library we offer the following reproduction services: Staffed copy service Staff can make copies from printed works that are dated post-1800 and in a good condition. A4 b\/w&nbsp; 10p per copy\/scan A4 colour <a class=\"mh-excerpt-more\" href=\"http:\/\/demo.brandingbay.com\/ARL\/visiting\/services\/\" title=\"Reproduction services\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"parent":7878,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-full.php","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":[],"_tribe_ticket_has_attendee_info_fields":false,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":0,"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","cybocfi_hide_featured_image":"","footnotes":""},"_links":{"self":[{"href":"http:\/\/demo.brandingbay.com\/ARL\/wp-json\/wp\/v2\/pages\/61"}],"collection":[{"href":"http:\/\/demo.brandingbay.com\/ARL\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/demo.brandingbay.com\/ARL\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/demo.brandingbay.com\/ARL\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"http:\/\/demo.brandingbay.com\/ARL\/wp-json\/wp\/v2\/comments?post=61"}],"version-history":[{"count":50,"href":"http:\/\/demo.brandingbay.com\/ARL\/wp-json\/wp\/v2\/pages\/61\/revisions"}],"predecessor-version":[{"id":19588,"href":"http:\/\/demo.brandingbay.com\/ARL\/wp-json\/wp\/v2\/pages\/61\/revisions\/19588"}],"up":[{"embeddable":true,"href":"http:\/\/demo.brandingbay.com\/ARL\/wp-json\/wp\/v2\/pages\/7878"}],"wp:attachment":[{"href":"http:\/\/demo.brandingbay.com\/ARL\/wp-json\/wp\/v2\/media?parent=61"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}