<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
        <title></title>
        <meta charset="utf-8"><!-- utf-8 works for most cases --><meta name="viewport" content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary --><meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine --><meta name="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely --><!-- The title tag shows in email notifications, like Android 4.4. -->
        <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet" />
        <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet" /><!-- Web Font / @font-face : BEGIN --><!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. --><!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. --><!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]--><!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ --><!--[if !mso]><!--><!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> --><!--<![endif]--><!-- Web Font / @font-face : END --><!-- CSS Reset : BEGIN -->
        <style type="text/css">/* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin: 0 !important;
        }

        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

        /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
        a {
            text-decoration: none;
                        color: #27668f;
        }
                a:hover {
            text-decoration: none;
                        color: #173656;
        }
                a:visited {
            text-decoration: none;
                        color: #27668f;
        }
                
                
                

a.light {
        color: #ffffff;
}
a.gray {
        color: #cccccc;


.ship {
        padding:0 0 20px 0;
}
        /* What it does: Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* What it does: A work-around for email clients meddling in triggered links. */
        *[x-apple-data-detectors],  /* iOS */
        .unstyle-auto-detected-links *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from changing the text color in conversation threads. */
        .im {
            color: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
        .a6S {
           display: none !important;
           opacity: 0.01 !important;
                }
                /* If the above doesn't work, add a .g-img class to any image in question. */
                img.g-img + div {
                   display: none !important;
                }

        /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
        /* Create one of these media queries for each additional viewport size you'd like to fix */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
        @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
            u ~ div .email-container {
                min-width: 320px !important;
            }
        }
        /* iPhone 6, 6S, 7, 8, and X */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            u ~ div .email-container {
                min-width: 375px !important;
            }
        }
        /* iPhone 6+, 7+, and 8+ */
        @media only screen and (min-device-width: 414px) {
            u ~ div .email-container {
                min-width: 414px !important;
            }
        }
        </style>
        <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --><!--[if gte mso 9]>
    <xml>
        <o:OfficeDocumentSettings>
            <o:AllowPNG/>
            <o:PixelsPerInch>96</o:PixelsPerInch>
        </o:OfficeDocumentSettings>
    </xml>
    <![endif]--><!-- CSS Reset : END --><!-- Progressive Enhancements : BEGIN -->
        <style type="text/css">/* What it does: Hover styles for buttons */
        .button-td,
        .button-a, .button-b, .button-c {
            transition: all 100ms ease-in;
        }
            .button-td-primary:hover,
            .button-a-primary:hover {
                background: #173656 !important;
                border-color: #ffffff !important;
            }
                
                .button-b-primary:hover {
                background: #27668f !important;
                border-color: #ffffff !important;
                        color: #ffffff !important;
            }
                
                .button-c-primary:hover {
                background: #27668f !important;
                border-color: #ffffff !important;
                        color: #ffffff !important;
            }


        /* Media Queries */
        @media screen and (max-width: 600px) {

            .email-container {
                width: 100% !important;
                margin: auto !important;
            }

            /* What it does: Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
                                
                                
            }
                        
                        
                        
            /* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
                                padding:0px 0 0px;
                                
            }
  .stack-column-center img {
          margin:25px auto 0 auto ;
           max-width:600px;
  }

                        .full {
    display:block;
    width:100%;
        padding:0px 0 0px;
  }
  
  .full img {
           margin:25px auto 0 auto ;
           max-width:600px;
  }
                        
            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
                                
            }
            table.center-on-narrow {
                display: inline-block !important;
            }

            /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
                font-size: 17px !important;
                                margin-bottom:20px !important;
            }
                        p.date {
                        margin-bottom: 0 !important;        
                        }
                        
                        h1 {
                        font-size:38px !important;        
                        }
                        h4 {
                                font-size: 14px !important;
                        }
                        
                        p.pub {
                                margin-bottom:0!important;
                                font-size:11px !important;
                        }
                        
                        .button-b-primary {
                                margin:0 auto !important;
                                width:94% !important;
                        }
                        
                        .button-b {
                                margin:0 auto !important;
                                width:94%!important;
                        }
                        
                        .button-c-primary {
                                margin:0 auto !important;
                                width:88% !important;
                                
                        }
                        
                        .button-c {
                                margin:0 auto !important;
                                width:88%!important;
                                
                        }
                        
                        
                        .ship {
                        padding:0 0 0 0;        
                        }
        }
        </style>
        <!-- Progressive Enhancements : END -->
</head>
<!--
        The email background color (#222222) is defined in three places:
        1. body tag: for most email clients
        2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
        3. mso conditional: For Windows 10 Mail
-->
<body data-gramm="false" style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #eff6fc;" width="100%">
<center style="width: 100%; background-color: #eff6fc;"><!--[if mso | IE]>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #eff6fc;">
    <tr>
    <td>
    <![endif]--><!-- Visually Hidden Preheader Text : BEGIN -->
<div style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">Woods Hole Oceanographic Institution Ocean Insights</div>
<!-- Visually Hidden Preheader Text : END --><!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. --><!-- Preview Text Spacing Hack : BEGIN -->

<div style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;</div>
<!-- Preview Text Spacing Hack : END --><!-- Email Body : BEGIN -->

<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
        <tbody>
                <tr>
                        <td style="background-color: #031c33;">
                        <h4 style="font-family: 'Lato', sans-serif;font-size:20px;font-weight:400;text-transform: uppercase;letter-spacing:.08em;margin:0;text-align:center;margin-top:20px"><span style="color:#8dc7f0">Woods Hole Oceanographic Institution</span></h4>

                        <h1 style="font-family: 'Lato', sans-serif;font-size:64px;font-weight:900;margin:0px 0 10px;line-height:1.1;text-align:center;"><a class="light" href="https://www.whoi.edu"><span style="font-weight:300">OCEAN</span>INSIGHTS</a></h1>
                        </td>
                </tr>
                <!-- Hero Image, Flush : BEGIN -->
                <tr>
                        <td style="background-color: #ffffff;">
                        <div class="en__component en__component--textblock"><a class="light" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306774&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><img alt="whale" border="0" class="g-img" height="" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/whale600.jpg?v=1570112394000" style="width: 100%; max-width: 600px; height: auto; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 15px; color: #555555; margin: auto; display: block;" width="600" /></a></div>
                        </td>
                </tr>
                <!-- Hero Image, Flush : END -->
                <tr>
                        <td style="background-color: #031c32;">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td style="padding: 20px 20px 10px 20px; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #cccccc;">
                                                <div class="en__component en__component--textblock">
                                                <p class="date" style="font-family: 'Lato', sans-serif;font-size:16px;margin:0;color:#dddddd;letter-spacing:.02em;"><strong>October 3, 2019</strong></p>

                                                <h5 style="font-family: 'Lato', sans-serif;font-size:11px;text-transform: uppercase;letter-spacing:.08em;margin:0"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306775&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><strong style="color:#cccccc">Ocean Life</strong></a> | <a class="light" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306776&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Marine Mammals</a></h5>

                                                <h2 style="font-family: 'Roboto Condensed', sans-serif;font-size:26px;font-weight:400;margin:0px 0;line-height:1.2"><a class="light" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306777&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">How much does a whale weigh?</a></h2>

                                                <p style="font-family: 'Lato', sans-serif;font-size:18px;margin:0;color:#dddddd;letter-spacing:.02em;padding-bottom:10px"><span style="color:#FFFFFF;">Researchers use drones to find out </span></p>
                                                </div>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- Navigation: BEGIN -->
                <tr>
                        <td style="background-color: #27668f;">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td style="padding: 10px 20px 10px;">
                                                <table align="center">
                                                        <tbody>
                                                                <tr>
                                                                        <td style="padding:0 10px;margin"><!-- Button : BEGIN -->
                                                                        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
                                                                                <tbody>
                                                                                        <tr>
                                                                                                <td class="button-td button-td-primary" style="border-radius: 0px; background: #27668f;border:1px solid #ffffff;"><a class="button-a button-a-primary" data-custom-urls="[]" data-custom-urls-enabled="false" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306778&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==" style="background: #27668f; border: 1px solid #ffffff; font-family: 'Lato', sans-serif; font-size: 18px; line-height: 18px; text-decoration: none; padding: 8px 12px; color: #ffffff; display: block; border-radius: 0px;">GIVE</a></td>
                                                                                        </tr>
                                                                                </tbody>
                                                                        </table>
                                                                        <!-- Button : END --></td>
                                                                        <td style="padding:0 10px"><!-- Button : BEGIN -->
                                                                        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
                                                                                <tbody>
                                                                                        <tr>
                                                                                                <td class="button-td button-td-primary" style="border-radius: 0px; background: #27668f;border:1px solid #ffffff;"><a class="button-a button-a-primary" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306779&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0" style="background: #27668f; border: 1px solid #ffffff; font-family: 'Lato', sans-serif; font-size: 18px; line-height: 18px; text-decoration: none; padding: 8px 12px; color: #ffffff; display: block; border-radius: 0px;">EXPLORE</a></td>
                                                                                        </tr>
                                                                                </tbody>
                                                                        </table>
                                                                        <!-- Button : END --></td>
                                                                        <!-- Button : BEGIN         <td style="padding:0 10px">
                                                                        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
                                                                                <tbody>
                                                                                        <tr>
                                                                                                <td class="button-td button-td-primary" style="border-radius: 0px; background: #27668f;border:1px solid #ffffff;"><a class="button-a button-a-primary" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306780&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0" style="background: #27668f; border: 1px solid #ffffff; font-family: 'Lato', sans-serif; font-size: 18px; line-height: 18px; text-decoration: none; padding: 8px 12px; color: #ffffff; display: block; border-radius: 0px;">SHOP</a></td>
                                                                                        </tr>
                                                                                </tbody>
                                                                        </table>
                                                                        </td> Button : END -->
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- Navigation : END --><!-- STORY 2 - 2 Even Columns : BEGIN -->
                <tr>
                        <td style="padding: 0px; background-color: #ffffff;">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td style="padding: 0px;text-align: center;background: #dfebf4;">
                                                                        <div class="en__component en__component--textblock"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306781&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><img alt="Boston Globe article" border="0" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/boston-globe600V2.jpg?v=1570112750000" style="width: 100%; max-width: 300px; height: auto;display:block;" width="300" /></a></div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="stack-column-center" style="background: #dfebf4;" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="center-on-narrow" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555; padding: 20px 10px 0px 30px; text-align: left;">
                                                                        <div class="en__component en__component--textblock">
                                                                        <h5 style="font-family: 'Lato', sans-serif;font-size:11px;text-transform: uppercase;margin:0;letter-spacing:.08em;"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306782&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><strong style="color:#555555">The Boston Globe</strong></a> | Opinion</h5>

                                                                        <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:22px;margin:5px 0;line-height:1.1"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306783&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Is it too late to do anything about climate change? </a></h3>

                                                                        <p style="font-family: 'Lato', sans-serif;font-size:16px;margin:0">WHOI&rsquo;s Deputy Director and Vice President for Research Rick Murray weighs in</p>
                                                                        </div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- Story 2 Even Columns : END --><!-- STORY 3 - 2 Even Columns : BEGIN -->
                <tr>
                        <td style="padding: 0px; background-color: #ffffff;">
                        <table border="0" cellpadding="0" cellspacing="0" dir="rtl" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="full" dir="ltr" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td style="padding: 0px; text-align: center;background: #173656;">
                                                                        <div class="en__component en__component--textblock"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306784&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><img alt="Bernhard Peuker-Ehrenbrink" border="0" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/Berhard-Peucker-Ehernbrink600.jpg?v=1570112391000" style="width: 100%; max-width: 300px; height: auto;display:block;" width="300" /></a></div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="full" dir="ltr" style="background: #173656;" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="center-on-narrow" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #ffffff; padding: 20px 15px 0px 30px; text-align: left;" valign="middle">
                                                                        <div class="en__component en__component--textblock">
                                                                        <h5 style="font-family: 'Lato', sans-serif;font-size:11px;text-transform: uppercase;margin:0;letter-spacing:.08em;"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306785&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><strong style="color: #cccccc">Interview</strong></a> | <a class="light" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306786&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Marine Chemistry</a></h5>

                                                                        <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:22px;margin:5px 0;line-height:1.1"><a class="light" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306787&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">River Detective </a></h3>

                                                                        <p style="font-family: 'Lato', sans-serif;font-size:16px;margin:0">WHOI&rsquo;s Bernhard Peuker-Ehrenbrink talks about monitoring changes in the Amazon River</p>
                                                                        </div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- Story 3 - 2 Even Columns : END --><!-- STORY 4 - 2 Even Columns : BEGIN -->
                <tr>
                        <td style="padding: 0px; background-color:#ffffff;">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td style="padding: 0px; text-align: center;background:#e6eed0;">
                                                                        <div class="en__component en__component--textblock"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306788&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><img alt="hydrothermal vents" border="0" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/hydrothermal-vents600.jpg?v=1570112393000" style="width: 100%; max-width: 300px; height: auto;display:block;" width="300" /></a></div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="stack-column-center" style="background:#e6eed0;" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="center-on-narrow" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555; padding: 20px 10px 0px 30px; text-align: left;">
                                                                        <div class="en__component en__component--textblock">
                                                                        <h5 style="font-family: 'Lato', sans-serif;font-size:11px;text-transform: uppercase;margin:0;letter-spacing:.08em;"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306789&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><strong style="color:#555555">YouTube</strong></a> | <a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306790&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Hydrothermal Vents</a></h5>

                                                                        <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:22px;margin:5px 0;line-height:1.1"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306791&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">What are hydrothermal vents?</a></h3>

                                                                        <p style="font-family: 'Lato', sans-serif;font-size:16px;margin:0">Find out how life can thrive without oxygen or sunlight in this short video</p>
                                                                        </div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- Story 4 - 2 Even Columns : END --><!-- STORY 5 - 2 Even Columns : BEGIN -->
                <tr>
                        <td style="padding: 0px; background-color: #ffffff;">
                        <table border="0" cellpadding="0" cellspacing="0" dir="rtl" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="full" dir="ltr" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td style="padding: 0px; text-align: center;background: #dfebf4;">
                                                                        <div class="en__component en__component--textblock"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306792&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><img alt="microplastics event" border="0" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/600bottle-n.jpg?v=1569596726000" style="width: 100%; max-width: 300px; height: auto;display:block;" width="300" /></a></div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="full" dir="ltr" style="background: #dfebf4;" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="center-on-narrow" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555; padding: 20px 15px 0px 30px; text-align: left;">
                                                                        <div class="en__component en__component--textblock">
                                                                        <h5 style="font-family: 'Lato', sans-serif;font-size:11px;text-transform: uppercase;margin:0;letter-spacing:.08em;"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306793&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><strong style="color:#555555">Event</strong></a> | <a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306794&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Marine Microplastics</a></h5>

                                                                        <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:22px;margin:5px 0;line-height:1.1"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306795&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Microplastics: Emergency or Exaggeration? </a></h3>

                                                                        <p style="font-family: 'Lato', sans-serif;font-size:16px;margin:0">Still time to sign up for free event October 15, 2019 &bull; 6:30-8:00 p.m. <a href="https://www.whoi.edu/who-we-are/visit-whoi/events-happenings/morsscolloquium/upcoming-morss-colloquium/">Register now</a>!</p>
                                                                        </div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- FEATURED IMAGE - 2 Even Columns : BEGIN -->
                <tr>
                        <td style="padding: 0px; background-color: #ffffff;">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="stack-column-center" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td style="padding: 0px; text-align: center;background:#173656;">
                                                                        <div class="en__component en__component--textblock"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306796&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0"><img alt="Logan Johnsen" border="0" height="169" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/Logan_Johnsen_on_bridge600.jpg?v=1570112394000" style="width: 100%; max-width: 300px; height: auto;display:block;" width="300" /></a></div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="stack-column-center" style="background:#173656" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="center-on-narrow" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #ffffff; padding: 20px 10px 0px 30px; text-align: left;">
                                                                        <div class="en__component en__component--textblock"><!--<h5 style="font-family: 'Lato', sans-serif;font-size:11px;text-transform: uppercase;margin:0;letter-spacing:.08em;"><a href="https://www.whoi.edu/know-your-ocean/blogs-expeditions/"><strong style="color:#cccccc">Expeditions</strong></a> | <a href="https://www.whoi.edu/know-your-ocean/ocean-topics/climate-ocean/" class="light">Climate & Oceans</a></h5>                        
                                                                                
                                        <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:22px;margin:5px 0;line-height:1.1"><a  href="https://www.whoi.edu/multimedia/observing-mooring-deployment-at-pioneer-array/" class="light">Featured Image</a></h3>-->
                                                                        <p style="font-family: 'Lato', sans-serif;font-size:15px;margin:0"><strong>Featured Image:</strong> Logan Johnsen, chief mate on the R/V <em>Neil Armstrong</em>, stands watch during a mooring deployment at the Pioneer Array off Cape Cod. (Photo by Daniel Hentz, Woods Hole Oceanographic Institution)</p>
                                                                        </div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- FEATURED IMAGE - 2 Even Columns : END --><!-- Background Image with Text : BEGIN -->
                <tr><!-- Bulletproof Background Images c/o https://backgrounds.cm -->
                        <td style="text-align: center; background-image: url('https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/bg-whoi-in-the-news350.jpg?v=1559249771000'); background-repeat: no-repeat !important; background-color: #dfebf4; background-position: center center !important; background-size: cover !important;padding-bottom:20px" valign="middle"><!--[if gte mso 9]>
                        <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:339px; background-position: center center !important;">
                        <v:fill type="tile" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/bg-whoi-in-the-news350.jpg?v=1559249771000" color="#222222" />
                        <v:textbox inset="0,0,0,0">
                        <![endif]-->
                        <div style="padding-bottom:50px">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td style="text-align: left; padding: 20px 20px 20px 30px;font-family: sans-serif; font-size: 15px; line-height: 20px;" valign="middle">
                                                <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="button-td button-td-primary" style="border-radius: 0px;background: #ffffff; "><a class="button-b button-b-primary" data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306797&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0" style="background: #ffffff; border: 1px solid #27668f; font-family: 'Lato', sans-serif; font-size: 20px; line-height: 20px; text-decoration: none; padding: 8px 12px; color: #27668f; font-weight:700;display: block; border-radius: 0px;">WHOI IN THE NEWS</a></td>
                                                                </tr>
                                                        </tbody>
                                                </table>

                                                <p class="pub" style="font-family: 'Lato', sans-serif;text-transform: uppercase;font-size:12px;color:#555555;letter-spacing:.08em;margin:0;margin-top:10px"><strong>The Boston Globe</strong></p>

                                                <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:20px;margin:1px 0 0px;line-height:1.1;"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306798&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Climate Change on Cape Cod: At the Edge of a Warming World</a></h3>

                                                <p class="pub" style="font-family: 'Lato', sans-serif;text-transform: uppercase;font-size:12px;color:#555555;letter-spacing:.08em;margin:0;margin-top:10px"><strong>Inside Climate News</strong></p>

                                                <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:20px;margin:1px 0 0px;line-height:1.1;"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306799&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">The History of Ancient Hurricanes Is Written in Sand and Mud</a></h3>

                                                <p class="pub" style="font-family: 'Lato', sans-serif;text-transform: uppercase;font-size:12px;color:#555555;letter-spacing:.08em;margin:0;margin-top:10px"><strong>Science Magazine</strong></p>

                                                <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:20px;margin:1px 0 0px;line-height:1.1;text-align:left;"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306800&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Scientists Quantify Global Volcanic CO2 Venting; Estimate Total Carbon On Earth</a></h3>

                                                <p class="pub" style="font-family: 'Lato', sans-serif;text-transform: uppercase;font-size:12px;color:#555555;letter-spacing:.08em;margin:0;margin-top:10px"><strong>Literary Hub</strong></p>

                                                <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:20px;margin:1px 0 20px;line-height:1.1;"><a data-id="13200" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306801&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Since When Did Animals Become Synonymous With Our Grief?</a></h3>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </div>
                        <!--[if gte mso 9]>
                        </v:textbox>
                        </v:rect>
                        <![endif]--></td>
                </tr>
                <!-- Background Image with Text : END --><!-- WHERE ARE THE SHIPS - 1 Column Text + Button : BEGIN -->
                <tr>
                        <td style="padding: 0px; background-color: #ffffff;">
                        <table border="0" cellpadding="0" cellspacing="0" dir="rtl" role="presentation" width="100%">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="full" dir="ltr" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="ship" style="text-align: center;background: #27668f;">
                                                                        <div class="en__component en__component--textblock"><a href="https://www.whoi.edu/what-we-do/explore/ships/ship-tracker/"><img alt="where are WHOI ships now?" border="0" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/ship.png?v=1559161945000" style="width: 100%; max-width: 250px; height: auto;display:block;" /></a></div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="full" dir="ltr" style="background: #27668f;" valign="top" width="50%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="center-on-narrow" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #ffffff; padding: 20px 15px 20px 30px; text-align: left;" valign="middle">
                                                                        <h3 style="font-family: 'Roboto Condensed', sans-serif;font-size:22px;margin:20px 0;line-height:.9;"><a class="light" href="https://www.whoi.edu/what-we-do/explore/ships/ship-tracker/">Where are WHOI Ships Now?</a></h3>

                                                                        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;">
                                                                                <tbody>
                                                                                        <tr>
                                                                                                <td class="button-td button-td-primary" style="border-radius: 0px; background:#8dc7f0; border: 1px solid #8dc7f0;"><a class="button-c button-c-primary" href="https://www.whoi.edu/what-we-do/explore/ships/ship-tracker/" style="#8dc7f0; border: 1px solid #8dc7f0; font-family: 'Lato', sans-serif; font-size: 20px; line-height: 20px; text-decoration: none; padding: 8px 12px; color: #173656; font-weight:400;display: block; border-radius: 0px;">START TRACKING &rarr;</a></td>
                                                                                        </tr>
                                                                                </tbody>
                                                                        </table>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- WHERE ARE THE SHIPS - 2 Even Columns : END --><!-- FOOTER : BEGIN -->
                <tr>
                        <td style="background-color: #031c33;">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td style="padding: 20px; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #6287a1;">
                                                <h2 style="font-family: 'lato', sans-serif;font-size:22px;text-transform: uppercase;margin:10px 0 0px;text-align:center">Join the conversation #WHOI</h2>

                                                <p style="text-align: center;margin-top:50px;"><a href="https://www.facebook.com/WoodsHoleOcean/" target="_self"><img alt="facebook" height="40" src="http://www.whoi.edu//home/temp/redesign2019/newsletter/facebook.png" width="18" /></a> &nbsp; &nbsp; <a href="https://twitter.com/whoi" target="_self"><img alt="twitter" height="40" src="http://www.whoi.edu//home/temp/redesign2019/newsletter/twitter.png" width="45" /></a> &nbsp; &nbsp; <a href="https://www.instagram.com/woodshole_ocean/" target="_self"><img alt="instagram" height="40" src="http://www.whoi.edu//home/temp/redesign2019/newsletter/instagram.png" width="42" /></a></p>

                                                <p style="font-family: 'Lato', sans-serif;font-size: 13px; line-height: 20px;margin:0;text-align:center">Copyright &copy;2019 Woods Hole Oceanographic Institution. All rights reserved.<br />
                                                266 Woods Hole Road, Woods Hole, MA 02543-1050 U.S.A.<br />
                                                General Information: <a class="gray" href="mailto:information@whoi.edu">information@whoi.edu</a> or (508) 548-1400<br />
                                                <a class="gray" data-id="null" href="https://us.e-activist.com/ea-action/enclick?ea.url.id=306802&clid=10037&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea_broadcast_target_id=0">Privacy Policy</a></p>

                                                <p style="font-family: 'Lato', sans-serif;font-size: 13px; line-height: 13px;margin:20px 0 10px;text-align:center"><a class="gray" href="https://us.e-activist.com/ea-campaign/action.handleViewInBrowser.do?ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&broadcastId=46885&templateId=47030">View in a browser</a> | <a class="gray" href="https://gift.whoi.edu/page/broadcast.message.redirect.do?campaignpageurl=https%3A%2F%2Fgift.whoi.edu%2Fpage%2F7388%2Fsubscriptions%2F1%3Fea.broadcast.id%3D46885&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&enc=y">Unsubscribe</a></p>

                                                <p style="font-family: 'Lato', sans-serif;font-size: 16px; line-height: 20px;margin:40px 0 10px;text-align:center">Share with a friend</p>

                                                <div class="enSocial enSocial--share">
                                                <table align="center" cellpadding="0" cellspacing="0">
                                                        <tbody>
                                                                <tr>
                                                                        <td align="center" class="enSocial__container">
                                                                        <table align="center" cellpadding="0" cellspacing="0">
                                                                                <tbody>
                                                                                        <tr>
                                                                                                <td style="margin-right:10px"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.whoi.edu"><img src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/facebook30x30.png?v=1551907315000" style="margin-right:5px" /></a></td>
                                                                                                <td><a href="http://twitter.com/intent/tweet?status=+http%3A%2F%2Fwww.whoi.edu"><img src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/twitter30x30.png?v=1551907316000" style="margin-left:5px" /></a></td>
                                                                                        </tr>
                                                                                </tbody>
                                                                        </table>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </div>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- FOOTER : END -->
        </tbody>
</table>
<!-- Email Body : END --><!--[if mso | IE]>
    </td>
    </tr>
    </table>
    <![endif]--></center>
</body>
</html>
<img alt="supporter" src="https://us.e-activist.com/ea-action/broadcast.record.message.open.do?ea.broadcast.id=46885&ea.campaigner.id=GDN5Uc%2BVpaGZkArzVWMSmA==&ea.client.id=10037"/>