<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Hi & see below & share widely. <br>
Deadline extended.</div>
</div>
<div name="messageReplySection">---------- Forwarded message ----------<br>
<b>From:</b> McGill - Neuro <communications.neuro@mcgill.ca><br>
<b>Date:</b> Sep 28, 2022, 11:12 AM -0400<br>
<b>To:</b> Boris Bernhardt <boris.bernhardt@mcgill.ca><br>
<b>Subject:</b> Deadline Extended: The Neuro - Irv and Helga Cooper Foundation Open Science Prizes 2022<br>
<br>
<blockquote type="cite" style="border-left-color: grey; border-left-width: thin; border-left-style: solid; margin: 5px 5px;padding-left: 10px;">
<meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no">
<!-- Tell iOS not to automatically link certain text strings. --><!-- 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]><!--><!-- 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">
/*<![CDATA[*/
/* 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: forces Samsung Android mail clients to use the entire viewport */
        #MessageViewBody, #MessageWebViewDiv{
            width: 100% !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: Replaces default bold style. */
        th {
                font-weight: normal;
        }

        /* 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;
        }

        /* 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. */
        a[x-apple-data-detectors],  /* iOS */
        .unstyle-auto-detected-links a,
        .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">
/*<![CDATA[*/
/* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }
            .button-td-primary:hover,
            .button-a-primary:hover {
                background: #555555 !important;
                border-color: #555555 !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;
            }

            /* 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;
            }
        }
/*]]>*/
</style><!-- Progressive Enhancements : END --><!--
        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
-->
<center style="width: 100%; background-color: #E5E1E6;"><!--[if mso | IE]>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #E5E1E6;">
    <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;">
