CINXE.COM

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=94a4bdb1df" /> <title></title><!-- JSTOR Labs--> <meta name="description" content="Ideate. Innovate. Incubate"> <link rel="icon" href="https://s3.amazonaws.com/org.jstor.labs/2020/09/jstor-gray-white.png" type="image/png"> <link rel="canonical" href="https://labs.jstor.org/"> <meta name="referrer" content="no-referrer-when-downgrade"> <link rel="next" href="https://labs.jstor.org/page/2/"> <meta property="og:site_name" content="JSTOR Labs"> <meta property="og:type" content="website"> <meta property="og:title" content="JSTOR Labs"> <meta property="og:description" content="Ideate. Innovate. Incubate"> <meta property="og:url" content="https://labs.jstor.org/"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="JSTOR Labs"> <meta name="twitter:description" content="Ideate. Innovate. Incubate"> <meta name="twitter:url" content="https://labs.jstor.org/"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "publisher": { "@type": "Organization", "name": "JSTOR Labs", "url": "https://labs.jstor.org/", "logo": { "@type": "ImageObject", "url": "https://s3.amazonaws.com/org.jstor.labs/2020/08/Labs_logo_knockout.png" } }, "url": "https://labs.jstor.org/", "mainEntityOfPage": "https://labs.jstor.org/", "description": "Ideate. Innovate. Incubate" } </script> <meta name="generator" content="Ghost 5.87"> <link rel="alternate" type="application/rss+xml" title="JSTOR Labs" href=""> <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.37/umd/portal.min.js" data-i18n="false" data-ghost="https://labs.jstor.org/" data-key="77d3cc4c2fde7bd56fef354955" data-api="https://labs.jstor.org/ghost/api/content/" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content, .gh-post-upgrade-cta { display: flex; flex-direction: column; align-items: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align: center; width: 100%; color: #ffffff; font-size: 16px; } .gh-post-upgrade-cta-content { border-radius: 8px; padding: 40px 4vw; } .gh-post-upgrade-cta h2 { color: #ffffff; font-size: 28px; letter-spacing: -0.2px; margin: 0; padding: 0; } .gh-post-upgrade-cta p { margin: 20px 0 0; padding: 0; } .gh-post-upgrade-cta small { font-size: 16px; letter-spacing: -0.2px; } .gh-post-upgrade-cta a { color: #ffffff; cursor: pointer; font-weight: 500; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a:hover { color: #ffffff; opacity: 0.8; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a.gh-btn { display: block; background: #ffffff; text-decoration: none; margin: 28px 0 0; padding: 8px 18px; border-radius: 4px; font-size: 16px; font-weight: 600; } .gh-post-upgrade-cta a.gh-btn:hover { opacity: 0.92; }</style> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/sodo-search.min.js" data-key="77d3cc4c2fde7bd56fef354955" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css" data-sodo-search="https://labs.jstor.org/" crossorigin="anonymous"></script> <link href="https://labs.jstor.org/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=94a4bdb1df"></script> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=94a4bdb1df"> <script defer src="/public/member-attribution.min.js?v=94a4bdb1df"></script><style>:root {--ghost-accent-color: #15171A;}</style> <!-- One Trust script --> <script type="text/javascript" src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-domain-script="c8173581-381e-4f02-bf92-8720f885f6c0"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-125778965-5"></script> <script> const gaCode = 'UA-125778965-5'; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', gaCode); // One Trust cookie consent code: begin function disablePerformanceGroup() { // disable google analytics window[`ga-disable-${gaCode}`] = true; } function handleOneTrustCookieGroups(oneTrustCookie) { const STRICTLY_NECESSARY_GROUP_ID = "C0001"; const PERFORMANCE_GROUP_ID = "C0002"; const FUNCTIONAL_GROUP_ID = "C0003"; const ADVERTISING_GROUP_ID = "C0004"; const SOCIAL_MEDIA_GROUP_ID = "C0005"; const splitCookieValue = oneTrustCookie.split('='); const cookieValues = new URLSearchParams(splitCookieValue.slice(1).join('=')); const cookieGroups = cookieValues.get('groups'); const disabledCookieGroups = cookieGroups && cookieGroups.split(',') .map(cookie => cookie.split(':')) .filter(([groupName, enabled]) => enabled == 0); disabledCookieGroups && disabledCookieGroups.forEach(([group]) => { if (group === PERFORMANCE_GROUP_ID) { disablePerformanceGroup(); } }); } function findOneTrustCookie() { const oneTrustCookie = document.cookie .split(';') .map(cookie => cookie.trim()) .find(cookie => { const [cookieName] = cookie.split('='); return cookieName === 'OptanonConsent'; }); return oneTrustCookie; } function OptanonWrapper() { const oneTrustCookie = findOneTrustCookie(); if (oneTrustCookie) { handleOneTrustCookieGroups(oneTrustCookie); } } // One Trust cookie consent code: end </script> <style> /* Override to fix images on posts from stretching vertically */ img.kg-image { max-height: fit-content; } </style> </head> <body class="home-template"> <div id="fb-root"></div> <!-- for facebook share embed --> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v6.0"></script> <div class="gh-viewport"> <header id="gh-head" class="gh-head"> <nav class="gh-head-inner gh-container"> <div class="gh-head-brand"> <a class="gh-head-logo" href="https://labs.jstor.org"> <img src="https://s3.amazonaws.com/org.jstor.labs/2020/08/Labs_logo_knockout.png" alt="JSTOR Labs" /> </a> <a class="gh-burger" role="button"> <div class="gh-burger-box"> <div class="gh-burger-inner"></div> </div> </a> </div> <div class="gh-head-menu"> <div class="my-fancy-nav-wrapper"> <ul class="nav"> <!-- Loop through the navigation items --> <!-- for other links besides blog & its sublinks --> <li class="nav-home nav-current"><a href="/">Home</a></li> <!-- for other links besides blog & its sublinks --> <li class="nav-work"><a href="/projects/">Work</a></li> <!-- for the blog, make a dropdown --> <li class="dropdown nav-blog"> <a id="blog-link" href="/blogpost">Blogs <span class="blog-carat">&#9660;</span></a> <div class="dropdown-content"> <a href="/blogpost">Posts</a> <a href="/presentation">Presentations</a> <a href="/publication">Publications</a> <a href="/second-chance-essays">Second Chance Essays</a> </div> </li> <!-- for other links besides blog & its sublinks --> <li class="nav-for-developers"><a href="/developers/">For Developers</a></li> <!-- for other links besides blog & its sublinks --> <li class="nav-about"><a href="/about/">About</a></li> <!-- End the loop --> </ul> </div> </div> </nav> </header> <main class="gh-main"> <div id="slideshow"> <div style="background-image: url('https://d3taya9v9ihy04.cloudfront.net/labs-ghost-site/Hero1.jpg')"> <div class="gh-container"> <div class="hero-text-div"> <p class="hero-text"> Partnering with libraries, scholars & publishers<br class="line-break"> to expand access to knowledge </p> </div> </div> </div> <div style="background-image: url('https://d3taya9v9ihy04.cloudfront.net/labs-ghost-site/Hero2.jpg')"> <div class="gh-container"> <div class="hero-text-div"> <p class="hero-text"> Creating tools for research and teaching<br class="line-break"> that are a little bit magical. </p> </div> </div> </div> <div style="background-image: url('https://d3taya9v9ihy04.cloudfront.net/labs-ghost-site/Hero3.jpg')"> <div class="gh-container"> <div class="hero-text-div"> <p class="hero-text"> Exploring the future of research & teaching,<br class="line-break"> one project at a time. </p> </div> </div> </div> </div> <div id="bars"></div> <div class="gh-page"> <div class="gh-container"> <div> <span class="all-link"> <a href="/projects">View all</a>&nbsp; <i class="material-icons">arrow_forward</i></span> <h2> Latest Projects</h2> </div> <div class="gh-postfeed recent-projects-container"> <article class="all-blog post all-projects gh-card post featured with-image"> <a class="gh-card-link" href="/projects/deep-maps-blue-humanities/"> <img class="gh-card-image project-card-image" srcset="https://s3.amazonaws.com/org.jstor.labs/2024/06/ocean.png 300w, https://s3.amazonaws.com/org.jstor.labs/2024/06/ocean.png 600w, https://s3.amazonaws.com/org.jstor.labs/2024/06/ocean.png 1000w, https://s3.amazonaws.com/org.jstor.labs/2024/06/ocean.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="https://s3.amazonaws.com/org.jstor.labs/2024/06/ocean.png" alt="Deep Maps: Blue Humanities" /> <div class="gh-card-content-projects"> <p class="projects-title post-title">Deep Maps: Blue Humanities</p> <p class="projects-excerpt">This project in partnership with James Louis Smith and the University of Westminster Press was generously funded by Open Book Futures</p> <!-- Projects card metadata hiding for now <p class="projects-meta"> Grant funded: <span class="meta-data"> ~~~ </span> </p> <p class="projects-meta"> Partnered with: <span class="meta-data"> ~~~ </span> </p> <p class="projects-meta"> Year: <span class="meta-data"> ~~~ </span> </p> --> </div> </a> </article> <article class="all-blog post all-projects gh-card post featured with-image"> <a class="gh-card-link" href="/projects/credit-transfer-explorer/"> <img class="gh-card-image project-card-image" srcset="https://s3.amazonaws.com/org.jstor.labs/2024/02/__UTX-Labs-Project-Graphic-Final-v2.png 300w, https://s3.amazonaws.com/org.jstor.labs/2024/02/__UTX-Labs-Project-Graphic-Final-v2.png 600w, https://s3.amazonaws.com/org.jstor.labs/2024/02/__UTX-Labs-Project-Graphic-Final-v2.png 1000w, https://s3.amazonaws.com/org.jstor.labs/2024/02/__UTX-Labs-Project-Graphic-Final-v2.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="https://s3.amazonaws.com/org.jstor.labs/2024/02/__UTX-Labs-Project-Graphic-Final-v2.png" alt="Credit Transfer Explorer" /> <div class="gh-card-content-projects"> <p class="projects-title post-title">Credit Transfer Explorer</p> <p class="projects-excerpt">Building a universal credit mobility website to connect students and institutions with easily accessible, up-to-date, and accurate information on how credits transfer and count towards degrees.</p> <!-- Projects card metadata hiding for now <p class="projects-meta"> Grant funded: <span class="meta-data"> ~~~ </span> </p> <p class="projects-meta"> Partnered with: <span class="meta-data"> ~~~ </span> </p> <p class="projects-meta"> Year: <span class="meta-data"> ~~~ </span> </p> --> </div> </a> </article> <article class="all-blog post all-projects gh-card post featured with-image"> <a class="gh-card-link" href="/projects/jstor-access-in-prison/"> <img class="gh-card-image project-card-image" srcset="https://s3.amazonaws.com/org.jstor.labs/2021/10/Banner-5_logo.jpg 300w, https://s3.amazonaws.com/org.jstor.labs/2021/10/Banner-5_logo.jpg 600w, https://s3.amazonaws.com/org.jstor.labs/2021/10/Banner-5_logo.jpg 1000w, https://s3.amazonaws.com/org.jstor.labs/2021/10/Banner-5_logo.jpg 2000w" sizes="(max-width: 1000px) 400px, 700px" src="https://s3.amazonaws.com/org.jstor.labs/2021/10/Banner-5_logo.jpg" alt="JSTOR Access in Prison Initiative" /> <div class="gh-card-content-projects"> <p class="projects-title post-title">JSTOR Access in Prison Initiative</p> <p class="projects-excerpt">The JSTOR Access in Prison Initiative is a three year project to scale access to JSTOR to all higher education in prison (HEP) programs in the United States.</p> <!-- Projects card metadata hiding for now <p class="projects-meta"> Grant funded: <span class="meta-data"> ~~~ </span> </p> <p class="projects-meta"> Partnered with: <span class="meta-data"> ~~~ </span> </p> <p class="projects-meta"> Year: <span class="meta-data"> ~~~ </span> </p> --> </div> </a> </article> </div> <div class="index-quote"> <div class="gh-container"> <h1> JSTOR Labs aims to build tools that are magical,<br class="line-break"> but how we do it isn鈥檛 magic. </h1> <p class="services-snippet">The methods we use to design and build are repeatable, teachable, and applicable to any innovative effort. <br class="line-break"> We鈥檙e eager to share our recipe and our work with you. </p> <a href="mailto:labs@ithaka.org">Contact us</a> <i class="material-icons" style="color: #990000">arrow_forward</i> </div> </div> <div> <span class="all-link"> <a href="/blogpost">View all</a>&nbsp; <i class="material-icons">arrow_forward</i></span> <h2> Recent Posts</h2> </div> <div class="gh-postfeed recent-blog-container"> <div class="recent-blog post-0"> <article class="all-blog post gh-card-blog post with-image"> <a class="gh-card-link" href="/blog/new-project-announcement-universal-credit-transfer-explorer/"> <img class="gh-card-image blog-image" srcset="https://s3.amazonaws.com/org.jstor.labs/2024/02/scott-webb-O0T1SIgHAfM-unsplash.jpg 300w, https://s3.amazonaws.com/org.jstor.labs/2024/02/scott-webb-O0T1SIgHAfM-unsplash.jpg 600w, https://s3.amazonaws.com/org.jstor.labs/2024/02/scott-webb-O0T1SIgHAfM-unsplash.jpg 1000w, https://s3.amazonaws.com/org.jstor.labs/2024/02/scott-webb-O0T1SIgHAfM-unsplash.jpg 2000w" sizes="(max-width: 1000px) 400px, 700px" src="https://s3.amazonaws.com/org.jstor.labs/2024/02/scott-webb-O0T1SIgHAfM-unsplash.jpg" alt="New Project Announcement: Universal Credit Transfer Explorer" /> <div class="gh-card-content-blog"> <p class="post-title">New Project Announcement: Universal Credit Transfer Explorer</p> <p class="post-subtitle"></p> <p class="blog-excerpt">Announcing a national credit transfer exploration website to provide learners with an opportunity to see how credits they have earned will transfer to other schools and apply toward degree completion.</p> <span class="blog-card-meta"><time datetime="2024-02-26">26 Feb 2024</time> <span class="bull">&bull;</span> 1 min read</span> <p class="card-author"></p> </div> </a> </article> </div> <div class="recent-blog post-1"> <article class="all-blog post gh-card-blog post with-image"> <a class="gh-card-link" href="/blog/jstor-labs-methods-the-wall-of-ignorance/"> <img class="gh-card-image blog-image" srcset="https://s3.amazonaws.com/org.jstor.labs/2023/11/cropped.png 300w, https://s3.amazonaws.com/org.jstor.labs/2023/11/cropped.png 600w, https://s3.amazonaws.com/org.jstor.labs/2023/11/cropped.png 1000w, https://s3.amazonaws.com/org.jstor.labs/2023/11/cropped.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="https://s3.amazonaws.com/org.jstor.labs/2023/11/cropped.png" alt="JSTOR Labs Methods: the Wall of Ignorance" /> <div class="gh-card-content-blog"> <p class="post-title">JSTOR Labs Methods: the Wall of Ignorance</p> <p class="post-subtitle"></p> <p class="blog-excerpt">It鈥檚 not easy to work on projects with evolving requirements under conditions of extreme uncertainty, but we have found this shared understanding of all our questions - and the prioritized answer-finding that follows - turn our ignorance into progress.</p> <span class="blog-card-meta"><time datetime="2023-11-20">20 Nov 2023</time> <span class="bull">&bull;</span> 5 min read</span> <p class="card-author"></p> </div> </a> </article> </div> <div class="recent-blog post-2"> <article class="all-blog post gh-card-blog post with-image"> <a class="gh-card-link" href="/blog/revisiting-the-future-of-conferences-from-an-early-career-scholar-perspective/"> <img class="gh-card-image blog-image" srcset="https://s3.amazonaws.com/org.jstor.labs/2023/08/mixerly.png 300w, https://s3.amazonaws.com/org.jstor.labs/2023/08/mixerly.png 600w, https://s3.amazonaws.com/org.jstor.labs/2023/08/mixerly.png 1000w, https://s3.amazonaws.com/org.jstor.labs/2023/08/mixerly.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="https://s3.amazonaws.com/org.jstor.labs/2023/08/mixerly.png" alt="Revisiting the Future of Conferences from an Early Career Scholar Perspective" /> <div class="gh-card-content-blog"> <p class="post-title">Revisiting the Future of Conferences from an Early Career Scholar Perspective</p> <p class="post-subtitle"></p> <p class="blog-excerpt">In this post, JSTOR Labs Innovation Fellow Shruthi Venkatesh describes Summer 2023 work to follow up junior scholars to review prototypes created by the Future of Scholarly Meetings cohort.</p> <span class="blog-card-meta"><time datetime="2023-08-11">11 Aug 2023</time> <span class="bull">&bull;</span> 4 min read</span> <p class="card-author"></p> </div> </a> </article> </div> </div> <!-- <div> <span class="all-link"> <a href="/presentation">View all</a>&nbsp; <i class="material-icons">arrow_forward</i></span> <h2> Recent Presentations</h2> </div> <div class="gh-postfeed recent-blog-container"> <div class="recent-blog"> <article class="all-blog post gh-card-blog post tag-presentation tag-hash-import-2024-07-12-19-03 with-image"> <a class="gh-card-link" rel="canonical" href="/presentation/social-learning-across-content-hypothesis/"> <img class="gh-card-image blog-image" srcset="https://s3.amazonaws.com/org.jstor.labs/2023/04/Screenshot-2023-04-27-at-1.24.54-PM.png 300w, https://s3.amazonaws.com/org.jstor.labs/2023/04/Screenshot-2023-04-27-at-1.24.54-PM.png 600w, https://s3.amazonaws.com/org.jstor.labs/2023/04/Screenshot-2023-04-27-at-1.24.54-PM.png 1000w, https://s3.amazonaws.com/org.jstor.labs/2023/04/Screenshot-2023-04-27-at-1.24.54-PM.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="https://s3.amazonaws.com/org.jstor.labs/2023/04/Screenshot-2023-04-27-at-1.24.54-PM.png" alt="Social Learning Across Content Case Study: Hypothesis &amp; JSTOR" /> <div class="gh-card-content-blog"> <p class="post-title">Social Learning Across Content Case Study: Hypothesis &amp; JSTOR</p> <p class="blog-excerpt">Alex Humphreys (ITHAKA), Jeremy Dean (Hypothesis) and Leysia Palen (UC Boulder) at CNI Spring</p> <span class="blog-card-meta">Presented on: <time datetime="2023-04-03">3 Apr 2023</time> </span> </div> </a> </article> </div> <div class="recent-blog"> <article class="all-blog post gh-card-blog post tag-presentation tag-hash-import-2024-07-12-19-03 with-image"> <a class="gh-card-link" rel="canonical" href="/presentation/breaking-into-prison/"> <img class="gh-card-image blog-image" srcset="https://s3.amazonaws.com/org.jstor.labs/2023/03/Screenshot-2023-03-23-at-4.12.39-PM.png 300w, https://s3.amazonaws.com/org.jstor.labs/2023/03/Screenshot-2023-03-23-at-4.12.39-PM.png 600w, https://s3.amazonaws.com/org.jstor.labs/2023/03/Screenshot-2023-03-23-at-4.12.39-PM.png 1000w, https://s3.amazonaws.com/org.jstor.labs/2023/03/Screenshot-2023-03-23-at-4.12.39-PM.png 2000w" sizes="(max-width: 1000px) 400px, 700px" src="https://s3.amazonaws.com/org.jstor.labs/2023/03/Screenshot-2023-03-23-at-4.12.39-PM.png" alt="Breaking into Prison: Bringing Library Resources to Incarcerated Learners" /> <div class="gh-card-content-blog"> <p class="post-title">Breaking into Prison: Bringing Library Resources to Incarcerated Learners</p> <p class="blog-excerpt">Ryan McCarthy at Code4Lib 2023</p> <span class="blog-card-meta">Presented on: <time datetime="2023-03-23">23 Mar 2023</time> </span> </div> </a> </article> </div> </div>--> </div> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <!-- above, don't know why we should have to import jquery again since it's in default.hbs, but here we are -JK --> <script> $(function () { $("#slideshow > div:gt(0)").hide(); let numSlides = $('#slideshow').children().length console.log(numSlides); for (let i = 0; i < numSlides; i++) { $("#bars").append('<span class="bar" id="bar' + i + '"></span>'); $("#bar" + i).click(function () { moveToSlide(i + 1); }); } $("#bars").children().eq(0).addClass('selected-bar') let interval = setInterval(slidebars, 8000); //first time timer let counter = 1; function slidebars() { $('#slideshow').children().eq(counter - 1) .fadeOut(1000) if (counter < numSlides) { counter++; } else { counter = 1 } $('#slideshow').children().eq(counter - 1) .fadeIn(1000) $("#bars").children().removeClass('selected-bar') $("#bars").children().eq(counter - 1).addClass('selected-bar') } function moveToSlide(num) { console.log("moving to ", num) clearInterval(interval); $('#slideshow').children().eq(counter - 1) .fadeOut(1000) counter = num $('#slideshow').children().eq(counter - 1) .fadeIn(1000) $("#bars").children().removeClass('selected-bar') $("#bars").children().eq(counter - 1).addClass('selected-bar') interval = setInterval(slidebars, 8000) } }); </script> </main> <footer class="gh-foot"> <div class="gh-container"> <div class="gh-foot-menu row"> <div class="small-12 columns"><h3>Explore JSTOR</h3></div> <div class="small-12 medium-12 large-5 xlarge-3 columns"> <div class="row"> <div class="small-7 columns"> <a href="https://www.jstor.org/subjects">By Subject</a> <a href="https://www.jstor.org/action/showJournals?browseType=title">By Title</a> <a href="https://www.jstor.org/publishers">By Publisher</a> <a href="https://www.jstor.org/action/showAdvancedSearch">Advanced Search</a> <a href="https://about.jstor.org/whats-in-jstor/text-mining-support">Data for Research</a> </div> <div class="small-5 columns"> <a href="https://support.jstor.org/hc/en-us/articles/360000313328-Need-Help-Logging-in-To-JSTOR-" title="This link opens in a new window" target="_blank">Get Access</a> <a href="https://support.jstor.org/hc/en-us" target="_blank" title="This link opens in a new window" >Support</a> <a href="https://guides.jstor.org/" target="_blank" title="This link opens in a new window" >Libguides</a> <a href="https://guides.jstor.org/researchbasics" target="_blank" title="This link opens in a new window" >Research Basics</a> </div> </div> </div> <div class="small-12 medium-12 large-7 xlarge-4 columns"> <div class="row"> <div class="small-7 columns divider"> <a href="https://about.jstor.org/" target="_blank" title="This link opens in a new window" >About JSTOR</a> <a href="https://about.jstor.org/mission-history/" target="_blank" title="This link opens in a new window" >Mission and History</a> <a href="https://about.jstor.org/whats-in-jstor/" target="_blank" title="This link opens in a new window" >What's in JSTOR</a> <a href="https://about.jstor.org/get-jstor/" target="_blank" title="This link opens in a new window" >Get JSTOR</a> <a href="https://about.jstor.org/news/" target="_blank" title="This link opens in a new window" >News</a> <a href="https://about.jstor.org/events/" target="_blank" title="This link opens in a new window" >Events</a> </div> <div class="small-5 columns"> <a href="/">JSTOR Labs</a> <a href="https://daily.jstor.org/" target="_blank" title="This link opens in a new window" >JSTOR Daily</a> <a href="https://www.ithaka.org/careers/" target="_blank" title="This link opens in a new window" >Careers</a> <a href="https://www.jstor.org/contact-us/" target="_blank" title="This link opens in a new window" >Contact Us</a> </div> </div> </div> <div class="small-12 xlarge-2 columns buttons"> <a href="https://www.jstor.org/librarians">For Librarians</a> <a href="https://about.jstor.org/publishers">For Publishers</a> </div> <div class="small-12 xlarge-3 columns"> <p>JSTOR is part of <a href="https://www.ithaka.org" style="display: inline">ITHAKA</a>, a not-for-profit organization helping the academic community use digital technologies to preserve the scholarly record and to advance research and teaching in sustainable ways. 漏2000-2023 ITHAKA. All Rights Reserved. JSTOR庐, the JSTOR logo, JPASS庐, Artstor庐, and ITHAKA庐 are registered trademarks of ITHAKA.</p> </div> <div class="small-12 columns bottom"> <a href="https://about.jstor.org/terms/" target="_blank" title="This link opens in a new window" >Terms &amp; Conditions of Use</a> <a href="https://www.ithaka.org/privacypolicy" target="_blank" title="This link opens in a new window" >Privacy Policy</a> <a href="https://www.ithaka.org/cookies" target="_blank" title="This link opens in a new window">Cookie Policy</a> <a href="javascript:void(0)" onclick="OneTrust.ToggleInfoDisplay()">Cookie settings</a> <a href="https://about.jstor.org/accessibility/" target="_blank" title="This link opens in a new window" >Accessibility</a> </div> </div> </div> </footer> </div> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script> var maxPages = parseInt('12'); </script> <script type="text/javascript" src="/assets/built/infinitescroll.js?v=94a4bdb1df"></script> <script> $(document).ready(function () { // Mobile Menu Trigger $('.gh-burger').click(function () { $('body').toggleClass('gh-head-open'); }); if (window.location.pathname == '/') { document.title='JSTOR Labs' } else { let h1 = document.getElementsByTagName('h1')[0].textContent; document.title = h1.substring(0, h1.indexOf('Tweet')) } $('a').each(function() { //make external links open in new window let a = new RegExp('/' + window.location.host + '/'); if(!a.test(this.href) && this.href != null && this.href !== "" && this.href !== "javascript:void(0)") { $(this).click(function(event) { event.preventDefault(); event.stopPropagation(); window.open(this.href, '_blank'); }); } }); }); </script> <script> $(document).ready(function() { if (!document.body.classList.contains('page-help')) { // Select the p element that contains "Featured Image Caption: " let captionElement = $('p:contains("Featured Image Caption: ")'); // Check if the caption element exists if (captionElement.length > 0) { // Copy the text after "Featured Image Caption: " let captionHTML = captionElement.html().replace('Featured Image Caption: ', ''); // Delete the p element captionElement.remove(); // Find the img element on the page with class .featured-image let imgElement = $('img.gh-feature-image'); // Check if the img element exists if (imgElement.length > 0) { // Wrap the img element in a figure element let figureElement = $('<figure class="kg-card kg-image-card kg-card-hascaption"></figure>').insertBefore(imgElement); imgElement.appendTo(figureElement); // After the img element and inside of the figure element, add a figcaption element with the copied text let figcaptionElement = $('<figcaption></figcaption>').html(captionHTML); figureElement.append(figcaptionElement); } } } }); </script> </body> </html>

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