{"id":609,"date":"2021-07-19T10:48:15","date_gmt":"2021-07-19T14:48:15","guid":{"rendered":"https://www.dawsoncollege.qc.ca/active-learning/?page_id=609"},"modified":"2023-09-18T11:33:07","modified_gmt":"2023-09-18T15:33:07","slug":"fellows","status":"publish","type":"page","link":"https://www.dawsoncollege.qc.ca/active-learning/fellows/","title":{"rendered":"Fellows"},"content":{"rendered":"<h3>Automne 2022</h3>\n\n        <style>\n\n            .team-group{\n                display: flex;\n                flex-flow: row wrap;\n            }\n\n\n\n            .team-members .post-img a{\n\n                display: inline-block;\n                overflow: hidden;\n\n                width: 100%;\n\n            }\n\n            @media screen and (min-width: 980px){\n                .team-members .post-img a{\n                    border-radius: 50%;\n                }\n            }\n\n            .team-members h2{\n                text-transform: capitalize!important;\n            }\n\n            .team-members .entry-meta a{\n                color: #fff0ff;\n            }\n\n            /* Styling the Popup Window */\n            /*.popup-trigger { display: block; margin: 0 auto; padding: 20px; max-width: 260px; background: #4EBD79; color: #fff; font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 24px; cursor: pointer; }*/\n            .popup-trigger{\n                cursor: pointer;\n            }\n            .popup-trigger:hover{\n                /*background: #0d2842!important;*/\n            }\n            .popup-wrap {\n                position: fixed;\n                background: #000;\n                background: rgba(0,0,0, 0.7);\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                top: 0;\n                width: 100%;\n                height: 100%;\n                z-index: 999;\n            }\n            .popup {\n                display: none;\n                padding: 50px 30px;\n                background: #fff;\n                color: #000;\n                font-size: 16px;\n                line-height: 24px;\n                z-index: 9999;\n                width: 80%;\n                max-width: 1000px;\n                max-height: 80%;\n                overflow-y: auto;\n                position: relative;\n            }\n\n\n            .popup .contact-person{\n                background:#294841;\n            }\n            .popup .contact-person a{\n                color: #a8d2c8;\n            }\n            .popup .contact-meta{\n                color: #fff;\n            }\n            .program-person, .contact-person {\n                border-bottom: 1px solid #45776b!important;\n            }\n            .contact-person .position {\n                background: #326156!important;\n            }\n            .team-img:after {\n                content: \"\";\n                display: block;\n                position: absolute;\n                background: #45776b00;\n                top: 0;\n                left: 0;\n                width: 100%;\n                height: 100%;\n                box-shadow: inset 0 0 40px #000;\n            }\n\n            .team-img.default:after{\n                display: none;\n            }\n\n            .tooltip {\n                margin: 0 5px;\n            }\n            body.popup-active{\n                overflow: hidden;\n                /*position: fixed;*/\n                width: 100%;\n                padding-right: 15px;\n            }\n            body.popup-active .back-to-top{\n                display: none!important;\n            }\n            body.popup-active-mobile{\n\n            }\n            body{\n                overflow-x: hidden;\n                /*overflow-y: scroll !important;*/\n            }\n\n            .popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}\n            .popup-btn-close {position: absolute; top: 8px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}\n            .contact-person .contact-image{ border: none!important;}\n\n            .popup .contact-person{\n                flex-flow: column;\n            }\n            .popup .contact-person > div{\n                width: 100%!important;\n            }\n\n            .popup .in_content{\n                display: flex;\n                flex-flow: row wrap;\n                justify-content: space-between;\n            }\n\n            .popup h2{\n                margin-top: 0;\n            }\n\n            @media screen and (min-width: 779px){\n\n                .popup .img-pop{\n                    width: 15%;\n                }\n\n                .popup .in_content > div{\n                    width: 82%!important;\n                    margin-left: 2%;\n                }\n            }\n\n        </style>\n\n        <script>\n            jQuery(document).ready(function( $ ) {\n                // Popup Window\n                // \n                console.log('pop');\n\n                var scrollerWidth= window.innerWidth-$(document).width()\n\n                var scrollTop = '';\n                var newHeight = '100';\n\n                var currentPopElem = '';\n\n                var num;\n                var items;\n                var item;\n\n                // $(window).bind('scroll', function() {\n                //     scrollTop = $( window ).scrollTop();\n                //     newHeight = scrollTop + 100;\n                // });\n\n                $('.popup-trigger').click(function(e) {\n\n                    e.stopPropagation();\n                    e.preventDefault();\n\n                    currentPopElem = e;\n\n                    $('body').append('<div class=\"popup-wrap\"></div>');\n\n                    var content = $(this).closest( '.team_member' ).find('.popup');\n                    var pop = content.clone().attr('aria-hidden', false);\n\n                    items = $(this).closest('.item-group').find('.item');\n\n                    num = $(this).closest('.item').data('num') - 1;\n\n                    console.log(num);\n\n                    pop.appendTo('.popup-wrap')\n                        .end()\n                        .show()\n                        .find('.next')\n                        .focus();\n                    // .focus();\n\n                    var tabbable = pop.find('select, input, textarea, button, a, .popup-btn-close').filter(':visible');\n\n                    //console.log( tabbable );\n\n                    var firstTabbable = tabbable.first();\n                    var lastTabbable = tabbable.last();\n                    /*set focus on first input*/\n                    //firstTabbable.focus();\n\n                    /*redirect last tab to first input*/\n                    lastTabbable.on('keydown', function (e) {\n                        if ((e.which === 9 && !e.shiftKey)) {\n                            e.preventDefault();\n                            firstTabbable.focus();\n                        }\n                    });\n\n                    /*redirect first shift+tab to last input*/\n                    firstTabbable.on('keydown', function (e) {\n                        if ((e.which === 9 && e.shiftKey)) {\n                            e.preventDefault();\n                            lastTabbable.focus();\n                        }\n                    });\n\n                    if(jQuery(window).width() < 767) {\n                        $('body').addClass('popup-active-mobile').css('width');\n                    }\n                    else {\n                        $('body').addClass('popup-active').css('padding-right', scrollerWidth + 'px');\n                    }\n\n\n                    // $('html, body').animate({\n                    //     scrollTop: $('.popup').offset().top\n                    // }, 500);\n                    //     $('.popup').removeClass('popup-mobile').css('top', newHeight).toggle();\n                });\n\n                $(document).on('click', '.popup-active', function(event) {\n\n                    //console.log($(event.target).closest('.popup').length);\n\n                    if (!$(event.target).closest('.popup').length ||\n                        event.target.className == 'popup-btn-close') {\n\n                        var top = $('body > .popup').data('top');\n                        var left = $('body > .popup').data('left');\n\n                        //console.log( top );\n\n                        $('body').removeClass('popup-active').css('padding', 0);\n\n                        //window.scrollTo(left, top);\n\n                        $('body > .popup-wrap').remove();\n                        currentPopElem.target.focus();\n\n                    }\n\n                });\n\n                $(document).on('keydown', '.popup-btn-close', function(event) {\n\n\n                    if ( event.which === 13 ) { //enter\n\n                        event.preventDefault();\n                        event.stopPropagation();\n\n                        $('body > .popup-wrap').remove();\n                        $('body').removeClass('popup-active').css('padding', 0);\n                        currentPopElem.target.focus();\n\n                    }\n                });\n\n                $(document).on('keyup', function(event) {\n\n\n                    if ( event.which === 27 && $('.popup-wrap:visible')) { //esc\n\n                        event.preventDefault();\n                        event.stopPropagation();\n\n                        $('body > .popup-wrap').remove();\n                        $('body').removeClass('popup-active').css('padding', 0);\n\n                        currentPopElem.target.focus();\n\n                    }\n\n                });\n\n                $(document).on('click', '.popup-btn-close', function(e){\n\n                    event.preventDefault();\n                    event.stopPropagation();\n\n                    $('body > .popup-wrap').remove();\n                    $('body').removeClass('popup-active').css('padding', 0);\n                    currentPopElem.target.focus();\n\n                });\n\n                $(document).on('click', '.popup .next', {param1: \"Hello\"}, function(e){\n\n                    e.preventDefault();\n\n                    $('body > .popup-wrap').remove();\n\n                    num = num + 1;\n\n                    if (num == items.length) {\n                        num = 0;\n                    }\n\n                    // console.log(num);\n                    // console.log(items.length);\n                    // console.log(items);\n\n                    item = items.eq(num);\n\n                    item.find('.popup-trigger:first').trigger('click');\n\n                });\n\n\n                $(document).on('click', '.popup .prev', {param1: \"Hello\"}, function(e){\n\n                    e.preventDefault();\n\n                    $('body > .popup-wrap').remove();\n\n                    num = num - 1;\n\n                    if (num == -1) {\n                        num = items.length - 1;\n                    }\n\n                    console.log(num);\n                    console.log(items.length);\n\n                    item = items.eq(num);\n\n                    item.find('.popup-trigger:first').trigger('click');\n\n                });\n\n            });\n\n        </script>\n\n\t\t\n            <section class=\"team-members mobile-6 tablet-12 desktop-24 contained\" style=\"clear:both;\">\n\n            <div class=\"title\">\n\n\t\t\t\t\n\t\t\t\t\n            </div>\n\n\n            <div class=\"container\">\n\n\n            <div class=\"team-group item-group\">\n\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"1\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-800\" class=\"post-800 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-english al_member_year-f2021 al_member_year-f2022 al_member_year-w2019 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Andrea Strudensky</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Un résumé de ses trois semestres en tant que boursière DALC !</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"andrea-strudensky\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-1-title\" aria-describedby=\"modal-1-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-1-title\">Andrea Strudensky</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-1-desc\"><p><a href=\"https://padlet.com/alstrudensky/dalc-reflection-batt1wnx0szzj1dh\" target=\"_blank\" rel=\"noopener\">A reflective summary of her 3 Semesters as a DALC fellow!</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"2\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-811\" class=\"post-811 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-humanities al_member_year-f2021 al_member_year-f2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/daniel-goldsmith/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Daniel-photo-360x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"Photo de Daniel\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Daniel Goldsmith</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Daniel Goldsmith enseigne au département des sciences humaines depuis 2009, où ses cours traitent des questions d'identité personnelle, d'action compatissante et de conscience éclairée. Ses cours s'appuient sur son éducation formelle (BA et MA de l'Université McGill), ainsi que sur les deux années qu'il a passées en Inde pour apprendre les traditions orientales.Daniel est toujours à la recherche de moyens d'affiner...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"daniel-goldsmith\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-2-title\" aria-describedby=\"modal-2-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"450\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Daniel-photo.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Daniel photo\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-2-title\">Daniel Goldsmith</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-2-desc\"><p><span data-contrast=\"none\">Daniel</span><span data-contrast=\"none\"> Goldsmith has been teaching in the humanities department since 2009, where his courses deal with questions of self-identity, compassionate action, and enlightened consciousness. His courses draw on his formal education (BA and MA from McGill University), as well as the nearly 2 years he spent in India learning about eastern traditions. </span><span data-contrast=\"none\">Daniel</span><span data-contrast=\"none\"> is always looking for ways to refine and improve his teaching, which was what sparked his interest in the fellowship.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"3\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-846\" class=\"post-846 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-med-ultra-tech al_member_year-f2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Diana Ranallo</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Diana enseigne dans le programme Technologie de l’échographie médicale . Elle travaille comme technologue en échographie médicale depuis 13 ans. Elle est spécialisée dans l'échocardiographie, mais elle est fascinée par toutes les spécialités de l'échographie. Récemment, elle a pu développer une autre de ses passions, l'enseignement. Bien qu'elle soit nouvelle dans l'enseignement...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"diana-ranallo\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-3-title\" aria-describedby=\"modal-3-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-3-title\">Diana Ranallo</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-3-desc\"><p>Diana teaches in the Medical Ultrasound Technology Program. She <strong>has worked as</strong> a medical ultrasound technologist for the past 13 years. She is specialized in echocardiography, but it fascinated by all specialties of ultrasound. Recently she has been able to develop another passion of hers, which is teaching. While she is new to the teaching role, she decided it was an ideal time to learn modern ways to design a class and implement new pedagogy. She strongly believes that keeping students engaged and active in a classroom will help them connect with the material resulting in improved learning outcomes as well as a more enjoyable classroom dynamic.</p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"4\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-799\" class=\"post-799 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-economics al_member_year-f2021 al_member_year-f2022 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Phil Ghayad</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Depuis 1998, j'essaie de convaincre les élèves de Dawson de l'importance de l'économie.Certains étudiants ont été convaincus, d'autres pas vraiment... J'ai toujours cru en l'importance d'utiliser la technologie et différentes techniques d'apprentissage en classe pour améliorer la compréhension et la réussite.J'ai rapidement adopté un système de devoirs en ligne (Aplia)...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"philippe-ghayad\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-4-title\" aria-describedby=\"modal-4-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-4-title\">Phil Ghayad</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-4-desc\"><p><span data-contrast=\"none\">I have been trying to convince Dawson students of the importance of economics since 1998.  Some students have been convinced, while others not so much... I have always believed in the importance of using technology and different learning techniques in the classroom to improve comprehension and success.  I quickly adopted an on-line homework system (Aplia) that was created by economist Paul Romer to have his students do homework in a more productive manner.  This was a revolution in pedagogy at the time.  I feel we are now going through another revolution in pedagogy with (among other things) asynchronous learning, the usage of social media, artificial intelligence, and learning communities that in the end will help us make the class more fun and stimulating for our students.</span><span data-contrast=\"none\"> </span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><a href=\"https://padlet.com/pghayad/DALC\" target=\"_blank\" rel=\"noopener\">more...</a></p>\n<p>&nbsp;</p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t        </div>\n        </div>\n        </section>\n\n\t\t\n<h3>Hiver 2022</h3>\n\n            <section class=\"team-members mobile-6 tablet-12 desktop-24 contained\" style=\"clear:both;\">\n\n            <div class=\"title\">\n\n\t\t\t\t\n\t\t\t\t\n            </div>\n\n\n            <div class=\"container\">\n\n\n            <div class=\"team-group item-group\">\n\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"1\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-800\" class=\"post-800 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-english al_member_year-f2021 al_member_year-f2022 al_member_year-w2019 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Andrea Strudensky</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Un résumé de ses trois semestres en tant que boursière DALC !</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"andrea-strudensky\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-1-title\" aria-describedby=\"modal-1-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-1-title\">Andrea Strudensky</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-1-desc\"><p><a href=\"https://padlet.com/alstrudensky/dalc-reflection-batt1wnx0szzj1dh\" target=\"_blank\" rel=\"noopener\">A reflective summary of her 3 Semesters as a DALC fellow!</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"2\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-797\" class=\"post-797 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-history al_member_year-f2021 al_member_year-w2021 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/diane-shea/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"98\" height=\"99\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Diane-Shea.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"Diane Shea\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Diane Shea</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Diane enseigne au département d'histoire et de lettres classiques du Collège Dawson et fait partie de l'équipe du profil Changement social et solidarité. La motivation d'impliquer les étudiants, de créer une communauté, d'assurer une classe inclusive et d'augmenter la réussite des étudiants est à l'origine du désir de s'éloigner des cours magistraux traditionnels pour adopter une pédagogie plus créative. Avant de rejoindre l'AL CoP,...            </p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"diane-shea\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-2-title\" aria-describedby=\"modal-2-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"98\" height=\"99\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Diane-Shea.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Diane Shea\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-2-title\">Diane Shea</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-2-desc\"><p><span data-contrast=\"auto\">Diane teaches in the History and Classics Department at Dawson College and is part of the North South Studies team. The motivation to engage students, create community, ensure an inclusive classroom and increase student success is behind the desire to move away from traditional lectures towards a more creative pedagogy. Before joining the AL CoP, Diane participated in both WID and UDL. After a couple of years of teaching in an AL classroom, Diane joined the DALC Fellows and appreciates the opportunity  to further the creative journey by both delving into theory and developing new AL activities.<br>\n</span></p>\n<p><a href=\"https://collegedawson-my.sharepoint.com/:p:/g/personal/shamdani_dawsoncollege_qc_ca/ETmpqG2dx2lNscCjsowBKkkBo5eFn0sNIPp4BuSKOCjCtA?e=aBsArf\" target=\"_blank\" rel=\"noopener\">Diane Shea_Portfolio.pptx</a></p>\n<p><span data-contrast=\"auto\">  </span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\"> </span></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"3\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-616\" class=\"post-616 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-mathematics al_member_year-f2020 al_member_year-w2021 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/mathilde-hitier/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"Photo Mathilde\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-400x400.jpg 400w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-639x640.jpg 639w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-959x960.jpg 959w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-768x769.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo.jpg 1023w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Mathilde Hitier</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Mathilde Bio Mathilde enseigne les mathématiques depuis dix ans au Collège Dawson. Auparavant, elle a complété sa formation en mathématiques (PhD) en Europe, où elle a enseigné du niveau secondaire au niveau universitaire, pendant plus de dix ans. C'est là qu'elle s'est familiarisée avec le programme du Baccalauréat International et qu'elle est maintenant...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"mathilde-hitier\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-3-title\" aria-describedby=\"modal-3-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1023\" height=\"1024\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Mathilde photo\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo.jpg 1023w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-639x640.jpg 639w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-959x960.jpg 959w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-768x769.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-400x400.jpg 400w\" sizes=\"auto, (max-width: 1023px) 100vw, 1023px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-3-title\">Mathilde Hitier</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-3-desc\"><p><b><span data-contrast=\"auto\">Mathilde Bio</span></b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:2,&quot;335551620&quot;:2,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><span data-contrast=\"auto\">Mathilde has been teaching Math for ten years</span> <span data-contrast=\"auto\">at Dawson College. Before that, she completed her education in mathematics (PhD) in Europe, where she taught from Secondary School level to University level, for more than ten years. There, she became acquainted with the International Baccalaureate Program and is now an assistant examiner and team leader for </span><i><span data-contrast=\"auto\">Math Analysis and Approaches</span></i><span data-contrast=\"auto\"> higher-level examination.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><span data-contrast=\"auto\">At Dawson, she has taught</span> <span data-contrast=\"auto\">calculus, linear algebra, probability and statistics, as well as remedial mathematics for secondary 4 and 5 and a mathematics course in the Electronics Engineering Technology program</span><i><span data-contrast=\"auto\">.</span></i><span data-contrast=\"auto\"> She is a teaching assistant at Université de Montréal, and is completing a PhD in Math education there. In her research project, she studies the practices around the use of the derivative (a mathematical object introduced in differential calculus) in a kinematics context (study of motion, where the derivative is used, among others, to describe the velocity and acceleration), both in the calculus and the mechanics course. She also initiated a PAREA collaborative research project, which aim is to monitor and improve the implementation of a paired differential calculus and mechanics course at Dawson.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><span data-contrast=\"auto\">Mathilde is passionate about education. In Winter 2014, she was a Writing in the Disciplines fellow, and she joined the Dawson Active Learning Community in 2016. She became a fellow in the Winter 2020 semester. Drawing on her research background and the Dawson Active Learning Community support, she aspires to include more meaningful active learning activities in her courses (both at Dawson and University), and hopes to find a good balance between a teacher- and learner-centred approach. Inspired by the paired calculus mechanics and calculus course and the enriching exchanges with teachers of other disciplines within the Dawson Active Learning community, her next project might be another calculus paired course. To be continued…</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"4\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-799\" class=\"post-799 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-economics al_member_year-f2021 al_member_year-f2022 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Phil Ghayad</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Depuis 1998, j'essaie de convaincre les élèves de Dawson de l'importance de l'économie.Certains étudiants ont été convaincus, d'autres pas vraiment... J'ai toujours cru en l'importance d'utiliser la technologie et différentes techniques d'apprentissage en classe pour améliorer la compréhension et la réussite.J'ai rapidement adopté un système de devoirs en ligne (Aplia)...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"philippe-ghayad\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-4-title\" aria-describedby=\"modal-4-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-4-title\">Phil Ghayad</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-4-desc\"><p><span data-contrast=\"none\">I have been trying to convince Dawson students of the importance of economics since 1998.  Some students have been convinced, while others not so much... I have always believed in the importance of using technology and different learning techniques in the classroom to improve comprehension and success.  I quickly adopted an on-line homework system (Aplia) that was created by economist Paul Romer to have his students do homework in a more productive manner.  This was a revolution in pedagogy at the time.  I feel we are now going through another revolution in pedagogy with (among other things) asynchronous learning, the usage of social media, artificial intelligence, and learning communities that in the end will help us make the class more fun and stimulating for our students.</span><span data-contrast=\"none\"> </span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><a href=\"https://padlet.com/pghayad/DALC\" target=\"_blank\" rel=\"noopener\">more...</a></p>\n<p>&nbsp;</p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t        </div>\n        </div>\n        </section>\n\n\t\t\n<h3>Automne 2021</h3>\n\n            <section class=\"team-members mobile-6 tablet-12 desktop-24 contained\" style=\"clear:both;\">\n\n            <div class=\"title\">\n\n\t\t\t\t\n\t\t\t\t\n            </div>\n\n\n            <div class=\"container\">\n\n\n            <div class=\"team-group item-group\">\n\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"1\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-800\" class=\"post-800 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-english al_member_year-f2021 al_member_year-f2022 al_member_year-w2019 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Andrea Strudensky</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Un résumé de ses trois semestres en tant que boursière DALC !</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"andrea-strudensky\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-1-title\" aria-describedby=\"modal-1-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-1-title\">Andrea Strudensky</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-1-desc\"><p><a href=\"https://padlet.com/alstrudensky/dalc-reflection-batt1wnx0szzj1dh\" target=\"_blank\" rel=\"noopener\">A reflective summary of her 3 Semesters as a DALC fellow!</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"2\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-811\" class=\"post-811 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-humanities al_member_year-f2021 al_member_year-f2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/daniel-goldsmith/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Daniel-photo-360x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"Photo de Daniel\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Daniel Goldsmith</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Daniel Goldsmith enseigne au département des sciences humaines depuis 2009, où ses cours traitent des questions d'identité personnelle, d'action compatissante et de conscience éclairée. Ses cours s'appuient sur son éducation formelle (BA et MA de l'Université McGill), ainsi que sur les deux années qu'il a passées en Inde pour apprendre les traditions orientales.Daniel est toujours à la recherche de moyens d'affiner...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"daniel-goldsmith\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-2-title\" aria-describedby=\"modal-2-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"450\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Daniel-photo.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Daniel photo\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-2-title\">Daniel Goldsmith</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-2-desc\"><p><span data-contrast=\"none\">Daniel</span><span data-contrast=\"none\"> Goldsmith has been teaching in the humanities department since 2009, where his courses deal with questions of self-identity, compassionate action, and enlightened consciousness. His courses draw on his formal education (BA and MA from McGill University), as well as the nearly 2 years he spent in India learning about eastern traditions. </span><span data-contrast=\"none\">Daniel</span><span data-contrast=\"none\"> is always looking for ways to refine and improve his teaching, which was what sparked his interest in the fellowship.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"3\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-797\" class=\"post-797 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-history al_member_year-f2021 al_member_year-w2021 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/diane-shea/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"98\" height=\"99\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Diane-Shea.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"Diane Shea\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Diane Shea</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Diane enseigne au département d'histoire et de lettres classiques du Collège Dawson et fait partie de l'équipe du profil Changement social et solidarité. La motivation d'impliquer les étudiants, de créer une communauté, d'assurer une classe inclusive et d'augmenter la réussite des étudiants est à l'origine du désir de s'éloigner des cours magistraux traditionnels pour adopter une pédagogie plus créative. Avant de rejoindre l'AL CoP,...            </p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"diane-shea\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-3-title\" aria-describedby=\"modal-3-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"98\" height=\"99\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Diane-Shea.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Diane Shea\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-3-title\">Diane Shea</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-3-desc\"><p><span data-contrast=\"auto\">Diane teaches in the History and Classics Department at Dawson College and is part of the North South Studies team. The motivation to engage students, create community, ensure an inclusive classroom and increase student success is behind the desire to move away from traditional lectures towards a more creative pedagogy. Before joining the AL CoP, Diane participated in both WID and UDL. After a couple of years of teaching in an AL classroom, Diane joined the DALC Fellows and appreciates the opportunity  to further the creative journey by both delving into theory and developing new AL activities.<br>\n</span></p>\n<p><a href=\"https://collegedawson-my.sharepoint.com/:p:/g/personal/shamdani_dawsoncollege_qc_ca/ETmpqG2dx2lNscCjsowBKkkBo5eFn0sNIPp4BuSKOCjCtA?e=aBsArf\" target=\"_blank\" rel=\"noopener\">Diane Shea_Portfolio.pptx</a></p>\n<p><span data-contrast=\"auto\">  </span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\"> </span></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"4\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-799\" class=\"post-799 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-economics al_member_year-f2021 al_member_year-f2022 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Phil Ghayad</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Depuis 1998, j'essaie de convaincre les élèves de Dawson de l'importance de l'économie.Certains étudiants ont été convaincus, d'autres pas vraiment... J'ai toujours cru en l'importance d'utiliser la technologie et différentes techniques d'apprentissage en classe pour améliorer la compréhension et la réussite.J'ai rapidement adopté un système de devoirs en ligne (Aplia)...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"philippe-ghayad\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-4-title\" aria-describedby=\"modal-4-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-4-title\">Phil Ghayad</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-4-desc\"><p><span data-contrast=\"none\">I have been trying to convince Dawson students of the importance of economics since 1998.  Some students have been convinced, while others not so much... I have always believed in the importance of using technology and different learning techniques in the classroom to improve comprehension and success.  I quickly adopted an on-line homework system (Aplia) that was created by economist Paul Romer to have his students do homework in a more productive manner.  This was a revolution in pedagogy at the time.  I feel we are now going through another revolution in pedagogy with (among other things) asynchronous learning, the usage of social media, artificial intelligence, and learning communities that in the end will help us make the class more fun and stimulating for our students.</span><span data-contrast=\"none\"> </span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><a href=\"https://padlet.com/pghayad/DALC\" target=\"_blank\" rel=\"noopener\">more...</a></p>\n<p>&nbsp;</p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t        </div>\n        </div>\n        </section>\n\n\t\t\n<p>&nbsp;</p>\n<h3>Cohorte de l'hiver 2021</h3>\n\n            <section class=\"team-members mobile-6 tablet-12 desktop-24 contained\" style=\"clear:both;\">\n\n            <div class=\"title\">\n\n\t\t\t\t\n\t\t\t\t\n            </div>\n\n\n            <div class=\"container\">\n\n\n            <div class=\"team-group item-group\">\n\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"1\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-605\" class=\"post-605 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-economics al_member_year-f2020 al_member_year-w2020 al_member_year-w2021\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/ahmad%e2%80%afbanki/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"AB-21\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Ahmad Banki</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Ahmad Banki est professeur d'économie à Dawson depuis 2011. Il a étudié à l'Université de Calgary et à McGill. En plus de DALC, il a été membre de plusieurs autres communautés de pratique à Dawson. Son expérience pédagogique et ses intérêts comprennent l'éducation asynchrone, la conception universelle de l'apprentissage, la gamification et les stratégies de retour d'information immédiat.Ahmad a...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"ahmad%e2%80%afbanki\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-1-title\" aria-describedby=\"modal-1-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"914\" height=\"960\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"AB-21\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21.jpg 914w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21-609x640.jpg 609w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21-768x807.jpg 768w\" sizes=\"auto, (max-width: 914px) 100vw, 914px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-1-title\">Ahmad Banki</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-1-desc\"><p><span class=\"NormalTextRun SCXW121018630 BCX0\" data-ccp-charstyle=\"markabddpnuvd\" data-ccp-charstyle-defn=\"{&quot;ObjectId&quot;:&quot;4d1c7ba7-bdf9-4957-9657-a9f4e78b9acd|5&quot;,&quot;ClassId&quot;:1073872969,&quot;Properties&quot;:[134233614,&quot;true&quot;,201340122,&quot;1&quot;,469775450,&quot;markabddpnuvd&quot;,469778129,&quot;markabddpnuvd&quot;,469778324,&quot;Default Paragraph Font&quot;]}\">Ahmad</span><span class=\"NormalTextRun SCXW121018630 BCX0\"> Banki has been a professor of economics at Dawson since 2011. He studied at the University of Calgary and McGill. In addition to DALC, he has been a fellow at several other communities of practice at Dawson. His pedagogical experience and interests include asynchronous education, Universal Design for Learning, gamification, and immediate feedback strategies. </span><span class=\"NormalTextRun SCXW121018630 BCX0\" data-ccp-charstyle=\"markabddpnuvd\">Ahmad</span><span class=\"NormalTextRun SCXW121018630 BCX0\"> has a YouTube channel featuring his pedagogical instructions and economics lessons. He is also an advanced Moodle user.</span></p>\n<p><a href=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/DALC-Portfolio_Banki.pdf\" target=\"_blank\" rel=\"noopener\">Ahmad Banki_Portfolio.pdf</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"2\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-607\" class=\"post-607 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-physiotherapy-technology al_member_year-f2019 al_member_year-w2020 al_member_year-w2021\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/catherine-roy/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"CR-photo1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-400x400.jpg 400w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-1536x1536.jpg 1536w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1.jpg 1920w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Catherine Roy</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Cathy Roy travaille à Dawson depuis 6 ans dans le département Techniques de physiothérapie depuis qu'elle a quitté son travail de clinicienne. Son désir de devenir une meilleure enseignante l'a amenée à obtenir un certificat d'études supérieures en enseignement collégial avec Performa à l'Université de Sherbrooke. Elle a également effectué un stage dans le cadre du programme Universal...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"catherine-roy\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-2-title\" aria-describedby=\"modal-2-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1920\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"CR-photo1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1.jpg 1920w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-1536x1536.jpg 1536w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-400x400.jpg 400w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-2-title\">Catherine Roy</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-2-desc\"><p><span class=\"NormalTextRun SCXW109956765 BCX0\">Cathy Roy has been working at Dawson for 6 happy years in the Physiotherapy Technology Department since she transitioned from her work as a clinician. Her quest to become a better teacher led her to complete a Graduate Certificate in College Teaching with </span><span class=\"NormalTextRun SCXW109956765 BCX0\">Performa at the University of </span><span class=\"NormalTextRun SCXW109956765 BCX0\">Sherbrooke</span><span class=\"NormalTextRun SCXW109956765 BCX0\">. She did a prior fellowship in the Universal Design for Learning Community of Practice in 2019, and she enjoyed it so much, she decided to apply for a DALC fellowship the following year. Her interests lie in case st</span><span class=\"NormalTextRun SCXW109956765 BCX0\">udy methodology, gamification, and effective use of technology in the classroom, and her project with the DALC has married these two. Her research on serious games and branching scenarios has led to potential new avenues and applications for using online m</span><span class=\"NormalTextRun SCXW109956765 BCX0\">ethods to diversify online learning including research into an ongoing work to bring a new platform called Open Labyrinth to Dawson. She will put this expertise to good use in the next couple of years through a SALTISE fellowship, participation in the Phy</span><span class=\"NormalTextRun SCXW109956765 BCX0\">siotherapy Program revision, as well as the </span><span class=\"NormalTextRun SCXW109956765 BCX0\">Interprofessional</span><span class=\"NormalTextRun SCXW109956765 BCX0\"> Education project at Dawson College.</span></p>\n<p><a href=\"https://collegedawson-my.sharepoint.com/:p:/g/personal/shamdani_dawsoncollege_qc_ca/ESB-2Ev3XA1FkWzjpqCnqm4BkWKqK3eCW7Zwmvhba8xm-A?e=kSeJwo\" target=\"_blank\" rel=\"noopener\">Cathy Roy_ Portfolio.pptx</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"3\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-797\" class=\"post-797 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-history al_member_year-f2021 al_member_year-w2021 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/diane-shea/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"98\" height=\"99\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Diane-Shea.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"Diane Shea\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Diane Shea</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Diane enseigne au département d'histoire et de lettres classiques du Collège Dawson et fait partie de l'équipe du profil Changement social et solidarité. La motivation d'impliquer les étudiants, de créer une communauté, d'assurer une classe inclusive et d'augmenter la réussite des étudiants est à l'origine du désir de s'éloigner des cours magistraux traditionnels pour adopter une pédagogie plus créative. Avant de rejoindre l'AL CoP,...            </p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"diane-shea\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-3-title\" aria-describedby=\"modal-3-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"98\" height=\"99\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Diane-Shea.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Diane Shea\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-3-title\">Diane Shea</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-3-desc\"><p><span data-contrast=\"auto\">Diane teaches in the History and Classics Department at Dawson College and is part of the North South Studies team. The motivation to engage students, create community, ensure an inclusive classroom and increase student success is behind the desire to move away from traditional lectures towards a more creative pedagogy. Before joining the AL CoP, Diane participated in both WID and UDL. After a couple of years of teaching in an AL classroom, Diane joined the DALC Fellows and appreciates the opportunity  to further the creative journey by both delving into theory and developing new AL activities.<br>\n</span></p>\n<p><a href=\"https://collegedawson-my.sharepoint.com/:p:/g/personal/shamdani_dawsoncollege_qc_ca/ETmpqG2dx2lNscCjsowBKkkBo5eFn0sNIPp4BuSKOCjCtA?e=aBsArf\" target=\"_blank\" rel=\"noopener\">Diane Shea_Portfolio.pptx</a></p>\n<p><span data-contrast=\"auto\">  </span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\"> </span></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"4\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-616\" class=\"post-616 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-mathematics al_member_year-f2020 al_member_year-w2021 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/mathilde-hitier/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"Photo Mathilde\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-400x400.jpg 400w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-639x640.jpg 639w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-959x960.jpg 959w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-768x769.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo.jpg 1023w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Mathilde Hitier</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Mathilde Bio Mathilde enseigne les mathématiques depuis dix ans au Collège Dawson. Auparavant, elle a complété sa formation en mathématiques (PhD) en Europe, où elle a enseigné du niveau secondaire au niveau universitaire, pendant plus de dix ans. C'est là qu'elle s'est familiarisée avec le programme du Baccalauréat International et qu'elle est maintenant...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"mathilde-hitier\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-4-title\" aria-describedby=\"modal-4-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1023\" height=\"1024\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Mathilde photo\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo.jpg 1023w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-639x640.jpg 639w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-959x960.jpg 959w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-768x769.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-400x400.jpg 400w\" sizes=\"auto, (max-width: 1023px) 100vw, 1023px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-4-title\">Mathilde Hitier</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-4-desc\"><p><b><span data-contrast=\"auto\">Mathilde Bio</span></b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:2,&quot;335551620&quot;:2,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><span data-contrast=\"auto\">Mathilde has been teaching Math for ten years</span> <span data-contrast=\"auto\">at Dawson College. Before that, she completed her education in mathematics (PhD) in Europe, where she taught from Secondary School level to University level, for more than ten years. There, she became acquainted with the International Baccalaureate Program and is now an assistant examiner and team leader for </span><i><span data-contrast=\"auto\">Math Analysis and Approaches</span></i><span data-contrast=\"auto\"> higher-level examination.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><span data-contrast=\"auto\">At Dawson, she has taught</span> <span data-contrast=\"auto\">calculus, linear algebra, probability and statistics, as well as remedial mathematics for secondary 4 and 5 and a mathematics course in the Electronics Engineering Technology program</span><i><span data-contrast=\"auto\">.</span></i><span data-contrast=\"auto\"> She is a teaching assistant at Université de Montréal, and is completing a PhD in Math education there. In her research project, she studies the practices around the use of the derivative (a mathematical object introduced in differential calculus) in a kinematics context (study of motion, where the derivative is used, among others, to describe the velocity and acceleration), both in the calculus and the mechanics course. She also initiated a PAREA collaborative research project, which aim is to monitor and improve the implementation of a paired differential calculus and mechanics course at Dawson.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><span data-contrast=\"auto\">Mathilde is passionate about education. In Winter 2014, she was a Writing in the Disciplines fellow, and she joined the Dawson Active Learning Community in 2016. She became a fellow in the Winter 2020 semester. Drawing on her research background and the Dawson Active Learning Community support, she aspires to include more meaningful active learning activities in her courses (both at Dawson and University), and hopes to find a good balance between a teacher- and learner-centred approach. Inspired by the paired calculus mechanics and calculus course and the enriching exchanges with teachers of other disciplines within the Dawson Active Learning community, her next project might be another calculus paired course. To be continued…</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t        </div>\n        </div>\n        </section>\n\n\t\t\n<p>&nbsp;</p>\n<h3>Cohorte de l'automne 2020</h3>\n\n            <section class=\"team-members mobile-6 tablet-12 desktop-24 contained\" style=\"clear:both;\">\n\n            <div class=\"title\">\n\n\t\t\t\t\n\t\t\t\t\n            </div>\n\n\n            <div class=\"container\">\n\n\n            <div class=\"team-group item-group\">\n\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"1\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-605\" class=\"post-605 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-economics al_member_year-f2020 al_member_year-w2020 al_member_year-w2021\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/ahmad%e2%80%afbanki/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"AB-21\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Ahmad Banki</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Ahmad Banki est professeur d'économie à Dawson depuis 2011. Il a étudié à l'Université de Calgary et à McGill. En plus de DALC, il a été membre de plusieurs autres communautés de pratique à Dawson. Son expérience pédagogique et ses intérêts comprennent l'éducation asynchrone, la conception universelle de l'apprentissage, la gamification et les stratégies de retour d'information immédiat.Ahmad a...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"ahmad%e2%80%afbanki\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-1-title\" aria-describedby=\"modal-1-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"914\" height=\"960\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"AB-21\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21.jpg 914w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21-609x640.jpg 609w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21-768x807.jpg 768w\" sizes=\"auto, (max-width: 914px) 100vw, 914px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-1-title\">Ahmad Banki</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-1-desc\"><p><span class=\"NormalTextRun SCXW121018630 BCX0\" data-ccp-charstyle=\"markabddpnuvd\" data-ccp-charstyle-defn=\"{&quot;ObjectId&quot;:&quot;4d1c7ba7-bdf9-4957-9657-a9f4e78b9acd|5&quot;,&quot;ClassId&quot;:1073872969,&quot;Properties&quot;:[134233614,&quot;true&quot;,201340122,&quot;1&quot;,469775450,&quot;markabddpnuvd&quot;,469778129,&quot;markabddpnuvd&quot;,469778324,&quot;Default Paragraph Font&quot;]}\">Ahmad</span><span class=\"NormalTextRun SCXW121018630 BCX0\"> Banki has been a professor of economics at Dawson since 2011. He studied at the University of Calgary and McGill. In addition to DALC, he has been a fellow at several other communities of practice at Dawson. His pedagogical experience and interests include asynchronous education, Universal Design for Learning, gamification, and immediate feedback strategies. </span><span class=\"NormalTextRun SCXW121018630 BCX0\" data-ccp-charstyle=\"markabddpnuvd\">Ahmad</span><span class=\"NormalTextRun SCXW121018630 BCX0\"> has a YouTube channel featuring his pedagogical instructions and economics lessons. He is also an advanced Moodle user.</span></p>\n<p><a href=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/DALC-Portfolio_Banki.pdf\" target=\"_blank\" rel=\"noopener\">Ahmad Banki_Portfolio.pdf</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"2\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-615\" class=\"post-615 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-religion al_member_year-f2019 al_member_year-f2020 al_member_year-w2020\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Johanne Rabbat</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Johanne Rabbat_Portfolio.mp4</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"johanne-rabbat\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-2-title\" aria-describedby=\"modal-2-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-2-title\">Johanne Rabbat</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-2-desc\"><p><a href=\"https://collegedawson-my.sharepoint.com/:v:/g/personal/shamdani_dawsoncollege_qc_ca/EXoK7nf20iZJoOqmHr0ASOcBgNr6ZEeekU2gqRTl0IpANw?e=th7goo\" target=\"_blank\" rel=\"noopener\">Johanne Rabbat_Portfolio.mp4</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"3\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-616\" class=\"post-616 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-mathematics al_member_year-f2020 al_member_year-w2021 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/mathilde-hitier/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"Photo Mathilde\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-400x400.jpg 400w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-639x640.jpg 639w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-959x960.jpg 959w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-768x769.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo.jpg 1023w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Mathilde Hitier</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Mathilde Bio Mathilde enseigne les mathématiques depuis dix ans au Collège Dawson. Auparavant, elle a complété sa formation en mathématiques (PhD) en Europe, où elle a enseigné du niveau secondaire au niveau universitaire, pendant plus de dix ans. C'est là qu'elle s'est familiarisée avec le programme du Baccalauréat International et qu'elle est maintenant...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"mathilde-hitier\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-3-title\" aria-describedby=\"modal-3-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1023\" height=\"1024\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Mathilde photo\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo.jpg 1023w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-639x640.jpg 639w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-959x960.jpg 959w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-768x769.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Mathilde-photo-400x400.jpg 400w\" sizes=\"auto, (max-width: 1023px) 100vw, 1023px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-3-title\">Mathilde Hitier</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-3-desc\"><p><b><span data-contrast=\"auto\">Mathilde Bio</span></b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:2,&quot;335551620&quot;:2,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><span data-contrast=\"auto\">Mathilde has been teaching Math for ten years</span> <span data-contrast=\"auto\">at Dawson College. Before that, she completed her education in mathematics (PhD) in Europe, where she taught from Secondary School level to University level, for more than ten years. There, she became acquainted with the International Baccalaureate Program and is now an assistant examiner and team leader for </span><i><span data-contrast=\"auto\">Math Analysis and Approaches</span></i><span data-contrast=\"auto\"> higher-level examination.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><span data-contrast=\"auto\">At Dawson, she has taught</span> <span data-contrast=\"auto\">calculus, linear algebra, probability and statistics, as well as remedial mathematics for secondary 4 and 5 and a mathematics course in the Electronics Engineering Technology program</span><i><span data-contrast=\"auto\">.</span></i><span data-contrast=\"auto\"> She is a teaching assistant at Université de Montréal, and is completing a PhD in Math education there. In her research project, she studies the practices around the use of the derivative (a mathematical object introduced in differential calculus) in a kinematics context (study of motion, where the derivative is used, among others, to describe the velocity and acceleration), both in the calculus and the mechanics course. She also initiated a PAREA collaborative research project, which aim is to monitor and improve the implementation of a paired differential calculus and mechanics course at Dawson.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n<p><span data-contrast=\"auto\">Mathilde is passionate about education. In Winter 2014, she was a Writing in the Disciplines fellow, and she joined the Dawson Active Learning Community in 2016. She became a fellow in the Winter 2020 semester. Drawing on her research background and the Dawson Active Learning Community support, she aspires to include more meaningful active learning activities in her courses (both at Dawson and University), and hopes to find a good balance between a teacher- and learner-centred approach. Inspired by the paired calculus mechanics and calculus course and the enriching exchanges with teachers of other disciplines within the Dawson Active Learning community, her next project might be another calculus paired course. To be continued…</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}\"> </span></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t        </div>\n        </div>\n        </section>\n\n\t\t\n<p>&nbsp;</p>\n<h3>Cohorte d'hiver 2020</h3>\n\n            <section class=\"team-members mobile-6 tablet-12 desktop-24 contained\" style=\"clear:both;\">\n\n            <div class=\"title\">\n\n\t\t\t\t\n\t\t\t\t\n            </div>\n\n\n            <div class=\"container\">\n\n\n            <div class=\"team-group item-group\">\n\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"1\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-605\" class=\"post-605 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-economics al_member_year-f2020 al_member_year-w2020 al_member_year-w2021\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/ahmad%e2%80%afbanki/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"AB-21\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Ahmad Banki</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Ahmad Banki est professeur d'économie à Dawson depuis 2011. Il a étudié à l'Université de Calgary et à McGill. En plus de DALC, il a été membre de plusieurs autres communautés de pratique à Dawson. Son expérience pédagogique et ses intérêts comprennent l'éducation asynchrone, la conception universelle de l'apprentissage, la gamification et les stratégies de retour d'information immédiat.Ahmad a...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"ahmad%e2%80%afbanki\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-1-title\" aria-describedby=\"modal-1-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"914\" height=\"960\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"AB-21\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21.jpg 914w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21-609x640.jpg 609w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/AB-21-768x807.jpg 768w\" sizes=\"auto, (max-width: 914px) 100vw, 914px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-1-title\">Ahmad Banki</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-1-desc\"><p><span class=\"NormalTextRun SCXW121018630 BCX0\" data-ccp-charstyle=\"markabddpnuvd\" data-ccp-charstyle-defn=\"{&quot;ObjectId&quot;:&quot;4d1c7ba7-bdf9-4957-9657-a9f4e78b9acd|5&quot;,&quot;ClassId&quot;:1073872969,&quot;Properties&quot;:[134233614,&quot;true&quot;,201340122,&quot;1&quot;,469775450,&quot;markabddpnuvd&quot;,469778129,&quot;markabddpnuvd&quot;,469778324,&quot;Default Paragraph Font&quot;]}\">Ahmad</span><span class=\"NormalTextRun SCXW121018630 BCX0\"> Banki has been a professor of economics at Dawson since 2011. He studied at the University of Calgary and McGill. In addition to DALC, he has been a fellow at several other communities of practice at Dawson. His pedagogical experience and interests include asynchronous education, Universal Design for Learning, gamification, and immediate feedback strategies. </span><span class=\"NormalTextRun SCXW121018630 BCX0\" data-ccp-charstyle=\"markabddpnuvd\">Ahmad</span><span class=\"NormalTextRun SCXW121018630 BCX0\"> has a YouTube channel featuring his pedagogical instructions and economics lessons. He is also an advanced Moodle user.</span></p>\n<p><a href=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/DALC-Portfolio_Banki.pdf\" target=\"_blank\" rel=\"noopener\">Ahmad Banki_Portfolio.pdf</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"2\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-617\" class=\"post-617 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-history al_member_year-w2020\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/catherine-braithwaite/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Catherine-Braithwaite1-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"Catherine-Braithwaite1\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Catherine Braithwaite</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"catherine-braithwaite\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-2-title\" aria-describedby=\"modal-2-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1058\" height=\"1259\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Catherine-Braithwaite1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Catherine-Braithwaite1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Catherine-Braithwaite1.jpg 1058w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Catherine-Braithwaite1-538x640.jpg 538w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Catherine-Braithwaite1-807x960.jpg 807w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/Catherine-Braithwaite1-768x914.jpg 768w\" sizes=\"auto, (max-width: 1058px) 100vw, 1058px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-2-title\">Catherine Braithwaite</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-2-desc\"></div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"3\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-607\" class=\"post-607 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-physiotherapy-technology al_member_year-f2019 al_member_year-w2020 al_member_year-w2021\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/catherine-roy/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"CR-photo1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-400x400.jpg 400w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-1536x1536.jpg 1536w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1.jpg 1920w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Catherine Roy</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Cathy Roy travaille à Dawson depuis 6 ans dans le département Techniques de physiothérapie depuis qu'elle a quitté son travail de clinicienne. Son désir de devenir une meilleure enseignante l'a amenée à obtenir un certificat d'études supérieures en enseignement collégial avec Performa à l'Université de Sherbrooke. Elle a également effectué un stage dans le cadre du programme Universal...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"catherine-roy\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-3-title\" aria-describedby=\"modal-3-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1920\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"CR-photo1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1.jpg 1920w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-1536x1536.jpg 1536w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-400x400.jpg 400w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-3-title\">Catherine Roy</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-3-desc\"><p><span class=\"NormalTextRun SCXW109956765 BCX0\">Cathy Roy has been working at Dawson for 6 happy years in the Physiotherapy Technology Department since she transitioned from her work as a clinician. Her quest to become a better teacher led her to complete a Graduate Certificate in College Teaching with </span><span class=\"NormalTextRun SCXW109956765 BCX0\">Performa at the University of </span><span class=\"NormalTextRun SCXW109956765 BCX0\">Sherbrooke</span><span class=\"NormalTextRun SCXW109956765 BCX0\">. She did a prior fellowship in the Universal Design for Learning Community of Practice in 2019, and she enjoyed it so much, she decided to apply for a DALC fellowship the following year. Her interests lie in case st</span><span class=\"NormalTextRun SCXW109956765 BCX0\">udy methodology, gamification, and effective use of technology in the classroom, and her project with the DALC has married these two. Her research on serious games and branching scenarios has led to potential new avenues and applications for using online m</span><span class=\"NormalTextRun SCXW109956765 BCX0\">ethods to diversify online learning including research into an ongoing work to bring a new platform called Open Labyrinth to Dawson. She will put this expertise to good use in the next couple of years through a SALTISE fellowship, participation in the Phy</span><span class=\"NormalTextRun SCXW109956765 BCX0\">siotherapy Program revision, as well as the </span><span class=\"NormalTextRun SCXW109956765 BCX0\">Interprofessional</span><span class=\"NormalTextRun SCXW109956765 BCX0\"> Education project at Dawson College.</span></p>\n<p><a href=\"https://collegedawson-my.sharepoint.com/:p:/g/personal/shamdani_dawsoncollege_qc_ca/ESB-2Ev3XA1FkWzjpqCnqm4BkWKqK3eCW7Zwmvhba8xm-A?e=kSeJwo\" target=\"_blank\" rel=\"noopener\">Cathy Roy_ Portfolio.pptx</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"4\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-615\" class=\"post-615 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-religion al_member_year-f2019 al_member_year-f2020 al_member_year-w2020\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Johanne Rabbat</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Johanne Rabbat_Portfolio.mp4</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"johanne-rabbat\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-4-title\" aria-describedby=\"modal-4-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-4-title\">Johanne Rabbat</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-4-desc\"><p><a href=\"https://collegedawson-my.sharepoint.com/:v:/g/personal/shamdani_dawsoncollege_qc_ca/EXoK7nf20iZJoOqmHr0ASOcBgNr6ZEeekU2gqRTl0IpANw?e=th7goo\" target=\"_blank\" rel=\"noopener\">Johanne Rabbat_Portfolio.mp4</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t        </div>\n        </div>\n        </section>\n\n\t\t\n<p>&nbsp;</p>\n<h3>Cohorte de l'automne 2019</h3>\n\n            <section class=\"team-members mobile-6 tablet-12 desktop-24 contained\" style=\"clear:both;\">\n\n            <div class=\"title\">\n\n\t\t\t\t\n\t\t\t\t\n            </div>\n\n\n            <div class=\"container\">\n\n\n            <div class=\"team-group item-group\">\n\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"1\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-607\" class=\"post-607 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-physiotherapy-technology al_member_year-f2019 al_member_year-w2020 al_member_year-w2021\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/catherine-roy/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"CR-photo1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-400x400.jpg 400w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-1536x1536.jpg 1536w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1.jpg 1920w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Catherine Roy</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Cathy Roy travaille à Dawson depuis 6 ans dans le département Techniques de physiothérapie depuis qu'elle a quitté son travail de clinicienne. Son désir de devenir une meilleure enseignante l'a amenée à obtenir un certificat d'études supérieures en enseignement collégial avec Performa à l'Université de Sherbrooke. Elle a également effectué un stage dans le cadre du programme Universal...</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"catherine-roy\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-1-title\" aria-describedby=\"modal-1-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1920\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"CR-photo1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1.jpg 1920w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-1536x1536.jpg 1536w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CR-photo1-400x400.jpg 400w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-1-title\">Catherine Roy</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-1-desc\"><p><span class=\"NormalTextRun SCXW109956765 BCX0\">Cathy Roy has been working at Dawson for 6 happy years in the Physiotherapy Technology Department since she transitioned from her work as a clinician. Her quest to become a better teacher led her to complete a Graduate Certificate in College Teaching with </span><span class=\"NormalTextRun SCXW109956765 BCX0\">Performa at the University of </span><span class=\"NormalTextRun SCXW109956765 BCX0\">Sherbrooke</span><span class=\"NormalTextRun SCXW109956765 BCX0\">. She did a prior fellowship in the Universal Design for Learning Community of Practice in 2019, and she enjoyed it so much, she decided to apply for a DALC fellowship the following year. Her interests lie in case st</span><span class=\"NormalTextRun SCXW109956765 BCX0\">udy methodology, gamification, and effective use of technology in the classroom, and her project with the DALC has married these two. Her research on serious games and branching scenarios has led to potential new avenues and applications for using online m</span><span class=\"NormalTextRun SCXW109956765 BCX0\">ethods to diversify online learning including research into an ongoing work to bring a new platform called Open Labyrinth to Dawson. She will put this expertise to good use in the next couple of years through a SALTISE fellowship, participation in the Phy</span><span class=\"NormalTextRun SCXW109956765 BCX0\">siotherapy Program revision, as well as the </span><span class=\"NormalTextRun SCXW109956765 BCX0\">Interprofessional</span><span class=\"NormalTextRun SCXW109956765 BCX0\"> Education project at Dawson College.</span></p>\n<p><a href=\"https://collegedawson-my.sharepoint.com/:p:/g/personal/shamdani_dawsoncollege_qc_ca/ESB-2Ev3XA1FkWzjpqCnqm4BkWKqK3eCW7Zwmvhba8xm-A?e=kSeJwo\" target=\"_blank\" rel=\"noopener\">Cathy Roy_ Portfolio.pptx</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"2\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-619\" class=\"post-619 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-humanities al_member_department-new-school al_member_year-f2018 al_member_year-f2019 al_member_year-w2019\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Cory Legassic</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Cory Legassic_Portfolio.pdf</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"cory-legassic\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-2-title\" aria-describedby=\"modal-2-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-2-title\">Cory Legassic</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-2-desc\"><p><a href=\"https://collegedawson-my.sharepoint.com/:b:/g/personal/shamdani_dawsoncollege_qc_ca/ERx2caonVwhJiUJCZNSRmtABLVy8BkZ7jGllhROxrecaig?e=yJHLsW\" target=\"_blank\" rel=\"noopener\">Cory Legassic_Portfolio.pdf</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"3\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-615\" class=\"post-615 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-religion al_member_year-f2019 al_member_year-f2020 al_member_year-w2020\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Johanne Rabbat</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Johanne Rabbat_Portfolio.mp4</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"johanne-rabbat\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-3-title\" aria-describedby=\"modal-3-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-3-title\">Johanne Rabbat</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-3-desc\"><p><a href=\"https://collegedawson-my.sharepoint.com/:v:/g/personal/shamdani_dawsoncollege_qc_ca/EXoK7nf20iZJoOqmHr0ASOcBgNr6ZEeekU2gqRTl0IpANw?e=th7goo\" target=\"_blank\" rel=\"noopener\">Johanne Rabbat_Portfolio.mp4</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t        </div>\n        </div>\n        </section>\n\n\t\t\n<p>&nbsp;</p>\n<h3>Cohorte d'hiver 2019</h3>\n\n            <section class=\"team-members mobile-6 tablet-12 desktop-24 contained\" style=\"clear:both;\">\n\n            <div class=\"title\">\n\n\t\t\t\t\n\t\t\t\t\n            </div>\n\n\n            <div class=\"container\">\n\n\n            <div class=\"team-group item-group\">\n\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"1\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-800\" class=\"post-800 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-english al_member_year-f2021 al_member_year-f2022 al_member_year-w2019 al_member_year-w2022\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Andrea Strudensky</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Un résumé de ses trois semestres en tant que boursière DALC !</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"andrea-strudensky\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-1-title\" aria-describedby=\"modal-1-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-1-title\">Andrea Strudensky</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-1-desc\"><p><a href=\"https://padlet.com/alstrudensky/dalc-reflection-batt1wnx0szzj1dh\" target=\"_blank\" rel=\"noopener\">A reflective summary of her 3 Semesters as a DALC fellow!</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"2\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-620\" class=\"post-620 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-mathematics al_member_year-f2018 al_member_year-w2019\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Andreea Stanciu-Panait</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"andreea-stanciu-panait\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-2-title\" aria-describedby=\"modal-2-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-2-title\">Andreea Stanciu-Panait</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-2-desc\"></div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"3\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-621\" class=\"post-621 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-english al_member_year-f2018 al_member_year-w2019\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/catherine-payne/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"CatherinePayne1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-400x400.jpg 400w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1.jpg 1363w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Catherine Payne</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"catherine-payne\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-3-title\" aria-describedby=\"modal-3-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1363\" height=\"1363\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"CatherinePayne1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1.jpg 1363w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-400x400.jpg 400w\" sizes=\"auto, (max-width: 1363px) 100vw, 1363px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-3-title\">Catherine Payne</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-3-desc\"></div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"4\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-619\" class=\"post-619 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-humanities al_member_department-new-school al_member_year-f2018 al_member_year-f2019 al_member_year-w2019\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Cory Legassic</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Cory Legassic_Portfolio.pdf</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"cory-legassic\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-4-title\" aria-describedby=\"modal-4-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-4-title\">Cory Legassic</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-4-desc\"><p><a href=\"https://collegedawson-my.sharepoint.com/:b:/g/personal/shamdani_dawsoncollege_qc_ca/ERx2caonVwhJiUJCZNSRmtABLVy8BkZ7jGllhROxrecaig?e=yJHLsW\" target=\"_blank\" rel=\"noopener\">Cory Legassic_Portfolio.pdf</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t        </div>\n        </div>\n        </section>\n\n\t\t\n<p>&nbsp;</p>\n<h3>Cohorte de l'automne 2018</h3>\n\n            <section class=\"team-members mobile-6 tablet-12 desktop-24 contained\" style=\"clear:both;\">\n\n            <div class=\"title\">\n\n\t\t\t\t\n\t\t\t\t\n            </div>\n\n\n            <div class=\"container\">\n\n\n            <div class=\"team-group item-group\">\n\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"1\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-620\" class=\"post-620 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-mathematics al_member_year-f2018 al_member_year-w2019\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Andreea Stanciu-Panait</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"andreea-stanciu-panait\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-1-title\" aria-describedby=\"modal-1-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-1-title\">Andreea Stanciu-Panait</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-1-desc\"></div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"2\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-624\" class=\"post-624 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-physical-education al_member_year-f2018\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Anthony Berkers</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"anthony-berkers\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-2-title\" aria-describedby=\"modal-2-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-2-title\">Anthony Berkers</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-2-desc\"></div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"3\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-621\" class=\"post-621 al_team_member type-al_team_member status-publish has-post-thumbnail hentry al_team_role-fellow al_member_department-english al_member_year-f2018 al_member_year-w2019\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://fr.dawsoncollege.qc.ca/active-learning/team-members/catherine-payne/\" rel=\"bookmark\" class=\"popup-trigger\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-400x400.jpg\" class=\"attachment-square-size size-square-size wp-post-image\" alt=\"CatherinePayne1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-400x400.jpg 400w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1.jpg 1363w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\"></a>\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Catherine Payne</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"catherine-payne\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-3-title\" aria-describedby=\"modal-3-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1363\" height=\"1363\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"CatherinePayne1\" srcset=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1.jpg 1363w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-640x640.jpg 640w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-960x960.jpg 960w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-768x768.jpg 768w, https://www.dawsoncollege.qc.ca/active-learning/wp-content/uploads/sites/83/CatherinePayne1-400x400.jpg 400w\" sizes=\"auto, (max-width: 1363px) 100vw, 1363px\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-3-title\">Catherine Payne</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-3-desc\"></div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"4\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-619\" class=\"post-619 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-humanities al_member_department-new-school al_member_year-f2018 al_member_year-f2019 al_member_year-w2019\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Cory Legassic</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Cory Legassic_Portfolio.pdf</p>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"cory-legassic\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-4-title\" aria-describedby=\"modal-4-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-4-title\">Cory Legassic</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-4-desc\"><p><a href=\"https://collegedawson-my.sharepoint.com/:b:/g/personal/shamdani_dawsoncollege_qc_ca/ERx2caonVwhJiUJCZNSRmtABLVy8BkZ7jGllhROxrecaig?e=yJHLsW\" target=\"_blank\" rel=\"noopener\">Cory Legassic_Portfolio.pdf</a></p>\n</div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t                <div class=\"item team_member desktop-12 tablet-6 mobile-full contained\" data-num=\"5\">\n\n\t\t\t\t\t                    <article style=\"padding:10px;\" id=\"post-623\" class=\"post-623 al_team_member type-al_team_member status-publish hentry al_team_role-fellow al_member_department-english al_member_year-f2018\">\n\n\t\t\t\t\t                        <header class=\"entry-header\">\n\n\t\t\t\t\t                            <div class=\"post-img desktop-6 tablet-12 mobile-12\" style=\"text-align:center;\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\n\t\t\t\t\t                            </div>\n\t\t\t\t\t                            <div class=\"entry-meta desktop-18 popup-trigger\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"entry-title\">Jeff Gandell</h4>, <span class=\"department\"></span>, <span class=\"department\"></span>\t\t\t\t\t                                <div class=\"excerpt\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div><!-- .entry-meta -->\n\n\t\t\t\t\t                        </header><!-- .entry-header -->\n\n\t\t\t\t\t                        <div id=\"jeff-gandell\" class=\"popup\" style=\"display: none;\" aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-5-title\" aria-describedby=\"modal-5-desc\">\n\n\t\t\t\t\t                            <span tabindex=\"0\" class=\"popup-btn-close\" aria-label=\"Close modal\">fermer</span>\n\n\t\t\t\t\t                            <div>\n\n\t\t\t\t\t                                <header class=\"img-pop\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https://www.dawsoncollege.qc.ca/active-learning/wp-content/themes/dawson-college/images/D-300x300.png\">\t\t\t\t\t                                    <div style=\"text-align: center; margin-top: 15px;\">\n\t\t\t\t\t                                        <button class=\"prev\">Prev</button>\n\t\t\t\t\t                                        <button class=\"next\">Next</button>\n\t\t\t\t\t                                    </div>\n\t\t\t\t\t                                </header>\n\n\t\t\t\t\t                                <div class=\"sd-bio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 id=\"modal-5-title\">Jeff Gandell</h2><div class=\"deps-pop\">, <span class=\"dep-pop\"></span>, <span class=\"dep-pop\"></span></div><div id=\"modal-5-desc\"></div>\n\t\t\t\t\t                                </div>\n\n\t\t\t\t\t                            </div>\n\n\n\t\t\t\t\t                        </div>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t                    </article><!-- #post-## -->\n\n\t\t\t\t\t                </div> <!-- end news-item -->\n\n\t\t\t\t\t\t\t\t        </div>\n        </div>\n        </section>\n\n\t\t\n","protected":false},"excerpt":{"rendered":"<p>Automne 2022 Hiver 2022 Automne 2021 Hiver 2021 Cohorte Automne 2020 Cohorte Hiver 2020 Cohorte Automne 2019 Cohorte Hiver 2019 Cohorte Automne 2018 Cohorte</p>\n","protected":false},"author":199,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-609","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https://www.dawsoncollege.qc.ca/active-learning/wp-json/wp/v2/pages/609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https://www.dawsoncollege.qc.ca/active-learning/wp-json/wp/v2/pages"}],"about":[{"href":"https://www.dawsoncollege.qc.ca/active-learning/wp-json/wp/v2/types/page"}],"author":[{"embeddable":true,"href":"https://www.dawsoncollege.qc.ca/active-learning/wp-json/wp/v2/users/199"}],"replies":[{"embeddable":true,"href":"https://www.dawsoncollege.qc.ca/active-learning/wp-json/wp/v2/comments?post=609"}],"version-history":[{"count":10,"href":"https://www.dawsoncollege.qc.ca/active-learning/wp-json/wp/v2/pages/609/revisions"}],"predecessor-version":[{"id":847,"href":"https://www.dawsoncollege.qc.ca/active-learning/wp-json/wp/v2/pages/609/revisions/847"}],"wp:attachment":[{"href":"https://www.dawsoncollege.qc.ca/active-learning/wp-json/wp/v2/media?parent=609"}],"curies":[{"name":"wp","href":"https://api.w.org/{rel}","templated":true}]}}