<!--            (Optional) This text will appear in the inbox preview, but not the email body. It can be used to supplement the email subject line or even summarize the email's contents. Extended text preheaders (~490 characters) seems like a better UX for anyone using a screenreader or voice-command apps like Siri to dictate the contents of an email. If this text is not included, email clients will automatically populate it using the text (including image alt text) at the start of the email's body.--></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 align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600">
<!-- Thumbnail Right, Text Left : BEGIN --><!-- Thumbnail Right, Text Left : END -->
<tbody>
<tr>
<td dir="ltr" style="padding: 10px; padding-bottom:0px;background-color: #ffffff;" width="100%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<!-- Column : BEGIN -->
<th style="vertical-align:bottom" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td class="center-on-narrow" dir="ltr" style="font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555; padding: 10px; padding-left:0px; text-align: left;" valign="top">
<table border="0" cellpadding="0" cellspacing="0" class="center-on-narrow" role="presentation" style="float:left;">
<tbody>
<tr>
<td dir="ltr" style="padding: 0px;" valign="top"><a href="https://click.mailsender05.com/ct/1679/2702963/779210259/775891d427c31fa7d621ed7bb0fe5473"><img alt="The Neuro's logo" class="g-img" src="https://click.mailsender05.com/web_files/1679/NPD2020/neuro-logo-header.jpg" style="max-width: 300px; width: 100%; font-family: sans-serif; font-size: 15px; line-height: 15px; border-width: 0px; border-style: solid;" width="100%"></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</th>
<!-- Column : END --><!-- Column : BEGIN -->
<th style="vertical-align:bottom" width="50%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding: 10px; vertical-align:bottom;width:35%;"> </td>
<td cellpadding="0" cellspacing="0" style="padding: 2px; padding-bottom: 20px; vertical-align:bottom;">
<a href="https://click.mailsender05.com/ct/1679/2702963/779210260/775891d427c31fa7d621ed7bb0fe5473"><img alt="Twitter" class="center-on-narrow" src="https://click.mailsender05.com/web_files/1679/teal-social-twitter-30x30.png" style="width: 100%; max-width: 28px; font-family: sans-serif; font-size: 15px; line-height: 28px; color: rgb(85, 85, 85); padding-bottom: 0px; border-width: 0px; border-style: solid;" width="100%"></a></td>
<td cellpadding="0" cellspacing="0" style="padding: 2px; padding-bottom: 20px; vertical-align:bottom;">
<a href="https://click.mailsender05.com/ct/1679/2702963/779210261/775891d427c31fa7d621ed7bb0fe5473"><img alt="Facebook" class="center-on-narrow" src="https://click.mailsender05.com/web_files/1679/teal-social-fb-30x30.png" style="width: 100%; max-width: 28px; font-family: sans-serif; font-size: 15px; line-height: 28px; color: rgb(85, 85, 85); padding-bottom: 0px; border-width: 0px; border-style: solid;" width="100%"></a></td>
<td cellpadding="0" cellspacing="0" style="padding: 2px; padding-bottom: 20px; vertical-align:bottom;">
<a href="https://click.mailsender05.com/ct/1679/2702963/779210262/775891d427c31fa7d621ed7bb0fe5473"><img alt="Instagram" class="center-on-narrow" src="https://click.mailsender05.com/web_files/1679/teal-social-insta-30x30.png" style="width: 100%; max-width: 28px; font-family: sans-serif; font-size: 15px; line-height: 28px; color: rgb(85, 85, 85); padding-bottom: 0px; border-width: 0px; border-style: solid;" width="100%"></a></td>
<td cellpadding="0" cellspacing="0" style="padding: 2px; padding-bottom: 20px; vertical-align:bottom;">
<a href="https://click.mailsender05.com/ct/1679/2702963/779210263/775891d427c31fa7d621ed7bb0fe5473"><img alt="LinkedIn" class="center-on-narrow" src="https://click.mailsender05.com/web_files/1679/teal-social-linkedin-30x30.png" style="width: 100%; max-width: 28px; font-family: sans-serif; font-size: 15px; line-height: 28px; color: rgb(85, 85, 85); padding-bottom: 0px; border-width: 0px; border-style: solid;" width="100%"></a></td>
<td cellpadding="0" cellspacing="0" style="padding: 2px; padding-bottom: 20px; vertical-align:bottom;">
<a href="https://click.mailsender05.com/ct/1679/2702963/779210264/775891d427c31fa7d621ed7bb0fe5473"><img alt="YouTube" class="center-on-narrow" src="https://click.mailsender05.com/web_files/1679/teal-social-youtube-30x30.png" style="width: 100%; max-width: 28px; font-family: sans-serif; font-size: 15px; line-height: 28px; color: rgb(85, 85, 85); padding-bottom: 0px; border-width: 0px; border-style: solid;" width="100%"></a></td>
</tr>
</tbody>
</table>
</th>
<!-- Column : END -->
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="background-color: #ffffff;" width="100%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tbody>
<tr>
<td style="padding-left: 15px; padding-right: 15px; font-family: arial; font-size: 14px; line-height: 20px; color: black;">
<h2>Deadline Extended: The Neuro - Irv and Helga Cooper Foundation Open Science Prizes</h2>
<p style="text-align:center"><a href="https://click.mailsender05.com/ct/1679/2702963/779210265/775891d427c31fa7d621ed7bb0fe5473"><img alt="" class="g-img" src="https://click.mailsender05.com/web_files/1679/september-2022/osia-2022-apply-now-620.png" style="max-width: 600px; width: 100%; font-family: sans-serif; font-size: 15px; line-height: 15px; border-width: 0px; border-style: solid;" width="100%"></a></p>
<p style="margin: 0 0 10px; text-align:center;font-weight:bold"> <br>
<big>**Deadline for applications is October 6, 2022 at 11:59 pm EDT**</big></p>
<h3><strong><a href="https://click.mailsender05.com/ct/1679/2702963/779210266/775891d427c31fa7d621ed7bb0fe5473">Apply now!</a></strong></h3>
<h3><strong>The Neuro - Irv and Helga Cooper Foundation Open Science Prizes<br>
<em>A Tanenbaum Open Science Institute Initiative</em></strong></h3>
<p style="margin: 0 0 10px; text-align:justify">The Neuro - Irv and Helga Cooper Foundation Open Science Prizes recognize projects, services, tools, and platforms that unlock the power of Open Science in neuroscience to advance research, innovation, and collaboration
 for the benefit of health and society.</p>
<p style="margin: 0 0 10px; text-align:justify"><strong>For more information about eligibility, entry guidelines and to submit an application, visit the
<a href="https://click.mailsender05.com/ct/1679/2702963/779210267/775891d427c31fa7d621ed7bb0fe5473">
website</a>.</strong></p>
<p style="margin: 0 0 10px; text-align:justify"> </p>
<p style="margin: 0 0 10px; text-align:center;font-weight:bold">**Deadline for applications is October 6, 2022 at 11:59 pm EDT**</p>
</td>
</tr>
<tr>
<td style="padding-left: 15px; padding-right: 15px; padding-top:0.5em; padding-bottom:0.5em; font-family: arial; font-size: 14px; line-height: 20px; color: black; background-color:#32bfce">
<h3 style="color:white; text-align:center;font-weight:bold"><strong>International Prize</strong></h3>
</td>
</tr>
<tr>
<td style="padding-left: 15px; padding-right: 15px; font-family: arial; font-size: 14px; line-height: 20px; color: black;">
 
