<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" lang="en"><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. --><!-- 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]><!-->
        <link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!--<![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;
                        font-family: 'Red Hat Display', sans-serif;
                        font-weight:400;
                        font-size:18px;
                        line-height:24px;
}
/* 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: #0069b1;
                        
                        
}
                a:hover {
text-decoration: underline;
                        color: #041e42;
                        
}
                a:visited {
text-decoration: none;
                                color: #0069b1;
}
                
                
                a.light {
        color: #ffffff;
}
a.gray {
                color:#bbbcbc;
        color:#e6e7e8;
        
}
/* Give and Shop WHOI buttons */
                .stack-column-center.give table {
                        margin-left:166px !important
                }
                
                .stack-column-center.shop table {
                        margin-right:153px !important
                }
                        
/* End Give and Shop WHOI buttons */
/* 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 {
transition: all 100ms ease-in;
}
         .button-td-primary:hover,
         .button-a-primary:hover {
         background: #041e42 !important;
         border-color: #00a9e0 !important;
                        color:#ffffff;
                         }
                
                .button-b-primary:hover {
                         background: #00a9e0 !important;
         border-color: #041e42 !important;
                        color: #041e42 !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:0px auto 0 auto ;
         max-width:600px;
}
        /* Give and Shop WHOI buttons */
                        .stack-column-center.give table {
                        margin: 0px auto 10px !important;                        
width: 100% !important;
max-width: 100% !important;
                }
                
                .stack-column-center.shop table {
                        margin: 0 auto !important;                        
width: 100% !important;
max-width: 100% !important;
                }
                /* End Give and Shop WHOI buttons */
                        .full {
display:block;
width:100%;
        padding:0px 0 0px;
}
.full img {
         margin:0 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: 18px !important;
                                margin-bottom:10px !important;
}
                        
                        .email-container li {
font-size: 18px !important;
                                margin-bottom:10px !important;
}
                        
                        .footer p {
                                 font-size: 12px !important;
                        }
                        
                        p.date {
                        margin-bottom: 0 !important;        
                        }
                        
                        h1 {
                        font-size:24px !important;        
                        }
                        h4 {
                                font-size: 14px !important;
                        }
                        
                        
                        
}
        </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-top: 0px; margin-bottom: 0px; margin-left: 0px; padding: 0px !important; background-color: rgb(230, 231, 232);" width="100%">
