CINXE.COM
Melissa Terras | Melissa Terras
<!DOCTYPE html> <html lang="en-GB"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Melissa Terras | Melissa Terras</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://melissaterras.org/xmlrpc.php"> <script type="text/javascript"> WebFontConfig = {"google":{"families":["Lato:r:latin,latin-ext","EB+Garamond:r,i,b,bi:latin,latin-ext"]},"api_url":"https:\/\/fonts-api.wp.com\/css"}; (function() { var wf = document.createElement('script'); wf.src = 'https://s0.wp.com/wp-content/plugins/custom-fonts/js/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script><style id="jetpack-custom-fonts-css">.wf-active body{font-family:"EB Garamond",serif}.wf-active button, .wf-active input[type="button"], .wf-active input[type="reset"], .wf-active input[type="submit"]{font-family:"EB Garamond",serif}.wf-active pre{font-family:"EB Garamond",serif}.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-family:"Lato",sans-serif;font-style:normal;font-weight:400}.wf-active h1{font-weight:400;font-style:normal}.wf-active h2{font-weight:400;font-style:normal}.wf-active #respond h3, .wf-active h3{font-weight:400;font-style:normal}.wf-active h4{font-weight:400;font-style:normal}.wf-active h5{font-weight:400;font-style:normal}.wf-active h6{font-weight:400;font-style:normal}.wf-active .site-title{font-style:normal;font-weight:400}.wf-active .site-description{font-weight:400;font-style:normal}.wf-active .entry-title{font-style:normal;font-weight:400}.wf-active .page-title{font-style:normal;font-weight:400}.wf-active #respond h3, .wf-active .comments-title{font-style:normal;font-weight:400}.wf-active .widget-title{font-weight:400;font-style:normal}@media screen and (min-width: 50em){.wf-active h1{font-weight:400;font-style:normal}}@media screen and (min-width: 50em){.wf-active h2{font-weight:400;font-style:normal}}@media screen and (min-width: 50em){.wf-active #respond h3, .wf-active h3{font-weight:400;font-style:normal}}@media screen and (min-width: 50em){.wf-active h4{font-weight:400;font-style:normal}}@media screen and (min-width: 50em){.wf-active .entry-title{font-style:normal;font-weight:400}}</style> <meta name='robots' content='max-image-preview:large' /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=1639' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9tZWxpc3NhdGVycmFzLm9yZw%3D%3D" + "&wpcomid=78889642" + "&time=1732388480"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Melissa Terras » Feed" href="https://melissaterras.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="Melissa Terras » Comments Feed" href="https://melissaterras.org/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Melissa Terras » Posts by Melissa Terras Feed" href="https://melissaterras.org/author/melissaterras/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.8-alpha-59438"}}; /*! 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> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s2.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/modules/infinite-scroll/infinity.css?m=1685115060i&cssminify=yes' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-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 crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJydzMsOwiAQheEXEibEXtKF8VmATggVgcwMNby91U13LlyenHw/vKryJQtmgZpaiJkhtGM6pHA8hLCbRU96ANdiWsGl4h8qRUeWOrD0hNozX+Bn6KsYNpRqP9z20kQFiuu/CbISc+CT3583M1/NMg6zGbc3O1tP4A==&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-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> <link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/coblocks-style.css?m=1681832297i&cssminify=yes' type='text/css' media='all' /> <style id='classic-theme-styles-inline-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> <link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s2.wp.com/_static/??-eJx9jcEKg0AMRH+oaVhorR7Eb9E16IpZg8min2889FZ6GYbhPQYPgbhlo2zIBWQtU8qKcdvJd5be0AmmMfW0Ejv2jKoP/K0daZzIXNdvB6PzvyJ+A8MgO6mCJ6fCYLN/6e113IZXU9WfUL/DcgHSTkDo&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--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--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--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;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){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;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s0.wp.com/_static/??-eJx9js0KwjAQhF/IuFTx7yA+iqTLmqYmm5DdUHx7W/FQsfQ2A/PNDAzZYGIlVtCOIgnk2kImFixWsQPRV6Atimxglo3V5FCdZ4GeNFt8fj1IZbh7RnDEVPwIyLL861zen6o+H8yQMcW1J4XakNwoHYypmV2DHCUTElr1iX+MeQTry4Te4rU5ng9Ns9tfTv0biThzPQ==&cssminify=yes' type='text/css' media='all' /> <link crossorigin='anonymous' rel='stylesheet' id='print-css-11-1' href='https://s1.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035i&cssminify=yes' type='text/css' media='print' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-14-1' href='https://s2.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"78889642","postID":"0","siteURL":"https:\/\/melissaterras.org","xhrURL":"https:\/\/melissaterras.org\/wp-admin\/admin-ajax.php","nonce":"f1f7d771d3","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/wp-content/js/rlt-proxy.js?m=1720530689i'></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://melissaterras.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="profile" /> <meta property="og:title" content="Melissa Terras" /> <meta property="og:url" content="https://melissaterras.org/author/melissaterras/" /> <meta property="profile:first_name" content="Melissa" /> <meta property="profile:last_name" content="Terras" /> <meta property="og:site_name" content="Melissa Terras" /> <meta property="og:image" content="https://secure.gravatar.com/avatar/65cdcc9846c16cda35ec2dbf25d9fa16?s=200&d=mm&r=g" /> <meta property="og:image:alt" content="Melissa Terras" /> <meta property="og:locale" content="en_GB" /> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=32" sizes="16x16" /> <link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=32" sizes="16x16" /> <link rel="apple-touch-icon" href="https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=114" /> <link rel='openid.server' href='https://melissaterras.org/?openidserver=1' /> <link rel='openid.delegate' href='https://melissaterras.org/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://melissaterras.org/osd.xml" title="Melissa Terras" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="theme-color" content="#d5f5e1" /> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="Melissa Terras" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Adventures in Digital Cultural Heritage" /><meta name="description" content="Read all of the posts by Melissa Terras on Melissa Terras" /> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #d5f5e1; } </style> <style type="text/css" id="custom-colors-css">.social-links ul a:hover:before { color: #FFFFFF;} body { background-color: #d5f5e1;} .social-links ul a:hover:before, #infinite-handle span:hover { background-color: #1c7c7c;} .jetpack-recipe-title { border-color: #1c7c7c;} .toggled .menu-toggle, .wp_widget_tag_cloud a:hover, .tags-links a:hover { border-color: #1B7878;} button:hover, button:focus, button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, #infinite-handle span:hover { border-color: #1B7878;} button:hover, button:focus, button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, #infinite-handle span:hover { color: #1B7878;} a, a:visited, .site-footer a:hover, .main-navigation li:hover > a, .current_page_item a, .current-menu-item a.toggled .menu-toggle, .entry-footer a:hover, .entry-meta a:hover, .entry-title a:hover, .site-main .post-navigation .meta-nav, .site-main .paging-navigation .meta-nav, .comment-meta .comment-metadata a:hover, .required, .widget a, #wp-calendar a, .wp_widget_tag_cloud a:hover, #infinite-footer .container a:hover, #infinite-handle span, .tags-links a:hover, .current_page_item a, .current-menu-item a, .current_page_item a:visited, .current-menu-item a:visited { color: #1B7878;} </style> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://s1.wp.com/?custom-css=1&csblog=5l0NA&cscache=6&csrev=142" /> </head> <body class="archive author author-melissaterras author-17332020 custom-background wp-custom-logo customizer-styles-applied jetpack-reblog-enabled has-site-logo custom-colors"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header" role="banner"> <div class="site-branding"> <a href="https://melissaterras.org/" class="site-logo-link" rel="home" itemprop="url"><img width="74" height="85" src="https://melissaterras.org/wp-content/uploads/2015/07/melisssa-marque.png?w=74" class="site-logo attachment-penscratch-site-logo" alt="" decoding="async" data-size="penscratch-site-logo" itemprop="logo" data-attachment-id="899" data-permalink="https://melissaterras.org/melisssa-marque/" data-orig-file="https://melissaterras.org/wp-content/uploads/2015/07/melisssa-marque.png" data-orig-size="74,85" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="melisssa-marque" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2015/07/melisssa-marque.png?w=74" data-large-file="https://melissaterras.org/wp-content/uploads/2015/07/melisssa-marque.png?w=74" /></a> <h1 class="site-title"><a href="https://melissaterras.org/" rel="home">Melissa Terras</a></h1> <h2 class="site-description">Adventures in Digital Cultural Heritage</h2> </div> <nav id="site-navigation" class="main-navigation" role="navigation"> <button class="menu-toggle">Menu</button> <div class="menu"><ul> <li ><a href="https://melissaterras.org/">Home</a></li><li class="page_item page-item-1"><a href="https://melissaterras.org/about/">About</a></li> <li class="page_item page-item-1164"><a href="https://melissaterras.org/bio/">Bio</a></li> <li class="page_item page-item-1619"><a href="https://melissaterras.org/books/">Books</a></li> <li class="page_item page-item-1632"><a href="https://melissaterras.org/papers/">Papers</a></li> <li class="page_item page-item-1658"><a href="https://melissaterras.org/press/">Press</a></li> <li class="page_item page-item-1150"><a href="https://melissaterras.org/projects/">Projects</a></li> </ul></div> </nav><!-- #site-navigation --> </header><!-- #masthead --> <div id="content" class="site-content"> <section id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <header class="page-header"> <h1 class="page-title"> Author: <span class="vcard">Melissa Terras</span> </h1> </header><!-- .page-header --> <article id="post-1639" class="post-1639 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2023/02/03/the-house-of-lords-creative-future-inquiry/" rel="bookmark">The House of Lords – Creative Future Inquiry</a></h1> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2023/02/03/the-house-of-lords-creative-future-inquiry/" rel="bookmark"><time class="entry-date published" datetime="2023-02-03T19:15:52+00:00">3 Feb 2023</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2023/02/03/the-house-of-lords-creative-future-inquiry/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <figure class="wp-block-image size-large is-resized"><img data-attachment-id="1644" data-permalink="https://melissaterras.org/2023/02/03/the-house-of-lords-creative-future-inquiry/fe89ko_xgaiii9x/" data-orig-file="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg" data-orig-size="2048,1536" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="fe89ko_xgaiii9x" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg?w=300" data-large-file="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg?w=656" src="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg?w=1024" alt="" class="wp-image-1644" width="693" height="520" srcset="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg?w=1024 1024w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg?w=693 693w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg?w=1386 1386w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg?w=150 150w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg?w=300 300w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko_xgaiii9x.jpeg?w=768 768w" sizes="(max-width: 693px) 100vw, 693px" /></figure> <p>On 13th October 2022 I gave evidence in person at the House of Lords, to the Communication and Digital Select Committee’s <a href="https://committees.parliament.uk/work/6881/a-creative-future/">Creative Future Inquiry</a>. It was nerve wracking, but I was prepared, thanks to excellent briefing materials, and our <a href="https://committees.parliament.uk/writtenevidence/111100/html/">previous written submission</a>, from team <a href="https://creativeinformatics.org">Creative Informatic</a>s. The <a href="https://committees.parliament.uk/oralevidence/10959/html/">transcript</a> is available, and you can even <a href="https://parliamentlive.tv/event/index/a907206b-03dd-496f-84ab-ad318b36865c">watch it again</a>: here’s a picture of me on that there Parliament TV. </p> <figure class="wp-block-image size-large is-resized"><img data-attachment-id="1642" data-permalink="https://melissaterras.org/2023/02/03/the-house-of-lords-creative-future-inquiry/fe89ko8xwaejgp6/" data-orig-file="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg" data-orig-size="2016,1512" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="fe89ko8xwaejgp6" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg?w=300" data-large-file="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg?w=656" src="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg?w=1024" alt="" class="wp-image-1642" width="693" height="520" srcset="https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg?w=1024 1024w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg?w=693 693w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg?w=1386 1386w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg?w=150 150w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg?w=300 300w, https://melissaterras.org/wp-content/uploads/2023/02/fe89ko8xwaejgp6.jpeg?w=768 768w" sizes="(max-width: 693px) 100vw, 693px" /></figure> <p>The full report from the committee, <a href="https://publications.parliament.uk/pa/ld5803/ldselect/ldcomm/125/125.pdf">At risk: Our Creative Future</a>, dropped in January 2023. It stressed that, although </p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>the UK has long been seen as a global leader in the creative sector, rapid technological advances are changing the nature of the creative industries, and international competition is rising… Unless the Government starts taking the sector more seriously, the fundamentals that underpin our success will deteriorate and our competitiveness will decline.</p> </blockquote> </blockquote> <p>I’m really pleased that our evidence shines through the resulting report and recommendations. Something I said was even quoted in the body of the report, page 11: </p> <figure class="wp-block-image size-large is-resized"><img data-attachment-id="1648" data-permalink="https://melissaterras.org/2023/02/03/the-house-of-lords-creative-future-inquiry/screenshot-2023-02-03-at-19-11-17/" data-orig-file="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png" data-orig-size="2704,550" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="screenshot-2023-02-03-at-19.11.17" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png?w=300" data-large-file="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png?w=656" src="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png?w=1024" alt="" class="wp-image-1648" width="706" height="143" srcset="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png?w=1024 1024w, https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png?w=703 703w, https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png?w=1406 1406w, https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png?w=150 150w, https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png?w=300 300w, https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-03-at-19.11.17.png?w=768 768w" sizes="(max-width: 706px) 100vw, 706px" /></figure> <p>Now let’s see if the government and funding agencies listen… </p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-1608" class="post-1608 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2023/02/02/millicent-garrett-fawcett-selected-writings/" rel="bookmark">Millicent Garrett Fawcett: Selected Writings</a></h1> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2023/02/02/millicent-garrett-fawcett-selected-writings/" rel="bookmark"><time class="entry-date published" datetime="2023-02-02T14:19:58+00:00">2 Feb 2023</time><time class="updated" datetime="2023-02-03T19:33:29+00:00">3 Feb 2023</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2023/02/02/millicent-garrett-fawcett-selected-writings/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <figure class="wp-block-image size-large is-resized"><img data-attachment-id="1615" data-permalink="https://melissaterras.org/2023/02/02/millicent-garrett-fawcett-selected-writings/screenshot-2023-02-02-at-14-19-28/" data-orig-file="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-02-at-14.19.28.png" data-orig-size="900,1344" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="screenshot-2023-02-02-at-14.19.28" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-02-at-14.19.28.png?w=201" data-large-file="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-02-at-14.19.28.png?w=656" loading="lazy" src="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-02-at-14.19.28.png?w=900" alt="" class="wp-image-1615" width="586" height="874" srcset="https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-02-at-14.19.28.png?w=586 586w, https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-02-at-14.19.28.png?w=100 100w, https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-02-at-14.19.28.png?w=201 201w, https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-02-at-14.19.28.png?w=768 768w, https://melissaterras.org/wp-content/uploads/2023/02/screenshot-2023-02-02-at-14.19.28.png 900w" sizes="(max-width: 586px) 100vw, 586px" /></figure> <p>I’m very pleased to have published, with the leading Suffrage historian Elizabeth Crawford, <strong><a href="https://discovery.ucl.ac.uk/id/eprint/10149793/1/Millicent-Garret-Fawcett.pdf">Millicent Garrett Fawcett: Selected Writings</a> </strong>– available<em> </em><strong><a href="https://www.uclpress.co.uk/products/161045?utm_source=email&utm_campaign=Millicent+Garrett+Fawcett_Review+copy+">open access from UCL Press </a></strong><em>– </em>a new collection of writings by this leading UK suffragist and campaigner. </p> <p>How does this relate to my own interests and trajectory? A blog post in the <a href="https://blogs.lse.ac.uk/lsereviewofbooks/2022/06/09/reclaiming-histories-with-feminist-digitisation-practices-researching-millicent-garrett-fawcett-selected-writings/">LSE Review of Book</a>s covers this: </p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"> <p>Fawcett was one of the most famous women campaigners in the UK, but by the early 21<sup>st</sup> century, her achievements were, if not forgotten, then not entirely understood. <a href="https://kb.osu.edu/handle/1811/29265">The last scholarly book to be written about Fawcett was published in 1991</a>, and no collection of her germinal speeches, pamphlets and newspaper columns has been attempted – until now.</p> <p>There are various reasons for this. The UK copyright for published works authored by Fawcett expired in 1999, 70 years after her death, and so it would have only been legally possible to create a compilation of her writings – scattered across various international publications – relatively recently. However, there were also the issues of complexity and range, and of accessing often ephemeral sources… Only an ambitious (yet unfunded) plan to hunt within mass-digitised content and to undertake digitisation-on-demand for sources which were not yet digitally available allowed us to locate and synthesise all of Fawcett’s writings that we could, including discovering a good few that had never been noted before in her bibliography…</p> <p>The work that went into this book – including its scale and close attention to detail – would not have been possible without the digitised information environment as well as access to both commercial and openly licensed digital cultural heritage. The timing of the compilation of this collection, too, was coincidental in only having access to digital resources: although we had luckily collected Fawcett’s writings before the COVID-19 pandemic, the write up and analysis happened at a time of social distancing, when physical access to most libraries and archives was impossible.</p> <p><em>Millicent Garrett Fawcett: Selected Writings</em> is therefore an example of how digital cultural heritage can be used to enhance the understanding of individuals who have not previously been centred in modern academic inquiry. Feminist digitisation practices in libraries and archives – those which centre women’s lives and their histories, taking ownership of information that has not been covered by institutionally supported digitisation or funded initiatives – can be a way to resurface feminist voices, biographies and contributions to society. The combination of using digitisation to find, source and gather material, and using mass-digitised content to understand and interrogate it, allows new, broader histories to be compiled. The digital information environment also allows these histories to be shared: we are pleased that <a href="https://www.uclpress.co.uk/products/161045"><em>Millicent Garrett Fawcett </em>is available for free download via open access from UCL Press</a>. Millicent Garrett Fawcett’s words changed a society: digital means were able to gather, understand and share them, so that her words can be read again, and understood, freely, by all.</p> </blockquote> <p></p> <p></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-1517" class="post-1517 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2021/12/16/new-chapter-recorded-performance-as-digital-content-perspectives-from-fringe-2020/" rel="bookmark">New Chapter – Recorded performance as digital content: Perspectives from Fringe 2020</a></h1> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2021/12/16/new-chapter-recorded-performance-as-digital-content-perspectives-from-fringe-2020/" rel="bookmark"><time class="entry-date published" datetime="2021-12-16T10:01:01+00:00">16 Dec 2021</time><time class="updated" datetime="2021-12-16T10:02:35+00:00">16 Dec 2021</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2021/12/16/new-chapter-recorded-performance-as-digital-content-perspectives-from-fringe-2020/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>One of our major partners in <a href="http://creativeinformatics.org">Creative Informatics</a> are the various <a href="https://www.edinburghfestivalcity.com">Edinburgh Festivals</a>, including the <a href="https://www.edfringe.com">Fringe</a>. We’ve worked closely with them over the pandemic, charting the sudden switch to digital, and what happened (for example see our report <a href="https://zenodo.org/record/4775363#.YbsMXC-l2X1">Learning from the 2020 Edinburgh Festival Fringe: Recommendations for Festivals and Performing Arts in Navigating Covid-19 and New Digital Contexts</a>). I’m pleased to say that we have a new book chapter out – Recorded performance as digital content: Perspectives from Fringe 2020, which is in the new Routledge book<a href="https://www.routledge.com/Performance-in-a-Pandemic/Bissell-Weir/p/book/9780367761349"> Performance in a Pandemic</a>, Edited by Laura Bissell and Lucy Weir. Here’s the abstract:</p> <p>“Within days of performance venues being forced to close their doors in 2020, the National Theatre began broadcasting high-quality recordings of the best of London’s West End. Few other companies could dream of having such rich recorded archives to draw upon. Indeed, for many artists there is a clear tension in the very idea of recording work that is intended to be experienced live.</p> <p>This essay reports on 20 in-depth interviews with performers and theatre-makers who had planned to bring shows to the 2020 Edinburgh Fringe Festival. This article reports on how performers responded to the prolonged closure of venues, and developed a series of strategies to generate value from recordings, even with limited production budgets. Crucially, very few opted to record whole live shows in empty theatres – instead they found specific uses and rationales for recording performance, while developing new expertise with sharing recorded media on digital platforms.</p> <p>We argue that these digitally mediated performances are distinct from other forms of film or ‘live-to-digital’ theatre. Indeed, we suggest that this emerging genre of record will persist beyond the COVID-19 pandemic, and points to new opportunities in recording, broadcasting, and archiving performing arts as digital content.”</p> <p>Citation for published version:<br><em>Elsden, C, Yu, D, Piccio, B, Helgason, I & Terras, M 2021, Recorded performance as digital content: Perspectives from Fringe 2020. in L Bissell & L Weir (eds), Performance in a Pandemic . 1 edn, Routledge, London. <a href="https://doi.org/10.4324/9781003165644" rel="nofollow">https://doi.org/10.4324/9781003165644</a></em></p> <p>And here’s the <a href="https://melissaterras.org/wp-content/uploads/2021/12/elsdenetal2021recordedperformanceasdigitalcontent.pdf">author’s submitted copy of Recorded performance as digital content:<br>Perspectives from Fringe 2020</a>.</p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-1504" class="post-1504 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2021/07/25/on-radio-3s-between-the-ears/" rel="bookmark">On Radio 3’s Between The Ears</a></h1> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2021/07/25/on-radio-3s-between-the-ears/" rel="bookmark"><time class="entry-date published" datetime="2021-07-25T15:43:23+00:00">25 Jul 2021</time><time class="updated" datetime="2021-07-25T15:56:09+00:00">25 Jul 2021</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2021/07/25/on-radio-3s-between-the-ears/#comments">1 Comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>I was delighted to be invited to contribute to a BBC Radio 3 programme, Between the Ears, with an episode called “<a href="https://www.bbc.co.uk/sounds/play/m000xzn5">The Virtual Symphony</a>“, celebrating 30 years of the Internet, and the impact of it on our lives. I was interviewed for over an hour by the producer,<a href="https://twitter.com/lmgrissell?lang=en"> Laurence Grissell</a>, reflecting on my use of the internet and how it has impacted my professional and personal life, my memories of the early days in the physics and computer labs going online, and my thoughts on how it is changing society. <a href="https://twitter.com/kieran_brunt?s=11">Kieran Brunt</a>, the composer, weaved four such interviews in with archive material, and new musical pieces, to produce a documentary that is also an artwork, showing how our relationship to and with the net is changing. </p> <figure class="wp-block-image size-large"><img data-attachment-id="1510" data-permalink="https://melissaterras.org/1510/" data-orig-file="https://melissaterras.org/wp-content/uploads/2021/07/betweentheears-20210718-thevirtualsymphony-mp3-image.jpg" data-orig-size="800,800" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2021/07/betweentheears-20210718-thevirtualsymphony-mp3-image.jpg?w=300" data-large-file="https://melissaterras.org/wp-content/uploads/2021/07/betweentheears-20210718-thevirtualsymphony-mp3-image.jpg?w=656" loading="lazy" width="800" height="800" src="https://melissaterras.org/wp-content/uploads/2021/07/betweentheears-20210718-thevirtualsymphony-mp3-image.jpg?w=800" alt="" class="wp-image-1510" srcset="https://melissaterras.org/wp-content/uploads/2021/07/betweentheears-20210718-thevirtualsymphony-mp3-image.jpg 800w, https://melissaterras.org/wp-content/uploads/2021/07/betweentheears-20210718-thevirtualsymphony-mp3-image.jpg?w=150 150w, https://melissaterras.org/wp-content/uploads/2021/07/betweentheears-20210718-thevirtualsymphony-mp3-image.jpg?w=300 300w, https://melissaterras.org/wp-content/uploads/2021/07/betweentheears-20210718-thevirtualsymphony-mp3-image.jpg?w=768 768w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>The Between the Ears logo, from BBC Radio 3. </figcaption></figure> <p>First broadcast on <a href="https://www.bbc.co.uk/sounds/play/m000xzn5">Radio 3 on 18th July 2021 at 19.45, you can listen to it online</a>, or here’s the MP3:</p> <div class="wp-block-file"><a href="https://melissaterras.org/wp-content/uploads/2021/07/betweentheears-20210718-thevirtualsymphony-mp3-image.jpg" class="wp-block-file__button" download>Virtual Symphony Download</a></div> <p>The official blurb goes like this! It would be great to hear what you think of it: </p> <p>The joys and horrors of the internet, evoked by stories, sounds and an exciting new electronic and vocal work composed by Kieran Brunt. Opens with an introduction by the composer.</p> <p>30 years ago, Tim Berners-Lee created the very first website. This powerful edition of Between the Ears explores how the internet has dramatically reshaped our lives over the following three decades.</p> <p>In 1990s Glasgow, a young woman in a physics computer lab glimpses a different future for the world – and herself. In Luton, the web awakens a young man’s Sikh identity – a few years on, it will bring him riches. In 2001, a young mother in France finds escape through Wikipedia. Ten years later, an Austrian law student is horrified when he requests his personal data from Facebook…</p> <p>Over four movements of music and personal stories, the Virtual Symphony moves from sunny optimism to deep disquiet, as our relationship to the internet shifts. Around these stories, composer Kieran Brunt weaves electronic and vocal elements in an exhilarating new musical work commissioned by BBC Radio 3.</p> <p>Kieran Brunt and documentary producer Laurence Grissell worked in close collaboration to produce a unique evocation of the way in which the internet has fundamentally changed how we experience and understand the world.</p> <p>Composer: Kieran Brunt</p> <p>Producer: Laurence Grissell</p> <p>Interviewees:</p> <p>Melissa Terras, Harjit Lakhan, Florence Devouard and Max Schrems</p> <p>Electronics performed by Kieran Brunt</p> <p>Vocals performed by Kieran Brunt, Lucy Cronin, Kate Huggett, Oliver Martin-Smith and Augustus Perkins Ray of the vocal ensemble Shards</p> <p>Programme mixed by: Donald MacDonald</p> <p>Additional music production: Paul Corley</p> <p>Additional engineering: Ben Andrewes</p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-1494" class="post-1494 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2021/05/11/new-paper-identifying-the-future-direction-of-legal-deposit-in-the-united-kingdom-the-digital-library-futures-approach/" rel="bookmark">New Paper: Identifying the future direction of legal deposit in the United Kingdom: the Digital Library Futures approach</a></h1> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2021/05/11/new-paper-identifying-the-future-direction-of-legal-deposit-in-the-united-kingdom-the-digital-library-futures-approach/" rel="bookmark"><time class="entry-date published" datetime="2021-05-11T09:15:26+00:00">11 May 2021</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2021/05/11/new-paper-identifying-the-future-direction-of-legal-deposit-in-the-united-kingdom-the-digital-library-futures-approach/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>I’m delighted that a paper from the <a href="http://elegaldeposit.org">Digital Library Futures</a> project has come out in the <a href="https://www.emerald.com/insight/content/doi/10.1108/JD-09-2020-0159/full/html">Journal of Documentation</a>: </p> <p>Gooding, P. , Terras, M. and Berube, L. (2021) Identifying the future direction of legal deposit in the United Kingdom: the Digital Library Futures approach. Journal of Documentation, (doi: <a href="https://www.emerald.com/insight/content/doi/10.1108/JD-09-2020-0159/full/html">10.1108/JD-09-2020-0159</a>)</p> <p>Until this paper, there had been next to no research into how users are approaching and utilising the digital library collections now being amassed by our Legal Deposit (or colloquially known as “copyright libraries”) following the Legal Deposit Libraries (Non-Print Works) Regulations 2013, which enables and mandates them to collect digital copies of publications, as well as or instead of print. This paper addresses that gap by presenting key findings from the AHRC-funded <a href="http://elegaldeposit.org">Digital Library Futures </a>project. Its purpose is to present a “user-centric” perspective on the potential future impact of the digital collections that are being created under electronic legal deposit regulations. Through our user study, we show that contemporary tensions between user behaviour and access protocols risk limiting the instrumental value of these digital library collections, which – although they have high perceived legacy value – are not being used in the way that they could, due to access and legal restrictions. </p> <p>I’ve stuck the authors’ last copy up here, so you can read it if you can’t get beyond the paywall: </p> <p><a href="https://melissaterras.org/wp-content/uploads/2021/05/goodingterrasberube_identifyingfuturedirectionoflegaldeposit-1.pdf">Gooding, P. , Terras, M. and Berube, L. (2021) Identifying the future direction of legal deposit in the United Kingdom: the Digital Library Futures approach (authors’ last copy, PDF)</a>. </p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-1486" class="post-1486 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2021/04/23/fully-funded-ahrc-sgsah-cda-studentship-slavery-and-race-in-the-encyclopaedia-britannica-1768-1860-a-text-mining-approach/" rel="bookmark">Fully funded AHRC SGSAH CDA Studentship: “Slavery and Race in the Encyclopaedia Britannica (1768-1860): A Text Mining Approach”</a></h1> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2021/04/23/fully-funded-ahrc-sgsah-cda-studentship-slavery-and-race-in-the-encyclopaedia-britannica-1768-1860-a-text-mining-approach/" rel="bookmark"><time class="entry-date published" datetime="2021-04-23T10:32:22+00:00">23 Apr 2021</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2021/04/23/fully-funded-ahrc-sgsah-cda-studentship-slavery-and-race-in-the-encyclopaedia-britannica-1768-1860-a-text-mining-approach/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>I’m delighted to say I’ve been awarded a fully funded PhD studentship (open to international applicants!) with the National Library of Scotland, as a AHRC-funded Collaborative Doctoral Award, working with Professor Diana Paton (William Robertson Professor of History, University of Edinburgh), Dr Sarah Ames (Digital Scholarship Librarian, National Library of Scotland) and Robert Betteridge (Rare Books Curator (Eighteenth-Century Printed Collections), National Library of Scotland). Please do share this opportunity with recommended potential students, in History, Digital History, and/or Digital Humanities. An official advert will appear soon on UoE digital real estate, but I’m posting here first for expediency!</p> <p><strong>Fully funded AHRC SGSAH CDA Studentship: “Slavery and Race in the Encyclopaedia Britannica (1768-1860): A Text Mining Approach”</strong></p> <p><strong>Application deadline</strong> – 5pm on Monday 17<sup>th</sup> May</p> <p><strong>Award</strong> – Annual stipend of £15,690 per year and tuition fees for 3.5 years (FTE). Open to Home and International students. (The successful candidate should reside within reasonable distance to the University of Edinburgh during the course of their studies). <br><strong>PhD</strong> – English Literature</p> <p>The University of Edinburgh and the <a href="https://www.nls.uk">National Library of Scotland</a> are seeking a doctoral student for an <a href="https://ahrc.ukri.org">AHRC</a>-funded Collaborative Doctoral Award, “Slavery and Race in the <a href="https://data.nls.uk/data/digitised-collections/encyclopaedia-britannica/">Encyclopaedia Britannica (1768-1860)</a>: A Text Mining Approach”. The project has been awarded funding by the <a href="https://www.sgsah.ac.uk">Scottish Graduate School for Arts and Humanities (SGSAH)</a> and will be supervised by <a href="https://www.ed.ac.uk/profile/professor-melissa-terras">Professor Melissa Terras</a> (College of Arts, Humanities and Social Sciences, University of Edinburgh), <a href="https://www.ed.ac.uk/history-classics-archaeology/history/about/staff-profiles/profile_tab1_academic.php?uun=dpaton3&search=5">Professor Diana Paton</a> (William Robertson Professor of History, University of Edinburgh), Dr Sarah Ames (Digital Scholarship Librarian, National Library of Scotland) and Robert Betteridge (Rare Books Curator (Eighteenth-Century Printed Collections), National Library of Scotland).</p> <p>The studentship will commence on 13th September 2021. We warmly encourage applications from candidates who have a grounding in EITHER text and data mining/Digital Humanities, with proven knowledge and understanding of the history of slavery and/or race, OR UG/PG study of the history of slavery and/or race while demonstrating good technical skills and an interest in Digital Humanities/ Digital History methods. This is an extraordinary opportunity for a strong PhD student to explore their own research interests, while working closely with a major cultural heritage organisation, in important issues regarding the legacy of slavery in our information environment. </p> <p>The student will be based in the <a href="https://www.ed.ac.uk/literatures-languages-cultures">School of Literature, Languages and Cultures</a>, at the George Square campus of the University of Edinburgh, but will also spend considerable time in the <a href="https://www.ed.ac.uk/history-classics-archaeology">School of History, Classics and Archaeology</a> at the University of Edinburgh, and at the National Library of Scotland. There will be a period of funded work placement at the National Library of Scotland, which will be co-determined with the student: for example, highlighting authors of articles relating to slavery and race in the Encyclopaedia Britannica, and exploring how these link to Library Collections in innovative ways.</p> <p>The award will include a number of training opportunities offered by <a href="https://www.sgsah.ac.uk">SGSAH</a>, including their Core Leadership Programme and additional funding to cover travel between partner organisations and related events. This studentship will also benefit from training, support, and networking via the School of History, Classics and Archaeology the <a href="https://www.cdcs.ed.ac.uk">Edinburgh Centre for Data, Culture and Society</a>, and the <a href="https://efi.ed.ac.uk">Edinburgh Futures Institute</a>. The student will be invited to join National Library PhD cohort activities.</p> <p><strong>Project Details</strong></p> <p>“Slavery and Race in the Encyclopaedia Britannica (1768-1860): A Text Mining Approach”</p> <p>How is the impact and outcomes of Atlantic slavery represented or alluded to in historical information sources? What is the legacy of slavery in our printed information environment? What text-mining approaches can be used to identify, analyse, and visualise these diverse and problematic histories? This research will use advanced digital approaches to understand how race and slavery feature in the Encyclopaedia Britannica (EB). The first eight editions of the EB, published 1768-1860, from the height of the UK’s involvement in the transatlantic slave trade, to the abolition of British slavery in 1838, and to ongoing subsequent debates about slavery and race, contains rich content related to Atlantic slavery and to forms of racialisation that developed from it. Utilising data from the <a href="https://data.nls.uk/data/digitised-collections/encyclopaedia-britannica/">newly digitised 143 volumes of the EB from the National Library of Scotland’s Data Foundry</a> (comprising 167m words), this research will both provide insight into the explicit and implicit representation of slavery, the slave trade and race in this key reference material, but also develop a best-practice methodology for others wishing to use text mining to analyse race and slavery within other historical information sources.</p> <p>This CDA will involve learning (well established) text and data mining approaches, applying them to the EB, involving unique corpus analysis that would need to consider the intellectual and cultural context in which eighteenth and nineteenth-century encyclopaedias were produced and published, and also linking and cross-referencing to other information sources available within the National Library of Scotland collection. By searching, analysing, and visualising the ways in which terms related to slavery appear in this essential reference material, using a variety of methods including GIS, accurate geoparsing, and following concepts and their relationships diachronically, we will both understand more about how Atlantic slavery was understood or instantiated within our information sources, whilst also developing a methodology for research into other similar primary reference material, and the ideas that they disseminated.</p> <p>This is a timely topic, of significant relevance, given increasing interest in decolonising academic and cultural institutions. This project will have scholarly impact in Digital Humanities, History, and Library and Information Science, as we consider how to analyse, deconstruct and decolonialise historical information sources using computational methods, as well as contributing to discussions and policies at the National Library of Scotland on this topic. </p> <p><strong>Eligibility</strong></p> <p>At the University of Edinburgh, to study at postgraduate level you must normally hold a degree in an appropriate subject, with an excellent or very good classification (equivalent to first or upper second class honours in the UK), plus meet the entry requirements for the specific degree <a href="https://www.ed.ac.uk/studying/postgraduate/degrees/index.php?r=site/view&edition=2021&id=1014">programme</a>.</p> <p>In this case, applicants should offer a UK masters, or its international equivalent, with a mark of at least 65% in your dissertation of at least 10,000 words.</p> <p>The AHRC also expects that applicants to PhD programmes will hold, or be studying towards, a Masters qualification in a relevant discipline; or have relevant professional experience to provide evidence of your ability to undertake independent research. Please ensure you provide details of your academic and professional experience in your application letter.</p> <p>Experience in the study of the history of slavery and/or race, prior experience of digital tools and methods, an understanding of digitisation and the digitised cultural heritage environment, and use of quantitative research methods including text and data mining of historical sources, will be of benefit to the project.</p> <p>The AHRC requires that students reside within a reasonable distance to their HEI as a condition of funding, although Covid disruption could be taken into account in the short term. </p> <p><strong>Application Process</strong></p> <p>The application will consist of a single Word file or PDF which includes:</p> <p>– a brief cover note that includes your full contact details together with the names and contact details of two referees (1 page).</p> <p>– a letter explaining your interest in the studentship and outlining your qualifications for it, as well as an indication of the specific areas of the project you would like to develop (2 pages).</p> <p>– a curriculum vitae (2 pages).</p> <p>– a sample of your writing – this might be an academic essay or another example of your writing style and ability.</p> <p><strong>Applications should be emailed to pgawards@ed.ac.uk no later than 5pm on Monday 17<sup>th</sup> May.</strong> Applicants will be notified if they are being invited to interview by Tuesday 25<sup>th</sup> May. Interviews will take place week commencing Monday 31<sup>st</sup> May via an online video meeting platform.</p> <p><strong>Queries</strong></p> <p>If you have any queries about the application process, please contact: <a href="mailto:pgawards@ed.ac.uk">pgawards@ed.ac.uk</a></p> <p>Informal enquiries relating to the Collaborative Doctoral Award project can be made to Professor Melissa Terras, <a href="mailto:m.terras@ed.ac.uk">m.terras@ed.ac.uk</a> and Professor Diana Paton, <a href="mailto:Diana.Paton@ed.ac.uk">Diana.Paton@ed.ac.uk</a></p> <p><strong>Further Information</strong><br>How is the impact and outcomes of Atlantic slavery represented or alluded to in historical information sources? What is the legacy of slavery in our printed information environment? What text-mining approaches can be used to identify, analyse, and visualise these diverse and problematic histories? This research will use advanced digital approaches to understand how race and slavery feature in the Encyclopaedia Britannica (EB). The first eight editions of the EB, published 1768-1860, from the height of the UK’s involvement in the transatlantic slave trade, to the abolition of British slavery in 1838, and to ongoing subsequent debates about slavery and race, contains rich content related to Atlantic slavery and to forms of racialisation that developed from it. Utilising data from the newly digitised 143 volumes of the EB from the National Library of Scotland’s Data Foundry, this research will both provide insight into the explicit and implicit representation of slavery, the slave trade and race in this key reference material, but also develop a best-practice methodology for others wishing to use text mining to analyse race and slavery within other historical information sources.</p> <p>The early EB was produced and published amidst the development of colonisation, globalisation and the transatlantic slave trade, and from its first edition it contained entries on slavery. Although the EB’s early success was facilitated by London book trading networks, it had distinctively Scottish roots, appealing to national sentiment. In this context, examination of the early EB offers the possibility of discerning contemporary Scottish attitudes to slavery. The EB’s eventual popularity provides a useful case study concerning the representation and dissemination of ideas about slavery (and its abolition), but also the implicit legacies of the slave trade, such as the transmission of knowledge, culture, and products, as well as people. </p> <p>There is to date, a dearth of scholarship on the representation of chattel slavery in encyclopaedias. The limited studies that do exist amount to pieces of contextual evidence or small case studies that serve larger arguments. Much of the scholarship concerning the EB only examines it in terms of its publication history or epistemological approach. Studies of the early EB have omitted examination of change across particular entries across various editions. Investigation of the EB’s entry on slavery over time would in itself make a valuable historiographical addition. This doctoral project will go well beyond that, analysing the 167 million words contained in the 143 volumes of the first editions, using advanced Digital Humanities methods, particularly to look for implicit legacies of slavery, regarding products traded (eg cotton, sugar, tobacco, coffee), places mentioned (eg Haiti, Guyana, Saint Domingue, Calabar), individuals (eg Toussaint Louverture, William Wilberforce), or peoples (eg Igbo, Ashanti/Asante/Ashantee, Carib). </p> <p>Vincent Brown has argued that the nature of the slavery archive – riddled with gaps and silences – demands that historians move away from an approach that seeks straightforward ‘historical recovery’ to one that focusses on ‘rigorous and responsible creativity.’ (Vincent Brown, ‘Mapping a Slave Revolt: Visualizing Spatial History through the Archives of Slavery’, Social Text 33 (2015), p.134). There are existing, innovative digital humanities (DH) approaches to the study of slavery. Projects have used computational methods to explore large-scale corpora of slavery-related literature, examining the size of the English lexicon, the evolution of grammar and the frequency with which certain words or phrases were used over time, or in the study of emotions in narratives written by enslaved people. There is a broader range of DH projects that examine slavery in the Atlantic world, which have made novel historiographical contributions, perhaps most notably the broad databases Slave Voyages (<a href="https://www.slavevoyages.org/" rel="nofollow">https://www.slavevoyages.org/</a>) and Legacies of British Slaveownership (<a href="https://www.ucl.ac.uk/lbs/">https://www.ucl.ac.uk/lbs/</a>), recently brought together with other projects as Enslaved (<a href="https://enslaved.org">enslaved.org</a>) but also the more focused Runaway Slaves in Britain (h<a href="//www.runaways.gla.ac.uk/">ttps://www.runaways.gla.ac.uk/</a>) and the Early Caribbean Digital Archive (<a href="https://ecda.northeastern.edu/home/about/decolonizing-the-archive/">https://ecda.northeastern.edu/home/about/decolonizing-the-archive/</a>). What we describe is the utilisation of (well established) text and data mining approaches, applied to the EB, involving unique corpus analysis that would need to consider the intellectual and cultural context in which eighteenth and nineteenth-century encyclopaedias were produced and published, and also linking and cross-referencing to other information sources available within the National Library of Scotland collection. By searching, analysing, and visualising the ways in which terms related to slavery appear in this essential reference material, using a variety of methods including GIS, accurate geoparsing, and following concepts and their relationships diachronically, we will both understand more about how Atlantic slavery was understood or instantiated within our information sources, whilst also developing a methodology for research into other similar primary reference material, and the ideas that they disseminated.</p> <p>The University of Edinburgh is an ideal place to carry out this research. The Edinburgh Centre for Global History, which Paton directs, has Migration, Slavery and Diaspora studies as one of its three thematic hubs (h<a href="//www.ed.ac.uk/history-classics-archaeology/centre-global-history">ttps://www.ed.ac.uk/history-classics-archaeology/centre-global-history</a>). The Centre for Data, Culture and Society’s recent push to establish text and data mining as a core research interest alongside training events and materials (<a href="https://www.cdcs.ed.ac.uk">https://www.cdcs.ed.ac.uk</a>), aligned with support from the Edinburgh Parallel Computing Centre’s research software engineers (<a href="https://www.epcc.ed.ac.uk">https://www.epcc.ed.ac.uk</a>). We have already mounted the EB on EPCC systems, and ran preliminary searches on a selection of terms, as a pilot study to establish that there would be enough content upon which to build a PhD, in the analysis and visualisation of results. The candidate would be trained in both R and Python, and have access to our in-house text-mining at scale platform, Defoe (see “defoe: A Spark-based Toolbox for Analysing Digital Historical Textual Data”, Filgueira Vicente, R et al, 2019 <a href="https://doi.org/10.1109/eScience.2019.00033">https://doi.org/10.1109/eScience.2019.00033</a>). </p> <p>This is a timely topic, of significant relevance, given the Black Lives Matter movement and increasing interest in decolonising academic and cultural institutions. The University of Edinburgh has recently established the Institute for Advanced Study in the Humanities Institute Project on Decoloniality (2021-24) (<a href="https://www.iash.ed.ac.uk/institute-project-decoloniality">https://www.iash.ed.ac.uk/institute-project-decoloniality</a>) and the candidate can engage with this. This project will have scholarly impact in Digital Humanities, History, and Library and Information Science, as we consider how to analyse, deconstruct and decolonialise historical information sources using computational methods. </p> <p></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-1477" class="post-1477 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2021/04/16/new-article-the-value-of-mass-digitised-cultural-heritage-content-in-creative-contexts/" rel="bookmark">New article: The value of mass-digitised cultural heritage content in creative contexts</a></h1> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2021/04/16/new-article-the-value-of-mass-digitised-cultural-heritage-content-in-creative-contexts/" rel="bookmark"><time class="entry-date published" datetime="2021-04-16T15:47:13+00:00">16 Apr 2021</time><time class="updated" datetime="2021-04-16T15:48:00+00:00">16 Apr 2021</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2021/04/16/new-article-the-value-of-mass-digitised-cultural-heritage-content-in-creative-contexts/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>One of the projects I’m working on right now is <a href="https://creativeinformatics.org">Creative Informatics</a>, (2018–2023), which aims to enhance data-sharing and innovation across the creative sectors throughout the City of Edinburgh and local regions, to develop ground-breaking new products, businesses and experiences, as part of the <a href="https://journals.sagepub.com/doi/full/10.1177/20539517211006165#">Creative Industries Clusters Programme (2020)</a>. I’m pleased to share our first team effort paper, which just came out in <a href="https://journals.sagepub.com/home/bds">Big Data and Society</a>, in its special edition on <a href="https://journals.sagepub.com/page/bds/collections/heritageinworldbigdata">Heritage in a World of Big Data: re-thinking collecting practices, heritage values and activism</a>, edited by <a href="https://twitter.com/chiara_bonacchi?lang=en">Chiara Bonacchi</a> (which is a fab set of papers, btw). Our paper is<a href="https://journals.sagepub.com/doi/full/10.1177/20539517211006165"> fully open access</a>, so I’ll paste the abstract in here, and the full citation.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>How can digitised assets of Galleries, Libraries, Archives and Museums be reused to unlock new value? What are the implications of viewing large-scale cultural heritage data as an economic resource, to build new products and services upon? Drawing upon valuation studies, we reflect on both the theory and practicalities of using mass-digitised heritage content as an economic driver, stressing the need to consider the complexity of commercial-based outcomes within the context of cultural and creative industries. However, we also problematise the act of considering such heritage content as a resource to be exploited for economic growth, in order to inform how we consider, develop, deliver and value mass-digitisation. Our research will be of interest to those wishing to understand a rapidly changing research and innovation landscape, those considering how to engage memory institutions in data-driven activities and those critically evaluating years of mass-digitisation across the heritage sector.</p></blockquote> <p>Terras, M., Coleman, S., Drost, S., Elsden, C., Helgason, I., Lechelt, S., Osborne, N., Panneels, I., Pegado, B., Schafer, B. and Smyth, M., 2021. <a href="https://journals.sagepub.com/doi/full/10.1177/20539517211006165">The value of mass-digitised cultural heritage content in creative contexts</a>. <em>Big Data & Society</em>, <em>8</em>(1), p.20539517211006165.</p> <p>It’s worth stressing that we <span style="font-size:Revert;color:initial;"><em>problematise the act of considering such heritage content as a resource to be exploited for economic growth</em></span> before people set the pitchforks upon us. </p> <p>It was a great paper to write with the team, and I can recommend working with the BD&S editors and peer reviewers – this one had a few turns around the block, and it is all the better for it. </p> <p></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-1458" class="post-1458 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2021/04/02/dhgoesviral-a-year-on/" rel="bookmark">#DHGoesViral, a year on</a></h1> </header><!-- .entry-header --> <div class="entry-thumbnail"> <img width="656" height="300" src="https://melissaterras.org/wp-content/uploads/2021/04/exwrleavcaahrvm.jpeg?w=656&h=300&crop=1" class="attachment-penscratch-featured size-penscratch-featured wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://melissaterras.org/wp-content/uploads/2021/04/exwrleavcaahrvm.jpeg?w=656&h=300&crop=1 656w, https://melissaterras.org/wp-content/uploads/2021/04/exwrleavcaahrvm.jpeg?w=150&h=69&crop=1 150w, https://melissaterras.org/wp-content/uploads/2021/04/exwrleavcaahrvm.jpeg?w=300&h=137&crop=1 300w" sizes="(max-width: 656px) 100vw, 656px" data-attachment-id="1464" data-permalink="https://melissaterras.org/2021/04/02/dhgoesviral-a-year-on/exwrleavcaahrvm/" data-orig-file="https://melissaterras.org/wp-content/uploads/2021/04/exwrleavcaahrvm.jpeg" data-orig-size="680,356" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="EXWrLEAVcAAHrVm" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2021/04/exwrleavcaahrvm.jpeg?w=300" data-large-file="https://melissaterras.org/wp-content/uploads/2021/04/exwrleavcaahrvm.jpeg?w=656" /> </div> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2021/04/02/dhgoesviral-a-year-on/" rel="bookmark"><time class="entry-date published" datetime="2021-04-02T10:23:00+00:00">2 Apr 2021</time><time class="updated" datetime="2021-04-01T08:42:24+00:00">1 Apr 2021</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2021/04/02/dhgoesviral-a-year-on/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>I haven’t talked much about on here about the pandemic. A year ago today, the #DHgoesViral twitter conference happened, swiftly organised by <a href="https://twitter.com/agiati">Agiati Benardou</a> at the outbreak of Covid-19 across Europe. By then we were a few weeks into a rapid change in how we were all living, and locked down at home with minimal contact with the outside world. Only a few weeks before – and the day before the UK lockdown started – I remember talking to a senior administrator, who was convinced universities wouldn’t close. We were closed down 24 hours later. Everything was stress and uncertainty and a huge cognitive load to deal with. </p> <p><a href="https://www.dariah.eu/2020/05/07/reflections-on-the-twitter-conference-dh-in-the-time-of-virus/">DH in the time of Virus</a> played out entirely over twitter. It saw Digital Humanities experts, both academics and practitioners, as well as Digital Research Infrastructures and Initiatives from across Europe, give their thoughts on what was happening to our field and our professional areas at the time of the sudden lockdowns. I was asked to give mine, and honestly, finding the mental ability to concentrate on preparing these 10 tweets was hard, it took me nearly a day (when in normal life I could bash this out in 10 mins or so, although what is normal anymore….?). I thought I would park them here, to think about what has changed – and what is the same – at the end of our second lockdown in the UK, and as central Europe goes into its third. </p> <p>You can see the <a href="https://www.dariah.eu/2020/05/07/reflections-on-the-twitter-conference-dh-in-the-time-of-virus/">starting point for the other #DHgoesViral twitter stream “talks” on this blog</a>. Here was mine. I can see now we’re not so panicked, but still restricted. We’re still depending on infrastructures that are under resourced. There are still loads of people doing a tonne of work behind the scenes. And we’re dependent on digital given the libraries and archives are (at the moment) still closed…</p> <p> Look after yourselves, everyone. </p> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">Hi! I’m the Professor of Digital Cultural Heritage at <a href="https://twitter.com/EdinburghUni?ref_src=twsrc%5Etfw">@edinburghuni</a>, & today I’ll be talking about the digitisation of Gallery, Library, Archive & Museum (GLAM) material in the context of <a href="https://twitter.com/hashtag/Covid19?src=hash&ref_src=twsrc%5Etfw">#Covid19</a>, & how that intersects with <a href="https://twitter.com/hashtag/digitalhumanities?src=hash&ref_src=twsrc%5Etfw">#digitalhumanities</a> research interests <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 1/20</p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245643107766374404?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">We’re dependent on cultural content for our wellbeing, as well as our work. It has been wonderful to see the GLAM sector rise to the challenge of content creation, & dissemination, communicating with a vastly increased digital audience <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 3/20 <a href="https://t.co/Z8kdrmmMpv">https://t.co/Z8kdrmmMpv</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245643360339034113?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">It’s a real time to sweat those previously digitised cultural heritage assets! We’ve seen streamed content, 3D tours, virtual exhibitions, online webinars, broadcast of archival films, interactive quizzes, Q&As, and even <a href="https://twitter.com/hashtag/IIIF?src=hash&ref_src=twsrc%5Etfw">#IIIF</a> jigsaws! <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 4/20 <a href="https://t.co/ag7k7DyHf8">https://t.co/ag7k7DyHf8</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245643511489114113?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">Or, recreate your favourite artwork in isolation: this initiative from <a href="https://twitter.com/GettyMuseum?ref_src=twsrc%5Etfw">@GettyMuseum</a> shows the power of social media interaction around cultural heritage in a time of shutdown, & has had a phenomenal, hilarious response. Content as tonic! <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 6/20 <a href="https://t.co/4FqbJ87G3A">https://t.co/4FqbJ87G3A</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245644086163341312?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">This is a phenomenal creative response to the closing of physical doors of heritage institutions. All those poor objects, without the audiences they were designed for! At least we have the digital of some, & also – user generated content <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 8/20 <a href="https://t.co/ErY2GTMflS">https://t.co/ErY2GTMflS</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245644759479148550?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">Second, old bugbears have not gone away in a time of pandemic! Copyright, licensing, and commercial imperatives still abide! Do explore the kerfuffle around the wonderful <a href="https://twitter.com/hashtag/NationalEmergencyLibrary?src=hash&ref_src=twsrc%5Etfw">#NationalEmergencyLibrary</a> from the fabulous <a href="https://twitter.com/internetarchive?ref_src=twsrc%5Etfw">@internetarchive</a> <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 10/20 <a href="https://t.co/MQohoZzY5V">https://t.co/MQohoZzY5V</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245645483030089734?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">Our digital libraries and archives may hold crucial clues and content about how to help with the <a href="https://twitter.com/hashtag/covid19?src=hash&ref_src=twsrc%5Etfw">#covid19</a> outbreak: particularly this is the case with scientific literature. Now is the time for institutional bravery around access! <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 12/20 <a href="https://t.co/jop1qkj1kV">https://t.co/jop1qkj1kV</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245645959876378625?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">It’s not an equal playing field (it never has been): many smaller institutions may not have the resources to digitally pivot right now. And remember, of course, only a fraction of the world’s heritage collections are digitised anyways. <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 14/20 <a href="https://t.co/bcJyqg0HRQ">https://t.co/bcJyqg0HRQ</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245646441680211969?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">If I had one suggestion re watching Digital Cultural Heritage, and the sweating of digitised assets, over the past couple of weeks… there’s a lot of content broadcast going on, assuming a certain type of relatively passive consumption <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 16/20 <a href="https://t.co/E9CAfATRZz">https://t.co/E9CAfATRZz</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245646900826476545?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">This is happening behind the scenes as GLAM staff now work from home, even at a time of great uncertainty, including transcription, metadata cleaning, catalogue improving, and OCR checking, to help their audiences further down the line! <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 18/20 <a href="https://t.co/6cEtsH8yAC">https://t.co/6cEtsH8yAC</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245647376397643778?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">The concluding question for the <a href="https://twitter.com/hashtag/digitalhumanities?src=hash&ref_src=twsrc%5Etfw">#digitalhumanities</a> community is: with all this work by the GLAM sector pros on digital, are we ready to work with & alongside them, to make the most of these data and digital assets, when our own capacity for research returns? <a href="https://twitter.com/hashtag/DHgoesVIRAL?src=hash&ref_src=twsrc%5Etfw">#DHgoesVIRAL</a> 20/20 <a href="https://t.co/QFyckJ2mPF">pic.twitter.com/QFyckJ2mPF</a></p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/1245648018289750016?ref_src=twsrc%5Etfw">April 2, 2020</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <p></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-1439" class="post-1439 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2021/03/29/new-paper-text-mining-mill-computationally-detecting-influence-in-the-writings-of-john-stuart-mill-from-library-records/" rel="bookmark">New Paper: Text mining Mill: Computationally detecting influence in the writings of John Stuart Mill from library records</a></h1> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2021/03/29/new-paper-text-mining-mill-computationally-detecting-influence-in-the-writings-of-john-stuart-mill-from-library-records/" rel="bookmark"><time class="entry-date published" datetime="2021-03-29T09:32:00+00:00">29 Mar 2021</time><time class="updated" datetime="2021-03-29T17:00:54+00:00">29 Mar 2021</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2021/03/29/new-paper-text-mining-mill-computationally-detecting-influence-in-the-writings-of-john-stuart-mill-from-library-records/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <figure class="wp-block-image size-large"><img data-attachment-id="1453" data-permalink="https://melissaterras.org/m_fqab010f1/" data-orig-file="https://melissaterras.org/wp-content/uploads/2021/03/m_fqab010f1.png" data-orig-size="520,530" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="m_fqab010f1" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2021/03/m_fqab010f1.png?w=294" data-large-file="https://melissaterras.org/wp-content/uploads/2021/03/m_fqab010f1.png?w=520" loading="lazy" width="520" height="530" src="https://melissaterras.org/wp-content/uploads/2021/03/m_fqab010f1.png?w=520" alt="Image of handwritten library register" class="wp-image-1453" srcset="https://melissaterras.org/wp-content/uploads/2021/03/m_fqab010f1.png 520w, https://melissaterras.org/wp-content/uploads/2021/03/m_fqab010f1.png?w=147 147w, https://melissaterras.org/wp-content/uploads/2021/03/m_fqab010f1.png?w=294 294w" sizes="(max-width: 520px) 100vw, 520px" /><figcaption>London Library Issue Book No. 3 showing John Stuart Mill’s intensive borrowing record during 1845, London Library Issue Book Number 3, p. 529. The horizontal lines indicate the return of individual books. The vertical lines indicate that all the books listed on the page have been returned. Image reproduced with the kind permission of the London Library. © The London Library</figcaption></figure> <p>How can computational methods illuminate the relationship between a leading intellectual, and their lifetime library membership? I’m pleased to say that a <a href="https://academic.oup.com/dsh/advance-article/doi/10.1093/llc/fqab010/6153976?login=true">paper</a>, derived primarily from the work <a href="https://pure.royalholloway.ac.uk/portal/en/persons/helen-oneill(87a537f1-add4-4b22-9fbd-43f4431f286d).html">Dr Helen O’Neill </a>conducted for her PhD thesis in Information Studies at UCL, on <a href="https://discovery.ucl.ac.uk/id/eprint/10065428/">The Role of Data Analytics in Assessing Historical Library Impact: The Victorian Intelligentsia and the London Library (2019)</a>, supervised by myself and <a href="https://beginningcataloguing.com">Anne Welsh</a>, has just been published. The interesting thing about this paper is that it started life as a tweet:</p> <figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper"> <div class="embed-twitter"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">Does anyone know if folks have used Turnitin to detect plagiarism in historical texts? Would it work? ie stuff published 1800s?</p>— melissa terras (@melissaterras) <a href="https://twitter.com/melissaterras/status/309251138799144960?ref_src=twsrc%5Etfw">March 6, 2013</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div> </div></figure> <p>Replies from both <a href="https://twitter.com/dasmiq?lang=en">David A. Smith</a> (at Northeastern), and <a href="https://twitter.com/glennhroe?lang=en">Glenn Roe</a> (now at the Sorbonne), who took the time to detail and explain their previous work in detecting textual reuse, led to a collaboration. In O’Neill’s doctoral work, we explored the interrelation between the reading record and the publications of the British philosopher and economist <a href="https://oll.libertyfund.org/person/john-stuart-mill">John Stuart Mill</a>, focusing on his relationship with the <a href="https://www.londonlibrary.co.uk">London Library</a>, an independent lending library of which Mill was a member for 32 years. </p> <p>Building on O’Neill’s detailed archival research of the London Library’s lending and book donation records, O’Neill constructed a corpora of texts from the <a href="https://archive.org">Internet Archive</a>, of the (exact editions) of the books Mill borrowed and donated, and publications he produced. This enabled natural language processing approaches to detect textual reuse and similarity, establishing the relationship between Mill and the Library. With Smith and Roe’s assistance, we used two different methods, <a href="https://github.com/ARTFL-Project/text-pair">TextPAIR</a> and <a href="https://github.com/dasmiq/passim">Passim</a>, to detect and aligning similar passages in the books Mill borrowed and donated from the London Library against his published outputs.</p> <p>So what did we show? The collections of the London Library influenced Mill’s thought, transferred into his published oeuvre, and featured in his role as political commentator and public moralist. O’Neill’s work had already uncovered how important the London Library was to Mill, and how often he used it, but we can also see that in the texts he <em>wrote</em>, given the volume of references to material in the London Library, particularly around certain times, and publications. </p> <p>The important thing about this really is that we have re-conceived archival library issue registers as data for triangulating against the growing body of digitized historical texts and the output of leading intellectual figures (historical turn-it-in, huh). This approach, though, is dependent on the resources and permissions to transcribe extant library registers, and on access to previously digitized sources. Because of complexities in privacy regulations, and the limitations placed on digitisation due to copyright, this is most likely to succeed for other leading eighteenth- and nineteenth-century figures. Still cool, though.</p> <p>On a personal note – this is the last paper I’ll be publishing from work that I started while employed at UCL. It was important to me to see through the PhD supervisions I had committed to, and I was delighted when Helen O’Neill (who did her PhD part time, while working full time!) passed her viva with no corrections at all (yay!) in 2019. Happy end to an era, for me, and yes, it has taken a full three years to finish up the transition of research to Edinburgh! But all good. </p> <p>Here’s the reference to the paper proper:</p> <p>O’Neill, H., Welsh, A., Smith, D.A., Roe, G. and Terras, M., 2021. <a href="https://academic.oup.com/dsh/advance-article/doi/10.1093/llc/fqab010/6153976?login=true">Text mining Mill: Computationally detecting influence in the writings of John Stuart Mill from library records</a>. <em>Digital Scholarship in the Humanities</em>. <a href="https://doi.org/10.1093/llc/fqab010">https://doi.org/10.1093/llc/fqab010</a></p> <p>I’ve parked an open access version for you to read without the paywall. Enjoy!</p> <div class="wp-block-file"><a href="https://melissaterras.org/wp-content/uploads/2021/03/textminingmill_oneill_roe_smith_welsh_terras.pdf">TextMiningMill_ONeill_Roe_Smith_Welsh_Terras</a><a href="https://melissaterras.org/wp-content/uploads/2021/03/textminingmill_oneill_roe_smith_welsh_terras.pdf" class="wp-block-file__button" download>Download</a></div> <p></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-1422" class="post-1422 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title"><a href="https://melissaterras.org/2021/01/18/new-paper-digital-cultural-colonialism-measuring-bias-in-aggregated-digitized-content-held-in-google-arts-and-culture/" rel="bookmark">New paper: Digital cultural colonialism: measuring bias in aggregated digitized content held in Google Arts and Culture</a></h1> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-on"><a href="https://melissaterras.org/2021/01/18/new-paper-digital-cultural-colonialism-measuring-bias-in-aggregated-digitized-content-held-in-google-arts-and-culture/" rel="bookmark"><time class="entry-date published" datetime="2021-01-18T14:15:40+00:00">18 Jan 2021</time></a></span><span class="byline"><span class="sep"> ~ </span><span class="author vcard"><a class="url fn n" href="https://melissaterras.org/author/melissaterras/">Melissa Terras</a></span></span> <span class="sep"> ~ </span><span class="comments-link"><a href="https://melissaterras.org/2021/01/18/new-paper-digital-cultural-colonialism-measuring-bias-in-aggregated-digitized-content-held-in-google-arts-and-culture/#comments">1 Comment</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <figure class="wp-block-image size-large"><img data-attachment-id="1433" data-permalink="https://melissaterras.org/screenshot-2021-01-10-at-14-55-33/" data-orig-file="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.55.33.png" data-orig-size="1430,931" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="screenshot-2021-01-10-at-14.55.33" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.55.33.png?w=300" data-large-file="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.55.33.png?w=656" loading="lazy" width="1024" height="666" src="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.55.33.png?w=1024" alt="" class="wp-image-1433" srcset="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.55.33.png?w=1024 1024w, https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.55.33.png?w=150 150w, https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.55.33.png?w=300 300w, https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.55.33.png?w=768 768w, https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.55.33.png 1430w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Map showing the dominance of content with origins in the USA, in Google Arts and Culture. </figcaption></figure> <p>In February 2011, Google launched its Google Art Project, now known as <a href="https://artsandculture.google.com">Google Arts and Culture (GA&C)</a>, with an objective to make culture more accessible. The platform (and the content on its app) has dramatically grown since then, and currently hosts approximately six million high-resolution images of artworks from approximately 2,500 museums and galleries in almost every country featured in the UN member list. Although Google does not publish user statistics for the resource, it is understood that <a href="https://www.newstatesman.com/culture/art-design/2020/03/virtual-galleries-art-museums-tours-online">virtual visitor numbers increased dramatically during 2020</a>, when many leading arts institutions had to close their doors because of the COVID-19 pandemic. There has, to date, been very little research published on the platform, and our newly published research in the <a href="https://academic.oup.com/dsh/advance-article/doi/10.1093/llc/fqaa055/6042086?login=true">Journal of Digital Scholarship in the Humanities</a> (which was a Digital Humanities class project with <a href="https://twitter.com/InnaKizhner">Inna Kizhner</a>‘s students at Siberian Federal University) interrogates GA&C to understand its scope, scale, and coverage. </p> <p> Our scraping of the site content (in summer 2019) shows that Google Arts and Culture is far from a balanced representation of the world’s cultures: </p> <ul class="wp-block-list"><li>The major proportion of the holdings feature content that resides in the USA;</li><li>Only 7.5% of the content is from institutions beyond the USA, UK, Netherlands and Italy; </li><li>There are very few African cultural institutions who have contributed to the platform, and very little African culture present;</li><li>The culture of some countries (such as Kazakhstan) are represented entirely by pictures of American and Russian culture via the space programme;</li><li>Artworks from capital cities dominate the collections, while art from provinces is underrepresented;</li><li>There is a dominance of art from the 20<sup>th</sup> century.</li></ul> <hr class="wp-block-separator" /> <figure class="wp-block-image size-large"><img data-attachment-id="1431" data-permalink="https://melissaterras.org/screenshot-2021-01-10-at-14-51-20-1/" data-orig-file="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.51.20-1.png" data-orig-size="895,508" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="screenshot-2021-01-10-at-14.51.20-1" data-image-description="" data-image-caption="" data-medium-file="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.51.20-1.png?w=300" data-large-file="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.51.20-1.png?w=656" loading="lazy" width="895" height="508" src="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.51.20-1.png?w=895" alt="" class="wp-image-1431" srcset="https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.51.20-1.png 895w, https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.51.20-1.png?w=150 150w, https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.51.20-1.png?w=300 300w, https://melissaterras.org/wp-content/uploads/2021/01/screenshot-2021-01-10-at-14.51.20-1.png?w=768 768w" sizes="(max-width: 895px) 100vw, 895px" /><figcaption>Pie chart showing that 82% of individual items in Google Arts and Culture are presented by USA institutions. </figcaption></figure> <p>This leads to some extreme examples in the platform. There are next to no entries in GA&C featuring content originating in large parts of the African continent. American culture dominates Canadian culture. <a href="https://artsandculture.google.com/entity/kazakhstan/m047lj?categoryId=place">The culture of Kazakhstan (in 2019) was represented entirely in GA&C by 4000 pictures of American and Russian astronauts, from the NASA archives</a>: no Kazakhstani institution had uploaded content themselves. </p> <p>In 2016, Amit Sood, the Director of GA&C, 2016 claimed that it would introduce <a href="https://www.ted.com/talks/amit_sood_every_piece_of_art_you_ve_ever_wanted_to_see_up_close_and_searchable">a new era of accessible art</a>. However, we have shown that GA&C is a corpus where a number of cultures are underrepresented or marginalized. It maintains dominant cultural systems, including promoting the cultural holdings of the United States of America above all others. Google Arts and Culture is therefore an example of “digital cultural colonialism”, which amplifies the cultural holdings of one particular country, and also reinforces the conventional traditions of art collection and interpretation that dominate museum displays in larger Western cities.</p> <hr class="wp-block-separator" /> <p>The biases we have discovered in GA&C may have long-ranging affects. If larger quantities of objects, images, and stories related to a particular idea or representation of selected knowledge are present in aggregators of cultural content, these ideas and concepts will be promoted, accessed, disseminated, and studied, becoming the foundation of the new digital canon: one that can be appropriated for Artificial Intelligence and machine learning. </p> <p>We argue that the choices that have gone into the content feature on GA&C should be made clear, as well as the biases contained within the platform. Our research is the first step to understand that this major platform is not neutral, and contains biases that will impact on its large user base, as well as data-led approaches that draw upon it, both now, and in the future. We end with a challenge: what will GA&C do to make its processes for ingesting and showcasing ‘arts and culture’ transparent, and how will it deploy its resources to expand the reach and spread of the digital content it features?</p> <p>For more, see: “<strong><a href="https://academic.oup.com/dsh/advance-article/doi/10.1093/llc/fqaa055/6042086?login=true">Digital cultural colonialism: measuring bias in aggregated digitized content held in Google Arts and Culture</a></strong>” by Inna Kizhner, Melissa Terras, Maxim Rumyantsev, Valentina Khokhlova, Elisaveta Demeshkova, Ivan Rudov, Julia Afanasieva. Digital Scholarship in the Humanities, <a href="https://academic.oup.com/dsh/advance-article/doi/10.1093/llc/fqaa055/6042086?login=true">https://doi.org/10.1093/llc/fqaa055</a>. </p> <p>Given that the copyright in DSH belongs to the authors, I’ve placed<a href="https://melissaterras.org/wp-content/uploads/2021/01/kizhner_terras_digital_cultural_colonialism.pdf"> a copy of the journal article here on this blog, for easy and open access</a>. </p> <p><strong>We are following up this research on the platform with a <a href="https://edinburgh.onlinesurveys.ac.uk/google-arts-and-culture-the-glam-sector-experience-survey">follow up study to understand the GLAM sector’s views on Google Arts and Culture</a>, including the process of becoming a partner in the platform. If you would like to give <a href="https://edinburgh.onlinesurveys.ac.uk/google-arts-and-culture-the-glam-sector-experience-survey">your anonymous opinion, our online survey</a> is open until 15th February 2021: we would appreciate all insights. </strong></p> <p></p> </div><!-- .entry-content --> </article><!-- #post-## --> <nav class="navigation paging-navigation clear" role="navigation"> <h1 class="screen-reader-text">Posts navigation</h1> <div class="nav-links"> <div class="nav-previous"><a href="https://melissaterras.org/author/melissaterras/page/2/" ><span class="meta-nav">Previous</span></a></div> </div><!-- .nav-links --> </nav><!-- .navigation --> </main><!-- #main --> </section><!-- #primary --> <div id="secondary" class="widget-area" role="complementary"> <aside id="search-7" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://melissaterras.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside> <aside id="recent-posts-7" class="widget widget_recent_entries"> <h1 class="widget-title">Recent Posts</h1> <ul> <li> <a href="https://melissaterras.org/2023/02/03/the-house-of-lords-creative-future-inquiry/">The House of Lords – Creative Future Inquiry</a> </li> <li> <a href="https://melissaterras.org/2023/02/02/millicent-garrett-fawcett-selected-writings/">Millicent Garrett Fawcett: Selected Writings</a> </li> <li> <a href="https://melissaterras.org/2021/12/16/new-chapter-recorded-performance-as-digital-content-perspectives-from-fringe-2020/">New Chapter – Recorded performance as digital content: Perspectives from Fringe 2020</a> </li> <li> <a href="https://melissaterras.org/2021/07/25/on-radio-3s-between-the-ears/">On Radio 3’s Between The Ears</a> </li> <li> <a href="https://melissaterras.org/2021/05/11/new-paper-identifying-the-future-direction-of-legal-deposit-in-the-united-kingdom-the-digital-library-futures-approach/">New Paper: Identifying the future direction of legal deposit in the United Kingdom: the Digital Library Futures approach</a> </li> </ul> </aside><aside id="text-7" class="widget widget_text"> <div class="textwidget"><div style="text-align:center;"> <a href="https://twitter.com/melissaterras" title="Follow @melissaterras on Twitter!"><img src="https://melissaterras.files.wordpress.com/2015/06/twitter-icon.png" height="81" width="70" alt="Twitter icon"></a></div> <div style="text-align:center;"> <a href="https://www.ucl.ac.uk/dh" title="UCLDH"><img src="https://melissaterras.files.wordpress.com/2015/06/ucldh.png" height="81" width="89" alt="UCLDH"></a></div> </div> </aside> </div><!-- #secondary --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <script type="text/javascript"> var infiniteScroll = {"settings":{"id":"main","ajaxurl":"https:\/\/melissaterras.org\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":"page","click_handle":"1","text":"Older Posts","totop":"Scroll back to top","currentday":"18.01.21","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"melissaterras.org","path":"\/author\/melissaterras\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"author_name":"melissaterras","error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":17332020,"feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2024-11-23 19:01:20","last_post_date":"2021-01-18 14:15:40","body_class":"infinite-scroll","loading_text":"Loading new page","stats":"blog=78889642&v=wpcom&tz=0&user_id=0&subd=melissaterras&x_pagetype=infinite-click"}}; </script> <!-- --> <div style="display:none"> </div> <div id="actionbar" style="display: none;" class="actnbr-pub-penscratch actnbr-has-follow"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://melissaterras.org"> <img loading='lazy' alt='' src='https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=50&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png' srcset='https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=50&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 1x, https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=75&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 1.5x, https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=100&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 2x, https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=150&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 3x, https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=200&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 4x' class='avatar avatar-50' height='50' width='50' /> Melissa Terras </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 52 other subscribers.</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="78889642" /> <input type="hidden" name="source" value="https://melissaterras.org/author/melissaterras/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="facc87b6c7" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fmelissaterras.org%252F2023%252F02%252F03%252Fthe-house-of-lords-creative-future-inquiry%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://melissaterras.org"> <img loading='lazy' alt='' src='https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=50&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png' srcset='https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=50&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 1x, https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=75&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 1.5x, https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=100&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 2x, https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=150&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 3x, https://secure.gravatar.com/blavatar/b633f266986fa2ce71079b68c834858e8b2d438a166beac538922a49960f18f6?s=200&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 4x' class='avatar avatar-50' height='50' width='50' /> Melissa Terras </a> </li> <li class="actnbr-folded-customize"> <a href="https://melissaterras.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fmelissaterras.wordpress.com%2Fauthor%2Fmelissaterras%2F"> <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customise</span> </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fmelissaterras.org%252F2023%252F02%252F03%252Fthe-house-of-lords-creative-future-inquiry%252F">Log in</a></li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://melissaterras.org" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/read/feeds/36192835"> View site in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20241015"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20231122"; script.defer = true; document.body.appendChild( script ); } ); </script> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading"> </span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Loading Comments...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner"> </span> <div id="jp-carousel-comment-post-results"></div> <form id="jp-carousel-comment-form"> <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label> <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..." ></textarea> <div id="jp-carousel-comment-form-submit-and-info-wrapper"> <div id="jp-carousel-comment-form-commenting-as"> <fieldset> <label for="jp-carousel-comment-form-email-field">Email (Required)</label> <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-author-field">Name (Required)</label> <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-url-field">Website</label> <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" /> </fieldset> </div> <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment" /> </div> </form> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='https://s2.wp.com/_static/??-eJydzEEKwyAQheEL1Q5JocFFyFmsDkEzjuI4hNy+FJptFln+j8cHezW+cEfukNVU0jWyQMJend/+DaIMuQQlFPCuFRUkkD1WbOajHAifXuQB97Hzcw43vR4Jg1kdEbbjqn7+kufhbUc7vYZxSl9CS2RI&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="coblocks-loader-js-extra"> /* <![CDATA[ */ var wpcom_coblocks_js = {"coblocks_masonry_js":"https:\/\/s2.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-masonry.min.js","coblocks_lightbox_js":"https:\/\/s2.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-lightbox.min.js","jquery_core_js":"\/wp-includes\/js\/jquery\/jquery.min.js","jquery_migrate_js":"\/wp-includes\/js\/jquery\/jquery-migrate.min.js","masonry_js":"\/wp-includes\/js\/masonry.min.js","imagesloaded_js":"\/wp-includes\/js\/imagesloaded.min.js"}; var coblocksLigthboxData = {"closeLabel":"Close Gallery","leftLabel":"Previous","rightLabel":"Next"}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-carousel-js-extra"> /* <![CDATA[ */ var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/melissaterras.org\/wp-admin\/admin-ajax.php","nonce":"c2c9eee1cd","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","image_label":"Open image in full-screen.","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/melissaterras.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fmelissaterras.org%2F2023%2F02%2F03%2Fthe-house-of-lords-creative-future-inquiry%2F","blog_id":"78889642","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=78889642&v=wpcom&tz=0&user_id=0&subd=melissaterras","is_public":"1"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/_static/??-eJydkeFOwzAMhF8I13Sgwh/Eo6A0dTu3iRPFycrenmyiaJomQPt5lu/0nY1rBBskk2ScFX3o2REUpWSmOgOWMTSzPuDFni8QXZlYFGfK0djlW6MWwQ8Wi31hN2A1s3AmUJuCc5s+Np7lOnRLtKF3wS6Ku6Z9bVpQ9rESJTo0zziwnjG3JXDBDJRu5eU9eVKMpcdIUgFMtvuTV8yBJ5M5/N+iC0dwLAuMwRaFkT/vvok1KdTzup+1bXCrxEXqePrLuXWFSJZgCKuc6lc8mzjmu4lyTR5gMs5ROv6m/iDcisAabfBXsvre/Vv78vTYtt2u6+YvxyDsaw=='></script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script type="text/javascript"> ( function() { function initFileDownloadInteractions() { const fileBlocks = document.querySelectorAll( '.wp-block-file' ); fileBlocks.forEach( function ( fileBlockElement ) { // Only add an event listener if we have two distinct <a> tags const firstChild = fileBlockElement.firstElementChild; const lastChild = fileBlockElement.lastElementChild; if ( ! firstChild || ! lastChild || firstChild === lastChild ) { return; } if ( firstChild.tagName !== 'A' || lastChild.tagName !== 'A' ) { return; } if ( ! lastChild.classList.contains( 'wp-block-file__button' ) ) { return; } firstChild.addEventListener( 'click', buildFileInteractionTracker( 'view' ) ); lastChild.addEventListener( 'click', buildFileInteractionTracker( 'download' ) ); } ); } window.addEventListener( 'load', initFileDownloadInteractions ); function buildFileInteractionTracker( statValue ) { return function ( event ) { const anchor = event.target; if ( ! anchor || anchor.nodeName !== 'A' || ! anchor.href ) { return; } bumpFileInteractionStat( statValue ); } } function bumpFileInteractionStat( statValue ) { window._stq = window._stq || []; window._stq.push( [ 'extra', { [ `x_wpcom_file_block_interaction/${ statValue }` ]: 1, } ] ); } } )(); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script> <script type="text/javascript"> (function() { var extend = function(out) { out = out || {}; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) continue; for (var key in arguments[i]) { if (arguments[i].hasOwnProperty(key)) out[key] = arguments[i][key]; } } return out; }; extend( window.infiniteScroll.settings.scripts, ["jetpack-mu-wpcom-settings","rlt-proxy","wpcom-actionbar-placeholder","mobile-useragent-info","the-neverending-homepage","coblocks-loader","penscratch-navigation","penscratch-skip-link-focus-fix","jetpack-carousel","file-block-force-downloads","tiled-gallery","carousel-wpcom"] ); extend( window.infiniteScroll.settings.styles, ["the-neverending-homepage","wp-block-library","jetpack-layout-grid","jetpack-ratings","mediaelement","wp-mediaelement","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","wpcom-bbpress2-staff-css","penscratch-style","genericons","penscratch-wpcom","reblogging","geo-location-flair","a8c-global-print","h4-global","wp-emoji-styles","videopress-video-style","jetpack-sharing-buttons-style","classic-theme-styles","global-styles","jetpack-global-styles-frontend-style","jetpack-carousel-swiper-css","jetpack-carousel","tiled-gallery","core-block-supports-duotone"] ); })(); </script> <span id="infinite-aria" aria-live="assertive"></span> <script src="//stats.wp.com/w.js?67" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'78889642','blog_tz':'0','user_lang':'en-gb','blog_lang':'en-gb','user_id':'0'}]); _stq.push(['view', {'blog':'78889642','v':'wpcom','tz':'0','user_id':'0','subd':'melissaterras'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1mNzc2NTVTamdsRWFxcEV3XUtMXVR5aWlmMVNIcUxBaFstUWRrZVpWQ2tORExSfEpUVm05SlpEZzZWOEtlbW5nZHV0dkhDNjhwP35JbkdHLyZqYnl+Mj8sN2JCbjF4NWk/TzNkRSVLVzhpR1UlZzBMeTdLYWd5U11rNzk3ckxFMGpFUVZrcVpVP3d5SElLUVtEWHNpeUYwRXxYdCtZZlNQNnJ3cV9Qdl96SUpKclZoR1M2X3F6Z0pIUGxael9KV1R+ZFlRaGV1LnglNUZZZFA2cEV1dXNmMlZIMi1tPVIwOHJxZV9MXWd4Nnh5Zkl1TDBEak9zSjBLN0lkSFFEUEhDOTRxd1RJa1VNVTU5WlhdT3ZBcWtVbDN6'}]); _stq.push([ 'clickTrackerInit', '78889642', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script> </body> </html> <!-- generated in 0.194 seconds 167685 bytes batcached for 300 seconds -->