<h3 style="text-decoration:underline">International Prize</h3>
<p style="margin: 0 0 10px; text-align:justify">CAD $80,000 (CAD $55,000 in unrestricted research funds and CAD $25,000 in salary support)</p>
<p style="margin: 0 0 10px; text-align:justify"> </p>
<p style="margin: 0 0 10px; text-align:justify"><strong>More details on our <a href="https://click.mailsender05.com/ct/1679/2702963/779210267/775891d427c31fa7d621ed7bb0fe5473">
website</a>.</strong></p>
</td>
</tr>
<tr>
<td style="padding-left: 15px; padding-right: 15px; padding-top:0.5em; padding-bottom:0.5em; font-family: arial; font-size: 14px; line-height: 20px; color: black; background-color:#32bfce">
<h3 style="color:white; text-align:center;font-weight:bold"><strong>Trainee Prizes</strong></h3>
</td>
</tr>
<tr>
<td style="padding-left: 15px; padding-right: 15px; font-family: arial; font-size: 14px; line-height: 20px; color: black;">
 
<h3>THREE CATEGORIES</h3>
<h3 style="text-decoration:underline">International Trainee Prize</h3>
<p style="margin: 0 0 10px; text-align:justify">CAD $10,000 (CAD $5000 in salary support and CAD $5000 in fellowship funds)</p>
<h3 style="text-decoration:underline">Canadian Trainee Prize</h3>
<p style="margin: 0 0 10px; text-align:justify">CAD $5000 in salary support</p>
<h3 style="text-decoration:underline">Runner-up International Trainee Prizes</h3>
<p style="margin: 0 0 10px; text-align:justify">5 awards, CAD $1000 in salary support</p>
<p style="margin: 0 0 10px; text-align:justify"> </p>
<p style="margin: 0 0 10px; text-align:justify"><strong>More details on our <a href="https://click.mailsender05.com/ct/1679/2702963/779210267/775891d427c31fa7d621ed7bb0fe5473">
website</a>.</strong></p>
<p style="margin: 0 0 10px;"> </p>
</td>
</tr>
<!-- Hero Image, Flush : END --><!-- Clear Spacer : BEGIN -->
</tbody>
</table>
</td>
</tr>
<tr>
<td style="background-color: #ffffff;" width="100%">
<p style="text-align:center"><img alt="McGill and MUHC logos" class="g-img" src="https://click.mailsender05.com/web_files/1679/EventBanners-Email(720x315px)_Artboard-4-Email-BottomLogos-600x117.jpg" style="width: 100%; max-width: 600px; font-family: sans-serif; font-size: 15px; line-height: 15px; margin: auto; display: block; border-width: 0px; border-style: solid;" width="100%"></p>
</td>
</tr>
<tr>
<td aria-hidden="true" height="40" style="font-size: 0px; line-height: 0px;"> </td>
</tr>
<!-- Clear Spacer : END -->
</tbody>
</table>
<!-- Email Body : END --><!--[if mso | IE]>
    </td>
    </tr>
    </table>
    <![endif]--></center>
<br style="clear:both;">
<table width="640" align="center" style="background-color:#FFFFFF;" cellpadding="20" cellspacing="0">
<tbody>
<tr>
<td valign="middle" align="center">
<div style="font-family: Arial, Helvetica, sans-serif; font-size:13px; color: #444444;">
<br>
<br>
3801, rue University Street<br>
Montréal (Québec) H3A 2B4<br>
communications.neuro@mcgill.ca / 514-398-3873<br>
<br>
You can <a style="color:#0000EE;" href="https://click.mailsender05.com/ext/pref/c6e154a4bb5c10ac2d75812b1e878ec4/775891d427c31fa7d621ed7bb0fe5473?campaign_id=2702963">
change your communication preferences or unsubscribe</a> from future mailings.</div>
</td>
</tr>
</tbody>
</table>
<img src="https://click.mailsender05.com/o/1679/2702963/775891d427c31fa7d621ed7bb0fe5473.gif" border="0" width="1" height="1" id="nvk_tracking_image" class="nvk_images" alt="Envoke tracking"></blockquote>
</div>
</body>
</html>