<center style="width: 100%; background-color: #e6e7e8;"><!--[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 class="en__component en__component--textblock">
<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</div>
</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;"> </div>
<!-- Preview Text Spacing Hack : END --><!-- Email Body : BEGIN -->
<table class="email-container" role="presentation" style="margin: auto;" width="600" cellspacing="0" cellpadding="0" border="0" align="center">
        <tbody>
                <tr>
                        <td style="background-color: #e6e7e8;">
                        <p style="font-family:'Red Hat Display', Helvetica, Arial, sans-serif; font-weight:300;font-size:13px;margin:0;text-align:center;margin-top:10px;margin-bottom:10px"><a href="https://us.e-activist.com/page/email/message/view?ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&broadcastId=95614&templateId=95951">View in a browser</a></p>
                        </td>
                </tr>
                <tr>
                        <td style="background-color: #041e42;">
<p style="text-align:center;margin:9px 0 4px"><a href="https://www.whoi.edu"><img src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/logo-oneline540.png?v=1598458443000" alt="Woods Hole Oceanographic Institution" style="height: auto; width: 100%;max-width:540px" width="540"></a></p>
                        
                        </td>
                </tr>
<!-- Hero Image, Flush : BEGIN -->
                <tr>
                        <td style="background-color: #eff6fc;">
<div class="en__component en__component--repeatable">
<div class="en__component en__component--droppable ui-sortable">
                 </div></div>
</td>
                </tr>
                <!-- Hero Image, Flush : END --><!-- 1 Column Text + Button : BEGIN -->
                <tr>
                        <td style="background-color: #ffffff;">
<div class="en__component en__component--repeatable">
<div class="en__component en__component--droppable ui-sortable">
<div class="en__component en__component--textblock"><table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
        <tbody>
                <tr>
                        <td style="padding: 10px 30px 0px 30px;color: #1f212d;font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-weight:400;Margin-top:0px;font-size:11px;line-height:14px;letter-spacing:0.02em">
                        <p><img alt="Y-T Lin in a Submersible" class="emailImage" data-ratio-lock="true" data-unit="%" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/YTLin+High_Res_v2.jpg?v=1606227017000" style="height: auto; width: 100%;" width="100%" height="auto"><br>
                        WHOI scientist Ying-Tsong (Y.-T.) Lin emerges from the privately owned and operated submersible <em>Limiting Factor</em> following his historic dive to Challenger Deep. On June 22, 2020, he became the 12th person and the first of Taiwanese descent to make this remarkable trip. (Photo ©Mike Moore, Caladan Oceanic).</p>
                        </td>
                </tr>
        </tbody>
</table>
</div></div>
</div><div class="en__component en__component--repeatable">
<div class="en__component en__component--droppable ui-sortable">
<div class="en__component en__component--textblock"><table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
        <tbody>
                <tr>
                        <td style="padding: 0px 30px 10px 30px;color: #1f212d;font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-weight:400;Margin-top:0px;font-size:18px;line-height:26px;letter-spacing:0.02em">
                        <p>Dear Friend:</p>
                        <p>Thanksgiving Greetings!</p>
                        <p>Meet WHOI scientist and acoustic engineer Ying-Tsong “Y.-T.” Lin. This year, Y.-T. made a historic submersible dive to Challenger Deep—the deepest part of the ocean—with Caladan Oceanic's Victor Vescovo. <strong> </strong></p>
                        <p><strong>Supporters like YOU helped get him there.</strong></p>
                        <p>Y.-T. made the trip to decipher how sound propagates in the deep ocean and marveled at the view outside his porthole. “Looking at the sand waves on the bottom of the world, thinking how long it took for the weak currents at that depth to build them up, space and time just collapsed,” he said.</p>
                        <p>Private support like yours helps maximize unexpected opportunities like this one and accelerates new knowledge.</p>
                        <p>On this day of gratitude, we are thankful for your support of WHOI and scientists like Y.-T.</p>
                        <p>Sincerely, </p>
                        <p>All of your friends at Woods Hole Oceanographic Institution. </p>
                        <p>P.S. This is our time to explore the ocean! Inspired to give? <a data-custom-urls="[]" data-custom-urls-enabled="false" href="https://us.e-activist.com/page/email/click/10037/669835?email=BdaxHunqTkLgaXR82g2b4g==&campid=GDN5Uc%2BVpaGZkArzVWMSmA==">Give here</a>. </p>
                        </td>
                </tr>
        </tbody>
</table>
</div></div>
</div><div class="en__component en__component--repeatable">
<div class="en__component en__component--droppable ui-sortable">
</div>
</div><div class="en__component en__component--repeatable">
<div class="en__component en__component--droppable ui-sortable">
</div>
</div>
                        </td>
                </tr>
        <tr>
                                                <td style="padding: 0 0 0px;background-color:#ffffff"><!-- Button : BEGIN -->
                                                
                                                <!-- Button : END --></td>
                                        </tr>
<tr>
                        <td style="background-color: #ffffff;">
                        </td>
                </tr>
<!-- 2 Even Columns : BEGIN -->
        <!-- 2 Even Columns : BEGIN -->
                <tr>
                        <td style="padding: 35px 10px 0; background-color: #041e42">
                        <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
                                <tbody>
                                        <tr><!-- Column : BEGIN -->
                                                <td class="stack-column-center give" width="50%" valign="top">
                                                <table class="btn-give" role="presentation" style="margin: auto;" cellspacing="0" cellpadding="0" border="0">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="button-td button-td-primary" style="border-radius: 0px; background: transparent; border:1px solid #00a9e0;">
<div class="en__component en__component--textblock">
<a class="button-b button-b-primary" href="https://gift.whoi.edu/page/7738/donate/1" style="background: transparent; font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 16px; text-decoration: none; padding: 10px 14px; color: #00a9e0; display: block; border-radius: 0px;letter-spacing:0.06em;">GIVE NOW</a>
</div>
</td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END --><!-- Column : BEGIN -->
                                                <td class="stack-column-center shop" width="50%" valign="top">
                                                <table role="presentation" style="margin: auto;" class="btn-give" cellspacing="0" cellpadding="0" border="0">
                                                        <tbody>
                                                                <tr>
                                                                        <td class="button-td button-td-primary" style="border-radius: 0px; background: transparent; border:1px solid #00a9e0">
<div class="en__component en__component--textblock">
<a class="button-b button-b-primary" href="https://shop.whoi.edu/" style="background: transparent; font-family: 'Red Hat Display', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 16px; text-decoration: none; padding: 10px 14px; color: #00a9e0; display: block; border-radius: 0px;letter-spacing:0.06em">SHOP WHOI</a>
</div>
</td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <!-- Column : END -->
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- 2 Even Columns : END -->
                <tr>
                        <td style="background-color: #041e42;">
<div class="en__component en__component--droppable ui-sortable">
<div class="en__component en__component--textblock">
                        <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
                                <tbody>
                                        <tr>
                                                <td style="padding: 20px; font-family: sans-serif; font-size: 13px; line-height: 18px; color:#00a9e0;;letter-spacing:0.02em" class="footer">
                                                <h2 style="font-family:'Red Hat Display', 'Helvetica',Arial,Tahoma,sans-serif;font-weight:700;font-size:22px;margin:10px 0 0px;text-align:center">Follow us #WHOI</h2>
                                                <p style="text-align: center;margin-top:20px;"><a href="https://www.facebook.com/WoodsHoleOcean/" target="_self"><img alt="facebook" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/facebook2020.png?v=1598464585000" width="11" height="25"></a> <a href="https://twitter.com/whoi" target="_self"><img alt="twitter" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/twitter2020.png?v=1598464597000" width="31" height="25"></a> <a href="https://www.instagram.com/whoi.ocean/" target="_self"><img alt="instagram" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/instagram2020.png?v=1598464585000" width="26" height="25"></a> <a href="https://www.youtube.com/user/WoodsHoleOceanInst" target="_self"><img alt="youtube" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/you-tube.png?v=1600788988000" width="30" height="25"></a> <a href="https://www.linkedin.com/school/woods-hole-oceanographic-institution/" target="_self"><img alt="linkedin" src="https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10037/linkedin2020.png?v=1598464586000" width="27" height="21"></a></p>
                                                <p style="font-family: 'Red Hat Display', Helvetica, Arial, sans-serif;margin:0;text-align:center">Copyright ©2020 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/page/email/click/10037/669836?email=BdaxHunqTkLgaXR82g2b4g==&campid=GDN5Uc%2BVpaGZkArzVWMSmA==">Privacy Policy</a></p>
                                                <p style="font-family:'Red Hat Display', Helvetica, Arial, sans-serif;font-size: 14px; line-height: 14px;margin:20px 0 10px;text-align:center"><a class="gray" href="https://us.e-activist.com/page/email/message/view?ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&broadcastId=95614&templateId=95951">View in a browser</a><a data-id="13200" href="https://us.e-activist.com/page/email/click/10037/669837?email=BdaxHunqTkLgaXR82g2b4g==&campid=GDN5Uc%2BVpaGZkArzVWMSmA=="> | </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%3D95614&ea.campaigner.email=BdaxHunqTkLgaXR82g2b4g==&enc=y">Unsubscribe</a></p>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
</div></div>
                        </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/page/email/open/GDN5Uc%2BVpaGZkArzVWMSmA==_b95614_tr0_t0.png"/>