HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width">
<title>The New Yorker Recommends</title>
<style type="text/css">
@media only screen and (max-width: 480px) {
.river-item .item-content {
padding-top: 0;
}
.items-content.grid .padded,
.items-content.stacked .padded {
padding-top: 0;
padding-bottom: 0;
}
.items-content.fullwidth .padded {
padding-bottom: 0;
}
.items-content.fullwidth.first.has-hed .padded {
padding-top: 0;
}
.river-item.grid .item-content,
.river-item.stacked .item-content {
padding-bottom: 30px;
}
.items-content.grid .externallink,
.items-content.stacked .externallink {
padding-bottom: 30px;
}
.externallink .river-item.grid .item-content,
.externallink .river-item.stacked .item-content {
padding-top: 0;
padding-bottom: 0;
}
.items-content.grid .item.externallink+.item .item-content {
padding-top: 30px;
}
.river-item.stacked .item-content {
padding-top: 20px;
}
.boilerplate .policy-unsubscribe {
max-width: 50% !important;
}
}
@media only screen and (max-width: 480px) {
body {
width: 100% !important;
min-width: 100% !important;
}
table[id="emailBody"],
table[class="flexibleContainer"] {
width: 100% !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.button-content,
.container-hed {
text-align: center;
}
.rubric {
margin: 0 auto;
}
.cta {
margin: 1em auto 0;
}
.river-item {
width: 100%;
}
.river-item .item-content {
padding-top: 10px;
}
.river-item.stacked.item-content {
min-height: 1px;
}
.item-content {
float: inherit;
min-height: 0 !important;
text-align: center;
}
.padded {
padding-bottom: 20px;
}
.ad {
padding: 0;
}
.cm-unit {
padding: 20px 0 0 0;
}
.containers .container:first-child .section-header td {
padding-top: 0;
}
footer .padded {
padding-bottom: 0;
}
img[class="flexibleImage"] {
height: auto !important;
width: 100% !important;
}
table[class="emailButton"] {
width: 100% !important;
}
}
</style>
<style type="text/css">
.stories a.msoLink {
color: #121212 !important;
text-decoration: none;
}
.rubric a.msoLink {
color: #df3331 !important;
}
.button-content a.msoLink {
border: 20px solid #087cc3 !important;
color: #ffffff !important;
margin: 0 !important;
}
</style>
<!--[if mso 12]>
<style type="text/css">
.flexibleContainer{display:block !important; width:100% !important;}
</style>
<![endif]-->
<!--[if mso 14]>
<style type="text/css">
.flexibleContainer{display:block !important; width:100% !important;}
</style>
<![endif]-->
</head>
<body style="margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background-color: #F5F5F5; height: 100%; width: 100%;">
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0; padding: 0; font-size: 1em; background-color: #F5F5F5; height: 100%; width: 100%;" bgcolor="#F5F5F5">
<tr>
<td align="center" valign="top" id="bodyCell" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0; padding: 0; height: 100%; width: 100%;" width="100%" height="100%">
<table border="0" cellpadding="0" cellspacing="0" width="560" id="emailBody" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background-color: #FFFFFF; max-width: 100%; width: 560px; max-width: 100vw;" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<header>
<table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr class="container header-content">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="100%" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 20px; padding-right: 20px; padding-left: 20px; max-width: 100vw; padding: 0;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<td valign="top" class="item-content padded pre-content-wrap" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; line-height: 125%; font-size: .7em; padding-left: 10px; padding-right: 10px; text-align: left; max-width: 100vw; padding-top: 12px; padding: 5px 0 12px;" align="left">
<div style="display:none"><a href=""><img src="https://link.newyorker.com/img/5d50bc2d7ace5a120042d168alhzn.2anp/509097f0.gif" alt="" border="0" /></a></div>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; font-weight: normal; color: #121212; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 10px; line-height: 0.45; text-align: center;">
<span class="teaser" style="color: #FFFFFF;">Richard Brody reviews the upcoming cinema. Plus: Alex Ross on the opera composer who went hollywood.\</span><br>
<span class="offline-view" style="display: inline-block; margin-top: 10px;">
<a href="#" xt="SPCLICKTOVIEW" name="browser_view" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #aaa; text-decoration: underline;">
View in browser
</a>
<span style="color: #aaa;">|</span>
<a href="#" xt="SPCUSTOMOPTOUT" name="Update Preferences" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #aaa; text-decoration: underline;">
Update your preferences
</a>
</span>
</p>
</td>
<tr>
<td valign="top" class="item-content padded logo" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 20px; padding-right: 20px; padding-left: 20px; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw; padding: 0;" align="left">
<h1 style="margin: 0; padding: 0; color: #202020; font-size: 20px; text-align: center; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 125%;">
<a name="header-image" target="_blank" href="https://www.newyorker.com?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #222; text-decoration: none;">
<img src="https://media.newyorker.com/photos/5b1e99ec5ee2c7040773fd2e/master/w_1120%2Cc_limit/[email protected]" srcset="https://media.newyorker.com/photos/5b1e99ec5ee2c7040773fd2e/master/w_560%2Cc_limit/[email protected] 1x, https://media.newyorker.com/photos/5b1e99ec5ee2c7040773fd2e/master/w_1120%2Cc_limit/[email protected] 2x, https://media.newyorker.com/photos/5b1e99ec5ee2c7040773fd2e/master/w_1680%2Cc_limit/[email protected] 3x" class="responsive" alt style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto;">
</a>
</h1>
</td>
</tr>
<tr>
<td valign="top" class="item-content padded body" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 20px; padding-right: 20px; padding-left: 20px; line-height: 125%; max-width: 100vw; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; color: #333333; padding-bottom: 30px; padding: 40px; border-bottom: 20px solid #f5f5f5;" align="center">
<table role="presentation" align="center" class="body-image" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr>
<td align="center" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<img src="https://media.newyorker.com/photos/5d55d3b013c4e90009bb9e4d/master/w_1120%2Cc_limit/190826_r34804.jpg" srcset="https://media.newyorker.com/photos/5d55d3b013c4e90009bb9e4d/master/w_560%2Cc_limit/190826_r34804.jpg 1x, https://media.newyorker.com/photos/5d55d3b013c4e90009bb9e4d/master/w_1120%2Cc_limit/190826_r34804.jpg 2x, https://media.newyorker.com/photos/5d55d3b013c4e90009bb9e4d/master/w_1680%2Cc_limit/190826_r34804.jpg 3x" class="responsive" alt="Ad Astra, Harriet, and The Irishman" role="presentation" style="border: 0; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; display: block; width: 100%; height: auto;">
</td>
</tr>
</table>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: .4em 0 0; padding: 0 0 20px 0; font-family: Graphik Web,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 11px; font-weight: 500; line-height: 1.18; text-align: left; color: #bbb;">Illustration by Max Dalton</p>
<h3 class="hed" style="margin: 0; padding: 0; text-align: center; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 28px; line-height: 1.14; font-weight: normal; color: #121212;">
<!--[if gte mso 12]><![endif]-->Fall Movies Preview: High-Profile Fantasies, New Bio-Pics, and Films from Netflix
<!--[if gte mso 12]><![endif]-->
</h3>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 18px; font-weight: normal; line-height: 1.44; text-align: left; color: #121212;">The New York Film Festival, at Lincoln Center (Sept. 27-Oct. 13), is the city’s main movie event, and this year’s edition includes a trio of films from Netflix. The festival’s opening-night offering is Martin Scorsese’s “The Irishman,” starring Robert De Niro as a hit man whose exploits connect with politics—in particular, the real-life disappearance, in 1975, of the union leader Jimmy Hoffa (played by Al Pacino). Joe Pesci, Harvey Keitel, and Anna Paquin co-star. Noah Baumbach’s romantic drama “Marriage Story,” the festival’s centerpiece, stars Scarlett Johansson and Adam Driver as an actress and a playwright going through a bitter divorce; Laura Dern, Alan Alda, and Ray Liotta co-star. Among the festival’s main slate of films will be the French actress and director Mati Diop’s first feature, “Atlantics,” a drama set in Dakar, Senegal, about a young woman named Ada (Mame Bineta Sane) who confronts supernatural disturbances when her family thwarts her relationship with a construction worker (Ibrahima Traoré).</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 18px; font-weight: normal; line-height: 1.44; text-align: left; color: #121212;">Bio-pics, as ever, are prominent among fall releases, but this year’s batch covers a distinctive range of historical figures. “Harriet” (Nov. 1), directed by Kasi Lemmons (who wrote the script with Gregory Allen Howard), stars Cynthia Erivo as Harriet Tubman, who escaped slavery, liberated hundreds of other enslaved Africans via the Underground Railroad, and worked on behalf of women’s suffrage. Janelle Monáe, Joe Alwyn, and Leslie Odom, Jr., co-star. Renée Zellweger plays Judy Garland in “Judy” (Sept. 27), which is centered on the singer’s performances in London in 1968, the year before her death. It’s directed by Rupert Goold; Rufus Sewell co-stars, as Garland’s husband Sid Luft, and Jessie Buckley plays her assistant. In James Mangold’s drama “Ford v Ferrari” (Nov. 15), Matt Damon plays the car designer Carroll Shelby and Christian Bale plays the race-car driver Ken Miles, who, in the mid-sixties, joined forces to take part in the twenty-four-hour Le Mans competition. “Hustlers” (Sept. 13), written and directed by Lorene Scafaria, is based on the true story of a group of New York strippers who teamed up, after the 2008 financial crisis, to extract money from rich men by any means necessary. Constance Wu, Cardi B, and Jennifer Lopez star; Julia Stiles plays a journalist reporting on their deeds.</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 18px; font-weight: normal; line-height: 1.44; text-align: left; color: #121212;">High-profile fantasies extend from outer space to Gotham City. James Gray’s science-fiction drama, “Ad Astra” (Sept. 20), is the story of an astronaut (Brad Pitt) who undertakes a dangerous mission to find his father (Tommy Lee Jones) deep in space. Liv Tyler, Ruth Negga, and Donald Sutherland co-star. In Pedro Almodóvar’s movie-centered drama “Pain and Glory” (Oct. 4), Antonio Banderas plays an aged director whose creative and personal struggles unleash a torrent of memories, including ones involving his mother (Penélope Cruz). The South Korean director Bong Joon-ho’s thriller “Parasite” (Oct. 11) follows members of a poor family in Seoul who, under false pretenses, move into a rich family’s palatial home. “Joker” (Oct. 4), the latest installment in the Batman series, stars Joaquin Phoenix in a tale of the villain’s turn to the dark side. Robert De Niro, Zazie Beetz, and Marc Maron co-star, and Dante Pereira-Olson plays Bruce Wayne.</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 18px; font-weight: normal; line-height: 1.44; text-align: left; color: #121212;"><em>—Richard Brody</em></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</header>
</td>
</tr>
<tr>
<td align="center" valign="top" class="containers" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<main>
<table class="stories" border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr class="container items-container">
<td style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table class="list-container" role="list" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr class="container items-content stacked channel-home first last" role="listitem" style="padding-bottom: 20px;">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="560" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-right: 20px; padding-left: 20px; max-width: 100vw; padding-top: 30px; padding-bottom: 30px; border-bottom: 20px solid #f5f5f5;">
<a class="item article " href="https://www.newyorker.com/newsletter/sunday" name="container-1-item-1" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<table align="left" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item stacked image" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="left" valign="top" class="imageContent" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9uZXdzbGV0dGVycy9zaWduLXVwLWZvci10aGUtc3VuZGF5LW5ld3NsZXR0ZXI_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168C9bcc7836" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5cac0db2a036722123da7e1a/1:1/w_500%2Cc_limit/header-sunday-1x1crop.jpg" srcset="https://media.newyorker.com/photos/5cac0db2a036722123da7e1a/1:1/w_250%2Cc_limit/header-sunday-1x1crop.jpg 1x, https://media.newyorker.com/photos/5cac0db2a036722123da7e1a/1:1/w_500%2Cc_limit/header-sunday-1x1crop.jpg 2x, https://media.newyorker.com/photos/5cac0db2a036722123da7e1a/1:1/w_750%2Cc_limit/header-sunday-1x1crop.jpg 3x" class="responsive" alt role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto;">
<!--[if gte mso 12]></a><![endif]-->
</td>
</tr>
</table>
<table align="right" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item stacked text " role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="middle" class="item-content" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw;" align="left">
<span class="rubric" style="margin: 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; font-style: italic; color: #df3331; padding-right: 18px; display: block; line-height: normal; padding-bottom: 10px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9uZXdzbGV0dGVycy9zaWduLXVwLWZvci10aGUtc3VuZGF5LW5ld3NsZXR0ZXI_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168D9bcc7836" class="msoLink msoLink-rubric" target="_blank"><![endif]-->Newsletters
<!--[if gte mso 12]></a><![endif]--></span>
<h3 class="hed" style="margin: 0; padding: 0; text-align: left; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 28px; line-height: 1.14; font-weight: normal; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9uZXdzbGV0dGVycy9zaWduLXVwLWZvci10aGUtc3VuZGF5LW5ld3NsZXR0ZXI_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168E9bcc7836" class="msoLink msoLink-hed" target="_blank"><![endif]-->Sign Up for the Sunday Archive Newsletter
<!--[if gte mso 12]></a><![endif]-->
</h3>
<p class="dek" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; margin-top: .5em; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; line-height: 1.38; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9uZXdzbGV0dGVycy9zaWduLXVwLWZvci10aGUtc3VuZGF5LW5ld3NsZXR0ZXI_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168F9bcc7836" class="msoLink msoLink-dek" target="_blank"><![endif]-->Classic pieces and hidden gems, curated by our archivists and editors.
<!--[if gte mso 12]></a><![endif]-->
</p>
</td>
</tr>
</table>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container items-hed">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="560" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 20px; padding-right: 20px; padding-left: 20px; max-width: 100vw;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="section-header river" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr>
<td align="center" valign="middle" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw; padding: 20px 0 0; padding-top: 10px;">
<h2 style="line-height: 125%; display: inline-block; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; font-style: italic; text-align: center; color: #121212; margin: 0 auto; text-decoration: none; text-transform: none; font-weight: normal; padding: 13px 60px 17px; border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb;">Reviews and Recommendations</h2>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container items-content fullwidth channel-magazine first has-hed last" style="padding-bottom: 20px;">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="560" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-right: 20px; padding-left: 20px; max-width: 100vw; padding-top: 30px; border-bottom: 20px solid #f5f5f5; padding-bottom: 30px;">
<a class="item article " href="https://www.newyorker.com/magazine/2019/08/19/erich-wolfgang-korngold-the-opera-composer-who-went-hollywood?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" name="container-2-item-1" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="left" valign="top" class="item-content" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VyaWNoLXdvbGZnYW5nLWtvcm5nb2xkLXRoZS1vcGVyYS1jb21wb3Nlci13aG8td2VudC1ob2xseXdvb2Q_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168C4a62fd5a" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5d4c86cb7d6dbe0008a21c1e/1:1/w_1040%2Cc_limit/190819_r34783-tout.jpg" srcset="https://media.newyorker.com/photos/5d4c86cb7d6dbe0008a21c1e/1:1/w_520%2Cc_limit/190819_r34783-tout.jpg 1x, https://media.newyorker.com/photos/5d4c86cb7d6dbe0008a21c1e/1:1/w_1040%2Cc_limit/190819_r34783-tout.jpg 2x, https://media.newyorker.com/photos/5d4c86cb7d6dbe0008a21c1e/1:1/w_1560%2Cc_limit/190819_r34783-tout.jpg 3x" class="responsive" alt="Erich Wolfgang Korngold" role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto; padding-bottom: 10px;">
<!--[if gte mso 12]></a><![endif]-->
<span class="rubric" style="margin: 0; font-size: 13px; font-style: italic; color: #df3331; padding-right: 18px; font-family: Georgia, Times, 'Times New Roman', serif; text-align: left; line-height: 125%;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VyaWNoLXdvbGZnYW5nLWtvcm5nb2xkLXRoZS1vcGVyYS1jb21wb3Nlci13aG8td2VudC1ob2xseXdvb2Q_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168D4a62fd5a" class="msoLink msoLink-rubric" target="_blank"><![endif]-->Musical Events
<!--[if gte mso 12]></a><![endif]--></span>
<h3 class="hed" style="margin: 0; padding: 0; font-family: Georgia, Times, 'Times New Roman', serif; text-align: left; font-size: 36px; font-weight: normal; line-height: 1.11; padding-top: 10px; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VyaWNoLXdvbGZnYW5nLWtvcm5nb2xkLXRoZS1vcGVyYS1jb21wb3Nlci13aG8td2VudC1ob2xseXdvb2Q_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168E4a62fd5a" class="msoLink msoLink-hed" target="_blank"><![endif]-->Erich Wolfgang Korngold, the Opera Composer Who Went Hollywood
<!--[if gte mso 12]></a><![endif]-->
</h3>
<p class="dek" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; font-family: Georgia, Times, 'Times New Roman', serif; text-align: left; font-size: 18px; line-height: 1.44; color: #121212; padding-bottom: 20px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VyaWNoLXdvbGZnYW5nLWtvcm5nb2xkLXRoZS1vcGVyYS1jb21wb3Nlci13aG8td2VudC1ob2xseXdvb2Q_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168F4a62fd5a" class="msoLink msoLink-dek" target="_blank"><![endif]-->His melodic gift rivalled Puccini’s—but his reputation suffered when he began writing movie scores. Now the classical world is giving him a fresh listen.
<!--[if gte mso 12]></a><![endif]-->
</p>
<div class="contributors" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333333; margin-bottom: 30px;">
By <span class="contributor">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VyaWNoLXdvbGZnYW5nLWtvcm5nb2xkLXRoZS1vcGVyYS1jb21wb3Nlci13aG8td2VudC1ob2xseXdvb2Q_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168G4a62fd5a" class="msoLink msoLink-contributor" target="_blank"><![endif]-->Alex Ross
<!--[if gte mso 12]></a><![endif]--></span>
</div>
</td>
</tr>
</table>
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container items-container">
<td style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table class="list-container" role="list" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr class="container items-content stacked channel-magazine first" role="listitem">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="560" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-right: 20px; padding-left: 20px; max-width: 100vw; padding-top: 30px;">
<a class="item article " href="https://www.newyorker.com/magazine/2019/08/26/whered-you-go-bernadette-is-at-cate-blanchetts-command?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" name="container-3-item-1" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<table align="left" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item stacked image" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="left" valign="top" class="imageContent" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzI2L3doZXJlZC15b3UtZ28tYmVybmFkZXR0ZS1pcy1hdC1jYXRlLWJsYW5jaGV0dHMtY29tbWFuZD91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168C624af5bc" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5d55b31e0df9500008a25ab4/1:1/w_500%2Cc_limit/190826_r34825.jpg" srcset="https://media.newyorker.com/photos/5d55b31e0df9500008a25ab4/1:1/w_250%2Cc_limit/190826_r34825.jpg 1x, https://media.newyorker.com/photos/5d55b31e0df9500008a25ab4/1:1/w_500%2Cc_limit/190826_r34825.jpg 2x, https://media.newyorker.com/photos/5d55b31e0df9500008a25ab4/1:1/w_750%2Cc_limit/190826_r34825.jpg 3x" class="responsive" alt="Where'd You Go, Bernadette?" role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto;">
<!--[if gte mso 12]></a><![endif]-->
</td>
</tr>
</table>
<table align="right" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item stacked text " role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="middle" class="item-content" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw;" align="left">
<span class="rubric" style="margin: 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; font-style: italic; color: #df3331; padding-right: 18px; display: block; line-height: normal; padding-bottom: 10px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzI2L3doZXJlZC15b3UtZ28tYmVybmFkZXR0ZS1pcy1hdC1jYXRlLWJsYW5jaGV0dHMtY29tbWFuZD91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168D624af5bc" class="msoLink msoLink-rubric" target="_blank"><![endif]-->The Current Cinema
<!--[if gte mso 12]></a><![endif]--></span>
<h3 class="hed" style="margin: 0; padding: 0; text-align: left; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 28px; line-height: 1.14; font-weight: normal; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzI2L3doZXJlZC15b3UtZ28tYmVybmFkZXR0ZS1pcy1hdC1jYXRlLWJsYW5jaGV0dHMtY29tbWFuZD91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168E624af5bc" class="msoLink msoLink-hed" target="_blank"><![endif]-->“Where’d You Go, Bernadette?” Is at Cate Blanchett’s Command
<!--[if gte mso 12]></a><![endif]-->
</h3>
<p class="dek" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; margin-top: .5em; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; line-height: 1.38; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzI2L3doZXJlZC15b3UtZ28tYmVybmFkZXR0ZS1pcy1hdC1jYXRlLWJsYW5jaGV0dHMtY29tbWFuZD91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168F624af5bc" class="msoLink msoLink-dek" target="_blank"><![endif]-->In Richard Linklater’s adaptation of the Maria Semple novel, Blanchett’s leading performance treads joyfully close to excess, savoring the pleasures of the brink.
<!--[if gte mso 12]></a><![endif]-->
</p>
<div class="contributors" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333333; margin-top: 12px; margin-bottom: 0;">
By <span class="contributor">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzI2L3doZXJlZC15b3UtZ28tYmVybmFkZXR0ZS1pcy1hdC1jYXRlLWJsYW5jaGV0dHMtY29tbWFuZD91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168G624af5bc" class="msoLink msoLink-contributor" target="_blank"><![endif]-->Anthony Lane
<!--[if gte mso 12]></a><![endif]--></span>
</div>
</td>
</tr>
</table>
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container items-content stacked channel-magazine" role="listitem">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="560" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-right: 20px; padding-left: 20px; max-width: 100vw; padding-top: 30px;">
<a class="item article " href="https://www.newyorker.com/magazine/2019/08/19/tea-obreht-reimagines-the-western?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" name="container-3-item-2" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<table align="left" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item stacked image" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="left" valign="top" class="imageContent" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L3RlYS1vYnJlaHQtcmVpbWFnaW5lcy10aGUtd2VzdGVybj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168Cb0f75def" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5d4c58e7dade8d0008733765/1:1/w_500%2Cc_limit/190819_r34776.jpg" srcset="https://media.newyorker.com/photos/5d4c58e7dade8d0008733765/1:1/w_250%2Cc_limit/190819_r34776.jpg 1x, https://media.newyorker.com/photos/5d4c58e7dade8d0008733765/1:1/w_500%2Cc_limit/190819_r34776.jpg 2x, https://media.newyorker.com/photos/5d4c58e7dade8d0008733765/1:1/w_750%2Cc_limit/190819_r34776.jpg 3x" class="responsive" alt role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto;">
<!--[if gte mso 12]></a><![endif]-->
</td>
</tr>
</table>
<table align="right" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item stacked text " role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="middle" class="item-content" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw;" align="left">
<span class="rubric" style="margin: 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; font-style: italic; color: #df3331; padding-right: 18px; display: block; line-height: normal; padding-bottom: 10px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L3RlYS1vYnJlaHQtcmVpbWFnaW5lcy10aGUtd2VzdGVybj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168Db0f75def" class="msoLink msoLink-rubric" target="_blank"><![endif]-->Books
<!--[if gte mso 12]></a><![endif]--></span>
<h3 class="hed" style="margin: 0; padding: 0; text-align: left; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 28px; line-height: 1.14; font-weight: normal; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L3RlYS1vYnJlaHQtcmVpbWFnaW5lcy10aGUtd2VzdGVybj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168Eb0f75def" class="msoLink msoLink-hed" target="_blank"><![endif]-->Téa Obreht Reimagines the Western
<!--[if gte mso 12]></a><![endif]-->
</h3>
<p class="dek" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; margin-top: .5em; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; line-height: 1.38; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L3RlYS1vYnJlaHQtcmVpbWFnaW5lcy10aGUtd2VzdGVybj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168Fb0f75def" class="msoLink msoLink-dek" target="_blank"><![endif]-->Her second novel, “Inland,” brings unexpected disturbances to the American landscape she grew up romanticizing from afar.
<!--[if gte mso 12]></a><![endif]-->
</p>
<div class="contributors" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333333; margin-top: 12px; margin-bottom: 0;">
By <span class="contributor">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L3RlYS1vYnJlaHQtcmVpbWFnaW5lcy10aGUtd2VzdGVybj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168Gb0f75def" class="msoLink msoLink-contributor" target="_blank"><![endif]-->Francisco Cantú
<!--[if gte mso 12]></a><![endif]--></span>
</div>
</td>
</tr>
</table>
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container items-content stacked channel-magazine last" role="listitem" style="padding-bottom: 20px;">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="560" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-right: 20px; padding-left: 20px; max-width: 100vw; padding-top: 30px; padding-bottom: 30px; border-bottom: 20px solid #f5f5f5;">
<a class="item article " href="https://www.newyorker.com/magazine/2019/08/19/endgames-in-sea-wall-a-life-and-coriolanus?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" name="container-3-item-3" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<table align="left" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item stacked image" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="left" valign="top" class="imageContent" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VuZGdhbWVzLWluLXNlYS13YWxsLWEtbGlmZS1hbmQtY29yaW9sYW51cz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168C8bc560ae" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5d4df2672662ae00080429b9/1:1/w_500%2Cc_limit/190819_r34784-tout.jpg" srcset="https://media.newyorker.com/photos/5d4df2672662ae00080429b9/1:1/w_250%2Cc_limit/190819_r34784-tout.jpg 1x, https://media.newyorker.com/photos/5d4df2672662ae00080429b9/1:1/w_500%2Cc_limit/190819_r34784-tout.jpg 2x, https://media.newyorker.com/photos/5d4df2672662ae00080429b9/1:1/w_750%2Cc_limit/190819_r34784-tout.jpg 3x" class="responsive" alt="Jake Gyllenhaal and Tom Sturridge in “Sea Wall/A Life”" role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto;">
<!--[if gte mso 12]></a><![endif]-->
</td>
</tr>
</table>
<table align="right" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item stacked text " role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="middle" class="item-content" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw;" align="left">
<span class="rubric" style="margin: 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; font-style: italic; color: #df3331; padding-right: 18px; display: block; line-height: normal; padding-bottom: 10px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VuZGdhbWVzLWluLXNlYS13YWxsLWEtbGlmZS1hbmQtY29yaW9sYW51cz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168D8bc560ae" class="msoLink msoLink-rubric" target="_blank"><![endif]-->The Theatre
<!--[if gte mso 12]></a><![endif]--></span>
<h3 class="hed" style="margin: 0; padding: 0; text-align: left; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 28px; line-height: 1.14; font-weight: normal; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VuZGdhbWVzLWluLXNlYS13YWxsLWEtbGlmZS1hbmQtY29yaW9sYW51cz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168E8bc560ae" class="msoLink msoLink-hed" target="_blank"><![endif]-->Endgames in “Sea Wall/A Life” and “Coriolanus”
<!--[if gte mso 12]></a><![endif]-->
</h3>
<p class="dek" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; margin-top: .5em; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; line-height: 1.38; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VuZGdhbWVzLWluLXNlYS13YWxsLWEtbGlmZS1hbmQtY29yaW9sYW51cz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168F8bc560ae" class="msoLink msoLink-dek" target="_blank"><![endif]-->Jake Gyllenhaal and Tom Sturridge take pains to dredge up feelings of audience profundity, and the Public presents a colorful new rendition at Shakespeare in the Park.
<!--[if gte mso 12]></a><![endif]-->
</p>
<div class="contributors" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333333; margin-top: 12px; margin-bottom: 0;">
By <span class="contributor">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9tYWdhemluZS8yMDE5LzA4LzE5L2VuZGdhbWVzLWluLXNlYS13YWxsLWEtbGlmZS1hbmQtY29yaW9sYW51cz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168G8bc560ae" class="msoLink msoLink-contributor" target="_blank"><![endif]-->Vinson Cunningham
<!--[if gte mso 12]></a><![endif]--></span>
</div>
</td>
</tr>
</table>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container items-hed">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="560" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 20px; padding-right: 20px; padding-left: 20px; max-width: 100vw;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="section-header river" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr>
<td align="center" valign="middle" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw; padding: 20px 0 0; padding-top: 10px;">
<h2 style="line-height: 125%; display: inline-block; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; font-style: italic; text-align: center; color: #121212; margin: 0 auto; text-decoration: none; text-transform: none; font-weight: normal; padding: 13px 60px 17px; border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb;">From the Culture Desk</h2>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container items-content grid channel- first">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="top" width="560" class="padded" role="list" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-right: 20px; padding-left: 20px; max-width: 100vw; padding-top: 30px;">
<a class="item article" href="https://www.newyorker.com/culture/on-television/the-second-season-of-succession-digs-into-the-characters-self-loathing?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" name="container-4-item-1" target="_blank" role="listitem" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<table align="left" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item grid even" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="top" class="text-content item-content" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw;" align="left">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL29uLXRlbGV2aXNpb24vdGhlLXNlY29uZC1zZWFzb24tb2Ytc3VjY2Vzc2lvbi1kaWdzLWludG8tdGhlLWNoYXJhY3RlcnMtc2VsZi1sb2F0aGluZz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168C13308f92" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5d5336e2261a1a0008b123ca/1:1/w_500%2Cc_limit/Patterson-SuccessionS2E1.jpg" srcset="https://media.newyorker.com/photos/5d5336e2261a1a0008b123ca/1:1/w_250%2Cc_limit/Patterson-SuccessionS2E1.jpg 1x, https://media.newyorker.com/photos/5d5336e2261a1a0008b123ca/1:1/w_500%2Cc_limit/Patterson-SuccessionS2E1.jpg 2x, https://media.newyorker.com/photos/5d5336e2261a1a0008b123ca/1:1/w_750%2Cc_limit/Patterson-SuccessionS2E1.jpg 3x" class="responsive" alt="A woman kisses a man's cheek as he looks distressed." role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto; padding-bottom: 12px;">
<!--[if gte mso 12]></a><![endif]-->
<span class="rubric" style="margin: 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; font-style: italic; color: #df3331; padding-right: 18px; padding-top: 10px; line-height: 14px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL29uLXRlbGV2aXNpb24vdGhlLXNlY29uZC1zZWFzb24tb2Ytc3VjY2Vzc2lvbi1kaWdzLWludG8tdGhlLWNoYXJhY3RlcnMtc2VsZi1sb2F0aGluZz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168D13308f92" class="msoLink msoLink-rubric" target="_blank"><![endif]-->On Television
<!--[if gte mso 12]></a><![endif]--></span>
<h3 class="hed" style="margin: 0; padding: 0; text-align: left; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 28px; line-height: 1.14; font-weight: normal; color: #121212; padding-top: 10px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL29uLXRlbGV2aXNpb24vdGhlLXNlY29uZC1zZWFzb24tb2Ytc3VjY2Vzc2lvbi1kaWdzLWludG8tdGhlLWNoYXJhY3RlcnMtc2VsZi1sb2F0aGluZz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168E13308f92" class="msoLink msoLink-hed" target="_blank"><![endif]-->The Second Season of “Succession” Digs Into the Characters’ Self-Loathing
<!--[if gte mso 12]></a><![endif]-->
</h3>
<p class="dek" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; margin-top: .5em; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; line-height: 1.38; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL29uLXRlbGV2aXNpb24vdGhlLXNlY29uZC1zZWFzb24tb2Ytc3VjY2Vzc2lvbi1kaWdzLWludG8tdGhlLWNoYXJhY3RlcnMtc2VsZi1sb2F0aGluZz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168F13308f92" class="msoLink msoLink-dek" target="_blank"><![endif]-->The energy of this round of the family drama is in how a media mogul’s heirs reveal their inner lives as they angle for influence.
<!--[if gte mso 12]></a><![endif]-->
</p>
<div class="contributors" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333333; margin-top: 12px; margin-bottom: 0;">
By <span class="contributor">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL29uLXRlbGV2aXNpb24vdGhlLXNlY29uZC1zZWFzb24tb2Ytc3VjY2Vzc2lvbi1kaWdzLWludG8tdGhlLWNoYXJhY3RlcnMtc2VsZi1sb2F0aGluZz91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168G13308f92" class="msoLink msoLink-contributor" target="_blank"><![endif]-->Troy Patterson
<!--[if gte mso 12]></a><![endif]--></span>
</div>
</td>
</tr>
</table>
</a>
<a class="item article" href="https://www.newyorker.com/culture/comma-queen/the-long-hot-summer-of-grammar?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" name="container-4-item-2" target="_blank" role="listitem" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<table align="right" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item grid odd" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="top" class="text-content item-content" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw;" align="left">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL2NvbW1hLXF1ZWVuL3RoZS1sb25nLWhvdC1zdW1tZXItb2YtZ3JhbW1hcj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168C622ef6b5" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5d543242261a1a0008b12416/1:1/w_500%2Cc_limit/Norris-HotGrammarSummer.jpg" srcset="https://media.newyorker.com/photos/5d543242261a1a0008b12416/1:1/w_250%2Cc_limit/Norris-HotGrammarSummer.jpg 1x, https://media.newyorker.com/photos/5d543242261a1a0008b12416/1:1/w_500%2Cc_limit/Norris-HotGrammarSummer.jpg 2x, https://media.newyorker.com/photos/5d543242261a1a0008b12416/1:1/w_750%2Cc_limit/Norris-HotGrammarSummer.jpg 3x" class="responsive" alt="Jacob Rees-Mogg." role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto; padding-bottom: 12px;">
<!--[if gte mso 12]></a><![endif]-->
<span class="rubric" style="margin: 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; font-style: italic; color: #df3331; padding-right: 18px; padding-top: 10px; line-height: 14px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL2NvbW1hLXF1ZWVuL3RoZS1sb25nLWhvdC1zdW1tZXItb2YtZ3JhbW1hcj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168D622ef6b5" class="msoLink msoLink-rubric" target="_blank"><![endif]-->Comma Queen
<!--[if gte mso 12]></a><![endif]--></span>
<h3 class="hed" style="margin: 0; padding: 0; text-align: left; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 28px; line-height: 1.14; font-weight: normal; color: #121212; padding-top: 10px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL2NvbW1hLXF1ZWVuL3RoZS1sb25nLWhvdC1zdW1tZXItb2YtZ3JhbW1hcj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168E622ef6b5" class="msoLink msoLink-hed" target="_blank"><![endif]-->The Long Hot Summer of Grammar
<!--[if gte mso 12]></a><![endif]-->
</h3>
<p class="dek" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; margin-top: .5em; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; line-height: 1.38; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL2NvbW1hLXF1ZWVuL3RoZS1sb25nLWhvdC1zdW1tZXItb2YtZ3JhbW1hcj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168F622ef6b5" class="msoLink msoLink-dek" target="_blank"><![endif]-->The new book “Because Internet” examines how the Web has changed the way we write. Lionel Shriver and Jacob Rees-Mogg, meanwhile, want to turn back the linguistic clock.
<!--[if gte mso 12]></a><![endif]-->
</p>
<div class="contributors" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333333; margin-top: 12px; margin-bottom: 0;">
By <span class="contributor">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL2NvbW1hLXF1ZWVuL3RoZS1sb25nLWhvdC1zdW1tZXItb2YtZ3JhbW1hcj91dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168G622ef6b5" class="msoLink msoLink-contributor" target="_blank"><![endif]-->Mary Norris
<!--[if gte mso 12]></a><![endif]--></span>
</div>
</td>
</tr>
</table>
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container items-hed" style="border-top: 20px solid #f5f5f5;">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="560" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 20px; padding-right: 20px; padding-left: 20px; max-width: 100vw;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="section-header river" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr>
<td align="center" valign="middle" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw; padding: 20px 0 0; padding-top: 10px;">
<h2 style="line-height: 125%; display: inline-block; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; font-style: italic; text-align: center; color: #121212; margin: 0 auto; text-decoration: none; text-transform: none; font-weight: normal; padding: 13px 60px 17px; border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb;">More from The New Yorker</h2>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container items-content grid channel- first">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="top" width="560" class="padded" role="list" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-right: 20px; padding-left: 20px; max-width: 100vw; padding-top: 30px;">
<a class="item article" href="https://www.newyorker.com/science/elements/the-persuasive-power-of-the-wolf-lady?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" name="container-5-item-1" target="_blank" role="listitem" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<table align="left" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item grid even" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="top" class="text-content item-content" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw;" align="left">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1wZXJzdWFzaXZlLXBvd2VyLW9mLXRoZS13b2xmLWxhZHk_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168C7308a527" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5d0185d26f564a1226ee6dfc/1:1/w_500%2Cc_limit/Chen-WolvesRanchers-5.jpg" srcset="https://media.newyorker.com/photos/5d0185d26f564a1226ee6dfc/1:1/w_250%2Cc_limit/Chen-WolvesRanchers-5.jpg 1x, https://media.newyorker.com/photos/5d0185d26f564a1226ee6dfc/1:1/w_500%2Cc_limit/Chen-WolvesRanchers-5.jpg 2x, https://media.newyorker.com/photos/5d0185d26f564a1226ee6dfc/1:1/w_750%2Cc_limit/Chen-WolvesRanchers-5.jpg 3x" class="responsive" alt="Karin Vardaman and Breanna Owens on Owens’s ranch." role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto; padding-bottom: 12px;">
<!--[if gte mso 12]></a><![endif]-->
<span class="rubric" style="margin: 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; font-style: italic; color: #df3331; padding-right: 18px; padding-top: 10px; line-height: 14px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1wZXJzdWFzaXZlLXBvd2VyLW9mLXRoZS13b2xmLWxhZHk_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168D7308a527" class="msoLink msoLink-rubric" target="_blank"><![endif]-->Elements
<!--[if gte mso 12]></a><![endif]--></span>
<h3 class="hed" style="margin: 0; padding: 0; text-align: left; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 28px; line-height: 1.14; font-weight: normal; color: #121212; padding-top: 10px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1wZXJzdWFzaXZlLXBvd2VyLW9mLXRoZS13b2xmLWxhZHk_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168E7308a527" class="msoLink msoLink-hed" target="_blank"><![endif]-->The Persuasive Power of the Wolf Lady
<!--[if gte mso 12]></a><![endif]-->
</h3>
<p class="dek" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; margin-top: .5em; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; line-height: 1.38; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1wZXJzdWFzaXZlLXBvd2VyLW9mLXRoZS13b2xmLWxhZHk_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168F7308a527" class="msoLink msoLink-dek" target="_blank"><![endif]-->To bridge the divide between wolf-lovers and ranchers, the conservationist Karin Vardaman had to change many minds—including her own.
<!--[if gte mso 12]></a><![endif]-->
</p>
<div class="contributors" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333333; margin-top: 12px; margin-bottom: 0;">
By <span class="contributor">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1wZXJzdWFzaXZlLXBvd2VyLW9mLXRoZS13b2xmLWxhZHk_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168G7308a527" class="msoLink msoLink-contributor" target="_blank"><![endif]-->Ingfei Chen
<!--[if gte mso 12]></a><![endif]--></span>
</div>
</td>
</tr>
</table>
</a>
<a class="item article" href="https://www.newyorker.com/science/elements/the-nihilistic-euphoria-of-the-fish-tube?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" name="container-5-item-2" target="_blank" role="listitem" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<table align="right" border="0" cellpadding="0" cellspacing="0" width="250" class="flexibleContainer river-item grid odd" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td valign="top" class="text-content item-content" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; font-size: 16px; line-height: 125%; text-align: left; max-width: 100vw;" align="left">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1uaWhpbGlzdGljLWV1cGhvcmlhLW9mLXRoZS1maXNoLXR1YmU_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168Cfd46f956" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5d54892e1cafba0008ee2bab/1:1/w_500%2Cc_limit/Riederer-FishTube.jpg" srcset="https://media.newyorker.com/photos/5d54892e1cafba0008ee2bab/1:1/w_250%2Cc_limit/Riederer-FishTube.jpg 1x, https://media.newyorker.com/photos/5d54892e1cafba0008ee2bab/1:1/w_500%2Cc_limit/Riederer-FishTube.jpg 2x, https://media.newyorker.com/photos/5d54892e1cafba0008ee2bab/1:1/w_750%2Cc_limit/Riederer-FishTube.jpg 3x" class="responsive" alt="A fish traveling through a yellow tube." role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto; padding-bottom: 12px;">
<!--[if gte mso 12]></a><![endif]-->
<span class="rubric" style="margin: 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; font-style: italic; color: #df3331; padding-right: 18px; padding-top: 10px; line-height: 14px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1uaWhpbGlzdGljLWV1cGhvcmlhLW9mLXRoZS1maXNoLXR1YmU_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168Dfd46f956" class="msoLink msoLink-rubric" target="_blank"><![endif]-->Elements
<!--[if gte mso 12]></a><![endif]--></span>
<h3 class="hed" style="margin: 0; padding: 0; text-align: left; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 28px; line-height: 1.14; font-weight: normal; color: #121212; padding-top: 10px;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1uaWhpbGlzdGljLWV1cGhvcmlhLW9mLXRoZS1maXNoLXR1YmU_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168Efd46f956" class="msoLink msoLink-hed" target="_blank"><![endif]-->The Nihilistic Euphoria of the Fish Tube
<!--[if gte mso 12]></a><![endif]-->
</h3>
<p class="dek" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em 0 0; margin-top: .5em; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 16px; line-height: 1.38; color: #121212;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1uaWhpbGlzdGljLWV1cGhvcmlhLW9mLXRoZS1maXNoLXR1YmU_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168Ffd46f956" class="msoLink msoLink-dek" target="_blank"><![endif]-->The tube, made by a company called Whooshh, is designed to move fish and eels around dams, but watching it in action can raise existential questions.
<!--[if gte mso 12]></a><![endif]-->
</p>
<div class="contributors" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333333; margin-top: 12px; margin-bottom: 0;">
By <span class="contributor">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9zY2llbmNlL2VsZW1lbnRzL3RoZS1uaWhpbGlzdGljLWV1cGhvcmlhLW9mLXRoZS1maXNoLXR1YmU_dXRtX2NhbXBhaWduPWF1ZC1kZXYmdXRtX3NvdXJjZT1ubCZ1dG1fYnJhbmQ9dG55JnV0bV9tYWlsaW5nPVROWV9SZWNvbW1lbmRzXzA4MTcxOSZ1dG1fbWVkaXVtPWVtYWlsJmJ4aWQ9NWQ1MGJjMmQ3YWNlNWExMjAwNDJkMTY4JmNuZGlkPQ/5d50bc2d7ace5a120042d168Gfd46f956" class="msoLink msoLink-contributor" target="_blank"><![endif]-->Rachel Riederer
<!--[if gte mso 12]></a><![endif]--></span>
</div>
</td>
</tr>
</table>
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr class="container featured-solo first last" style="padding-bottom: 20px; border-top: 20px solid #f5f5f5;">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td class="featured-solo-container" align="center" valign="top" width="560" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw; border-bottom: 20px solid #f5f5f5;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr>
<td style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<a class="item externallink" href="#" name="container-6-item-1" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; display: block;">
<!--[if gte mso 12]><a href="https://link.newyorker.com/click/17799251.107125/aHR0cHM6Ly9zdWJzY3JpYmUuY29uZGVuYXN0ZGlnaXRhbC5jb20vc3Vic2NyaWJlL3NwbGl0cy9uZXd5b3JrZXIvTllSX2ltYWdlbmV3c2xldHRlcj9zb3VyY2U9RURUX05ZUl9FRElUX05FV1NMRVRURVJfMF9pbWFnZW5ld3NsZXR0ZXJfVE5ZUmVjb21tZW5kc19aWiZ1dG1fY2FtcGFpZ249YXVkLWRldiZ1dG1fc291cmNlPW5sJnV0bV9icmFuZD10bnkmdXRtX21haWxpbmc9VE5ZX1JlY29tbWVuZHNfMDgxNzE5JnV0bV9tZWRpdW09ZW1haWwmYnhpZD01ZDUwYmMyZDdhY2U1YTEyMDA0MmQxNjgmY25kaWQ9/5d50bc2d7ace5a120042d168Cf27b3531" class="msoLink msoLink-image" target="_blank"><![endif]-->
<img src="https://media.newyorker.com/photos/5d557775afb3df0008937af1/master/w_1040%2Cc_limit/NYR_Newsletter_CMUnit_560x346_BlueControl_July2019_2x.png" srcset="https://media.newyorker.com/photos/5d557775afb3df0008937af1/master/w_520%2Cc_limit/NYR_Newsletter_CMUnit_560x346_BlueControl_July2019_2x.png 1x, https://media.newyorker.com/photos/5d557775afb3df0008937af1/master/w_1040%2Cc_limit/NYR_Newsletter_CMUnit_560x346_BlueControl_July2019_2x.png 2x, https://media.newyorker.com/photos/5d557775afb3df0008937af1/master/w_1560%2Cc_limit/NYR_Newsletter_CMUnit_560x346_BlueControl_July2019_2x.png 3x" class="responsive" alt role="presentation" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; width: 100%; height: auto;">
<!--[if gte mso 12]></a><![endif]-->
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</main>
</td>
</tr>
<tr>
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<footer>
<table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tr class="container footer-content">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="100%" class="footer-container" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 0; max-width: 100vw;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<!-- -- -- -- -- -- -- -- -- -- -- -- --
______ __ __ __ __ __ __ __ ______
/\ ___\ /\ "-./ \ /\ \/\ \ /\ "-.\ \ /\ \ /\__ _\
\ \ \____ \ \ \-./\ \ \ \ \_\ \ \ \ \-. \ \ \ \ \/_/\ \/
\ \_____\ \ \_\ \ \_\ \ \_____\ \ \_\\"\_\ \ \_\ \ \_\
\/_____/ \/_/ \/_/ \/_____/ \/_/ \/_/ \/_/ \/_/
______ ______ ______ ______ __ __ ______ ______ ______
/\ ___\ /\ __ \ /\ ___\ /\ ___\ /\ \_\ \ /\ ___\ /\ == \ /\ ___\
\ \ \__ \ \ \ \/\ \ \ \ __\ \ \___ \ \ \ __ \ \ \ __\ \ \ __< \ \ __\
\ \_____\ \ \_____\ \ \_____\ \/\_____\ \ \_\ \_\ \ \_____\ \ \_\ \_\ \ \_____\
\/_____/ \/_____/ \/_____/ \/_____/ \/_/\/_/ \/_____/ \/_/ /_/ \/_____/
-- -- -- -- -- -- -- -- -- -- -- -- -- -->
<tr class="social-follows" style="text-align: center; padding: 20px 0 0 0;" align="center">
<td align="center" valign="top" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<table border="0" cellpadding="0" cellspacing="0" width="560" class="flexibleContainer" role="presentation" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 100vw;">
<tr>
<td align="center" valign="top" width="560" class="padded" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 20px; padding-right: 20px; padding-left: 20px; max-width: 100vw;">
<table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" class="full-width" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tbody>
<tr align="center">
<td class="social-follow-container" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-bottom: 20px; max-width: 100vw;">
<table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<tbody>
<tr role="list">
<td class="button-content button-social" role="listitem" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 1em; line-height: 100%; padding: 10px; text-align: center; text-transform: none; font-weight: normal; color: #ffffff; height: 20px; padding-left: 18px; padding-right: 18px; max-width: 100vw;" height="20" align="center">
<a href="https://www.facebook.com/newyorker?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" title="social-facebook" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; color: #FFFFFF; display: block; -webkit-font-smoothing: antialiased;">
<img src="https://www.newyorker.com/images/newsletter/[email protected]" alt="Facebook" class="social-icon--facebook" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; height: 17px;" width="8" height="17">
</a>
</td>
<td class="button-content button-social" role="listitem" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 1em; line-height: 100%; padding: 10px; text-align: center; text-transform: none; font-weight: normal; color: #ffffff; height: 20px; padding-left: 18px; padding-right: 18px; max-width: 100vw;" height="20" align="center">
<a href="https://twitter.com/newyorker?bxid=5d50bc2d7ace5a120042d168&cndid=&utm_brand=tny&utm_campaign=aud-dev&utm_mailing=TNY_Recommends_081719&utm_medium=email&utm_source=nl&utm_term=TNY_Recommends" title="social-twitter" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; color: #FFFFFF; display: block; -webkit-font-smoothing: antialiased;">
<img src="https://www.newyorker.com/images/newsletter/[email protected]" alt="Twitter" class="social-icon--twitter" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; height: 16px;" width="18" height="16">
</a>
</td>
<td class="button-content button-social" role="listitem" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 1em; line-height: 100%; padding: 10px; text-align: center; text-transform: none; font-weight: normal; color: #ffffff; height: 20px; padding-left: 18px; padding-right: 18px; max-width: 100vw;" height="20" align="center">
<a href="https://www.instagram.com/newyorkermag/?bxid=5d50bc2d7ace5a120042d168&cndid=&utm_brand=tny&utm_campaign=aud-dev&utm_mailing=TNY_Recommends_081719&utm_medium=email&utm_source=nl&utm_term=TNY_Recommends" title="social-instagram" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; color: #FFFFFF; display: block; -webkit-font-smoothing: antialiased;">
<img src="https://www.newyorker.com/images/newsletter/[email protected]" alt="Instagram" class="social-icon--instagram" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; height: 21px;" width="20" height="21">
</a>
</td>
<td class="button-content button-social" role="listitem" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 1em; line-height: 100%; padding: 10px; text-align: center; text-transform: none; font-weight: normal; color: #ffffff; height: 20px; padding-left: 18px; padding-right: 18px; max-width: 100vw;" height="20" align="center">
<a href="https://www.snapchat.com/add/newyorkermag?utm_campaign=aud-dev&utm_source=nl&utm_brand=tny&utm_mailing=TNY_Recommends_081719&utm_medium=email&bxid=5d50bc2d7ace5a120042d168&cndid=&utm_term=TNY_Recommends" title="social-snapchat" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; color: #FFFFFF; display: block; -webkit-font-smoothing: antialiased;">
<img src="https://www.newyorker.com/images/newsletter/[email protected]" alt="Snapchat" class="social-icon--snapchat" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; height: 19px;" width="20" height="19">
</a>
</td>
<td class="button-content button-social" role="listitem" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 1em; line-height: 100%; padding: 10px; text-align: center; text-transform: none; font-weight: normal; color: #ffffff; height: 20px; padding-left: 18px; padding-right: 18px; max-width: 100vw;" height="20" align="center">
<a href="https://www.youtube.com/newyorker?bxid=5d50bc2d7ace5a120042d168&cndid=&utm_brand=tny&utm_campaign=aud-dev&utm_mailing=TNY_Recommends_081719&utm_medium=email&utm_source=nl&utm_term=TNY_Recommends" title="social-youtube" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none; color: #FFFFFF; display: block; -webkit-font-smoothing: antialiased;">
<img src="https://www.newyorker.com/images/newsletter/soc[email protected]" alt="YouTube" class="social-icon--youtube" style="-ms-interpolation-mode: bicubic; display: block; border: 0; outline: none; text-decoration: none; height: 20px;" width="28" height="20">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr align="center">
<td class="item-content boilerplate ruled" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; line-height: 125%; font-size: .9em; padding: 0 20px 20px; text-align: left; max-width: 100vw; border-top: 1px solid #e5e5e5; padding-top: 20px;" align="left">
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 450px; margin: 1em auto 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; line-height: 1.54; text-align: center; color: #999999; margin-top: 0;"><a href="https://www.newyorker.com/newsletter" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: underline; color: #999999;">Sign up for more newsletters from <i>The New Yorker</i></a>.<br>
Visit <a href="https://condenaststore.com/conde-nast-brand/thenewyorker?bxid=5d50bc2d7ace5a120042d168&cndid=&utm_brand=tny&utm_campaign=TNY_Newsletter&utm_mailing=TNY_Recommends_081719&utm_medium=email&utm_source=NewYorker&utm_term=TNY_Recommends" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: underline; color: #999999;"><i>The New Yorker</i></a> shop.</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 450px; margin: 1em auto 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; line-height: 1.54; text-align: center; color: #999999;">Question about your subscription? Contact <a href="https://subscriptions.newyorker.com/pubs/N3/NYR/Error.jsp?cds_mag_code=NYR&id=1588152616311" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: underline; color: #999999;">Customer Care</a>.</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 450px; margin: 1em auto 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; line-height: 1.54; text-align: center; color: #999999;"><i>New Yorker</i> digital subscribers get unlimited access to everything on newyorker.com. Log in to your account <a href="#" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: underline; color: #999999;">here</a>.</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 450px; margin: 1em auto 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; line-height: 1.54; text-align: center; color: #999999;">We’d love your feedback on this newsletter. Please send your thoughts and suggestions to <a href="mailto:[email protected]" class="sender-email" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: underline; color: #999999;">[email protected]</a>.</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" class="item-content boilerplate" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-family: 'Lucida Grande', Verdana, sans-serif; color: #222; line-height: 125%; font-size: .9em; padding: 0 20px 20px; text-align: left; max-width: 100vw;" align="left">
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 450px; margin: 1em auto 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; line-height: 1.54; text-align: center; color: #999999; margin-top: 0;">This e-mail was sent to you by <span class="sender-name" style="font-style: italic; text-decoration: none; color: #999999;">The New Yorker</span>. To ensure delivery to
your inbox (not bulk or junk folders), please add our e-mail address, <a href="mailto:[email protected]" class="sender-email" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: underline; color: #999999;">[email protected]</a>, to your
address book.</p>
<p class="policy-unsubscribe" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 1em auto 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; line-height: 1.54; text-align: center; color: #999999; max-width: 35%;">
View our <a class="privacy-policy" target="_blank" name="privacy-policy" href="https://www.condenast.com/privacy-policy/?bxid=5d50bc2d7ace5a120042d168&cndid=&utm_brand=tny&utm_campaign=aud-dev&utm_mailing=TNY_Recommends_081719&utm_medium=email&utm_source=nl&utm_term=TNY_Recommends%23privacypolicy" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: underline; color: #999999;">Privacy Policy</a>
<a href="#" xt="SPCUSTOMOPTOUT" name="unsubscribe" target="_blank" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: underline; color: #999999;">Unsubscribe</a>
</p>
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; max-width: 450px; margin: 1em auto 0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 13px; line-height: 1.54; text-align: center; color: #999999;">
Copyright © Condé Nast 2019. <span class="address" style="text-decoration: none; color: #999999;">One World Trade Center, New York, NY 10007</span>. All rights
reserved.
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</footer>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>
Also see: Tab Triggers