CINXE.COM
Brooke Shaden: “Your voice needs to be heard” | Flickr Blog
<!DOCTYPE html> <html lang="en"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/","20190515174647","https://web.archive.org/","web","/_static/", "1557942407"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="flickr:embedr:footer" content="false"> <meta name="flickr:embedr:header" content="false"> <title>Brooke Shaden: “Your voice needs to be heard” | Flickr Blog</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://blog.flickr.net/xmlrpc.php"> <link rel="icon" href="https://web.archive.org/web/20190515174647im_/https://flickrtheblog.wordpress.com/files/2008/11/favicon.gif" type="image/x-icon"/> <link rel="shortcut icon" href="https://web.archive.org/web/20190515174647im_/https://flickrtheblog.wordpress.com/files/2008/11/favicon.gif" type="image/x-icon"/> <link rel="alternate" type="application/rss+xml" href="https://web.archive.org/web/20190515174647/https://blog.flickr.net/feed"/> <style type="text/css"> .untranslated { color: red; } .unstranlated a { color: red; } </style> <meta name="description" content="In honor of International Women’s Day, we’re featuring the work of one of our most universally beloved Flickr photographers : Brooke Shaden."/> <meta name="keywords" content="en, photographer spotlight, brooke shaden, international women's day"/> <!-- 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.remove(); } } 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].remove(); } } 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://web.archive.org/web/20190515174647/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; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://web.archive.org/web/20190515174647/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://web.archive.org/web/20190515174647/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://web.archive.org/web/20190515174647/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cDovL2Jsb2cuZmxpY2tyLm5ldA%3D%3D" + "&wpcomid=957851" + "&time=1557942407"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174647/http://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174647/http://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174647/http://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174647/http://flickrtheblog.wordpress.com/"/> <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"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20190515174647\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20190515174647\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20190515174647\/https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="all-css-0-1" href="https://web.archive.org/web/20190515174647cs_/https://s2.wp.com/_static/??-eJx9UVtywyAMvFCJmjSPr07PAljGinkNyE1y+8p2k0ynLT/MSuyyWgGXrGyKjJEhTCr7yVGs4GnECmfkrO2olmpja30BoVO0furkWhrQUWUwPi0sU3S5QeWbx02g+FD8YWBTQemHrHlmBOxIo8cgtJbsQp1DXq1XrBivTUnIx7vRDAcJVJsWWdjKmFywViVnoCkoHmS237q1DZ+Uofdkx6J2y2xBt+Pfc/TaoklpXbFJ1+/lLUqCmJhEXB+g9aTDpOQfNFOKPwrVe02lJS0oP+gEumX4Z/lf3mEPziej/Uz4CO/bw+G0229Pb6/nLyjo3WU=?cssminify=yes" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20190515174647js_/https://s1.wp.com/_static/??-eJyFztsKwjAMBuAXsituHV6Jz1K7bKbrySbb0Ke3Q70Qh0IggXzkj1ySwGDc1AFJW+o6Qb69WmVpJ38B4XHImqHyGN7YxMAQeLUpEnsg0gNsbH08owMxEeQCApeYPm64z5cwzAjLX2aBkzajyEB4/0rnC5S/5IxJ9g7NmEW9nnjOBZ/8cd+2qm6ag1L2ASPPbDc="></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://flickrtheblog.wordpress.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress.com"/> <link rel="canonical" href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/"/> <link rel="shortlink" href="https://web.archive.org/web/20190515174647/https://wp.me/p41bd-llQ"/> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20190515174647/https://public-api.wordpress.com/oembed/?format=json&url=http%3A%2F%2Fblog.flickr.net%2Fen%2F2019%2F03%2F08%2Fbrooke-shaden-your-voice-needs-to-be-heard%2F&for=wpcom-auto-discovery"/><link rel="alternate" type="application/xml+oembed" href="https://web.archive.org/web/20190515174647/https://public-api.wordpress.com/oembed/?format=xml&url=http%3A%2F%2Fblog.flickr.net%2Fen%2F2019%2F03%2F08%2Fbrooke-shaden-your-voice-needs-to-be-heard%2F&for=wpcom-auto-discovery"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article"/> <meta property="og:title" content="Brooke Shaden: “Your voice needs to be heard”"/> <meta property="og:url" content="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/"/> <meta property="og:description" content="In honor of International Women’s Day, we’re featuring the work of one of our most universally beloved Flickr photographers : Brooke Shaden."/> <meta property="article:published_time" content="2019-03-08T21:44:52+00:00"/> <meta property="article:modified_time" content="2019-03-08T21:48:57+00:00"/> <meta property="og:site_name" content="Flickr Blog"/> <meta property="og:image" content="https://web.archive.org/web/20190515174647im_/https://flickrtheblog.files.wordpress.com/2019/03/27819772539_eb8bca0d85_b-1.jpg"/> <meta property="og:image:width" content="700"/> <meta property="og:image:height" content="700"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:site" content="@Flickr"/> <meta name="twitter:text:title" content="Brooke Shaden: “Your voice needs to be heard”"/> <meta name="twitter:image" content="https://web.archive.org/web/20190515174647im_/https://flickrtheblog.files.wordpress.com/2019/03/27819772539_eb8bca0d85_b-1.jpg?w=640"/> <meta name="twitter:card" content="summary_large_image"/> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom"/> <!-- End Jetpack Open Graph Tags --> <link rel="openid.server" href="http://flickrtheblog.wordpress.com/?openidserver=1"/> <link rel="openid.delegate" href="http://flickrtheblog.wordpress.com/"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/osd.xml" title="Flickr Blog"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190515174647/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <style> .wpcom-related-posts ul li { list-style-type: none; display: inline-block; } </style> <meta name="application-name" content="Flickr Blog"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-task" content="name=Subscribe;action-uri=http://blog.flickr.net/en/feed/;icon-uri=https://s1.wp.com/i/favicon.ico"/><style type="text/css" id="syntaxhighlighteranchor"></style> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://web.archive.org/web/20190515174647cs_/https://s2.wp.com/?custom-css=1&csblog=41bd&cscache=6&csrev=7"/> <!--[if lt IE 9]> <script src="https://s2.wp.com/wp-content/themes/vip/flickr-2/js/ie-fallbacks.js"></script> <![endif]--> <script src="https://web.archive.org/web/20190515174647js_/https://s.yimg.com/ss/rapid-3.30.js"></script> </head> <body class="post-template-default single single-post postid-82078 single-format-standard mp6 customizer-styles-applied group-blog singular highlander-enabled highlander-light"> <div class="background"></div> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <div class="wrap header-wrap"> <div class="site-branding"> <h1 class="site-title"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/" rel="home">Flickr Blog</a></h1> </div> <form role="search" method="get" class="searchform" id="searchform" action="https://web.archive.org/web/20190515174647/http://blog.flickr.net/"> <div><label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s"/> <input type="submit" id="searchsubmit" value="Search"/> </div> </form> <nav id="site-navigation" class="main-navigation" role="navigation"> <h1 class="menu-toggle"><span class="genericon genericon-menu"></span></h1> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="menu-top-nav-container"><ul id="menu-top-nav" class="menu"><li id="menu-item-53903" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-53903"><a href="#">Categories</a> <ul class="sub-menu"> <li id="menu-item-53905" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53905"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/category/flickrfriday/">Flickr Friday</a></li> <li id="menu-item-56109" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-56109"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/category/photographer-spotlight/">Photographer Spotlight</a></li> <li id="menu-item-53906" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53906"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/category/commons/">The Commons</a></li> <li id="menu-item-78352" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-78352"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2017/02/28/top-tag-tuesday-6/">Top Tag Tuesday</a></li> <li id="menu-item-53952" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53952"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/category/theweeklyflickr/">The Weekly Flickr</a></li> </ul> </li> <li id="menu-item-56110" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-56110"><a href="https://web.archive.org/web/20190515174647/https://www.flickr.com/photos/flickr/galleries/">Galleries</a></li> <li id="menu-item-54915" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54915"><a title="The Latest about the Flickr API" href="https://web.archive.org/web/20190515174647/https://code.flickr.net/">Code Blog</a></li> <li id="menu-item-81923" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-81923"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/submit-your-flickr-story/">Your Story</a></li> <li id="menu-item-53904" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-53904"><a href="https://web.archive.org/web/20190515174647/https://www.flickr.com/">flickr.com</a></li> </ul></div> </nav><!-- #site-navigation --> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <div class="photographer-spotlight"> <div class="photographer-spotlight-image-wrap"> <img width="700" height="423" src="https://web.archive.org/web/20190515174647im_/https://flickrtheblog.files.wordpress.com/2019/03/27819772539_eb8bca0d85_b-1.jpg?w=700&h=423&crop=1" class="attachment-very-large-feature size-very-large-feature wp-post-image" alt="" srcset="https://web.archive.org/web/20190515174647im_/https://flickrtheblog.files.wordpress.com/2019/03/27819772539_eb8bca0d85_b-1.jpg?w=700&h=423&crop=1 700w, https://web.archive.org/web/20190515174647im_/https://flickrtheblog.files.wordpress.com/2019/03/27819772539_eb8bca0d85_b-1.jpg?w=150&h=91&crop=1 150w, https://web.archive.org/web/20190515174647im_/https://flickrtheblog.files.wordpress.com/2019/03/27819772539_eb8bca0d85_b-1.jpg?w=300&h=181&crop=1 300w" sizes="(max-width: 700px) 100vw, 700px" data-attachment-id="82098" data-permalink="https://web.archive.org/web/20190515174647/http://blog.flickr.net/?attachment_id=82098" data-orig-file="https://web.archive.org/web/20190515174647/https://flickrtheblog.files.wordpress.com/2019/03/27819772539_eb8bca0d85_b-1.jpg" data-orig-size="700,700" data-comments-opened="0" 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-medium-file="https://web.archive.org/web/20190515174647/https://flickrtheblog.files.wordpress.com/2019/03/27819772539_eb8bca0d85_b-1.jpg?w=300" data-large-file="https://web.archive.org/web/20190515174647/https://flickrtheblog.files.wordpress.com/2019/03/27819772539_eb8bca0d85_b-1.jpg?w=700"/> </div> <div id="primary" class="content-area wrap"> <main id="main" class="site-main" role="main"> <article id="post-82078" class="post-82078 post type-post status-publish format-standard hentry category-en category-photographer-spotlight tag-brooke-shaden tag-international-womens-day post-1 odd"> <header class="entry-header"> <h1 class="entry-title">Brooke Shaden: “Your voice needs to be heard”</h1> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-03-08T13:44:52-07:00">March 8, 2019</time><time class="byline-date updated" datetime="2019-03-08T13:48:57-07:00">March 8, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <section class="single-featured-photographer"> <div class="single-featured-photographer-excerpt"> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”"><img class="photographer-mug-single alignleft" src="https://web.archive.org/web/20190515174647im_/https://flickrtheblog.files.wordpress.com/2019/03/shaden_headshot2.jpg?w=150&h=150&crop=1"/></a> <div class="featured-photographer-intro-text"> <p>In honor of International Women’s Day, we’re featuring the work of one of our most universally beloved Flickr photographers: Brooke Shaden.</p> <p>Brooke is a fine art photographer who specializes in self-portraiture, conceptual photography, and creative photo manipulation. She joined Flickr over ten years ago to share her surreal, dreamy stories with a broader community of photographers.</p> </div> </div> </section> <p>Her work is a mix of beautiful, whimsical worlds and dark, thought-provoking images. Learn more about Brooke’s philosophy in our Q&A with her below.</p> <div class="flickr-embed"> <div class="flickr-image"><a data-flickr-embed="true" href="https://web.archive.org/web/20190515174647/https://www.flickr.com/photos/brookeshaden/46304155952/" title="breached by brookeshaden, on Flickr"><img src="https://web.archive.org/web/20190515174647im_/https://live.staticflickr.com/4894/46304155952_1d807ca024_b.jpg" width="700" height="700" alt="breached"></a><a href=""></a></div> </div> <p><strong>How did you get your start in photography? How did you pick fine art self-portraiture photography as opposed to other genres?</strong></p> <p>My start into photography was a very intuitive venture. I had just graduated from film school with an additional degree in English literature, and my focus was on storytelling. Photography became the next logical step, and I found it an amazing escape from the social aspects of filmmaking. Instead of asking an entire team to help bring my vision to life, I could create by myself entirely and still tell a story – this time in a single frame. </p> <p>For me, photography represents freedom. Freedom from social obligation, freedom from collaboration, and freedom to express myself in exactly the way I see fit. I got into this particular style of work because my vision has always been singular. Whether I’m making a film or writing a story, there is always a focus on darkness and beauty. </p> <p><strong>What fascinates you about photography? How would you describe your work and photographic style?</strong></p> <p>Traditional photography promises to depict life as we feel and see it. To take an image that is literally true to life and manipulate that, whether through set design or Photoshop, is like taking control of reality. I love being able to capture what is in front of me and manipulate that scene to reflect the way I see the world. My work is largely informed by that desire to craft the world I wish I lived in. Visually, my style is dark and disturbing yet beautiful, surreal yet grounded in reality. All of my work is square format with an edge toward the cinematic.</p> <p><strong>How has your style changed from when you started to now?</strong></p> <p>As a photographer starting out, I wanted to get all of my ideas out fast. I shot every single day for a couple of years, and the concepts I was shooting were very in-your-face, dark, and weird. Over time I learned the difference between shock value versus really meditating on an idea and presenting that idea in the most effective way possible. The main difference between my work then and now is that I’ve slowed down the production process to create a more meaningful experience for myself and the viewer.</p> <p>In the beginning, I remember being scared of color and locations. I shot almost everything in my apartment and favored neutral colors. After a hundred images like that, I branched out, and now I love shooting on location outside and utilizing bold colors in my work.</p> <div class="flickr-embed"> <div class="flickr-image"><a data-flickr-embed="true" href="https://web.archive.org/web/20190515174647/https://www.flickr.com/photos/brookeshaden/31930475957/" title="before I wake by brookeshaden, on Flickr"><img src="https://web.archive.org/web/20190515174647im_/https://live.staticflickr.com/4897/31930475957_e746ce0376_b.jpg" width="700" height="700" alt="before I wake"></a><a href=""></a></div> </div> <p><strong>Given everything you’ve learned in your years as a photographer, what do you look for when you “see” a shot? What makes a lasting photograph?</strong></p> <p>In my case, I don’t so much “see” shots as I create them. I look for timeless, natural backdrops. When I find those spaces, such as fields or forests, I love to put my own concept into that space. For me, the more neutral and unobtrusive a location, the better palette it is for my imagery. Timeless imagery is what I believe makes an image last.</p> <p><strong>What tip/practical gear/shooting-lighting-or editing technique do you wish you knew about photography when you started, that you now use every time you shoot?</strong></p> <p>The first is the importance of a great quality image for printing purposes. Of course, for creating in general, this doesn’t matter at all. But, down the line when you want to print and thus make money as a fine art photographer, those extra pixels and a high dynamic range are important. I’m a Sony shooter now for that reason. Another practical tip I wish I knew was that I could set my timer to take multiple shots when I’m doing self-portraits. It has been so helpful during certain shoots to be able to burst capture five images instead of just one!</p> <p><strong>You recently celebrated your tenth anniversary on Flickr. What’s your favorite part of Flickr? What made you stay with us for so long?</strong></p> <p>Community. Community all the way. I am an extremely shy, introverted person so I find having “real life” friends very challenging. But online, and especially on Flickr, I was able to cultivate a group of like-minded individuals that I could be inspired by and, in turn, inspire, by simply sharing my vision. To find a group of people gathered in one place who appreciates art and are willing to have meaningful conversations about it is priceless. I’ve met some of my best friends thanks to Flickr. I stay on Flickr because of the promise of friendships, and also to keep an archive of my entire photo journey.</p> <div class="flickr-embed"> <div class="flickr-image"><a data-flickr-embed="true" href="https://web.archive.org/web/20190515174647/https://www.flickr.com/photos/brookeshaden/31880659888/" title="spirit by brookeshaden, on Flickr"><img src="https://web.archive.org/web/20190515174647im_/https://live.staticflickr.com/4858/31880659888_0b4bb9c6a4_b.jpg" width="700" height="700" alt="spirit"></a><a href=""></a></div> </div> <p><strong>Do you ever find it challenging to work as a female in a male-dominated industry?</strong></p> <p>I find myself in an interesting position for two reasons. One is that I work entirely alone and remotely, so I don’t have those in-person experiences where I can see the decision-making process of why I was or was not chosen for a job. But second is that I live my life and career as though my gender is irrelevant, as it is, to me. I love to create any concept, pursue any business decision, no matter what and who is involved.</p> <p><strong>If you had to give one piece of advice to young and aspiring female photographers today, what would it be?</strong></p> <p>What you have to say is important to someone. You may not know who that person is, or how you will impact them, but rest assured your voice is one that someone needs to hear. Never forget that, and always create with that confidence.</p> <p><strong>Do you have any female photographers you admire, or who may have influenced your work?</strong></p> <p>Absolutely! <a href="https://web.archive.org/web/20190515174647/https://www.juliafullerton-batten.com/">Julia Fullerton-Batten</a> is one of them – a true genius! <a href="https://web.archive.org/web/20190515174647/https://cristinamittermeier.com/">Cristina Mittermeier</a>, <a href="https://web.archive.org/web/20190515174647/http://www.maricofayrephotography.com/">Marico Fayre</a>, and so many more!</p> <p><strong>Finish this sentence: “I shoot because…”</strong></p> <p>I shoot because someone needs to see what I have to create.</p> <div class="flickr-embed"> <div class="flickr-image"><a data-flickr-embed="true" href="https://web.archive.org/web/20190515174647/https://www.flickr.com/photos/brookeshaden/31136684797/" title="alpha female by brookeshaden, on Flickr"><img src="https://web.archive.org/web/20190515174647im_/https://live.staticflickr.com/4857/31136684797_e9c3aab7dc_b.jpg" width="1024" height="1024" alt="alpha female"></a><a href=""></a></div> </div> <p>Follow Brooke at:</p> <p><a href="https://web.archive.org/web/20190515174647/https://www.flickr.com/photos/brookeshaden/">Flickr</a>, <a href="https://web.archive.org/web/20190515174647/https://www.instagram.com/brookeshaden/">Instagram</a>, <a href="https://web.archive.org/web/20190515174647/https://www.facebook.com/brookeshadenphotography/">Facebook</a> and <a href="https://web.archive.org/web/20190515174647/https://twitter.com/brookeshaden">Twitter</a>.</p> </div><!-- .entry-content --> <footer class="entry-meta"> <div class="item-categories"> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/category/photographer-spotlight/" rel="category tag">Photographer Spotlight</a> </div> <div class="item-social-sharing"> <a class="share-linkedin" href="https://web.archive.org/web/20190515174647/http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fblog.flickr.net%2Fen%2F2019%2F03%2F08%2Fbrooke-shaden-your-voice-needs-to-be-heard%2F&title=Brooke Shaden: “Your voice needs to be heard”&source=Flickr" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600,top=' + (window.innerHeight - 600) / 2 + ',left=' + (window.innerWidth - 600) / 2);return false;"> <span class="genericon genericon-linkedin-alt"></span> </a> <a href="https://web.archive.org/web/20190515174647/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fblog.flickr.net%2Fen%2F2019%2F03%2F08%2Fbrooke-shaden-your-voice-needs-to-be-heard%2F" class="share-facebook" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600,top=' + (window.innerHeight - 600) / 2 + ',left=' + (window.innerWidth - 600) / 2);return false;"> <span class="genericon genericon-facebook-alt"></span> </a> <a href="https://web.archive.org/web/20190515174647/http://twitter.com/share?text=Brooke Shaden: “Your voice needs to be heard”" class="share-twitter" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=575,top=' + (window.innerHeight - 400) / 2 + ',left=' + (window.innerWidth - 575) / 2);return false;"> <span class="genericon genericon-twitter"></span> </a> </div> <div class="back-to-top"> <a class="button" href="#page">Back to top</a> </div> <div class="author-widget"><span class="posted-by">Posted By</span><div class="author-info"><div class="author-avatar"><img alt="Leticia Roncero" src="https://web.archive.org/web/20190515174647im_/http://2.gravatar.com/avatar/e2c66c1b9856fea6b28dca0fdad418d5?s=100&d=identicon&r=G" class="avatar avatar-100" height="100" width="100"/></div><h2 class="author-name"><div class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/author/leticiarportas/">Leticia Roncero</a></span></h2><div class="author-description"><p>Community Manager at Flickr.</p> </div></div></div> </footer><!-- .entry-meta --> </article><!-- #post-## --> </main><!-- #main --> </div> </div> <div id="section-more" class="section-more"> <div class="wrap"> <div class="read-more-posts read-next"> <article id="post-read-more-posts" class="has-thumbnail"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/04/09/flickr-partners-with-pixsy-to-fight-image-theft/" title="Flickr partners with Pixsy to fight image theft"> <img src="https://web.archive.org/web/20190515174647im_/http://i2.wp.com/live.staticflickr.com/7867/33696704208_7f8e5f7554_b.jpg?resize=380%2C253&ssl=1"/> </a> <header class="entry-header"> <div class="byline">Up Next</div> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/04/09/flickr-partners-with-pixsy-to-fight-image-theft/" rel="bookmark">Flickr partners with Pixsy to fight image theft</a></h2> </header><!-- .entry-header --> <div class="entry-summary"> <p>We’re excited to announce our new partnership with Pixsy, an image monitoring and legal tech service that helps photographers find and fight image theft.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> </div> <div class="read-more-posts read-prev"> <article id="post-read-more-posts" class="has-thumbnail"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/03/08/update-on-creative-commons-licenses-and-in-memoriam-accounts/" title="Update on Creative Commons licenses and “In Memoriam” accounts."> <img src="https://web.archive.org/web/20190515174647im_/http://i1.wp.com/live.staticflickr.com/7376/14048746046_927dcd1232_b.jpg?resize=380%2C253&ssl=1"/> </a> <header class="entry-header"> <div class="byline">Previously</div> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/03/08/update-on-creative-commons-licenses-and-in-memoriam-accounts/" rel="bookmark">Update on Creative Commons licenses and “In Memoriam” accounts.</a></h2> </header><!-- .entry-header --> <div class="entry-summary"> <p>Today, we’re pleased to announce two important updates that deepen Flickr’s commitment to our members and to the worldwide photography community.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> </div> <div class="read-more-posts read-related"> <article id="post-read-more-posts" class="has-thumbnail"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/04/26/want-pro-feedback-on-your-photos-submit-your-best-to-the-photography-critique-group/" title="Want pro feedback on your photos? Submit your best to the Photography Critique group."> <img src="https://web.archive.org/web/20190515174647im_/http://i1.wp.com/live.staticflickr.com/65535/46789733055_54a28c6d36_b.jpg?resize=380%2C253&ssl=1"/> </a> <header class="entry-header"> <div class="byline">Related</div> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/04/26/want-pro-feedback-on-your-photos-submit-your-best-to-the-photography-critique-group/" rel="bookmark">Want pro feedback on your photos? Submit your best to the Photography Critique group.</a></h2> </header><!-- .entry-header --> <div class="entry-summary"> <p>Have you ever wanted professional feedback on your photos? Fine art photographer Brooke Shaden will be hosting our critique collaboration with the wonderful Photography Critique group from April 26 to May 3, 2019.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-119381793-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20190515174647/https://ssl' : 'https://web.archive.org/web/20190515174647/http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </div><!-- #content --> <div id="sidebar" class="widget-area sidebar" role="complementary"> <div class="wrap sidebar-wrap"> <div class="sidebar-footer-one sidebar-footer"> <aside id="flickr_photographer_spotlight-2" class="widget widget_photographer_spotlight"><h3 class="widget-title">Featured Photographer</h3> <section class="featured-photographer"> <div class="featured-photographer-excerpt"> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”"><img class="photographer-mug alignleft" src="https://web.archive.org/web/20190515174647im_/https://flickrtheblog.files.wordpress.com/2019/03/shaden_headshot2.jpg?w=150&h=150&crop=1"/></a> <span class="featured-photographer-title"><a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”">Brooke Shaden</a></span> <p>In honor of International Women’s Day, we’re featuring the work of one of our most universally beloved Flickr photographers: Brooke Shaden.</p> <p>Brooke is a fine art photographer who specializes in self-portraiture, conceptual photography, and creative photo manipulation. She joined Flickr over ten years ago to share her surreal, dreamy stories with a broader community of photographers.</p> </div> </section> </aside> </div> <div class="sidebar-footer-two sidebar-footer"> <aside id="facebook-likebox-3" class="widget widget_facebook_likebox"><h3 class="widget-title"><a href="https://web.archive.org/web/20190515174647/https://www.facebook.com/flickr/">Stay up to date with Flickr</a></h3> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/flickr/" data-width="340" data-height="432" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/flickr/"><a href="https://web.archive.org/web/20190515174647/https://www.facebook.com/flickr/">Stay up to date with Flickr</a></blockquote></div> </div> </aside> </div> <div class="sidebar-footer-three sidebar-footer"> <aside id="text-3" class="widget widget_text"><h3 class="widget-title">About</h3> <div class="textwidget"><p>Welcome to the companion blog for Flickr, the home for all your photos. Flickr is the best site on the web for organizing, sharing and storing your photos. We provide you the tools for easy collaboration with one of the world’s most passionate photo communities.</p> </div> </aside> </div> </div> </div><!-- #secondary --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="wrap footer-wrap"> <div class="site-info"> <span class="countries-list"> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/de" class="">Deutsch</a> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/en" class="selected">English</a> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/es" class="">Español</a> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/fr" class="">Français</a> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/id" class="">Bahasa Indonesia</a> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/it" class="">Italiano</a> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/ko" class="">한글</a> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/pt" class="">Português</a> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/vi" class="">Tiếng Việt</a> <a href="https://web.archive.org/web/20190515174647/http://blog.flickr.net/zh" class="">繁體中文</a> </span> <span class="copywrite"> © 2019 Flickr, Inc. All rights reserved. Powered by <a href="https://web.archive.org/web/20190515174647/http://vip.wordpress.com/">WordPress.com VIP</a> </span> </div><!-- .site-info --> </div> </footer><!-- #colophon --> </div><!-- #page --> <!-- wpcom_wp_footer --> <script type="text/javascript" src="//web.archive.org/web/20190515174647js_/http://0.gravatar.com/js/gprofiles.js?ver=201920y"></script> <script type="text/javascript"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190515174647js_/https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h"></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> <div class="grofile-hash-map-e2c66c1b9856fea6b28dca0fdad418d5"> </div> </div> <script type="text/javascript"> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var wpcomVipAnalytics = {"is_404":"0","is_home":"0","is_single":"1","is_front_page":"0","is_archive":"0","percentToTrack":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190515174647js_/https://s2.wp.com/_static/??-eJyVjksOwjAMRC+EsVqoukIcBbmJAaf5kU+B25NuEKtKrDzyzNgPnxFU8IV9QZNR8yKK42tv8g5/LFch2noTn9HKzBkflSvfyWvLaSNsuERSM17EK7yS4imEGdhNrDdaPSwSV5w2gDzZdxGVNwqknXiYKKGjXDg1BWHhlEQ31u/uzwslNfT17dmdumE49ofxMHbmA1jdcbk="></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 src="//web.archive.org/web/20190515174647js_/http://stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'957851','blog_tz':'-7','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'957851','v':'wpcom','tz':'-7','user_id':'0','post':'82078','subd':'flickrtheblog'}]); function st_vt() {var x=document.createElement("img");x.src="https://web.archive.org/web/20190515174647/http://pixel.wp.com/g.gif?blog=957851&v=wpcomvt&tz=-7&user_id=0&post=82078&subd=flickrtheblog&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTd1LERUSXUlY2t6XWRwWiYmcnkwR3ZJLTlpZVt4RTYlekE1a0hGTk51W1NFViY1JjUxYiwydWdFK0lmcmcseEJrLU9KMW42LmlYJloyOWhbZ3VPQ0wyb0pfOG10fFFqY1JDflpVPXxLWHxsb1BKckdEVFVvbEZ1Ri9fOXl5OEtsUH5bWlVoVUJFeEpuLWd3K2ZCMkZDfkI0S2w0aGd0ZHU5WiZvLm4yXVR4d2ssNmtQUFNIOGQmLUV8WXguQ0JST01rPWNZSnNPK1lFU2RfWmFKaD9RQ3VWKzFCK09INVp3TCZv'}]); _stq.push([ 'clickTrackerInit', '957851', '82078' ]); </script> <noscript><img src="https://web.archive.org/web/20190515174647im_/http://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt=""/></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) 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 + '//web.archive.org/web/20190515174647/http://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script> <script async src="https://web.archive.org/web/20190515174647js_/https://embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> <script type="text/javascript"> new YAHOO.i13n.Rapid({spaceid:1197792308, tracked_mods:['content']}); </script> </body> </html> <!-- FILE ARCHIVED ON 17:46:47 May 15, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:06:17 Dec 03, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 2.24 exclusion.robots: 0.053 exclusion.robots.policy: 0.039 esindex: 0.012 cdx.remote: 26.116 LoadShardBlock: 79.706 (3) PetaboxLoader3.datanode: 89.463 (4) load_resource: 82.478 PetaboxLoader3.resolve: 33.771 -->